@charset "UTF-8";
#start-resizable-editor-section {display: none;}
.wp-block-audio figcaption {margin-top: .5em;margin-bottom: 1em;}
.wp-block-audio audio {width: 100%;min-width: 300px;}
.wp-block-button__link {color: #fff;background-color: #32373c;border: none;border-radius: 1.55em;box-shadow: none;cursor: pointer;display: inline-block;font-size: 1.125em;padding: .667em 1.333em;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: #fff;}
.wp-block-button__link.aligncenter {text-align: center;}
.wp-block-button__link.alignright {text-align: right;}
.wp-block-buttons>.wp-block-button.has-custom-width {max-width: none;}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {width: 100%;}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {width: calc(25% - .5em);}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {width: calc(50% - .5em);}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {width: calc(75% - .5em);}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {margin-right: 0;width: 100%;}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {border-radius: 0;}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {border-radius: 0 !important;}
.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {border: 2px solid;}
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {color: #32373c;}
.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {background-color: transparent;}
.wp-block-buttons {display: flex;flex-direction: row;flex-wrap: wrap;}
.wp-block-buttons.is-vertical {flex-direction: column;}
.wp-block-buttons.is-vertical>.wp-block-button {margin-right: 0;}
.wp-block-buttons.is-vertical>.wp-block-button:last-child {margin-bottom: 0;}
.wp-block-buttons>.wp-block-button {display: inline-block;margin-left: 0;margin-right: .5em;margin-bottom: .5em;}
.wp-block-buttons>.wp-block-button:last-child {margin-right: 0;}
.wp-block-buttons.is-content-justification-left {justify-content: flex-start;}
.wp-block-buttons.is-content-justification-left.is-vertical {align-items: flex-start;}
.wp-block-buttons.is-content-justification-center {justify-content: center;}
.wp-block-buttons.is-content-justification-center.is-vertical {align-items: center;}
.wp-block-buttons.is-content-justification-right {justify-content: flex-end;}
.wp-block-buttons.is-content-justification-right>.wp-block-button {margin-left: .5em;margin-right: 0;}
.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {margin-left: 0;}
.wp-block-buttons.is-content-justification-right.is-vertical {align-items: flex-end;}
.wp-block-buttons.is-content-justification-space-between {justify-content: space-between;}
.wp-block-buttons.aligncenter {text-align: center;}
.wp-block-buttons.alignleft .wp-block-button {margin-left: 0;margin-right: .5em;}
.wp-block-buttons.alignleft .wp-block-button:last-child {margin-right: 0;}
.wp-block-buttons.alignright .wp-block-button {margin-right: 0;margin-left: .5em;}
.wp-block-buttons.alignright .wp-block-button:first-child {margin-left: 0;}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {margin-left: auto;margin-right: auto;margin-bottom: .5em;width: 100%;}
.wp-block-calendar {text-align: center;}
.wp-block-calendar tbody td, .wp-block-calendar th {padding: .25em;border: 1px solid #ddd;}
.wp-block-calendar tfoot td {border: none;}
.wp-block-calendar table {width: 100%;border-collapse: collapse;}
.wp-block-calendar table th {font-weight: 400;background: #ddd;}
.wp-block-calendar a {text-decoration: underline;}
.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-code code {display: block;white-space: pre-wrap;overflow-wrap: break-word;}
.wp-block-columns {display: flex;margin-bottom: 1.75em;flex-wrap: wrap;}
@media (min-width:782px) {.wp-block-columns {flex-wrap: nowrap;}}
.wp-block-columns.has-background {padding: 1.25em 2.375em;}
.wp-block-columns.are-vertically-aligned-top {align-items: flex-start;}
.wp-block-columns.are-vertically-aligned-center {align-items: center;}
.wp-block-columns.are-vertically-aligned-bottom {align-items: flex-end;}
.wp-block-column {flex-grow: 1;min-width: 0;word-break: break-word;overflow-wrap: break-word;}
@media (max-width:599px) {.wp-block-column {flex-basis: 100% !important;}}
@media (min-width:600px) and (max-width:781px) {.wp-block-column:not(:only-child) {flex-basis: calc(50% - 1em) !important;flex-grow: 0;}
	.wp-block-column:nth-child(2n) {margin-left: 2em;}}
@media (min-width:782px) {.wp-block-column {flex-basis: 0;flex-grow: 1;}
	.wp-block-column[style*=flex-basis] {flex-grow: 0;}
	.wp-block-column:not(:first-child) {margin-left: 2em;}}
.wp-block-column.is-vertically-aligned-top {align-self: flex-start;}
.wp-block-column.is-vertically-aligned-center {-ms-grid-row-align: center;align-self: center;}
.wp-block-column.is-vertically-aligned-bottom {align-self: flex-end;}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {width: 100%;}
.wp-block-cover, .wp-block-cover-image {position: relative;background-size: cover;background-position: 50%;min-height: 430px;width: 100%;display: flex;justify-content: center;align-items: center;padding: 1em;box-sizing: border-box;}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {background-attachment: fixed;}
@supports (-webkit-overflow-scrolling:touch) {.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {background-attachment: scroll;}}
@media (prefers-reduced-motion:reduce) {.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {background-attachment: scroll;}}
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {background-repeat: repeat;background-size: auto;}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {background-color: #000;}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {content: "";background-color: inherit;}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 1;opacity: .5;}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {opacity: .1;}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {opacity: .2;}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {opacity: .3;}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {opacity: .4;}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {opacity: .5;}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {opacity: .6;}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {opacity: .7;}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {opacity: .8;}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {opacity: .9;}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {opacity: 1;}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {max-width: 420px;width: 100%;}
.wp-block-cover-image:after, .wp-block-cover:after {display: block;content: "";font-size: 0;min-height: inherit;}
@supports ((position:-webkit-sticky) or (position:sticky)) {.wp-block-cover-image:after, .wp-block-cover:after {content: none;}}
.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: 100%;z-index: 1;color: #fff;}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {color: inherit;}
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {align-items: flex-start;justify-content: flex-start;}
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {align-items: flex-start;justify-content: center;}
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {align-items: flex-start;justify-content: flex-end;}
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {align-items: center;justify-content: flex-start;}
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {align-items: center;justify-content: center;}
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {align-items: center;justify-content: flex-end;}
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {align-items: flex-end;justify-content: flex-start;}
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {align-items: flex-end;justify-content: center;}
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {align-items: flex-end;justify-content: flex-end;}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {margin: 0;width: auto;}
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: 0;padding: 0;width: 100%;height: 100%;max-width: none;max-height: none;-o-object-fit: cover;object-fit: cover;outline: none;border: none;box-shadow: none;}
.wp-block-cover__image-background, .wp-block-cover__video-background {z-index: 0;}
.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {color: #fff;}
.wp-block-cover-image .wp-block-cover.has-left-content {justify-content: flex-start;}
.wp-block-cover-image .wp-block-cover.has-right-content {justify-content: flex-end;}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {margin-left: 0;text-align: left;}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {margin-right: 0;text-align: right;}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {font-size: 2em;line-height: 1.25;z-index: 1;margin-bottom: 0;max-width: 840px;padding: .44em;text-align: center;}
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {max-width: 360px;width: 100%;}
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {min-width: 280px;}
.wp-block-cover .wp-block-embed {min-width: 320px;min-height: 240px;}
.wp-block-embed {margin-bottom: 1em;}
.wp-block-embed figcaption {margin-top: .5em;margin-bottom: 1em;}
.wp-block-embed iframe {max-width: 100%;}
.wp-block-embed__wrapper {position: relative;}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {content: "";display: block;padding-top: 50%;}
.wp-embed-responsive .wp-has-aspect-ratio iframe {position: absolute;top: 0;right: 0;bottom: 0;left: 0;height: 100%;width: 100%;}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {padding-top: 42.85%;}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {padding-top: 50%;}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {padding-top: 56.25%;}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {padding-top: 75%;}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {padding-top: 100%;}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {padding-top: 177.77%;}
.wp-embed-responsive .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: .8em;padding: .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: .85;text-decoration: none;}
.wp-block-file *+.wp-block-file__button {margin-left: .75em;}
.blocks-gallery-grid, .wp-block-gallery {display: flex;flex-wrap: wrap;list-style-type: none;padding: 0;margin: 0;}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {margin: 0 1em 1em 0;display: flex;flex-grow: 1;flex-direction: column;justify-content: center;position: relative;width: calc(50% - 1em);}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {margin-right: 0;}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {margin: 0;height: 100%;}
@supports ((position:-webkit-sticky) or (position:sticky)) {.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {display: flex;align-items: flex-end;justify-content: flex-start;}}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {display: block;max-width: 100%;height: auto;width: 100%;}
@supports ((position:-webkit-sticky) or (position:sticky)) {.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {width: auto;}}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .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: 3em .77em .7em;color: #fff;text-align: center;font-size: .8em;background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing: border-box;margin: 0;}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {display: inline;}
.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {flex-grow: 1;}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .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%;}
@supports ((position:-webkit-sticky) or (position:sticky)) {.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .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 {height: 100%;flex: 1;-o-object-fit: cover;object-fit: cover;}}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .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) {.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {width: calc(33.33333% - .66667em);margin-right: 1em;}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {width: calc(25% - .75em);margin-right: 1em;}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {width: calc(20% - .8em);margin-right: 1em;}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {width: calc(16.66667% - .83333em);margin-right: 1em;}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {width: calc(14.28571% - .85714em);margin-right: 1em;}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {width: calc(12.5% - .875em);margin-right: 1em;}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .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;}}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {margin-right: 0;}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {max-width: 420px;width: 100%;}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {justify-content: center;}
.wp-block-group {box-sizing: border-box;}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {padding: 1.25em 2.375em;}
.wp-block-image {margin-bottom: 1em;}
.wp-block-image img {max-width: 100%;}
.wp-block-image:not(.is-style-rounded) img {border-radius: inherit;}
.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 {display: table;}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {display: table-caption;caption-side: bottom;}
.wp-block-image .alignleft {float: left;margin: .5em 1em .5em 0;}
.wp-block-image .alignright {float: right;margin: .5em 0 .5em 1em;}
.wp-block-image .aligncenter {margin-left: auto;margin-right: auto;}
.wp-block-image figcaption {margin-top: .5em;margin-bottom: 1em;}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {border-radius: 9999px;}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {.wp-block-image.is-style-circle-mask img {-webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");mask-mode: alpha;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: contain;mask-size: contain;-webkit-mask-position: center;mask-position: center;border-radius: 0;}}
.wp-block-latest-comments__comment {line-height: 1.1;list-style: none;margin-bottom: 1em;}
.has-avatars .wp-block-latest-comments__comment {min-height: 2.25em;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: 3.25em;}
.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: .875em;line-height: 1.8;margin: .36em 0 1.4em;}
.wp-block-latest-comments__comment-date {display: block;font-size: .75em;}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {border-radius: 1.5em;display: block;float: left;height: 2.5em;margin-right: .75em;width: 2.5em;}
.wp-block-latest-posts.alignleft {margin-right: 2em;}
.wp-block-latest-posts.alignright {margin-left: 2em;}
.wp-block-latest-posts.wp-block-latest-posts__list {list-style: none;}
.wp-block-latest-posts.wp-block-latest-posts__list li {clear: both;}
.wp-block-latest-posts.is-grid {display: flex;flex-wrap: wrap;padding: 0;}
.wp-block-latest-posts.is-grid li {margin: 0 1.25em 1.25em 0;width: 100%;}
@media (min-width:600px) {.wp-block-latest-posts.columns-2 li {width: calc(50% - .625em);}
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {margin-right: 0;}
	.wp-block-latest-posts.columns-3 li {width: calc(33.33333% - .83333em);}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {margin-right: 0;}
	.wp-block-latest-posts.columns-4 li {width: calc(25% - .9375em);}
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {margin-right: 0;}
	.wp-block-latest-posts.columns-5 li {width: calc(20% - 1em);}
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {margin-right: 0;}
	.wp-block-latest-posts.columns-6 li {width: calc(16.66667% - 1.04167em);}
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {margin-right: 0;}}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {display: block;color: #555;font-size: .8125em;}
.wp-block-latest-posts__post-excerpt {margin-top: .5em;margin-bottom: 1em;}
.wp-block-latest-posts__featured-image a {display: inline-block;}
.wp-block-latest-posts__featured-image img {height: auto;width: auto;}
.wp-block-latest-posts__featured-image.alignleft {margin-right: 1em;}
.wp-block-latest-posts__featured-image.alignright {margin-left: 1em;}
.wp-block-latest-posts__featured-image.aligncenter {margin-bottom: 1em;text-align: center;}
.block-editor-image-alignment-control__row .components-base-control__field {display: flex;justify-content: space-between;align-items: center;}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {margin-bottom: 0;}
ol.has-background, ul.has-background {padding: 1.25em 2.375em;}
.wp-block-media-text {direction: ltr;display: -ms-grid;display: grid;-ms-grid-columns: 50% 1fr;grid-template-columns: 50% 1fr;-ms-grid-rows: auto;grid-template-rows: auto;}
.wp-block-media-text.has-media-on-the-right {-ms-grid-columns: 1fr 50%;grid-template-columns: 1fr 50%;}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {-ms-grid-row-align: start;align-self: start;}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {-ms-grid-row-align: center;align-self: center;}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {-ms-grid-row-align: end;align-self: end;}
.wp-block-media-text .wp-block-media-text__media {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;margin: 0;}
.wp-block-media-text .wp-block-media-text__content {direction: ltr;-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;padding: 0 8%;word-break: break-word;}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;}
.wp-block-media-text__media img, .wp-block-media-text__media video {max-width: unset;width: 100%;vertical-align: middle;}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {height: 100%;min-height: 250px;background-size: cover;}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {display: block;height: 100%;}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
@media (max-width:600px) {.wp-block-media-text.is-stacked-on-mobile {-ms-grid-columns: 100% !important;grid-template-columns: 100% !important;}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 2;grid-row: 2;}}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {color: #1e1e1e;background-color: #fff;min-width: 200px;}
.items-justified-left>ul {justify-content: flex-start;}
.items-justified-center>ul {justify-content: center;}
.items-justified-right>ul {justify-content: flex-end;}
.items-justified-space-between>ul {justify-content: space-between;}
.wp-block-navigation-link {display: flex;align-items: center;position: relative;margin: 0;}
.wp-block-navigation-link .wp-block-navigation__container:empty {display: none;}
.wp-block-navigation__container {list-style: none;margin: 0;padding-left: 0;display: flex;flex-wrap: wrap;}
.is-vertical .wp-block-navigation__container {display: block;}
.has-child>.wp-block-navigation-link__content {padding-right: .5em;}
.has-child .wp-block-navigation__container {border: 1px solid rgba(0,0,0,.15);background-color: inherit;color: inherit;position: absolute;left: 0;top: 100%;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;z-index: 2;opacity: 0;transition: opacity .1s linear;visibility: hidden;}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {flex-grow: 1;}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {padding-right: .5em;}
@media (min-width:782px) {.has-child .wp-block-navigation__container {left: 1.5em;}
	.has-child .wp-block-navigation__container .wp-block-navigation__container {left: 100%;top: -1px;}
	.has-child .wp-block-navigation__container .wp-block-navigation__container:before {content: "";position: absolute;right: 100%;height: 100%;display: block;width: .5em;background: transparent;}
	.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {transform: rotate(0);}}
.has-child:hover {cursor: pointer;}
.has-child:hover>.wp-block-navigation__container {visibility: visible;opacity: 1;display: flex;flex-direction: column;}
.has-child:focus-within {cursor: pointer;}
.has-child:focus-within>.wp-block-navigation__container {visibility: visible;opacity: 1;display: flex;flex-direction: column;}
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {text-decoration: inherit;}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {text-decoration: none;}
.wp-block-navigation-link__content {color: inherit;padding: .5em 1em;}
.wp-block-navigation-link__content+.wp-block-navigation-link__content {padding-top: 0;}
.has-text-color .wp-block-navigation-link__content {color: inherit;}
.wp-block-navigation-link__label {word-break: normal;overflow-wrap: break-word;}
.wp-block-navigation-link__submenu-icon {height: inherit;padding: .375em 1em .375em 0;}
.wp-block-navigation-link__submenu-icon svg {fill: currentColor;}
@media (min-width:782px) {.wp-block-navigation-link__submenu-icon svg {transform: rotate(90deg);}}
.is-small-text {font-size: .875em;}
.is-regular-text {font-size: 1em;}
.is-large-text {font-size: 2.25em;}
.is-larger-text {font-size: 3em;}
.has-drop-cap:not(:focus):first-letter {float: left;font-size: 8.4em;line-height: .68;font-weight: 100;margin: .05em .1em 0 0;text-transform: uppercase;font-style: normal;}
p.has-background {padding: 1.25em 2.375em;}
p.has-text-color a {color: inherit;}
.wp-block-post-author {display: flex;flex-wrap: wrap;}
.wp-block-post-author__byline {width: 100%;margin-top: 0;margin-bottom: 0;font-size: .5em;}
.wp-block-post-author__avatar {margin-right: 1em;}
.wp-block-post-author__bio {margin-bottom: .7em;font-size: .7em;}
.wp-block-post-author__content {flex-grow: 1;flex-basis: 0;}
.wp-block-post-author__name {font-weight: 700;margin: 0;}
.wp-block-post-comments-form input[type=submit] {color: #fff;background-color: #32373c;border: none;border-radius: 1.55em;box-shadow: none;cursor: pointer;display: inline-block;font-size: 1.125em;padding: .667em 1.333em;text-align: center;text-decoration: none;overflow-wrap: break-word;}
.wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:visited {color: #fff;}
.wp-block-preformatted {white-space: pre-wrap;}
.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: 420px;}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {font-size: 1.25em;}
.wp-block-pullquote p {font-size: 1.75em;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: 2em;}
.wp-block-pullquote.is-style-solid-color blockquote cite {text-transform: none;font-style: normal;}
.wp-block-pullquote cite {color: inherit;}
.wp-block-query-loop {max-width: 100%;list-style: none;padding: 0;}
.wp-block-query-loop li {clear: both;}
.wp-block-query-loop.is-flex-container {flex-direction: row;display: flex;flex-wrap: wrap;}
.wp-block-query-loop.is-flex-container li {margin: 0 0 1.25em;width: 100%;}
@media (min-width:600px) {.wp-block-query-loop.is-flex-container li {margin-right: 1.25em;}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {width: calc(50% - .625em);}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {margin-right: 0;}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {width: calc(33.33333% - .83333em);}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {margin-right: 0;}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {width: calc(25% - .9375em);}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {margin-right: 0;}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {width: calc(20% - 1em);}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {margin-right: 0;}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {width: calc(16.66667% - 1.04167em);}
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {margin-right: 0;}}
.wp-block-query-pagination {display: flex;flex-direction: row;flex-wrap: wrap;}
.wp-block-query-pagination>.wp-block-query-pagination-next, .wp-block-query-pagination>.wp-block-query-pagination-numbers, .wp-block-query-pagination>.wp-block-query-pagination-previous {display: inline-block;margin-right: .5em;margin-bottom: .5em;}
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child, .wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {margin-right: 0;}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {margin-bottom: 1em;padding: 0 1em;}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {font-size: 1.5em;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: 1.125em;text-align: right;}
.wp-block-rss.wp-block-rss {box-sizing: border-box;}
.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 1em 1em 0;width: 100%;}
@media (min-width:600px) {.wp-block-rss.columns-2 li {width: calc(50% - 1em);}
	.wp-block-rss.columns-3 li {width: calc(33.33333% - 1em);}
	.wp-block-rss.columns-4 li {width: calc(25% - 1em);}
	.wp-block-rss.columns-5 li {width: calc(20% - 1em);}
	.wp-block-rss.columns-6 li {width: calc(16.66667% - 1em);}}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {display: block;color: #555;font-size: .8125em;}
.wp-block-search .wp-block-search__button {background: #f7f7f7;border: 1px solid #ccc;padding: .375em .625em;color: #32373c;margin-left: .625em;word-break: normal;}
.wp-block-search .wp-block-search__button.has-icon {line-height: 0;}
.wp-block-search .wp-block-search__button svg {min-width: 1.5em;min-height: 1.5em;}
.wp-block-search .wp-block-search__inside-wrapper {display: flex;flex: auto;flex-wrap: nowrap;max-width: 100%;}
.wp-block-search .wp-block-search__label {width: 100%;}
.wp-block-search .wp-block-search__input {flex-grow: 1;min-width: 3em;border: 1px solid #949494;}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {margin-left: 0;}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {padding: 4px;border: 1px solid #949494;}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {border-radius: 0;border: none;padding: 0 0 0 .25em;}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {outline: none;}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {padding: .125em .5em;}
.wp-block-separator.is-style-wide {border-bottom-width: 1px;}
.wp-block-separator.is-style-dots {background: none !important;border: none;text-align: center;max-width: none;line-height: 1;height: auto;}
.wp-block-separator.is-style-dots:before {content: "···";color: currentColor;font-size: 1.5em;letter-spacing: 2em;padding-left: 2em;font-family: serif;}
.wp-block-custom-logo {line-height: 0;}
.wp-block-custom-logo .aligncenter {display: table;}
.wp-block-custom-logo.is-style-rounded img {border-radius: 9999px;}
.wp-block-social-links {display: flex;flex-wrap: wrap;justify-content: flex-start;padding-left: 0;padding-right: 0;text-indent: 0;margin-left: 0;}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {text-decoration: none;border-bottom: 0;box-shadow: none;}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {margin: 4px 8px 4px 0;}
.wp-block-social-links .wp-social-link a {padding: .25em;}
.wp-block-social-links .wp-social-link svg {width: 1em;height: 1em;}
.wp-block-social-links.has-small-icon-size {font-size: 16px;}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {font-size: 24px;}
.wp-block-social-links.has-large-icon-size {font-size: 36px;}
.wp-block-social-links.has-huge-icon-size {font-size: 48px;}
.wp-block-social-links.aligncenter {justify-content: center;display: flex;}
.wp-block-social-links.alignright {justify-content: flex-end;}
.wp-social-link {display: block;border-radius: 9999px;transition: transform .1s ease;height: auto;}
@media (prefers-reduced-motion:reduce) {.wp-social-link {transition-duration: 0s;}}
.wp-social-link a {display: block;line-height: 0;transition: transform .1s ease;}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {color: currentColor;fill: currentColor;}
.wp-social-link:hover {transform: scale(1.1);}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {background-color: #f0f0f0;color: #444;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {background-color: #f90;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {background-color: #1ea0c3;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {background-color: #0757fe;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {background-color: #1e1f26;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {background-color: #02e49b;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {background-color: #e94c89;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {background-color: #4280ff;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {background-color: #f45800;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {background-color: #1778f2;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {background-color: #000;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {background-color: #0461dd;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {background-color: #e65678;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {background-color: #24292d;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {background-color: #eceadd;color: #382110;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {background-color: #ea4434;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {background-color: #f00075;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {background-color: #e21b24;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {background-color: #0d66c2;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {background-color: #3288d4;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {background-color: #02ab6c;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {background-color: #f6405f;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {background-color: #ff424d;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {background-color: #e60122;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {background-color: #ef4155;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {background-color: #fe4500;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {background-color: #0478d7;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {background-color: #fefc00;color: #fff;stroke: #000;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {background-color: #ff5600;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {background-color: #1bd760;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {background-color: #2aabee;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {background-color: #000;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {background-color: #011835;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {background-color: #6440a4;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {background-color: #1da1f2;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {background-color: #1eb7ea;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {background-color: #4680c2;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {background-color: #3499cd;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {background-color: #d32422;color: #fff;}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {background-color: red;color: #fff;}
.wp-block-social-links.is-style-logos-only .wp-social-link {background: none;padding: 4px;}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {color: #f90;}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {color: #1ea0c3;}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {color: #0757fe;}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {color: #1e1f26;}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {color: #02e49b;}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {color: #e94c89;}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {color: #4280ff;}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {color: #f45800;}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {color: #1778f2;}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {color: #000;}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {color: #0461dd;}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {color: #e65678;}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {color: #24292d;}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {color: #382110;}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {color: #ea4434;}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {color: #f00075;}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {color: #e21b24;}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {color: #0d66c2;}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {color: #3288d4;}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {color: #02ab6c;}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {color: #f6405f;}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {color: #ff424d;}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {color: #e60122;}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {color: #ef4155;}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {color: #fe4500;}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {color: #0478d7;}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {color: #fff;stroke: #000;}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {color: #ff5600;}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {color: #1bd760;}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {color: #2aabee;}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {color: #000;}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {color: #011835;}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {color: #6440a4;}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {color: #1da1f2;}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {color: #1eb7ea;}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {color: #4680c2;}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {color: #3499cd;}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {background-color: #d32422;color: #fff;}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {color: red;}
.wp-block-social-links.is-style-pill-shape .wp-social-link {width: auto;}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {padding-left: .66667em;padding-right: .66667em;}
.wp-block-spacer {clear: both;}
p.wp-block-subhead {font-size: 1.1em;font-style: italic;opacity: .75;}
.wp-block-tag-cloud.aligncenter {text-align: center;}
.wp-block-tag-cloud.alignfull {padding-left: 1em;padding-right: 1em;}
.wp-block-table {overflow-x: auto;}
.wp-block-table table {width: 100%;}
.wp-block-table .has-fixed-layout {table-layout: fixed;width: 100%;}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {word-break: break-word;}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {display: table;width: auto;}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {word-break: break-word;}
.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 #f0f0f0;}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color: #f0f0f0;}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {background-color: #f3f4f5;}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {background-color: #e9fbe5;}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {background-color: #e7f5fe;}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {background-color: #fcf0ef;}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {border-color: transparent;}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {display: flex;}
.wp-block-text-columns .wp-block-column {margin: 0 1em;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 {font-family: inherit;overflow: auto;white-space: pre-wrap;}
.wp-block-video {margin-left: 0;margin-right: 0;}
.wp-block-video video {width: 100%;}
@supports ((position:-webkit-sticky) or (position:sticky)) {.wp-block-video [poster] {-o-object-fit: cover;object-fit: cover;}}
.wp-block-video.aligncenter {text-align: center;}
.wp-block-video figcaption {margin-top: .5em;margin-bottom: 1em;}
.wp-block-post-featured-image a {display: inline-block;}
.wp-block-post-featured-image img {max-width: 100%;height: auto;}
:root .has-pale-pink-background-color {background-color: #f78da7;}
:root .has-vivid-red-background-color {background-color: #cf2e2e;}
:root .has-luminous-vivid-orange-background-color {background-color: #ff6900;}
:root .has-luminous-vivid-amber-background-color {background-color: #fcb900;}
:root .has-light-green-cyan-background-color {background-color: #7bdcb5;}
:root .has-vivid-green-cyan-background-color {background-color: #00d084;}
:root .has-pale-cyan-blue-background-color {background-color: #8ed1fc;}
:root .has-vivid-cyan-blue-background-color {background-color: #0693e3;}
:root .has-vivid-purple-background-color {background-color: #9b51e0;}
:root .has-white-background-color {background-color: #fff;}
:root .has-very-light-gray-background-color {background-color: #eee;}
:root .has-cyan-bluish-gray-background-color {background-color: #abb8c3;}
:root .has-very-dark-gray-background-color {background-color: #313131;}
:root .has-black-background-color {background-color: #000;}
:root .has-pale-pink-color {color: #f78da7;}
:root .has-vivid-red-color {color: #cf2e2e;}
:root .has-luminous-vivid-orange-color {color: #ff6900;}
:root .has-luminous-vivid-amber-color {color: #fcb900;}
:root .has-light-green-cyan-color {color: #7bdcb5;}
:root .has-vivid-green-cyan-color {color: #00d084;}
:root .has-pale-cyan-blue-color {color: #8ed1fc;}
:root .has-vivid-cyan-blue-color {color: #0693e3;}
:root .has-vivid-purple-color {color: #9b51e0;}
:root .has-white-color {color: #fff;}
:root .has-very-light-gray-color {color: #eee;}
:root .has-cyan-bluish-gray-color {color: #abb8c3;}
:root .has-very-dark-gray-color {color: #313131;}
:root .has-black-color {color: #000;}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {background: linear-gradient(135deg,#0693e3,#9b51e0);}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {background: linear-gradient(135deg,#00d084,#0693e3);}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {background: linear-gradient(135deg,#7adcb4,#00d082);}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {background: linear-gradient(135deg,#fcb900,#ff6900);}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {background: linear-gradient(135deg,#ff6900,#cf2e2e);}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {background: linear-gradient(135deg,#eee,#a9b8c3);}
:root .has-cool-to-warm-spectrum-gradient-background {background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c);}
:root .has-blush-light-purple-gradient-background {background: linear-gradient(135deg,#ffceec,#9896f0);}
:root .has-blush-bordeaux-gradient-background {background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e);}
:root .has-purple-crush-gradient-background {background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe);}
:root .has-luminous-dusk-gradient-background {background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0);}
:root .has-hazy-dawn-gradient-background {background: linear-gradient(135deg,#faaca8,#dad0ec);}
:root .has-pale-ocean-gradient-background {background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5);}
:root .has-electric-grass-gradient-background {background: linear-gradient(135deg,#caf880,#71ce7e);}
:root .has-subdued-olive-gradient-background {background: linear-gradient(135deg,#fafae1,#67a671);}
:root .has-atomic-cream-gradient-background {background: linear-gradient(135deg,#fdd79a,#004a59);}
:root .has-nightshade-gradient-background {background: linear-gradient(135deg,#330968,#31cdcf);}
:root .has-midnight-gradient-background {background: linear-gradient(135deg,#020381,#2874fc);}
:root .has-link-color a {color: #00e;color: var(--wp--style--color--link,#00e);}
.has-small-font-size {font-size: .8125em;}
.has-normal-font-size, .has-regular-font-size {font-size: 1em;}
.has-medium-font-size {font-size: 1.25em;}
.has-large-font-size {font-size: 2.25em;}
.has-huge-font-size, .has-larger-font-size {font-size: 2.625em;}
.has-text-align-center {text-align: center;}
.has-text-align-left {text-align: left;}
.has-text-align-right {text-align: right;}
#end-resizable-editor-section {display: none;}
.aligncenter {clear: both;}
.wpcf7 .screen-reader-response {position: absolute;overflow: hidden;clip: rect(1px,1px,1px,1px);height: 1px;width: 1px;margin: 0;padding: 0;border: 0;}
.wpcf7 form .wpcf7-response-output {margin: 2em .5em 1em;padding: .2em 1em;border: 2px solid #00a0d2;}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {display: none;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {border-color: #dc3232;}
.wpcf7 form.spam .wpcf7-response-output {border-color: #f56e28;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {border-color: #ffb900;}
.wpcf7-form-control-wrap {position: relative;}
.wpcf7-not-valid-tip {color: #dc3232;font-size: 1em;font-weight: 400;display: block;}
.use-floating-validation-tip .wpcf7-not-valid-tip {position: relative;top: -2ex;left: 1em;z-index: 100;border: 1px solid #dc3232;background: #fff;padding: .2em .8em;width: 24em;}
.wpcf7-list-item {display: inline-block;margin: 0 0 0 1em;}
.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {content: " ";}
.wpcf7 .ajax-loader {visibility: hidden;display: inline-block;background-color: #23282d;opacity: .75;width: 24px;height: 24px;border: none;border-radius: 100%;padding: 0;margin: 0 24px;position: relative;}
.wpcf7 form.submitting .ajax-loader {visibility: visible;}
.wpcf7 .ajax-loader:before {content: "";position: absolute;background-color: #fbfbfc;top: 4px;left: 4px;width: 6px;height: 6px;border: none;border-radius: 100%;transform-origin: 8px 8px;animation-name: spin;animation-duration: 1s;animation-timing-function: linear;animation-iteration-count: infinite;}
@media (prefers-reduced-motion:reduce) {.wpcf7 .ajax-loader:before {animation-name: blink;animation-duration: 2s;}}
@keyframes spin {from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}}
@keyframes blink {from {opacity: 0;}
	50% {opacity: 1;}
	to {opacity: 0;}}
.wpcf7 input[type=file] {cursor: pointer;}
.wpcf7 input[type=file]:disabled {cursor: default;}
.wpcf7 .wpcf7-submit:disabled {cursor: not-allowed;}
.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {direction: ltr;}
button, hr, input {overflow: visible;}
audio, canvas, progress, video {display: inline-block;}
progress, sub, sup {vertical-align: baseline;}
[type=checkbox], [type=radio], legend {box-sizing: border-box;padding: 0;}
html {line-height: 1.15;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body, h1, h2, h3, h4, h5, h6 {margin: 0;}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {display: block;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-family: monospace,monospace;font-size: 1em;}
a {background-color: transparent;-webkit-text-decoration-skip: objects;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong {font-weight: bolder;}
dfn {font-style: italic;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;}
sub {bottom: -.25em;}
sup {top: -.5em;}
audio:not([controls]) {display: none;height: 0;}
img {border-style: none;}
svg:not(:root) {overflow: hidden;}
button, input, optgroup, select, textarea {font-size: 100%;line-height: 1.15;margin: 0;}
button, select {text-transform: none;}
[type=reset], [type=submit], button, html [type=button] {-webkit-appearance: button;}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {border-style: none;padding: 0;}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {outline: ButtonText dotted 1px;}
fieldset {padding: .35em .75em .625em;}
legend {color: inherit;display: table;max-width: 100%;white-space: normal;}
textarea {overflow: auto;}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {height: auto;}
[type=search] {-webkit-appearance: textfield;outline-offset: -2px;}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
summary {display: list-item;}
[hidden], template {display: none;}
html {box-sizing: border-box;}
body {font-size: 16px;color: rgba(64,64,64,1);}
body.oxygen-aos-enabled {overflow-x: hidden;}
*, :after, :before {box-sizing: inherit;}
.ct-section-inner-wrap {margin-left: auto;margin-right: auto;height: 100%;}
div.ct-svg-icon>svg, svg.ct-svg-icon {height: 1em !important;fill: currentColor;}
.ct-columns-inner-wrap {display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
.ct-column {float: left !important;word-break: break-word;}
svg.ct-svg-icon {display: inline-block;width: 1em !important;}
div.ct-svg-icon {display: inline-block;box-sizing: content-box;border-radius: 50%;width: auto;}
div.ct-svg-icon>svg {width: 1em !important;display: block;}
div.ct-fancy-icon {display: inline-flex;border-radius: 50%;}
.ct-fancy-icon>svg {fill: currentColor;}
.ct-columns-inner-wrap>.ct-column:first-child {margin-left: 0 !important;}
.ct-columns-inner-wrap>.ct-column:last-child {margin-right: 0 !important;}
.ct-new-columns>.ct-div-block {padding: 20px;}
.ct-video {width: 100%;}
.ct-video>.oxygen-vsb-responsive-video-wrapper {position: relative;}
.ct-video>.oxygen-vsb-responsive-video-wrapper>iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.oxy-nav-menu-list {display: flex;padding: 0;margin: 0;}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {list-style-type: none;display: flex;flex-direction: column;}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {text-decoration: none;border-style: solid;border-width: 0;transition-timing-function: ease-in-out;transition-property: background-color,color,border-color;border-color: transparent;}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item>a, .oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover>a {border-color: currentColor;}
.oxy-nav-menu .menu-item, .oxy-nav-menu .sub-menu {position: relative;}
.oxy-nav-menu .menu-item .sub-menu {padding: 0;flex-direction: column;white-space: nowrap;transition-timing-function: ease-in-out;transition-property: visibility,opacity;visibility: hidden;opacity: 0;display: flex;position: absolute;top: 100%;}
.oxy-nav-menu .sub-menu .sub-menu, .oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {left: 100%;top: 0;}
.oxy-nav-menu .menu-item:hover>.sub-menu {visibility: visible;opacity: 1;}
.oxy-nav-menu .sub-menu li.menu-item {flex-direction: column;}
@keyframes oxy_sticky_header_fadein {0% {opacity: 0;}
	100% {opacity: 1;}}
.oxy-sticky-header-fade-in {animation-name: oxy_sticky_header_fadein;animation-duration: .5s;animation-iteration-count: 1;}
.oxy-header-wrapper {position: relative;}
.oxy-header-row {width: 100%;display: block;}
.oxy-header-container {height: 100%;margin-left: auto;margin-right: auto;display: flex;flex-wrap: nowrap;justify-content: flex-start;align-items: stretch;}
.oxy-header-center, .oxy-header-left, .oxy-header-right {display: flex;align-items: center;}
.oxy-header .oxygen-only-show-in-overlay, .oxy-video-container {display: none;}
.oxy-header-left {justify-content: flex-start;}
.oxy-header-center {flex-grow: 1;justify-content: center;}
.oxy-header-right {justify-content: flex-end;}
.admin-bar .oxy-sticky-header-active {top: 32px !important;}
@media screen and (max-width:782px) {.admin-bar .oxy-sticky-header-active {top: 46px !important;}}
@media screen and (max-width:600px) {.admin-bar .oxy-sticky-header-active {top: 0 !important;}}
.oxy-video-background {position: relative;z-index: 1;}
.oxy-video-background .oxy-video-container {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;z-index: -1;}
.oxy-video-background .oxy-video-container video {min-width: 100%;min-height: 100%;width: auto;height: auto;top: 50%;left: 50%;position: absolute;transform: translate(-50%,-50%);}
.oxy-video-overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.oxy-map iframe {width: 100%;height: 100%;display: block;}
.unslider .unslider-fade ul li.unslider-active {position: relative;}
.oxy-menu-toggle {cursor: pointer;display: none;}
.oxy-nav-menu.oxy-nav-menu-open {width: 100%;position: fixed;top: 0;right: 0;left: 0;bottom: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;overflow: auto;z-index: 2147483642 !important;background-color: #fff;}
.oxy-nav-menu.oxy-nav-menu-open>div:last-child {max-height: 100%;overflow: auto;padding-top: 2em;padding-bottom: 2em;width: 100%;}
.oxy-nav-menu-prevent-overflow {overflow: hidden;height: 100%;}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {display: initial;}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {flex-direction: column !important;width: 100%;}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {text-align: center;border: 0 !important;background-color: transparent !important;justify-content: center;}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {position: absolute;top: 20px;right: 20px;z-index: 1;}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {background-color: #fff;z-index: 2147483641;}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu, .oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children>a:after {display: none;}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns .menu-item .sub-menu {display: flex;position: static;animation-name: none;visibility: visible;opacity: 1;transition-duration: 0s !important;}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {display: none;}
.oxy-nav-menu-hamburger-wrap {display: flex;align-items: center;justify-content: center;}
.oxy-nav-menu-hamburger {display: flex;justify-content: space-between;flex-direction: column;}
.oxy-nav-menu-hamburger-line {border-radius: 2px;}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {transform: rotate(45deg);}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {display: none;}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {display: initial;position: relative;}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {display: initial;position: relative;transform: rotate(90deg);}
.oxy-nav-menu .menu-item a {display: flex;align-items: center;}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {flex-direction: row;}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .menu-item-has-children>a:after {width: .35em;height: .35em;margin-left: .5em;border-right: .1em solid;border-top: .1em solid;transform: rotate(135deg);content: "";}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .sub-menu .menu-item-has-children>a:after, .oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical .menu-item-has-children>a:after {transform: rotate(45deg);}
.oxy-social-icons {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
.oxy-social-icons a {line-height: 1;width: 1em;height: 1em;display: flex;align-items: center;justify-content: center;text-decoration: none;}
.oxy-social-icons a svg {stroke-width: 0;stroke: currentColor;fill: currentColor;}
.oxy-soundcloud {min-width: 300px;min-height: 120px;}
.oxy-soundcloud iframe {width: 100%;height: 100%;}
.comment-body .alignleft, .oxy-stock-content-styles .alignleft {margin-right: 1em;float: left;}
.comment-body .alignright, .oxy-stock-content-styles .alignright {margin-left: 1em;float: right;}
.comment-body .aligncenter, .oxy-stock-content-styles .aligncenter {margin-left: auto;margin-right: auto;}
.comment-body img, .oxy-stock-content-styles img {max-width: 100%;}
.oxy-comment-form .comment-reply-title {margin-bottom: .5em;}
.oxy-comment-form .logged-in-as {margin-bottom: 1em;font-size: .75em;}
.oxy-comment-form #submit {padding: 1em 2em;background-color: #000;color: #fff;cursor: pointer;margin-top: .5em;border: none;font-weight: 700;}
.oxy-comment-form input, .oxy-comment-form textarea {padding: .5em;border-radius: 0;border: 1px solid #000;color: gray;width: 100%;}
.oxy-comment-form label {font-weight: 700;}
.oxy-comment-form .comment-form>p {margin-top: 0;margin-bottom: 1em;}
.oxy-comments h3.comments-title {margin-bottom: 1em;}
.oxy-comments ol.children, .oxy-comments ol.comments-list {list-style: none;margin: 0;padding: 0;}
.oxy-comments ol.children {margin-left: 50px;}
.oxy-comments li.comment .comment-body {margin-left: 0;margin-right: 0;margin-bottom: 50px;}
.oxy-comments li.comment .comment-body .comment-content {margin-bottom: 1em;}
.oxy-comments .comment-meta .comment-author {display: flex;flex-direction: row;align-items: center;}
.oxy-comments .comment-meta .comment-author .avatar {max-width: 64px;max-height: 64px;margin-right: .5em;}
.oxy-comments .comment-meta .comment-author span.says:before {content: " ";white-space: pre;}
.oxy-progress-bar-overlay-percent, .oxy-progress-bar-overlay-text {line-height: 1;white-space: nowrap;color: #fff;}
.oxy-comments .comment-meta .comment-metadata {font-size: .75em;margin-top: .75em;}
.oxy-comments .comment-meta .edit-link {margin-left: .5em;}
.oxy-comments .reply {display: flex;}
.oxy-comments .reply .comment-reply-link {font-size: .75em;}
.oxy-comments .comment-meta {flex-wrap: wrap;}
.oxy-comments .comment-awaiting-moderation {flex-basis: 100%;}
.oxy-login-form p {display: flex;flex-direction: column;}
.oxy-login-form input {padding: .5em;border-radius: 0;border: 1px solid #000;}
.oxy-login-form input[type=submit] {padding: 1em 2em;background-color: #000;color: #fff;cursor: pointer;border: none;font-weight: 700;}
.oxy-search-form input {padding: .5em;border-radius: 0;border: 1px solid #000;}
.oxy-search-form input[type=submit] {padding: calc(.5em + 1px) 1em;background-color: #000;color: #fff;cursor: pointer;border: none;}
.oxy-search-form label.screen-reader-text {display: none;}
.oxy-icon-box-icon {display: flex;flex-shrink: 0;flex-grow: 0;}
.oxy-icon-box-content {flex-grow: 1;width: 100%;}
.oxy-icon-box-heading, .oxy-icon-box-text {margin: 0;}
.oxy-icon-box {display: flex;align-items: flex-start;}
.oxy-pricing-box {display: flex;flex-direction: column;position: relative;overflow: hidden;}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {order: 10;display: flex;flex-direction: row;}
.oxy-pricing-box-graphic>img {max-width: 100%;display: block;}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {order: 20;}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {order: 30;display: flex;flex-wrap: wrap;flex-direction: row;align-items: baseline;justify-content: center;}
.oxy-pricing-box-amount {display: flex;align-items: baseline;flex-direction: row;}
.oxy-pricing-box-currency {align-self: flex-start;}
.oxy-pricing-box-amount-decimal {align-self: baseline;}
.oxy-pricing-box-term {margin-left: .4em;}
.oxy-pricing-box-sale-price {width: 100%;flex-grow: 0;flex-shrink: 0;}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {order: 40;}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {order: 60;}
@keyframes oxy_progress_bar_width {0% {width: 0;}
	100% {width: 100%;}}
@keyframes oxy_progress_bar_stripes {from {background-position: 44px 0;}
	to {background-position: 0 0;}}
.oxy-progress-bar-background, .oxy-progress-bar-progress {background-position: top left;background-attachment: fixed;background-size: 44px 44px;}
.oxy-progress-bar {display: flex;flex-direction: column;align-items: center;width: 100%;}
.oxy-progress-bar-background {background-color: #d3d3d3;width: 100%;}
.oxy-progress-bar-progress {padding: 20px;display: flex;background-color: #a9a9a9;align-items: center;}
.oxy-progress-bar-overlay-percent {margin-left: auto;padding-left: 1em;font-size: .8em;}
.oxy-tab, .oxy-tab-content {padding: 20px;}
.oxy-progress-bar-overlay-percent:empty {display: none;}
.oxy-superbox {display: inline-flex;}
.oxy-superbox-primary, .oxy-superbox-secondary, .oxy-tabs-wrapper {display: flex;}
.oxy-superbox-wrap {position: relative;overflow: hidden;display: flex;width: 100%;}
.oxy-superbox-primary {position: relative;top: 0;left: 0;width: 100%;}
.oxy-superbox-secondary {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.oxy-tab {cursor: pointer;}
.oxy-tabs-contents-content-hidden {display: none !important;}
.oxy-testimonial {display: flex;width: 100%;}
.oxy-testimonial .oxy-testimonial-photo-wrap {display: flex;flex-direction: column;}
.oxy-testimonial .oxy-testimonial-photo {border-radius: 50%;}
.oxy-testimonial .oxy-testimonial-content-wrap {display: flex;flex-direction: column;order: 2;}
.oxy-testimonial .oxy-testimonial-author-wrap {display: flex;flex-direction: column;}
.oxy-testimonial .oxy-testimonial-author, .oxy-testimonial .oxy-testimonial-author-info {display: flex;}
.oxy-toggle {display: flex;flex-direction: row;cursor: pointer;}
.oxy-toggle-content {align-self: stretch;flex-grow: 1;display: flex;flex-direction: column;justify-content: center;}
.oxy-expand-collapse-icon {align-self: center;flex-shrink: 0;flex-grow: 0;margin-right: .4em;text-align: initial;width: 1em;height: 1em;position: relative;display: inline-block;}
.oxy-expand-collapse-icon:after, .oxy-expand-collapse-icon:before {content: "";background-color: #000;position: absolute;width: 1em;height: .16em;top: calc(( 1em / 2 ) - .08em);transition: .3s ease-in-out all;border-radius: .03em;}
.oxy-expand-collapse-icon:after {transform: rotate(-90deg) scale(0);}
.oxy-eci-collapsed.oxy-expand-collapse-icon:after {transform: rotate(-180deg);}
.oxy-eci-collapsed.oxy-expand-collapse-icon:before {transform: rotate(-90deg);}
[data-aos][data-aos=""] {transition-duration: 0s !important;}
.oxy-modal-backdrop {display: flex;align-items: center;justify-content: center;}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {display: none;}
body.oxygen-builder-body .oxy-modal-backdrop {height: 100vh;}
.oxy-modal-backdrop.live {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1400;}
.oxy-modal-backdrop.hidden {display: none;}
.oxy-modal-backdrop.left {flex-direction: column;align-items: flex-start;}
.oxy-modal-backdrop.right {flex-direction: column;align-items: flex-end;}
.oxy-modal-backdrop.top {flex-direction: row;align-items: flex-start;}
.oxy-modal-backdrop.bottom {flex-direction: row;align-items: flex-end;}
.oxy-modal-backdrop.upper_left {flex-direction: row;align-items: flex-start;justify-content: flex-start;}
.oxy-modal-backdrop.upper_right {flex-direction: row;align-items: flex-start;justify-content: flex-end;}
.oxy-modal-backdrop.bottom_left {flex-direction: row;align-items: flex-end;justify-content: flex-start;}
.oxy-modal-backdrop.bottom_right {flex-direction: row;align-items: flex-end;justify-content: flex-end;}
.oxy-modal-backdrop .ct-modal {background-color: #fff;}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {align-self: stretch;}
div.oxy-repeater-pages, div.oxy-repeater-pages-wrap {display: flex;}
[class*=hint--] {position: relative;display: inline-block;}
[class*=hint--]:after, [class*=hint--]:before {position: absolute;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);visibility: hidden;opacity: 0;z-index: 1000000;pointer-events: none;transition: .3s ease;transition-delay: 0s;}
[class*=hint--]:before {content: "";background: 0 0;border: 6px solid transparent;z-index: 1000001;}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {visibility: visible;opacity: 1;transition-delay: .1s;}
[class*=hint--]:after {background: #383838;color: #fff;padding: 8px 10px;font-size: 12px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;line-height: 12px;white-space: nowrap;text-shadow: 0 -1px 0 #000;box-shadow: 4px 4px 8px rgba(0,0,0,.3);}
[class*=hint--][aria-label]:after {content: attr(aria-label);}
[class*=hint--][data-hint]:after {content: attr(data-hint);}
[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {display: none !important;}
.hint--top-left:before, .hint--top-right:before, .hint--top:before {border-top-color: #383838;}
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {border-bottom-color: #383838;}
.hint--top:after, .hint--top:before {bottom: 100%;left: 50%;}
.hint--top:before {margin-bottom: -11px;left: calc(50% - 6px);}
.hint--top:after {-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.hint--top:hover:before {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.hint--top:hover:after {-webkit-transform: translateX(-50%) translateY(-8px);transform: translateX(-50%) translateY(-8px);}
.hint--bottom:after, .hint--bottom:before {top: 100%;left: 50%;}
.hint--bottom:before {margin-top: -11px;left: calc(50% - 6px);}
.hint--bottom:after {-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.hint--bottom:hover:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
.hint--bottom:hover:after {-webkit-transform: translateX(-50%) translateY(8px);transform: translateX(-50%) translateY(8px);}
.hint--right:before {border-right-color: #383838;margin-left: -11px;margin-bottom: -6px;}
.hint--right:after {margin-bottom: -14px;}
.hint--right:after, .hint--right:before {left: 100%;bottom: 50%;}
.hint--right:hover:after, .hint--right:hover:before {-webkit-transform: translateX(8px);transform: translateX(8px);}
.hint--left:before {border-left-color: #383838;margin-right: -11px;margin-bottom: -6px;}
.hint--left:after {margin-bottom: -14px;}
.hint--left:after, .hint--left:before {right: 100%;bottom: 50%;}
.hint--left:hover:after, .hint--left:hover:before {-webkit-transform: translateX(-8px);transform: translateX(-8px);}
.hint--top-left:after, .hint--top-left:before {bottom: 100%;left: 50%;}
.hint--top-left:before {margin-bottom: -11px;left: calc(50% - 6px);}
.hint--top-left:after {-webkit-transform: translateX(-100%);transform: translateX(-100%);margin-left: 12px;}
.hint--top-left:hover:before {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.hint--top-left:hover:after {-webkit-transform: translateX(-100%) translateY(-8px);transform: translateX(-100%) translateY(-8px);}
.hint--top-right:after, .hint--top-right:before {bottom: 100%;left: 50%;}
.hint--top-right:before {margin-bottom: -11px;left: calc(50% - 6px);}
.hint--top-right:after {-webkit-transform: translateX(0);transform: translateX(0);margin-left: -12px;}
.hint--top-right:hover:after, .hint--top-right:hover:before {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.hint--bottom-left:after, .hint--bottom-left:before {top: 100%;left: 50%;}
.hint--bottom-left:before {margin-top: -11px;left: calc(50% - 6px);}
.hint--bottom-left:after {-webkit-transform: translateX(-100%);transform: translateX(-100%);margin-left: 12px;}
.hint--bottom-left:hover:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
.hint--bottom-left:hover:after {-webkit-transform: translateX(-100%) translateY(8px);transform: translateX(-100%) translateY(8px);}
.hint--bottom-right:after, .hint--bottom-right:before {top: 100%;left: 50%;}
.hint--bottom-right:before {margin-top: -11px;left: calc(50% - 6px);}
.hint--bottom-right:after {-webkit-transform: translateX(0);transform: translateX(0);margin-left: -12px;}
.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
.hint--large:after, .hint--medium:after, .hint--small:after {white-space: normal;line-height: 1.4em;word-wrap: break-word;}
.hint--small:after {width: 80px;}
.hint--medium:after {width: 150px;}
.hint--large:after {width: 300px;}
.hint--error:after {background-color: #b34e4d;text-shadow: 0 -1px 0 #592726;}
.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {border-top-color: #b34e4d;}
.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {border-bottom-color: #b34e4d;}
.hint--error.hint--left:before {border-left-color: #b34e4d;}
.hint--error.hint--right:before {border-right-color: #b34e4d;}
.hint--warning:after {background-color: #c09854;text-shadow: 0 -1px 0 #6c5328;}
.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {border-top-color: #c09854;}
.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {border-bottom-color: #c09854;}
.hint--warning.hint--left:before {border-left-color: #c09854;}
.hint--warning.hint--right:before {border-right-color: #c09854;}
.hint--info:after {background-color: #3986ac;text-shadow: 0 -1px 0 #1a3c4d;}
.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {border-top-color: #3986ac;}
.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {border-bottom-color: #3986ac;}
.hint--info.hint--left:before {border-left-color: #3986ac;}
.hint--info.hint--right:before {border-right-color: #3986ac;}
.hint--success:after {background-color: #458746;text-shadow: 0 -1px 0 #1a321a;}
.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {border-top-color: #458746;}
.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {border-bottom-color: #458746;}
.hint--success.hint--left:before {border-left-color: #458746;}
.hint--success.hint--right:before {border-right-color: #458746;}
.hint--always:after, .hint--always:before {opacity: 1;visibility: visible;}
.hint--always.hint--top:before {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.hint--always.hint--top:after {-webkit-transform: translateX(-50%) translateY(-8px);transform: translateX(-50%) translateY(-8px);}
.hint--always.hint--top-left:before {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.hint--always.hint--top-left:after {-webkit-transform: translateX(-100%) translateY(-8px);transform: translateX(-100%) translateY(-8px);}
.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.hint--always.hint--bottom:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
.hint--always.hint--bottom:after {-webkit-transform: translateX(-50%) translateY(8px);transform: translateX(-50%) translateY(8px);}
.hint--always.hint--bottom-left:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
.hint--always.hint--bottom-left:after {-webkit-transform: translateX(-100%) translateY(8px);transform: translateX(-100%) translateY(8px);}
.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {-webkit-transform: translateY(8px);transform: translateY(8px);}
.hint--always.hint--left:after, .hint--always.hint--left:before {-webkit-transform: translateX(-8px);transform: translateX(-8px);}
.hint--always.hint--right:after, .hint--always.hint--right:before {-webkit-transform: translateX(8px);transform: translateX(8px);}
.hint--rounded:after {border-radius: 4px;}
.hint--no-animate:after, .hint--no-animate:before {transition-duration: 0s;}
.hint--bounce:after, .hint--bounce:before {transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);}
.hint--no-shadow:after, .hint--no-shadow:before {text-shadow: initial;box-shadow: initial;}
@font-face {font-family: "Material Icons";font-style: normal;font-weight: 400;src: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.eot");src: local("Material Icons"),local("MaterialIcons-Regular"),url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff2") format("woff2"),url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff") format("woff"),url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.ttf") format("truetype");}
#profilepress-myaccount-wrapper .ppmyac-icons, .pp-form-field-wrap .pp-form-material-icons, .ppress-material-icons {font-family: "Material Icons" !important;font-weight: 400;font-style: normal;font-size: 20px;display: inline-block;line-height: 1;text-transform: none;letter-spacing: normal;word-wrap: normal;white-space: nowrap;direction: ltr;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;-moz-osx-font-smoothing: grayscale;font-feature-settings: "liga";}
.pp-tab-widget-avatar img {display: block;border-radius: 50%;height: 190px;margin: 0 auto 10px !important;padding: 2px;text-align: center;width: 190px;float: none !important;}
.pp-user-panel {border-radius: 6px;text-align: center;}
.pp-user-panel-title {font-size: 20px;margin: 0;}
.pp-user-panel p {font-size: 15px;margin-bottom: 23px;}
.pp-tabbed-btn {border: 0;font-size: 15px;font-weight: 400;line-height: 1.4;border-radius: 4px;padding: 10px 15px;-webkit-font-smoothing: subpixel-antialiased;transition: border .25s linear,color .25s linear,background-color .25s linear;}
.pp-tabbed-btn-inverse {color: #fff !important;background-color: #34495e;}
.pp-password-reset-handler-wrap .pp-reset-password-form {padding: 40px;max-width: 500px;margin-top: 5px;margin-bottom: 5px;}
.pp-password-reset-handler-wrap .pp-reset-password-form h3 {color: #444;font-weight: 300;margin: 0 auto 40px;}
.pp-password-reset-handler-wrap .pp-reset-password-form label {color: #444;font-size: 15px;}
.pp-password-reset-handler-wrap .pp-reset-password-form label .req {margin: 2px;color: red;}
.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {opacity: 0;}
.pp-password-reset-handler-wrap .pp-reset-password-form input {font-size: 22px;display: block;width: 100%;box-sizing: border-box;height: auto;padding: 5px 10px;background: 0 0;margin-bottom: 40px;border: 1px solid #a0b3b0;border-radius: 0;transition: border-color .25s ease,box-shadow .25s ease;}
.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {outline: 0;border-color: #1ab188;}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {border: 0;outline: 0;border-radius: 0;padding: 15px 0;font-size: 20px;font-weight: 600;text-transform: uppercase;letter-spacing: .1em;background: #1ab188;color: #fff;transition: all .5s ease;-webkit-appearance: none;text-shadow: none;box-shadow: none;}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus, .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {background: #179b77;}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {display: block;width: 100%;}
.pp-password-reset-handler-wrap .profilepress-reset-status {margin-left: 40px;max-width: 420px;}
#pp-pass-strength-result {background-color: #eee;border: 1px solid #ddd;color: #23282d;padding: 3px 5px;text-align: center;width: 100%;box-sizing: border-box;}
#pp-pass-strength-result.short {background-color: #f1adad;border-color: #e35b5b;opacity: 1;}
#pp-pass-strength-result.bad {background-color: #fbc5a9;border-color: #f78b53;opacity: 1;}
#pp-pass-strength-result.good {background-color: #ffe399;border-color: #ffc733;opacity: 1;}
#pp-pass-strength-result.strong {background-color: #c1e1b9;border-color: #83c373;opacity: 1;}
.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {color: red;font-weight: 400;}
.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {cursor: pointer;}
.pp-form-wrapper p {margin: 0 0 5px !important;padding: 0 !important;}
.pp-form-wrapper input[type=datetime], .pp-form-wrapper input[type=email], .pp-form-wrapper input[type=number], .pp-form-wrapper input[type=password], .pp-form-wrapper input[type=search], .pp-form-wrapper input[type=tel], .pp-form-wrapper input[type=text], .pp-form-wrapper input[type=url], .pp-form-wrapper select, .pp-form-wrapper textarea {-webkit-appearance: none;width: 100%;background: #fff;border: 1px solid #dedee5;padding: 13px 15px;outline: 0;line-height: 1;}
.pp-form-wrapper select {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAG1BMVEVHcEzT0NXS0NbS0dbS0dbR0dXS0tTQ0NXS0NX2MUcyAAAACXRSTlMAV+7/7/FhaWJRFEe5AAAAY0lEQVR42u3LKRLAMBDEwPG5/v+LAwVdQiFu3nkepfWh9JY5pJlly8q2ZSflRiVJycERgyMG5z7EYXDE4IjBEYMjBkcMjhgcMTj3gRKDIwZHDI4YHIY7jPthuFNRzpwnz/OPD2xcCh3x3gzqAAAAAElFTkSuQmCC") !important;background-position: right 20px center !important;background-repeat: no-repeat !important;background-size: 10px auto !important;-webkit-appearance: none !important;-moz-appearance: none !important;appearance: none !important;}
.pp-form-wrapper .pp-form-label-wrap {margin: 0 0 4px;padding: 0;}
.pp-form-wrapper .pp-form-label {font-size: 14px;text-transform: none;text-align: left;font-weight: 400;font-style: normal;float: none;line-height: 1.3;margin: 0;padding: 0;width: auto;display: inline;cursor: pointer;}
.pp-form-wrapper .pp-checkbox-wrap, .pp-form-wrapper .pp-radio-wrap {display: block;text-align: left;line-height: normal;margin: 5px 0;padding: 0;}
.pp-form-wrapper .pp-checkbox-wrap label, .pp-form-wrapper .pp-radio-wrap label {margin-left: 5px;}
.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {border: 1px solid #ccc;background-color: #fff;width: 14px !important;height: 14px !important;display: inline-block;vertical-align: baseline;}
.pp-form-wrapper .ppress-pf-profile-connect {padding: 5px 0 10px;}
.pp-form-wrapper a.ppress-pf-social-icon {width: 100%;height: 100%;display: inline;}
.pp-form-wrapper .ppress-pf-social-icon svg {vertical-align: middle;width: 40px;height: 40px;}
.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg {padding: 3px;}
a.pp-button-social-login:focus {outline-color: transparent;}
a.pp-button-social-login:focus .ppsc, a.pp-button-social-login:hover .ppsc {background-color: rgba(255,255,255,.75);}
a.pp-button-social-login:visited {color: #fff;}
a.pp-button-social-login, a.pp-button-social-login .ppsc {display: inline-block;font-size: 100%;height: 2.5em;padding: 0;}
a.pp-button-social-login {position: relative;vertical-align: middle;line-height: 2.5em;font-family: inherit;font-weight: 700;overflow: hidden;white-space: nowrap;border: 1px solid #333;color: #fff !important;background: #333;margin: 6px 0;border-radius: 2px;box-sizing: content-box;cursor: pointer;box-shadow: 0 1px 2px rgba(0,0,0,.1);text-decoration: none !important;min-width: 220px;}
a.pp-button-social-login .ppsc {font-style: normal;font-weight: 400;text-decoration: none;text-transform: none;vertical-align: top;text-align: center;width: 2.5em;background-color: #fff;background-repeat: no-repeat;background-position: 50%;background-size: 1.8em 1.8em;border-top-left-radius: 1px;border-bottom-left-radius: 1px;-moz-font-smoothing: antialiased;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;position: absolute;left: 0;margin: 0;}
a.pp-button-social-login span.ppsc-text {margin-left: 40px;padding: .5em;color: #fff !important;}
a.pp-button-social-login .ppsc-google {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/google.svg");}
a.pp-button-social-login.pp-button-social-login-google {background: #4285f4;border-color: #4285f4;}
a.pp-button-social-login.pp-button-social-login-facebook {background: #3b5998;border-color: #3b5998;}
a.pp-button-social-login.pp-button-social-login-twitter {background: #55acee;border-color: #55acee;}
a.pp-button-social-login.pp-button-social-login-linkedin {background: #0077b5;border-color: #0077b5;}
a.pp-button-social-login.pp-button-social-login-vk {background: #4a76a8;border-color: #4a76a8;}
a.pp-button-social-login.pp-button-social-login-github {background: #24292e;border-color: #24292e;}
a.pp-button-social-login .ppsc-vk {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/vk-fa.svg");}
a.pp-button-social-login .ppsc-facebook {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/facebook.svg");}
a.pp-button-social-login .ppsc-twitter {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/twitter.svg");}
a.pp-button-social-login .ppsc-linkedin {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/linkedin.svg");}
a.pp-button-social-login .ppsc-github {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/github-fa.svg");}
#profilepress-myaccount-wrapper, #profilepress-myaccount-wrapper *, #profilepress-myaccount-wrapper ::after, #profilepress-myaccount-wrapper ::before, .pp-form-container *, .pp-form-container .pp-form-wrapper, .pp-form-container .pp-form-wrapper * {box-sizing: border-box;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple, html .pp-form-container .select2 input.select2-search__field {border: 0 !important;}
.pp-form-container form input[type=submit] {-webkit-appearance: none !important;cursor: pointer;text-shadow: none;}
.pp-form-container form {margin: 0;padding: 0;background-color: transparent;}
.woocommerce .woocommerce-MyAccount-content .pp-form-container {margin-right: 0 !important;margin-left: 0 !important;}
.pp-form-container form input, .pp-form-container form select, .pp-form-container form textarea {outline: 0;background-image: none;height: auto;float: none;position: static;box-shadow: none;text-shadow: none;text-transform: none;text-decoration: none;resize: vertical;}
.pp-form-container form p {margin: 0 0 .5em;}
.pp-form-container form input[type=submit]:focus {outline: 0;}
.pp-form-container .pp-user-avatar {border-radius: 50% !important;display: block !important;margin: 0 auto 10px !important;text-align: center !important;}
.pp-form-container img.pp-user-cover-image {width: 100% !important;height: auto !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox], #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {border: 1px solid #7e8993 !important;border-radius: 4px !important;background: #fff !important;color: #555 !important;clear: none !important;cursor: pointer !important;display: inline-block !important;line-height: 0 !important;margin: 0 !important;outline: 0 !important;padding: 0 !important;text-align: center !important;vertical-align: middle !important;-webkit-appearance: none !important;box-shadow: inset 0 1px 2px rgba(0,0,0,.1) !important;transition: .05s border-color ease-in-out !important;width: 16px !important;height: 16px !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {border-radius: 50% !important;}
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {border-radius: 4px !important;}
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {border-radius: 50% !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E") !important;margin: -3px 0 0 -4px !important;width: 20px !important;height: 20px !important;position: static;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {content: "";border-radius: 50% !important;margin: 3px !important;background-color: #000 !important;line-height: 1.14285714 !important;width: 8px !important;height: 8px !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before, #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {float: left !important;display: inline-block !important;vertical-align: middle !important;speak: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.pp-form-container .pp-form-wrapper.ppBuildScratch, .pp-form-container .pp-form-wrapper.ppBuildScratch * {font-family: "Merriweather",sans-serif;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {font-weight: 700;font-size: 20px;margin-bottom: 1em;margin-top: 0;text-align: center;margin-right: 6.387%;}
.pp-form-container .pp-form-wrapper.ppBuildScratch h1, .pp-form-container .pp-form-wrapper.ppBuildScratch h2, .pp-form-container .pp-form-wrapper.ppBuildScratch h3, .pp-form-container .pp-form-wrapper.ppBuildScratch h4 {font-weight: 700;font-size: 20px;margin-bottom: 1em;margin-top: 1em;}
.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {opacity: .5;}
.pp-form-container .pp-form-wrapper.ppBuildScratch {max-width: 100%;width: 100%;padding: 6% 0 6% 6%;background: #fff;color: #222;font-size: 14px;position: relative;box-shadow: 0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius: 3px;margin: 0 auto;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {box-shadow: none;border-radius: 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {padding: 0 6.387% 4% 0;display: inline-block;width: 100%;vertical-align: top;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {display: inline-block;width: 100%;vertical-align: top;padding: 0 6.387% 0 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {margin: 0 0 5px;padding: 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description {display: none;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description {display: block;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {display: inline;font-weight: 400;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {position: relative;margin: 0;padding: 0;font-size: 110%;display: inline;vertical-align: top;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {position: relative;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {position: absolute;top: 5px;left: 15px;z-index: 2;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {left: 0 !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {padding-top: 18px;padding-bottom: 2px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {padding-top: 23px;padding-bottom: 7px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {padding-top: 30px;padding-bottom: 10px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {width: 50%;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {width: 33.3333333333%;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {border: 1px solid #dbdbdb;font-size: 14px;padding: 10px 15px;transition: all .35s;background: #fff;color: #69717a;width: 100%;border-radius: 0;line-height: 1.3;min-height: 40px;display: inline-block;margin: 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {height: 100px;overflow: auto;}
.pp-form-field-wrap .pp-form-material-icons {width: 24px;height: 24px;position: absolute;right: 0;top: 0;cursor: text;margin: 8px 12px 0 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {padding-right: 40px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {padding-left: 40px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {padding-left: 30px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {padding-right: 30px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {left: 0;margin-left: 12px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {left: 0 !important;margin-left: 0 !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {margin-right: 0 !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {margin-top: 10px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {margin-top: 18px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {cursor: pointer;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {border-radius: 25px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {border-radius: 6px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {border: 0 !important;border-bottom: 1px solid #dbdbdb !important;padding-left: 0 !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {border-top: 0 !important;border-right: 0 !important;border-left: 0 !important;box-shadow: none !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {border: 0 !important;background: #f7f7f7 !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {padding-top: 15px;padding-bottom: 15px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {height: 150px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {padding-top: 20px;padding-bottom: 20px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {height: 200px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {border: 1px solid #999;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {font-style: normal;background-color: transparent;display: block;font-weight: 700;font-size: 14px;float: none;line-height: 1.3;margin: 0;padding: 0;color: #444;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {display: inline-block;}
.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap .pp-cover-image-overlay ins, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {display: none;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {background: #000;border: 0;color: #fff;font-weight: 700;font-size: 16px;line-height: 1;padding: 15px 10px;transition: .15s ease-in-out;width: auto;min-width: 110px;text-align: center;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit], .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit] {padding-top: 20px;padding-bottom: 20px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {border-radius: 25px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {border-radius: 6px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {background-color: #ededed;color: #000;text-decoration: none;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {margin: 0 0 5px;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container, .ppressmd-new-dropdown ul {margin: 0;padding: 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {margin-bottom: 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {font-size: 12px;font-weight: 400;color: #666;line-height: 1.3;text-align: left;margin: 4px 0 0;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {width: 100%;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {margin-top: 4%;margin-bottom: 4%;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {width: 100% !important;position: absolute !important;bottom: 0 !important;right: 0 !important;left: 0 !important;border-top-right-radius: 0 !important;border-top-left-radius: 0 !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {border-bottom-right-radius: 25px !important;border-bottom-left-radius: 25px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {border-bottom-right-radius: 6px !important;border-bottom-left-radius: 6px !important;}
.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {margin-bottom: 1.5em !important;}
#profilepress-myaccount-wrapper {font-size: 16px;}
#profilepress-myaccount-wrapper .profilepress-myaccount-row {display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav {display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;padding-left: 0;margin-bottom: 0;}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item {text-decoration: none !important;position: relative;display: block;padding: .75rem 1.25rem;margin-bottom: -1px;background-color: #fff;border: 1px solid rgba(0,0,0,.125);width: 100%;text-align: inherit;box-shadow: none;}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {z-index: 2;color: #fff;background-color: #007bff;border-color: #007bff;}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {margin-bottom: 0;border-bottom-right-radius: .25rem;border-bottom-left-radius: .25rem;}
#profilepress-myaccount-wrapper .ppmyac-icons {margin-right: .5rem;vertical-align: text-bottom;}
#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
@media (min-width:576px) {#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {-webkit-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}}
#profilepress-myaccount-wrapper .profilepress-myaccount-content {position: relative;width: 100%;padding-top: 30px;padding-right: 15px;padding-left: 15px;}
@media (min-width:576px) {#profilepress-myaccount-wrapper .profilepress-myaccount-content {-webkit-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}}
#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {text-align: center;margin-bottom: 20px;}
#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {margin: 0 !important;position: static !important;float: none !important;display: inline-block;border-radius: 999px;}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {outline: 0;text-shadow: none;box-shadow: none;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h2 {margin-top: 0 !important;margin-bottom: 1.8rem !important;font-weight: 700 !important;line-height: 1.2 !important;font-size: 2rem !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {margin-top: 0 !important;line-height: 1.2 !important;font-weight: 500 !important;font-size: 1.2rem !important;margin-bottom: 1rem !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {margin-bottom: 2rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {display: inline;padding-right: 1rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {color: inherit;padding: 0 0 10px;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {border-bottom: 3px solid #6c757d;}
.profilepress-myaccount-alert, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {position: relative;padding: .75rem 1.25rem;margin-bottom: 1rem;border: 1px solid transparent;border-radius: .25rem;}
.profilepress-myaccount-alert.pp-alert-danger, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;}
.profilepress-myaccount-alert.pp-alert-success, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {color: #155724;background-color: #d4edda;border-color: #c3e6cb;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {margin-top: .5rem;margin-bottom: 1rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {min-height: 250px;background-color: #eee;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {padding: .75rem;background-color: #fff;border: 1px solid rgba(0,0,0,.125);margin-bottom: 0;border-radius: .25rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {width: 100%;height: auto;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {margin-top: .5rem;margin-bottom: .5rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {margin-bottom: 2rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {margin-bottom: .2rem;font-weight: 500;display: block;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label {display: inline;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow: visible;box-shadow: inset 0 1px 1px rgba(0,0,0,.125);}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {height: auto !important;min-height: 100px !important;resize: vertical !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus {background-color: #fff;border-color: #bbb;outline: 0;box-shadow: none;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {display: inline-block;cursor: pointer;width: auto;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {color: #fff;background-color: #0069d9;border-color: #0062cc;text-decoration: none;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {position: relative;display: inline-block;width: 100%;height: calc(1.5em + .75rem + 2px);margin-bottom: 0;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {position: relative;z-index: 2;width: 100%;height: calc(1.5em + .75rem + 2px);margin: 0;opacity: 0;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {position: absolute;top: 0;right: 0;left: 0;z-index: 1;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;border: 1px solid #ced4da;border-radius: .25rem;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {position: absolute;top: 0;right: 0;box-sizing: border-box;bottom: 0;z-index: 3;display: block;height: calc(1.5em + .75rem);padding: .375rem .75rem;line-height: 1.5;color: #495057;content: "Browse";background-color: #e9ecef;border-left: inherit;border-radius: 0 .25rem .25rem 0;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after {content: attr(data-browse);}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {display: inline-block;margin: 0 0 0 .3819820591em;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;margin: 1em 0 0;padding-left: 0;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {position: relative;padding: .75rem 1.25rem;background-color: #fff;border: 1px solid rgba(0,0,0,.125);margin-bottom: 0;border-radius: .25rem;-webkit-justify-content: space-between !important;justify-content: space-between !important;display: -webkit-flex !important;display: flex !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {width: 70px;height: 70px;min-height: 100%;-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;border-radius: 50%;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {margin-bottom: .5rem !important;margin-top: .5rem !important;padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;border-radius: .2rem;color: #fff;height: 35px;background-color: #6c757d;display: inline-block;font-weight: 400;text-align: center;vertical-align: middle;text-shadow: none;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid #6c757d;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {margin-top: .75rem !important;margin-bottom: 0 !important;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {background: #fff;border-radius: 6px;font-size: 14px;border: 1px solid #ddd;}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow: inset 0 1px 1px rgba(0,0,0,.125);}
.pp-form-container .pp-field-user-avatar-picture-wrap {width: 250px;height: auto;margin: auto;position: relative;}
.pp-form-container .pp-field-user-cover-image-wrap {margin: auto;position: relative;}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {position: absolute;top: 0;left: 0;background: rgba(0,0,0,.5);text-align: center;box-sizing: border-box;padding: 0;color: #fff;text-shadow: 0 1px #666;line-height: 21px;font-size: 16px;height: 100%;width: 100%;border-radius: 50%;}
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {border-radius: 0;}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {display: table;height: 100%;width: 100%;}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {display: table-cell;vertical-align: middle;height: 100%;text-decoration: none !important;background: 0 0 !important;color: #fff !important;border-bottom: none !important;}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {font-size: 35px !important;display: block !important;position: static !important;right: auto !important;top: auto !important;color: #fff !important;margin: 0 !important;width: auto !important;height: auto !important;cursor: pointer;}
html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {border: 0 !important;height: auto !important;}
.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {border: 0 !important;box-shadow: none !important;}
.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {height: auto;line-height: normal;}
.pp-form-wrapper.pp-member-directory {opacity: 0;}
.pp-form-wrapper.ppress-default-profile {max-width: 1000px;width: 100%;box-sizing: border-box;font-size: 15px;color: #666;margin-bottom: 30px;opacity: 0;}
.pp-form-wrapper.ppress-default-profile * {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;box-sizing: border-box;}
.pp-form-wrapper.ppress-default-profile a, .pp-form-wrapper.ppress-default-profile a:hover {text-decoration: none !important;}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {background-color: #eee;box-sizing: border-box;position: relative;}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {text-align: center;overflow: hidden;}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {width: 100%;display: block;overflow: hidden;border-radius: 0;margin: 0;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {position: relative;padding: 0 0 25px;border-bottom: solid 2px #eee;min-height: 85px;box-sizing: content-box;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {position: absolute;top: 15px;right: 0;vertical-align: middle;font-size: 30px;height: 30px;line-height: 30px;z-index: 66;margin-right: 10px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {font-size: 30px;}
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {color: #aaa;text-decoration: none;border-bottom: 0;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover, .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {color: #007bff;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {float: left;position: absolute;margin: 0 0 0 30px;box-sizing: border-box;width: 200px;height: 200px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {width: 100%;height: auto;border-radius: 100%;display: block;overflow: hidden;margin: 0;box-shadow: none;background: #fff;border: 5px solid #fff;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {padding-right: 30px;-ms-word-break: break-all;word-break: break-word;word-wrap: break-word;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {padding: 10px 0 0;color: #999;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {font-size: 24px;font-weight: 700;margin-right: 30px;color: #555;line-height: 1.7em;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {clear: both;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {margin: 0 5px;font-size: 14px;display: inline-block;line-height: .1;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {margin: 0 5px 0 0;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {margin: 5px 0 0;line-height: 1.4em;font-size: 13px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {padding: 10px;background: #444;text-align: center;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {color: #fff;font-size: 14px;font-weight: 600;padding: 6px 10px 6px 28px;display: block;float: left;border-radius: 4px;margin-left: 5px;position: relative;border-bottom: 0;text-decoration: none !important;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {background: #555;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {font-size: 18px;height: 18px;line-height: 1.5;position: absolute;display: block;left: 10px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {padding-left: 5px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {background: #007bff;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {max-width: 600px;padding-top: 15px;padding-bottom: 15px;margin: auto;}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item, .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {text-align: center;padding-top: 20px;color: #666;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {display: inline-block;font-size: 70px;height: 70px;line-height: 70px;}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span, .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {margin-top: 10px;display: block;font-size: 16px;color: #888;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {border: 0 !important;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {margin: 0 0 30px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {position: relative;padding: 15px 0 0;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {display: block;margin: 0 0 8px;border-bottom: solid 2px #eee;padding-bottom: 4px;font-size: 15px;line-height: 22px;font-weight: 700;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {float: left;margin: 0 8px 0 0;height: 22px;line-height: 18px;display: inline-block;width: 24px;text-align: center;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {font-size: 22px;position: relative;top: 1px;}
.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {float: none;margin: 0 auto;text-align: center;position: relative;}
.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {padding-left: 0 !important;padding-right: 0 !important;text-align: center !important;}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {padding: 0;}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {margin-left: 0;border-radius: 0;}
.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {padding-left: 0;padding-right: 0;}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {position: static;top: auto;left: auto;}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {text-align: center;padding: 0;margin-top: -30px;}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {padding-top: 0;}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {float: none;margin-right: 0;font-size: 18px;}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {padding: 0 20px;}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {position: relative;width: 100px;height: 100px;margin: 0 auto;float: none;left: auto;text-align: center;top: -40px;}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {width: 120px;height: 120px;}
.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {font-size: 12px;}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons {display: block;position: static;top: auto;left: auto;height: 20px;line-height: 20px;}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {margin-top: 0;}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {padding: 0;}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {display: block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {padding-left: 0;padding-right: 0;}
.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {position: static;top: auto;left: auto;width: 120px;height: 120px;}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {position: relative;width: 100px;height: 100px;margin: 0 auto;float: none;display: block;top: -40px;left: 0;}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {text-align: center;padding: 0;margin-top: -30px;}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {float: none;margin-right: 0;font-size: 21px;}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {padding-top: 10px;}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {padding: 0 20px;display: block;}
.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {font-size: 12px;}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {display: block;position: static;top: auto;left: auto;height: 20px;line-height: 20px;}
.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {margin-top: 0;}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {padding: 0;}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {padding: 10px 20px;margin-left: 0;border-radius: 0;}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {width: 140px;height: 140px;top: -70px;}
.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {top: auto;}
.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-profile-meta {padding-left: 200px;}
.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {padding-top: 10px;}
.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {font-size: 12px;}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {display: block;position: static;top: auto;left: auto;font-size: 20px;height: 20px;line-height: 20px;}
.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {width: 140px;height: 140px;top: -70px;}
.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {margin-top: -50px;}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {padding: 5px 11px;font-size: 12px;}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {font-size: 14px;}
.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title, .ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {font-size: 10px;}
.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {list-style: none;margin: 0;padding: 0;}
.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {padding: 20px 0;border-bottom: 1px solid #eee;}
.pp-form-wrapper.ppress-default-profile .pp-user-post-item a, .pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {font-size: 16px;font-weight: 400;margin: 0;text-decoration: none;}
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head {line-height: 20px;}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {text-align: center;padding-top: 30px;}
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {font-size: 15px;border: 0;display: block;width: 100%;line-height: 1em;padding: 15px;text-decoration: none;text-align: center;text-transform: none;font-weight: 400;transition: .25s;border-radius: 4px;box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width: 250px;margin: 0 auto;color: #fff;background: #007bff;}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {padding: 20px 0;border-bottom: 1px solid #eee;}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {color: inherit;}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap {display: none;}
.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;width: 100%;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: baseline;align-items: baseline;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;margin: 0 0 10px;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {-webkit-justify-content: flex-end;justify-content: flex-end;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;width: 60%;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {-webkit-flex: 1;flex: 1;margin: 0 10px 0 0;min-width: 90px;max-width: 85%;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {-webkit-appearance: textfield;width: 100%;padding: 0 12px !important;display: block !important;border-radius: 2px;outline: 0 !important;cursor: text !important;font-size: 15px !important;height: 40px !important;box-sizing: border-box !important;box-shadow: none !important;margin: 0 !important;position: static;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {min-width: 15%;width: auto;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;width: 100%;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: baseline;align-items: baseline;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-flex: 5;flex: 5;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: baseline;align-items: baseline;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;position: relative;cursor: pointer;}
.pp-member-directory .ppressmd-member-directory-header a {text-decoration: none;border-bottom: none;box-shadow: none;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {display: inline;vertical-align: middle;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-end;justify-content: flex-end;-webkit-align-items: baseline;align-items: baseline;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-flex: 2;flex: 2;text-align: right;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: baseline;align-items: baseline;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;cursor: pointer;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {margin: 0 5px 0 0;}
.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {display: none;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible, .ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {display: none;}
.ppressmd-new-dropdown {font-size: 16px;margin: 0;position: absolute;height: auto;background: #fff;z-index: 10;display: none;border: 1px solid #ddd;box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}
.ppressmd-new-dropdown ul li {list-style-type: none;padding: 0;margin: 0;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {top: 24px;width: 200px;left: -12px;}
.ppressmd-new-dropdown ul li a {display: block;padding: 8px 12px;line-height: 1;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {padding: 0 0 10px;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {margin: 0;}
.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {display: grid;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {margin: 0;width: 100%;display: grid;grid-template-rows: auto 1fr;grid-template-columns: repeat(3,1fr);grid-gap: 10px;grid-auto-rows: minmax(-webkit-max-content,auto);grid-auto-rows: minmax(max-content,auto);-ms-grid-template-rows: auto 1fr;-ms-grid-template-columns: repeat(3,1fr);-ms-grid-gap: 10px;-ms-grid-auto-rows: minmax(max-content,auto);-webkit-align-items: center;align-items: center;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {display: flex;flex-direction: row;justify-content: flex-start;align-items: baseline;flex-wrap: nowrap;width: 100%;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {width: 100%;padding: 10px 30px;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field), .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {background-color: transparent;border: 1px solid #ddd !important;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input, .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {color: #666;background-color: transparent;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {border: 1px solid #bbb !important;}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {border: 0 !important;display: block;width: 100%;line-height: 1em !important;padding: 16px 20px !important;text-decoration: none !important;text-align: center;text-transform: none !important;font-weight: 400 !important;overflow: hidden;position: relative;transition: .25s;box-sizing: border-box;border-radius: 4px !important;box-shadow: none;vertical-align: middle !important;height: auto !important;cursor: pointer !important;text-shadow: none;font-family: inherit;outline: 0 !important;margin: 0;-webkit-appearance: none;}
.pp-member-directory .ppressmd-members-total-wrap {text-align: center;margin: 0 0 10px;}
.pp-member-directory .ppressmd-members-total {font-size: 20px;font-weight: 300;}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {width: 100% !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {width: auto !important;}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {display: block !important;height: 40px;padding: 0 0 0 12px !important;overflow: hidden !important;position: relative !important;white-space: nowrap !important;line-height: 35px !important;font-size: 15px !important;text-align: left !important;text-decoration: none !important;border-radius: 2px !important;background-clip: padding-box !important;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background: 0 0 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {display: inline-block !important;width: 34px !important;height: 100% !important;position: absolute !important;right: 0 !important;top: 0 !important;border-radius: 0 2px 2px 0 !important;background-clip: padding-box !important;text-align: center !important;background: 0 0 !important;border-left: 0 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {border: 1px solid #ddd;border-top: 0;border-radius: 0;}
.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {list-style: none;display: list-item;background-image: none;font-size: 15px;margin: 5px !important;color: #666 !important;padding: 3px 7px 4px !important;cursor: pointer;min-height: 1em !important;}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {height: auto !important;line-height: .8 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {padding-left: 0 !important;line-height: 37px;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {line-height: 37px;box-sizing: border-box;list-style: none;margin: 0;padding-left: 0 !important;padding-right: 30px;width: 100%;font-size: 13px;}
.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {background: 0 0 !important;background: #f4f4f4 !important;color: #666 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {right: 10px;margin: 0 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {right: 10px;font-size: 30px;margin: 0 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {color: #888 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {position: absolute;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {padding: 3px 3px 3px 5px;}
.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input {border: 0 !important;padding: 0 !important;border-radius: 0 !important;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {overflow-x: hidden;text-overflow: ellipsis;max-width: 100%;box-sizing: border-box;}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {font-size: 20px !important;}
.pp-member-directory .ppmd-pagination-wrap {font-size: 16px;width: 100%;margin: 0 auto 10px;padding: 0;text-align: center;}
.pp-member-directory .ppmd-pagination-wrap .page-numbers {display: inline-block;width: auto;height: 34px;line-height: 34px;transition: all .2s linear;padding: 0 14px;color: #666;font-weight: 400;}
.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {background: #007bff;color: #fff;}
.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {vertical-align: middle;}
.flatpickr-calendar {background: transparent;background: #fff;opacity: 0;display: none;text-align: center;visibility: hidden;padding: 0;-webkit-animation: none;animation: none;direction: ltr;border: 0;font-size: 14px;line-height: 24px;border-radius: 5px;position: absolute;width: 307.875px;-webkit-box-sizing: border-box;box-sizing: border-box;-ms-touch-action: manipulation;touch-action: manipulation;-webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);}
.flatpickr-calendar.open, .flatpickr-calendar.inline {opacity: 1;max-height: 640px;visibility: visible;}
.flatpickr-calendar.open {display: inline-block;z-index: 99999;}
.flatpickr-calendar.animate.open {-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);}
.flatpickr-calendar.inline {display: block;position: relative;top: 2px;}
.flatpickr-calendar.static {position: absolute;top: calc(100% + 2px);}
.flatpickr-calendar.static.open {z-index: 999;display: block;}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {-webkit-box-shadow: none !important;box-shadow: none !important;}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {-webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {border-bottom: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.flatpickr-calendar .hasWeeks .dayContainer {border-left: 0;}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {height: 40px;border-top: 1px solid #e6e6e6;}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {height: auto;}
.flatpickr-calendar:before, .flatpickr-calendar:after {position: absolute;display: block;pointer-events: none;border: solid transparent;content: "";height: 0;width: 0;left: 22px;}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {left: auto;right: 22px;}
.flatpickr-calendar:before {border-width: 5px;margin: 0 -5px;}
.flatpickr-calendar:after {border-width: 4px;margin: 0 -4px;}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {bottom: 100%;}
.flatpickr-calendar.arrowTop:before {border-bottom-color: #e6e6e6;}
.flatpickr-calendar.arrowTop:after {border-bottom-color: #fff;}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {top: 100%;}
.flatpickr-calendar.arrowBottom:before {border-top-color: #e6e6e6;}
.flatpickr-calendar.arrowBottom:after {border-top-color: #fff;}
.flatpickr-calendar:focus {outline: 0;}
.flatpickr-wrapper {position: relative;display: inline-block;}
.flatpickr-months {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flatpickr-months .flatpickr-month {background: transparent;color: rgba(0,0,0,.9);fill: rgba(0,0,0,.9);height: 34px;line-height: 1;text-align: center;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;overflow: hidden;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {text-decoration: none;cursor: pointer;position: absolute;top: 0;height: 34px;padding: 10px;z-index: 3;color: rgba(0,0,0,.9);fill: rgba(0,0,0,.9);}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {display: none;}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {position: relative;}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {left: 0;}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {right: 0;}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {color: #959ea9;}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {fill: #f64747;}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {width: 14px;height: 14px;}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {-webkit-transition: fill .1s;transition: fill .1s;fill: inherit;}
.numInputWrapper {position: relative;height: auto;}
.numInputWrapper input, .numInputWrapper span {display: inline-block;}
.numInputWrapper input {width: 100%;}
.numInputWrapper input::-ms-clear {display: none;}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {margin: 0;-webkit-appearance: none;}
.numInputWrapper span {position: absolute;right: 0;width: 14px;padding: 0 4px 0 2px;height: 50%;line-height: 50%;opacity: 0;cursor: pointer;border: 1px solid rgba(57,57,57,.15);-webkit-box-sizing: border-box;box-sizing: border-box;}
.numInputWrapper span:hover {background: rgba(0,0,0,.1);}
.numInputWrapper span:active {background: rgba(0,0,0,.2);}
.numInputWrapper span:after {display: block;content: "";position: absolute;}
.numInputWrapper span.arrowUp {top: 0;border-bottom: 0;}
.numInputWrapper span.arrowUp:after {border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 4px solid rgba(57,57,57,.6);top: 26%;}
.numInputWrapper span.arrowDown {top: 50%;}
.numInputWrapper span.arrowDown:after {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid rgba(57,57,57,.6);top: 40%;}
.numInputWrapper span svg {width: inherit;height: auto;}
.numInputWrapper span svg path {fill: rgba(0,0,0,.5);}
.numInputWrapper:hover {background: rgba(0,0,0,.05);}
.numInputWrapper:hover span {opacity: 1;}
.flatpickr-current-month {font-size: 135%;line-height: inherit;line-height: 1;font-weight: 300;color: inherit;position: absolute;width: 75%;left: 12.5%;padding: 7.48px 0 0 0;height: 34px;display: inline-block;text-align: center;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.flatpickr-current-month span.cur-month {font-family: inherit;font-weight: 700;color: inherit;display: inline-block;margin-left: .5ch;padding: 0;}
.flatpickr-current-month span.cur-month:hover {background: rgba(0,0,0,.05);}
.flatpickr-current-month .numInputWrapper {width: 6ch;width: 7ch \0;display: inline-block;}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {border-bottom-color: rgba(0,0,0,.9);}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {border-top-color: rgba(0,0,0,.9);}
.flatpickr-current-month input.cur-year {background: transparent;-webkit-box-sizing: border-box;box-sizing: border-box;color: inherit;cursor: text;padding: 0 0 0 .5ch;margin: 0;display: inline-block;font-size: inherit;font-family: inherit;font-weight: 300;line-height: inherit;height: auto;border: 0;border-radius: 0;vertical-align: initial;-webkit-appearance: textfield;-moz-appearance: textfield;appearance: textfield;}
.flatpickr-current-month input.cur-year:focus {outline: 0;}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {font-size: 100%;color: rgba(0,0,0,.5);background: transparent;pointer-events: none;}
.flatpickr-current-month .flatpickr-monthDropdown-months {appearance: menulist;background: transparent;border: none;border-radius: 0;box-sizing: border-box;color: inherit;cursor: pointer;font-size: inherit;font-family: inherit;font-weight: 300;height: auto;line-height: inherit;margin: -1px 0 0 0;outline: none;padding: 0 0 0 .5ch;position: relative;vertical-align: initial;-webkit-box-sizing: border-box;-webkit-appearance: menulist;-moz-appearance: menulist;width: auto;}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {outline: none;}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {background: rgba(0,0,0,.05);}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {background-color: transparent;outline: none;padding: 0;}
.flatpickr-weekdays {background: transparent;text-align: center;overflow: hidden;width: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 28px;}
.flatpickr-weekdays .flatpickr-weekdaycontainer {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
span.flatpickr-weekday {cursor: default;font-size: 90%;background: transparent;color: rgba(0,0,0,.54);line-height: 1;margin: 0;text-align: center;display: block;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;font-weight: bolder;}
.dayContainer, .flatpickr-weeks {padding: 1px 0 0 0;}
.flatpickr-days {position: relative;overflow: hidden;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;width: 307.875px;}
.flatpickr-days:focus {outline: 0;}
.dayContainer {padding: 0;outline: 0;text-align: left;width: 307.875px;min-width: 307.875px;max-width: 307.875px;-webkit-box-sizing: border-box;box-sizing: border-box;display: inline-block;display: -ms-flexbox;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-wrap: wrap;-ms-flex-pack: justify;-webkit-justify-content: space-around;justify-content: space-around;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);opacity: 1;}
.dayContainer + .dayContainer {-webkit-box-shadow: -1px 0 0 #e6e6e6;box-shadow: -1px 0 0 #e6e6e6;}
.flatpickr-day {background: none;border: 1px solid transparent;border-radius: 150px;-webkit-box-sizing: border-box;box-sizing: border-box;color: #393939;cursor: pointer;font-weight: 400;width: 14.2857143%;-webkit-flex-basis: 14.2857143%;-ms-flex-preferred-size: 14.2857143%;flex-basis: 14.2857143%;max-width: 39px;height: 39px;line-height: 39px;margin: 0;display: inline-block;position: relative;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;text-align: center;}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {cursor: pointer;outline: 0;background: #e6e6e6;border-color: #e6e6e6;}
.flatpickr-day.today {border-color: #959ea9;}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {border-color: #959ea9;background: #959ea9;color: #fff;}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {background: #569ff7;-webkit-box-shadow: none;box-shadow: none;color: #fff;border-color: #569ff7;}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {border-radius: 50px 0 0 50px;}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {border-radius: 0 50px 50px 0;}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {-webkit-box-shadow: -10px 0 0 #569ff7;box-shadow: -10px 0 0 #569ff7;}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {border-radius: 50px;}
.flatpickr-day.inRange {border-radius: 0;-webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {color: rgba(57,57,57,.3);background: transparent;border-color: transparent;cursor: default;}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {cursor: not-allowed;color: rgba(57,57,57,.1);}
.flatpickr-day.week.selected {border-radius: 0;-webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;}
.flatpickr-day.hidden {visibility: hidden;}
.rangeMode .flatpickr-day {margin-top: 1px;}
.flatpickr-weekwrapper {float: left;}
.flatpickr-weekwrapper .flatpickr-weeks {padding: 0 12px;-webkit-box-shadow: 1px 0 0 #e6e6e6;box-shadow: 1px 0 0 #e6e6e6;}
.flatpickr-weekwrapper .flatpickr-weekday {float: none;width: 100%;line-height: 28px;}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {display: block;width: 100%;max-width: none;color: rgba(57,57,57,.3);background: transparent;cursor: default;border: none;}
.flatpickr-innerContainer {display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
.flatpickr-rContainer {display: inline-block;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;}
.flatpickr-time {text-align: center;outline: 0;display: block;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;height: 0;line-height: 40px;max-height: 40px;-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
.flatpickr-time:after {content: "";display: table;clear: both;}
.flatpickr-time .numInputWrapper {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;width: 40%;height: 40px;float: left;}
.flatpickr-time .numInputWrapper span.arrowUp:after {border-bottom-color: #393939;}
.flatpickr-time .numInputWrapper span.arrowDown:after {border-top-color: #393939;}
.flatpickr-time.hasSeconds .numInputWrapper {width: 26%;}
.flatpickr-time.time24hr .numInputWrapper {width: 49%;}
.flatpickr-time input {background: transparent;-webkit-box-shadow: none;box-shadow: none;border: 0;border-radius: 0;text-align: center;margin: 0;padding: 0;height: inherit;line-height: inherit;color: #393939;font-size: 14px;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: textfield;-moz-appearance: textfield;appearance: textfield;}
.flatpickr-time input.flatpickr-hour {font-weight: bold;}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {font-weight: 400;}
.flatpickr-time input:focus {outline: 0;border: 0;}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {height: inherit;float: left;line-height: inherit;color: #393939;font-weight: bold;width: 2%;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;}
.flatpickr-time .flatpickr-am-pm {outline: 0;width: 18%;cursor: pointer;text-align: center;font-weight: 400;}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {background: #eee;}
.flatpickr-input[readonly] {cursor: pointer;}
@-webkit-keyframes fpFadeInDown {from {opacity: 0;-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
	to {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}}
@keyframes fpFadeInDown {from {opacity: 0;-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
	to {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}}
.select2-container {box-sizing: border-box;display: inline-block;margin: 0;position: relative;vertical-align: middle;}
.select2-container .select2-selection--single {box-sizing: border-box;cursor: pointer;display: block;height: 28px;user-select: none;-webkit-user-select: none;}
.select2-container .select2-selection--single .select2-selection__rendered {display: block;padding-left: 8px;padding-right: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.select2-container .select2-selection--single .select2-selection__clear {position: relative;}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {padding-right: 8px;padding-left: 20px;}
.select2-container .select2-selection--multiple {box-sizing: border-box;cursor: pointer;display: block;min-height: 32px;user-select: none;-webkit-user-select: none;}
.select2-container .select2-selection--multiple .select2-selection__rendered {display: inline-block;overflow: hidden;padding-left: 8px;text-overflow: ellipsis;white-space: nowrap;}
.select2-container .select2-search--inline {float: left;}
.select2-container .select2-search--inline .select2-search__field {box-sizing: border-box;border: none;font-size: 100%;margin-top: 5px;padding: 0;}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {-webkit-appearance: none;}
.select2-dropdown {background-color: white;border: 1px solid #aaa;border-radius: 4px;box-sizing: border-box;display: block;position: absolute;left: -100000px;width: 100%;z-index: 1051;}
.select2-results {display: block;}
.select2-results__options {list-style: none;margin: 0;padding: 0;}
.select2-results__option {padding: 6px;user-select: none;-webkit-user-select: none;}
.select2-results__option[aria-selected] {cursor: pointer;}
.select2-container--open .select2-dropdown {left: 0;}
.select2-container--open .select2-dropdown--above {border-bottom: none;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.select2-container--open .select2-dropdown--below {border-top: none;border-top-left-radius: 0;border-top-right-radius: 0;}
.select2-search--dropdown {display: block;padding: 4px;}
.select2-search--dropdown .select2-search__field {padding: 4px;width: 100%;box-sizing: border-box;}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {-webkit-appearance: none;}
.select2-search--dropdown.select2-search--hide {display: none;}
.select2-close-mask {border: 0;margin: 0;padding: 0;display: block;position: fixed;left: 0;top: 0;min-height: 100%;min-width: 100%;height: auto;width: auto;opacity: 0;z-index: 99;background-color: #fff;filter: alpha(opacity=0);}
.select2-hidden-accessible {border: 0 !important;clip: rect(0 0 0 0) !important;-webkit-clip-path: inset(50%) !important;clip-path: inset(50%) !important;height: 1px !important;overflow: hidden !important;padding: 0 !important;position: absolute !important;width: 1px !important;white-space: nowrap !important;}
.select2-container--default .select2-selection--single {background-color: #fff;border: 1px solid #aaa;border-radius: 4px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #444;line-height: 28px;}
.select2-container--default .select2-selection--single .select2-selection__clear {cursor: pointer;float: right;font-weight: bold;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {color: #999;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 26px;position: absolute;top: 1px;right: 1px;width: 20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;left: 50%;margin-left: -4px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {float: left;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {left: 1px;right: auto;}
.select2-container--default.select2-container--disabled .select2-selection--single {background-color: #eee;cursor: default;}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {display: none;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #888 transparent;border-width: 0 4px 5px 4px;}
.select2-container--default .select2-selection--multiple {background-color: white;border: 1px solid #aaa;border-radius: 4px;cursor: text;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {box-sizing: border-box;list-style: none;margin: 0;padding: 0 5px;width: 100%;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {list-style: none;}
.select2-container--default .select2-selection--multiple .select2-selection__clear {cursor: pointer;float: right;font-weight: bold;margin-top: 5px;margin-right: 10px;padding: 1px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {background-color: #e4e4e4;border: 1px solid #aaa;border-radius: 4px;cursor: default;float: left;margin-right: 5px;margin-top: 5px;padding: 0 5px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {color: #999;cursor: pointer;display: inline-block;font-weight: bold;margin-right: 2px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {color: #333;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {float: right;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {margin-left: 5px;margin-right: auto;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {margin-left: 2px;margin-right: auto;}
.select2-container--default.select2-container--focus .select2-selection--multiple {border: solid black 1px;outline: 0;}
.select2-container--default.select2-container--disabled .select2-selection--multiple {background-color: #eee;cursor: default;}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {display: none;}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {border-top-left-radius: 0;border-top-right-radius: 0;}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid #aaa;}
.select2-container--default .select2-search--inline .select2-search__field {background: transparent;border: none;outline: 0;box-shadow: none;-webkit-appearance: textfield;}
.select2-container--default .select2-results>.select2-results__options {max-height: 200px;overflow-y: auto;}
.select2-container--default .select2-results__option[role=group] {padding: 0;}
.select2-container--default .select2-results__option[aria-disabled=true] {color: #999;}
.select2-container--default .select2-results__option[aria-selected=true] {background-color: #ddd;}
.select2-container--default .select2-results__option .select2-results__option {padding-left: 1em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {padding-left: 0;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {margin-left: -1em;padding-left: 2em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -2em;padding-left: 3em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -3em;padding-left: 4em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -4em;padding-left: 5em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {margin-left: -5em;padding-left: 6em;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #5897fb;color: white;}
.select2-container--default .select2-results__group {cursor: default;display: block;padding: 6px;}
.select2-container--classic .select2-selection--single {background-color: #f7f7f7;border: 1px solid #aaa;border-radius: 4px;outline: 0;background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);}
.select2-container--classic .select2-selection--single:focus {border: 1px solid #5897fb;}
.select2-container--classic .select2-selection--single .select2-selection__rendered {color: #444;line-height: 28px;}
.select2-container--classic .select2-selection--single .select2-selection__clear {cursor: pointer;float: right;font-weight: bold;margin-right: 10px;}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {color: #999;}
.select2-container--classic .select2-selection--single .select2-selection__arrow {background-color: #ddd;border: none;border-left: 1px solid #aaa;border-top-right-radius: 4px;border-bottom-right-radius: 4px;height: 26px;position: absolute;top: 1px;right: 1px;width: 20px;background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;left: 50%;margin-left: -4px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {float: left;}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {border: none;border-right: 1px solid #aaa;border-radius: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;left: 1px;right: auto;}
.select2-container--classic.select2-container--open .select2-selection--single {border: 1px solid #5897fb;}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {background: transparent;border: none;}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #888 transparent;border-width: 0 4px 5px 4px;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {border-top: none;border-top-left-radius: 0;border-top-right-radius: 0;background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {border-bottom: none;border-bottom-left-radius: 0;border-bottom-right-radius: 0;background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);}
.select2-container--classic .select2-selection--multiple {background-color: white;border: 1px solid #aaa;border-radius: 4px;cursor: text;outline: 0;}
.select2-container--classic .select2-selection--multiple:focus {border: 1px solid #5897fb;}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {list-style: none;margin: 0;padding: 0 5px;}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {display: none;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {background-color: #e4e4e4;border: 1px solid #aaa;border-radius: 4px;cursor: default;float: left;margin-right: 5px;margin-top: 5px;padding: 0 5px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {color: #888;cursor: pointer;display: inline-block;font-weight: bold;margin-right: 2px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {color: #555;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {float: right;margin-left: 5px;margin-right: auto;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {margin-left: 2px;margin-right: auto;}
.select2-container--classic.select2-container--open .select2-selection--multiple {border: 1px solid #5897fb;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {border-top: none;border-top-left-radius: 0;border-top-right-radius: 0;}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom: none;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.select2-container--classic .select2-search--dropdown .select2-search__field {border: 1px solid #aaa;outline: 0;}
.select2-container--classic .select2-search--inline .select2-search__field {outline: 0;box-shadow: none;}
.select2-container--classic .select2-dropdown {background-color: #fff;border: 1px solid transparent;}
.select2-container--classic .select2-dropdown--above {border-bottom: none;}
.select2-container--classic .select2-dropdown--below {border-top: none;}
.select2-container--classic .select2-results>.select2-results__options {max-height: 200px;overflow-y: auto;}
.select2-container--classic .select2-results__option[role=group] {padding: 0;}
.select2-container--classic .select2-results__option[aria-disabled=true] {color: grey;}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {background-color: #3875d7;color: #fff;}
.select2-container--classic .select2-results__group {cursor: default;display: block;padding: 6px;}
.select2-container--classic.select2-container--open .select2-dropdown {border-color: #5897fb;}
.aawp-clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.aawp-clearfix {display: inline-block;}
html[xmlns] .aawp-clearfix {display: block;}
* html .aawp-clearfix {height: 1%;}
.aawp .align-center {text-align: center;}
.aawp .aawp-button, .aawp-button {box-sizing: border-box;display: inline-block;margin: 0;padding: 7px 12px 6px 12px;border: 1px solid transparent !important;cursor: pointer;font-size: 14px;font-weight: 400;line-height: 19px;text-align: center;text-decoration: none !important;background-color: #fff;border-color: #ccc !important;color: #333 !important;}
.aawp .aawp-button:hover, .aawp-button:hover {text-decoration: none !important;}
.aawp .aawp-button:active, .aawp-button:active, .aawp .aawp-button:focus, .aawp-button:focus {box-shadow: none;text-decoration: none !important;outline: none;}
.aawp .aawp-button:visited, .aawp-button:visited {color: #333 !important;}
.aawp .aawp-button:hover, .aawp-button:hover, .aawp .aawp-button:focus, .aawp-button:focus {border: 1px solid #ccc !important;color: #333 !important;background-color: #fafafa;}
.aawp .aawp-button.rounded, .aawp-button.rounded {border-radius: 3px;}
.aawp .aawp-button.shadow, .aawp-button.shadow {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp .aawp-button.aawp-button--amazon, .aawp-button.aawp-button--amazon {border-color: #9c7e31 #90742d #786025 !important;border-radius: 3px;box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;background: #f0c14b;background: linear-gradient(to bottom,#f7dfa5,#f0c14b) repeat scroll 0 0 rgba(0,0,0,0);color: #111 !important;}
.aawp .aawp-button.aawp-button--amazon:hover, .aawp-button.aawp-button--amazon:hover, .aawp .aawp-button.aawp-button--amazon:active, .aawp-button.aawp-button--amazon:active, .aawp .aawp-button.aawp-button--amazon:focus, .aawp-button.aawp-button--amazon:focus {background: #eeb933;background: linear-gradient(to bottom,#f5d78e,#eeb933) repeat scroll 0 0 rgba(0,0,0,0);color: #111 !important;}
.aawp .aawp-button.aawp-button--blue, .aawp-button.aawp-button--blue {background-color: #3498db;border-color: #3498db !important;color: #fff !important;}
.aawp .aawp-button.aawp-button--blue:visited, .aawp-button.aawp-button--blue:visited {color: #fff !important;}
.aawp .aawp-button.aawp-button--blue:hover, .aawp-button.aawp-button--blue:hover, .aawp .aawp-button.aawp-button--blue:focus, .aawp-button.aawp-button--blue:focus {border: 1px solid #3498db !important;color: #fff !important;background-color: #2b94d9;}
.aawp .aawp-button.aawp-button--red, .aawp-button.aawp-button--red {background-color: #e74c3c;border-color: #e74c3c !important;color: #fff !important;}
.aawp .aawp-button.aawp-button--red:visited, .aawp-button.aawp-button--red:visited {color: #fff !important;}
.aawp .aawp-button.aawp-button--red:hover, .aawp-button.aawp-button--red:hover, .aawp .aawp-button.aawp-button--red:focus, .aawp-button.aawp-button--red:focus {border: 1px solid #e74c3c !important;color: #fff !important;background-color: #e64433;}
.aawp .aawp-button.aawp-button--green, .aawp-button.aawp-button--green {background-color: #27ae60;border-color: #27ae60 !important;color: #fff !important;}
.aawp .aawp-button.aawp-button--green:visited, .aawp-button.aawp-button--green:visited {color: #fff !important;}
.aawp .aawp-button.aawp-button--green:hover, .aawp-button.aawp-button--green:hover, .aawp .aawp-button.aawp-button--green:focus, .aawp-button.aawp-button--green:focus {border: 1px solid #27ae60 !important;color: #fff !important;background-color: #25a65b;}
.aawp .aawp-button.aawp-button--yellow, .aawp-button.aawp-button--yellow {background-color: #ffdf88;border-color: #ffdf88 !important;color: #333 !important;}
.aawp .aawp-button.aawp-button--yellow:visited, .aawp-button.aawp-button--yellow:visited {color: #333 !important;}
.aawp .aawp-button.aawp-button--yellow:hover, .aawp-button.aawp-button--yellow:hover, .aawp .aawp-button.aawp-button--yellow:focus, .aawp-button.aawp-button--yellow:focus {border: 1px solid #ffdf88 !important;color: #333 !important;background-color: #ffdc7e;}
.aawp .aawp-button.aawp-button--orange, .aawp-button.aawp-button--orange {background-color: #f39c12;border-color: #f39c12 !important;color: #fff !important;}
.aawp .aawp-button.aawp-button--orange:visited, .aawp-button.aawp-button--orange:visited {color: #fff !important;}
.aawp .aawp-button.aawp-button--orange:hover, .aawp-button.aawp-button--orange:hover, .aawp .aawp-button.aawp-button--orange:focus, .aawp-button.aawp-button--orange:focus {border: 1px solid #f39c12 !important;color: #fff !important;background-color: #ef970c;}
.aawp .aawp-button.aawp-button--dark, .aawp-button.aawp-button--dark {background-color: #363636;border-color: #363636 !important;color: #fff !important;}
.aawp .aawp-button.aawp-button--dark:visited, .aawp-button.aawp-button--dark:visited {color: #fff !important;}
.aawp .aawp-button.aawp-button--dark:hover, .aawp-button.aawp-button--dark:hover, .aawp .aawp-button.aawp-button--dark:focus, .aawp-button.aawp-button--dark:focus {border: 1px solid #363636 !important;color: #fff !important;background-color: #313131;}
.aawp .aawp-button.aawp-button--icon, .aawp-button.aawp-button--icon {position: relative;padding-left: 32px;}
.aawp .aawp-button.aawp-button--icon:before, .aawp-button.aawp-button--icon:before {position: absolute;content: "";top: 0;right: 0;bottom: 0;left: 0;background-repeat: no-repeat;background-size: 14px 14px;background-position: 9px center;}
.aawp .aawp-button.aawp-button--icon-amazon-black:before, .aawp-button.aawp-button--icon-amazon-black:before {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-amazon-black.svg");}
.aawp .aawp-button.aawp-button--icon-black:before, .aawp-button.aawp-button--icon-black:before {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-cart-black.svg");}
.aawp .aawp-button.aawp-button--icon-amazon-white:before, .aawp-button.aawp-button--icon-amazon-white:before {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-amazon-white.svg");}
.aawp .aawp-button.aawp-button--icon-white:before, .aawp-button.aawp-button--icon-white:before {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-cart-white.svg");}
a.aawp-star-rating {border: none;box-shadow: none;outline: none;text-decoration: none;}
a.aawp-star-rating:hover, a.aawp-star-rating:focus, a.aawp-star-rating:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp-star-rating {position: relative;display: inline-block;background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v1.svg");background-repeat: repeat-x;background-position: left center;vertical-align: middle;height: 16px;width: 80px;background-size: 16px 16px;}
.aawp-star-rating>span {position: absolute;top: 0;bottom: 0;left: 0;display: block;background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v1-active.svg");background-repeat: repeat-x;background-position: left center;vertical-align: middle;}
.aawp-star-rating>span {height: 16px;width: 80px;background-size: 16px 16px;}
.aawp-star-rating--medium {height: 20px;width: 100px;background-size: 20px 20px;}
.aawp-star-rating--medium>span {height: 20px;width: 100px;background-size: 20px 20px;}
.aawp-star-rating--large {height: 30px;width: 150px;background-size: 30px 30px;}
.aawp-star-rating--large>span {height: 30px;width: 150px;background-size: 30px 30px;}
.aawp-star-rating--v2 {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v2.svg");}
.aawp-star-rating--v2>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v2-active.svg");}
.aawp-star-rating--v3 {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v3.svg");}
.aawp-star-rating--v3>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v3-active.svg");}
.aawp-star-rating--v4 {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v4.svg");}
.aawp-star-rating--v4>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v4-active.svg");}
.aawp-star-rating--v5 {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v5.svg");}
.aawp-star-rating--v5>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v5-active.svg");}
.aawp-star-rating--v6 {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v6.svg");}
.aawp-star-rating--v6>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v6-active.svg");}
.aawp-star-rating--v7 {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v7.svg");}
.aawp-star-rating--v7>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/v7-active.svg");}
.aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl.svg");}
.aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-active.svg");}
.aawp-star-rating--wayl.aawp-star-rating--small {height: 16px;width: 60px;background-size: 12px 16px;}
.aawp-star-rating--wayl.aawp-star-rating--small>span {height: 16px;width: 60px;background-size: 12px 16px;}
.aawp-star-rating--wayl.aawp-star-rating--medium {height: 20px;width: 75px;background-size: 15px 20px;}
.aawp-star-rating--wayl.aawp-star-rating--medium>span {height: 20px;width: 75px;background-size: 15px 20px;}
.aawp-star-rating--wayl.aawp-star-rating--large {height: 30px;width: 115px;background-size: 23px 30px;}
.aawp-star-rating--wayl.aawp-star-rating--large>span {height: 30px;width: 115px;background-size: 23px 30px;}
.aawp-product {position: relative;margin: 0 0 30px;width: 100%;}
.aawp-product .aawp-product__title {word-wrap: break-word;}
.aawp-product__ribbon {padding: 0 20px;font-weight: 400;font-size: 12px;line-height: 20px;text-transform: uppercase;}
.aawp-product__ribbon--sale {background: #27ae60;border-bottom-left-radius: 2px;color: #fff;}
.aawp-product__ribbon--bestseller {background: #e47911;border-bottom-right-radius: 2px;color: #fff;}
.aawp-product__ribbon--new {background: #d9534f;border-bottom-right-radius: 2px;color: #fff;}
.widget .aawp-box, .aawp.aawp-box.box--widget {box-sizing: border-box;margin-bottom: 15px;padding: 15px 10px 10px;}
.widget .aawp-box *, .aawp.aawp-box.box--widget *, .widget .aawp-box *:before, .aawp.aawp-box.box--widget *:before, .widget .aawp-box *:after, .aawp.aawp-box.box--widget *:after {box-sizing: border-box;}
.widget .aawp-box:last-child, .aawp.aawp-box.box--widget:last-child {margin-bottom: 0;}
.widget .aawp-box.sale, .aawp.aawp-box.box--widget.sale {padding-top: 30px;}
.widget .aawp-box .aawp-box__thumb, .aawp.aawp-box.box--widget .aawp-box__thumb {float: none;width: 100%;margin-bottom: 10px;}
.widget .aawp-box .aawp-box__image, .aawp.aawp-box.box--widget .aawp-box__image {max-width: 120px;margin-bottom: 5px;}
.widget .aawp-box .aawp-box__content, .aawp.aawp-box.box--widget .aawp-box__content {margin-left: 0;padding-left: 0;}
.widget .aawp-box .aawp-box__title, .aawp.aawp-box.box--widget .aawp-box__title {font-size: 14px !important;line-height: 1.3 !important;text-align: center;}
.widget .aawp-box .aawp-box__footer, .aawp.aawp-box.box--widget .aawp-box__footer {text-align: center;margin-left: 0;padding-left: 0;}
.widget .aawp-box .aawp-box__footer p, .aawp.aawp-box.box--widget .aawp-box__footer p {margin: 0;}
.widget .aawp-box .aawp-box__rating, .aawp.aawp-box.box--widget .aawp-box__rating {margin-left: 0;}
.widget .aawp-box .aawp-box__pricing, .aawp.aawp-box.box--widget .aawp-box__pricing {margin: 0 0 10px;}
.widget .aawp-box .aawp-box__price, .aawp.aawp-box.box--widget .aawp-box__price {line-height: 1 !important;margin-bottom: 5px;}
.widget .aawp-box .aawp-box__price--old, .aawp.aawp-box.box--widget .aawp-box__price--old {font-size: 13px !important;}
.widget .aawp-box .aawp-box__price--saved, .aawp.aawp-box.box--widget .aawp-box__price--saved {margin-top: 0;}
.widget .aawp-box .aawp-box__price--current, .aawp.aawp-box.box--widget .aawp-box__price--current {display: block !important;font-size: 18px !important;margin: 0;}
.widget .aawp-box .aawp-box__prime, .aawp.aawp-box.box--widget .aawp-box__prime {margin: 5px 0 0 !important;}
.widget .aawp-box .aawp-box__btn, .aawp.aawp-box.box--widget .aawp-box__btn {margin-top: 5px;margin-left: 0;}
.widget .aawp-box .aawp-box__info, .aawp.aawp-box.box--widget .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;text-align: center;}
.widget .aawp-box.inline-info .aawp-box__thumb, .aawp.aawp-box.box--widget.inline-info .aawp-box__thumb {margin-bottom: 10px;}
.widget .aawp-box .aawp-box__reviews, .aawp.aawp-box.box--widget .aawp-box__reviews, .widget .aawp-box .aawp-box__description, .aawp.aawp-box.box--widget .aawp-box__description {display: none;}
.aawp .aawp-product--horizontal {zoom: 1;display: block;max-width: 100%;padding: 20px;background: #fff;border: 1px solid #ececec;font-size: 15px;line-height: 1.6;white-space: normal;}
.aawp .aawp-product--horizontal:before, .aawp .aawp-product--horizontal:after {content: " ";display: table;}
.aawp .aawp-product--horizontal:after {clear: both;}
.aawp .aawp-product--horizontal.aawp-product--ribbon {padding-top: 35px;}
@media (min-width:769px) {.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb {width: 250px;}
	.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content {margin-left: 250px;padding-left: 40px;}}
.aawp .aawp-product--horizontal .aawp-product__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp .aawp-product--horizontal .aawp-product__thumb {float: none;width: 100%;}}
.aawp .aawp-product--horizontal .aawp-product__image {display: block;height: auto;margin: 0 auto 15px;max-height: 200px;max-width: 100%;width: auto;border: none;box-shadow: none;}
.aawp .aawp-product--horizontal .aawp-product__rating {margin: 0 auto 10px;text-align: center;}
.aawp .aawp-product--horizontal .aawp-product__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp .aawp-product--horizontal .aawp-product__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--horizontal .aawp-product__content {margin: 0;padding: 0;}}
.aawp .aawp-product--horizontal .aawp-product__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--horizontal .aawp-product__title {margin-bottom: 5px;font-size: 16px;}}
.aawp .aawp-product--horizontal .aawp-product__description {margin: 0;}
.aawp .aawp-product--horizontal .aawp-product__description>p {margin: 0 0 5px;}
.aawp .aawp-product--horizontal .aawp-product__description>p:empty {display: none;}
.aawp .aawp-product--horizontal .aawp-product__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-type: disc;list-style-position: outside !important;}
.aawp .aawp-product--horizontal .aawp-product__description>ul li {margin: 0;padding: 0;background: none;word-wrap: break-word;}
@media (max-width:480px) {.aawp .aawp-product--horizontal .aawp-product__description {display: none;}}
.aawp .aawp-product--horizontal .aawp-product__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--horizontal .aawp-product__footer {margin: 0;padding: 0;}}
.aawp .aawp-product--horizontal .aawp-product__pricing {display: block;margin-bottom: 5px;}
.aawp .aawp-product--horizontal .aawp-product__pricing:empty, .aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price:empty, .aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--old:empty, .aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--current:empty {display: none;margin: 0;}
.aawp .aawp-product--horizontal .aawp-product__pricing span+span {margin-left: 15px;}
.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-prime, .aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp .aawp-product--horizontal .aawp-product__pricing {margin-bottom: 0;}}
.aawp .aawp-product--horizontal .aawp-product__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp .aawp-product--horizontal .aawp-product__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp .aawp-product--horizontal .aawp-product__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--horizontal .aawp-product__price--current {font-size: 16px;}}
.aawp .aawp-product--horizontal .aawp-product__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp .aawp-product--horizontal .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp .aawp-product--horizontal .aawp-product__ribbon {position: absolute;padding: 0 15px;}
.aawp .aawp-product--horizontal .aawp-product__ribbon--bestseller, .aawp .aawp-product--horizontal .aawp-product__ribbon--new {top: -1px;left: -1px;}
.aawp .aawp-product--horizontal .aawp-product__ribbon--sale {top: -1px;right: -1px;}
.aawp .aawp-product--horizontal .aawp-product__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp .aawp-product--horizontal .aawp-product__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp .aawp-product--horizontal.aawp-product--inline-info .aawp-product__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp .aawp-product--horizontal.aawp-product--style-light {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp .aawp-product--horizontal.aawp-product--style-dark {background: #232f3e;color: #e2e2e2;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title {color: #fff;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:hover, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__reviews, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__info {color: #ccc;}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--horizontal.aawp-product--style-wayl {background: #96281b;color: #e2e2e2;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title {color: #fff;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:hover, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__reviews, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__info {color: #ccc;}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--widget-vertical {zoom: 1;padding: 20px;padding: 15px;background: #fff;border: 1px solid #ececec;color: inherit;position: relative;display: block;margin: 0 0 20px;max-width: 100%;font-size: 15px;line-height: 1.6;white-space: normal;min-width: 100%;margin-bottom: 20px;}
.aawp .aawp-product--widget-vertical:before, .aawp .aawp-product--widget-vertical:after {content: " ";display: table;}
.aawp .aawp-product--widget-vertical:after {clear: both;}
@media (max-width:480px) {.aawp .aawp-product--widget-vertical {margin-bottom: 15px;}}
.aawp .aawp-product--widget-vertical.ribbon {padding-top: 35px;}
.aawp .aawp-product--widget-vertical .aawp-box__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp .aawp-product--widget-vertical .aawp-box__thumb {float: none;width: 100%;}}
.aawp .aawp-product--widget-vertical .aawp-box__image {display: block;height: auto;margin: 0 auto 15px;max-width: 100%;border: none;box-shadow: none;}
.aawp .aawp-product--widget-vertical .aawp-box__rating {margin: 0 auto 10px;text-align: center;}
.aawp .aawp-product--widget-vertical .aawp-box__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp .aawp-product--widget-vertical .aawp-box__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--widget-vertical .aawp-box__content {margin: 0;padding: 0;}}
.aawp .aawp-product--widget-vertical .aawp-box__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--widget-vertical .aawp-box__title {margin-bottom: 5px;font-size: 16px;}}
.aawp .aawp-product--widget-vertical .aawp-box__description {margin: 0;}
.aawp .aawp-product--widget-vertical .aawp-box__description>p {margin: 0 0 5px;}
.aawp .aawp-product--widget-vertical .aawp-box__description>p:empty {display: none;}
.aawp .aawp-product--widget-vertical .aawp-box__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-position: outside !important;}
.aawp .aawp-product--widget-vertical .aawp-box__description>ul li {margin: 0;padding: 0;}
@media (max-width:480px) {.aawp .aawp-product--widget-vertical .aawp-box__description {display: none;}}
.aawp .aawp-product--widget-vertical .aawp-box__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--widget-vertical .aawp-box__footer {margin: 0;padding: 0;}}
.aawp .aawp-product--widget-vertical .aawp-box__pricing {display: block;margin-bottom: 5px;}
.aawp .aawp-product--widget-vertical .aawp-box__pricing:empty {display: none;}
.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span {margin-left: 15px;}
.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-prime, .aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp .aawp-product--widget-vertical .aawp-box__pricing {margin-bottom: 0;}}
.aawp .aawp-product--widget-vertical .aawp-box__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp .aawp-product--widget-vertical .aawp-box__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp .aawp-product--widget-vertical .aawp-box__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--widget-vertical .aawp-box__price--current {font-size: 16px;}}
.aawp .aawp-product--widget-vertical .aawp-box__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp .aawp-product--widget-vertical .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp .aawp-product--widget-vertical .aawp-box__ribbon {position: absolute;font-weight: 400;font-size: 12px;text-transform: uppercase;color: #fff;line-height: 20px;padding: 0 15px;}
.aawp .aawp-product--widget-vertical .aawp-box__bestseller {top: -1px;left: -1px;background: #e47911;background: rgba(228,121,17,.8);border-bottom-right-radius: 2px;}
.aawp .aawp-product--widget-vertical .aawp-box__sale {top: -1px;right: -1px;background: #27ae60;background: rgba(39,174,96,.8);border-bottom-left-radius: 2px;}
.aawp .aawp-product--widget-vertical .aawp-box__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp .aawp-product--widget-vertical .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp .aawp-product--widget-vertical.inline-info .aawp-box__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp .aawp-product--widget-vertical.aawp-product--ribbon {padding-top: 25px;}
.aawp .aawp-product--widget-vertical .aawp-product__ribbon {padding: 0 10px;}
.aawp .aawp-product--widget-vertical .aawp-product__ribbon--sale {position: absolute;top: -1px;right: -1px;}
.aawp .aawp-product--widget-vertical .aawp-product__ribbon--bestseller {position: absolute;top: -1px;left: -1px;}
.aawp .aawp-product--widget-vertical .aawp-product__ribbon--new {position: absolute;top: -1px;left: -1px;}
.aawp .aawp-product--widget-vertical .aawp-product__image-link {margin: 0;border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--widget-vertical .aawp-product__image-link:hover, .aawp .aawp-product--widget-vertical .aawp-product__image-link:focus, .aawp .aawp-product--widget-vertical .aawp-product__image-link:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--widget-vertical .aawp-product__image {display: block;width: 100% \9;max-width: 100%;height: auto;margin: 0 auto;max-height: 200px;}
.aawp .aawp-product--widget-vertical .aawp-product__content {position: relative;}
.aawp .aawp-product--widget-vertical .aawp-product__title {display: block;margin-top: 10px;border: none;box-shadow: none;outline: none;text-decoration: none;font-size: 14px;font-weight: bold;line-height: 1.3;text-align: center;}
.aawp .aawp-product--widget-vertical .aawp-product__meta {margin-top: 5px;text-align: center;}
.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-star-rating {margin: 0 5px;}
.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-check-prime {margin: 0 5px;}
.aawp .aawp-product--widget-vertical .aawp-product__reviews {display: inline-block;color: #666;font-size: 14px;line-height: 14px;vertical-align: -10%;}
.aawp .aawp-product--widget-vertical .aawp-product__footer {text-align: center;}
.aawp .aawp-product--widget-vertical .aawp-product__footer .aawp-button {margin-top: 10px;}
.aawp .aawp-product--widget-vertical .aawp-product__pricing {margin-top: 10px;width: 100%;}
.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-check-prime {display: block;margin: 7px auto 0;}
.aawp .aawp-product--widget-vertical .aawp-product__pricing:empty, .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price:empty, .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--old:empty, .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--current:empty {display: none;margin: 0;}
.aawp .aawp-product--widget-vertical .aawp-product__price {margin: 0 5px;line-height: 18px;}
.aawp .aawp-product--widget-vertical .aawp-product__price--old {color: #666;font-size: 13px;text-decoration: line-through;}
.aawp .aawp-product--widget-vertical .aawp-product__price--current {font-size: 18px;font-weight: bold;}
.aawp .aawp-product--widget-vertical .aawp-product__info {display: block;margin-top: 10px;color: #666;font-size: 11px;text-align: center;}
.aawp .aawp-product--widget-vertical.aawp-product--style-light {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark {background: #232f3e;color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title {color: #fff;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:hover, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__reviews, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__info {color: #ccc;}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current {color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl {background: #96281b;color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title {color: #fff;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:hover, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__reviews, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__info {color: #ccc;}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current {color: #e2e2e2;}
.thrv_wrapper div.aawp, .thrv_wrapper div.aawp div {box-sizing: border-box;}
.thrv_wrapper .aawp .aawp-product--vertical {min-width: auto;}
.aawp {box-sizing: border-box;}
.aawp *, .aawp *:before, .aawp *:after {box-sizing: border-box;}
.aawp div, .aawp span {box-sizing: border-box;}
.aawp div *, .aawp span *, .aawp div *:before, .aawp span *:before, .aawp div *:after, .aawp span *:after {box-sizing: border-box;}
.aawp-disclaimer, .aawp-credits {font-size: 12px;}
.aawp a.aawp-check-prime, a.aawp-check-prime, .aawp a.aawp-check-premium, a.aawp-check-premium {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp a.aawp-check-prime:visited, a.aawp-check-prime:visited, .aawp a.aawp-check-premium:visited, a.aawp-check-premium:visited, .aawp a.aawp-check-prime:hover, a.aawp-check-prime:hover, .aawp a.aawp-check-premium:hover, a.aawp-check-premium:hover, .aawp a.aawp-check-prime:focus, a.aawp-check-prime:focus, .aawp a.aawp-check-premium:focus, a.aawp-check-premium:focus, .aawp a.aawp-check-prime:active, a.aawp-check-prime:active, .aawp a.aawp-check-premium:active, a.aawp-check-premium:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-check-prime, .aawp-check-prime {display: inline-block;width: 55px;height: 16px;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAQCAYAAACycufIAAAGBUlEQVR42t1WaWxUVRQe40a0llBtS8u0Q0sDgiamrIIUgc7Me29mSoCiCCLlh8Yt8QdqXNDID2oQI1DpMmv71mlLZdNECZa0s7z3ptORtVTAlAgptUhYBNt5MyzXc+/wwpggQWNi5CY3k3veueee75zvnDOGf7o0T0mp5h7rTzrzRhrupnV1W8b04bpiBMDQXQXsSjizNF5rup6sz0eo3nD47gFWMzF7qNr0e9JVgJArA+31Lj5TKp14eZr/2KuMKL/BSPJrNlFZxfDKrDuxVyEp+RZe2cEISoDmw0/8p+A057gDmtOIkPMhNOB+Ck0Vj6Pp4o/IzocQLShkU+SX7DbGL99zO3t2UT1pkRRkbwohOxt2/GfAkt6sDcMNhSjuKkSowYC+9a1Aj0unU0BEFf9e0QHeBKpW3s5muT+wptIZ2jX1+96P/y0/He7AiL/XQBqKp8XripDmNqIkBldnQJ81rUfjpQHECDLO3Hu0oBqtfHQGgBq4CVB+h+blmbC/YET1U0aKlFjE4NqqL0+Yl3gOl5ilwCuLfOrqWdtjjxHH2PByho9stomRlXSLaqL8sofmFRVsvY+/01x4EdjaaRXkYIU/tkr3b+bu2ChHY+cmS3PXaYaTz9gEuZ1u6Sr6c3Z8RXm3pKNvzM9arQmyZgJKjkDnmiZ0W8XIyTLxEKJ4ZShdl+LVXpI1XkY0ry6FejqXoqqKbLyaoIGGc3Z0zLCIIY7hVWSRZFTRpBRXeEOTKWAABcFiQBcCg22kM+GczhKG2FdIp57XEii0bI0O2hpTelY/3OVJecTS5tbYjzSXcTjpLliZ7uywlPeBVmNCGjSRJAbnMrBrt6+bVNRy/rcKIYTKucgGXXdB8x4Kg6Cwc1zX7krPwUkYACVCXTWGEAOPMmzwB6wLOhetIF/skffhs1mSa2j8XcCAw0cdXLTVznUBGIUAtvLhA2B7pw6WEZXv8D0bK/9iY8PIznUuJHbaYhGGCxOAhoTTtByaRG8cnAdwaNhZMHRtS2kWVryuPJqT8BiRVl+ItNoihGoMPVg+val/9RwploquqIqMpFRRYuQTqxBNkIcFeEwImgDYYuwcfrzs6wPS/FblLVrcX1zpPjKb4oPI4Q2gKaG+pSQwvsApioAL9evBYkgGwojxR/YSWgrhKQCQOA7NqszhD62gyFlGNi74ISOpG20cZBtvSRkwaA3563BW9B2HbphozOvAxobWF2/WbjSRa42ZFxLbR2YQcI2DlxmxI50yhCpWcMTKY9p0vkucEbsOAz1wJxxMZ8PMPcfaFrg7ka1JJtSy7IyNdjQBCHDK7A8QJiyrO/rm/OZOVO7vRC85++akshsQU++pl21Sdx4lRA7BGTOjn5LUK3D/bHlrlKfYiNvcFpifml+1+dM0d+GRmwALUMKT60y4xvxKZNUlCPUYJmNdk+uyhZY6EWRFB3YdNqbONbsQDVlFmdDDKinjaSGlU94SqNOBLZL2jYCMD5OINytBMu98oWqsi7NpPH7yyVQmO2RMxwqu+6J+F3Qu4SBaBJk1i7EHGSEC9kld7rK2KpkMLz9Stq17ma15X64hfSVc4+5LuEytmJoEkLMwBbQB6Lgps0rXe8bTI+AOSQBJkc9pNmi0CqGSuXzYmG4PIunEdMEOvuj8qVyXW9iO10kdCl3Iwe9eSXTFrmGrGIL6i53F57nfBIswtc1SEC1g92/FsiXug6tgdKAbtE/dSwVY36egRDQbnpmiWn3rfyHewmpMTQIMACZ9WV7921jv2Xy7P5jqRph+bHTCLUzoUY5SYjgO4Pqqthy/X5c72NhXZn9QA2fOM+7gvRQbNtIizlpHnNrWR+adzdPxNtD5KoyPS/PYdgrLnvP2bLVI5N4FaDoFhKbNwYUQqMG00YO7aSuwYpzhr9bQltFrMMC4e3x/uvxprnciZE0AQ5xNDNUbbrNAJwdqIRuawgPp8hdcvbnPNu/JoTklM1WXagbWXbq5PVvXeb6mPQtk2fBtlC6DZpRj5yK5QL2R6fYg0A+D7myga5ndL+ca7mQlfKaGqxtzGMP/eP0BU+YP/MFS+ywAAAAASUVORK5CYII=");vertical-align: middle;}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {.aawp .aawp-check-prime, .aawp-check-prime {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAAAgCAYAAAAcyybZAAAMtUlEQVRo3u1aC3QTZRZGtohAEREojz6SqohwcDkKoqIitE0mj6YgIC6KC7oeXc+qcNzDrohndUVFHpWFQpukSZN5JRRQdxcEV+krmUeaFizvpwiLIOpRFJSkafHfO5M0nclMAlRc4dA5555kMv/8M//97uO790+XLr/S0YrfrAmVZpJhW87wLp3HlXOE7VosbM9pDtuyEcjNnRq5Qo7Q8ty/hK1ZSBRbdgQkp1MrV8ARWZdRHFqtRTGPE8EL2bSd4F32wJVnrAwV34TC9jhwCICLIOt1neBd1jnOnfV2qEzmcaIg642RM/bcTvAuW+CWa+aGV+YkAKcB4NIRKuvS/Eec/tXBM1DswwaScxpJ3l5Is6M7UYOj2ZljCZdlqXhcL8Q5LGiOGz+XTwX9BVSwCqN4HoSTCii11gRipPiPMJKjjCTzrBnn+l2q9zPRXD+M4BoAONQmcB7CSHboVQ1ci+vW25rtOd/HWGVcfrINBPBuQHNwHGXR3yEdWY9MJIOkCkwUUKbknA8ZqPrfXxLwKPYDAEvxPCPJTb6qwTtbovUnelzU665Hx+2jkIWsQxPJxpSgJRcWGSn2sZ/zfkaSHas292R7zefTSrf0vXqZZcWAt0JWJUGJgtcDbXE+gsZRu5Ce5DsInuCN/F4dVX9Nx/McPwrmaRXmKvD4RO824Ry6a8vux69e4FbfgoVsAkFR5jrhd2S9Fi11vYlGUwfVALkoACG8PfDzvI8vwkiGnepoaijEg06j23/H5ahTI8WlYQTb9ZfNc1ZNergs57Cax4leZ8tArbbB6Cl8Hbqb2qMEg2DnGShuJHwfZSD4EfDST8P3b5KCR3CT2p4NhOYaE+6/wYwzY4HsvACeFWeNRoLvYXBxI+ctOpMreh3OddVTTPcLXVch3dDdQjeMxgj/M3qaHdL2u+49/2+NLv5FA8H9AwxhmYFkFMZkcNT0Mrh80w00/w68cwnIXCBgg1M9r4j+z3VYJfvouI07PKCTINyzF2Q3ALihiGYn/TJlgSPTFrKqAxcNmT3RnvIH0HjqE5GotHscAEHxn6iGN5J/Lqn30dxwABuA5ng43w7yfZQxMqjI2zgeFD5QT7Kl8NvnsXuWi2DigfnAZCNwvhW892MImz6Y61QeXvdK3Bi8/Ewwno9gDAtyLDbv6SK6sVeht2EERjH+JNFgQdRAmJ7wfWES4ztj8TSqRo2isupZoI/PjTiLLA4fgvXJ7yVYYd3vXNpwSQwxhldqkgIXFkJmWY9v33G9uvsO+lNYpIRB0hAunbUvqc2LEfwMdSXxJ8XrNPuGQckYQ2AMPgA+LJ6DAow4jzDcf7uoWIJTVfwk79b7het6gusDLPSYypjtMC9uFMI7kTScHwHlC++8P1XI1xPMR9J13lfNpd+7cfcGS4VfYNTnz/kUNz15jVaReyPItBbbkGvPB1zrF93Tml1ZTeGSJODZoSgv640OWW+fOYFuWjOe/EQOBB1A5vKqMaqeh3OvJb64CRaXT/o2REMi99558yMQEWwNs1EExhvMbCMqUvYKCvswHg5x/x0dJVIx+ekCCJev7XkTidreRc6aQGEFgzCal3pxi8VZ1yp6m5Jxb1YHw64ZF7JlfRaCGq2lPOup84H3wzLtgmZrjqxvKfO4FRko9G7vKeYdGzPGOA6dldZ1UGuhAjfXoDbvtLXr06Aw34uRAbnV0gwyV9SbxHyENxzCKDY1sXEB2BvZ50Ww3dw0tdJDh7Oz495OsXOTzWUieFRA+0WGCrm0Q+AaBYaL15e0R5fgBgMRkAAbENLKGzqa7zOs6b936iuDR1UA/Fa+XVM6pBcovFSmfGvWmZA98/ak4bKq//DQ0twfkoZLwetWdP2TMFbj+3oO5gokLAQURwZeVg2ZNL9AbfE6yr9PuP7UqqM5ggITwYMkL0o0ZPICsYnk2T/QiOA5faSBDsgaAGaC+3I6vf16CXjr1cIiEKGmgjW+aY/bdw191LbvX3meOhWPEudcB593gjdj8NtxtTF6uuE+4VmTPB8+ryeCkmv1yOKpmivVg7ly29tCHk8KXqSk/xQA6oQaACF7Fps0vK4fWBlaoR4uYdcAIXv6X9vGjnUe8hlVvATz1sv6iaCkHkAWFitjPwukIQD1YaPYYZnorZqnSOhREXKdwNK2gKI+1Xl8xcL4p5cd6Q4ec0TRvaECZXFm6WEGQL47qTLnv2VRoWzvSzpvrdqzX5UTLu5jZb7jtolzVDI9gUF+Hb9GCXmZPWCp2NLNQvu7gYcOneTwDQfj+0A2RzSHN3RptmrGNJdpakKOVGRDAEKzUFEaLB6KhUsgXJZnqd7T4ui7qG3sPe5TIzC6JqKy2HMQEnaAp1TDS22CcyAa3HeqeQKAM9M169rzIbNJWLCsQ2Kt/W5E/eGxaoY2Z8m3xnyvTzZ+amk1Gnz4K2PbmOm4z6LWMoPSxSyd60GCWWuWGhfco6OZfZZ/bovXY2baPwCunZLPA+JlX4vVmfMTQTHg7Gmjmz1kIAPfxIxQPYdXsovgLwlZxeHy1MCJ4FkzUaszWy9rgVlz+ObEYlzIe6s06GzxLU7p2CdXHp0/YU1Vh0mAwPD07uC2KZ73+4gLp5uGglcpjOEha+2ryaLE2E28bbJdHuoKXcweWb8TZwkV8A7q1tSmtY2Zt+TUkAJPnawE0EEenOrYvlDeBOAeU64F1kHVjxTJE8k3Ka5ToqG0s1k4h3dCZhcjhO2oLpyBE/kbfTdFPWh5PxMo/avQeQA8a9Uca3YMzBCBW5U9Q42ghMrAE92ZVYmKg6KYSUGvUwvcp6e4bTqc69/edQg+rcbyCt2Mapfk1qbj3fPWBj8zu/xyb6b5FW1jHvIwvaGGOobJ8xwYRI1VOtdjpfunCKRJOo9gmM8uPzleFjIJfo1BlibgOxHYGm2KB4cZSEUKaRZCNuZhoS5lhbq1Cuq99TpvcHXe2sYXoH03E8L8DIOTH5LQHclJj1hzaMhvyQG0alDEObAiSm60vKqHLs49/NOuXrLJH/I2jLpoTxNZnU9klhDzlyqNgas2Kq22PpnXzbBxUw1uX9x64/mHDEyIe10FOx1LyKFCoXzL9mM66Vz53tpKY0I+BpKzTV6fckLIPJm4pjy6ViziH167c4Y+kYQQ3BGDi++t9v63bT2aPtlem7psA/BmAwgtKTzwNMgWkLAyL2b/GF6iVTBTaE0tOh+dVzBKmtn7sHXnSuO6wK0K4Gh2pLJWE5UzL0UfE1d5zj7wjmslYY5KHFPkqNufu+tEvJVm9tZkGHHuSyUTZV+RgUeyj6iXGT6xETCB2DrLpPQ8oTn+BhhQT9GYPIFuGLT7Cmh2aYGXR9AxWnYBPcphI6GxfCCUolui9vuP1uzfqSqO4BvUQyH7Orxob1N59XADzYwp9PrvfxDnx+S56rX5khyjAt4cRT6kGJTvqVMt9Aud/n5Aik5JmalAzwu9NeXtYZi/UaDfsvxZVoNGMjvs0rnyNjCzhbpROk4oGf68+PS98jWL5CtxX3J32/VxjnqzWY15R3VzBt71IJyfEAiZCcoek5sROlGbLnwn3Jb9buJmqjqZyUaRciUbFbsVlcF7VGK7ID/Aywzu0HYOyXGy0AfAWdzBQFKwSfZJpZICyOSqMsTH4PwTiWOE/FjoOZgvA8XNbU4MrVB3yvqyzxSfGDbBWx1SWfPieIgmAt3A6w9c3DYYuxNCbdqF7xRUaJeo/ZVB6oVnV930YVJFE+xy1VoM/vbQEeAwun504lwTvTXoEdue1SnAfj+R8UGY+wJbtbmvZMx6GSAegYn6jhQ/9831ktA7wpDAcKNez8sIzcyy/S8LHRiFMVBMnnRcgcdfeKGETXwuxf3h4ncLSjOfVycwQkss83jE3Uf1T0RGNwPWxR1Q27czE8zrHfI6gpsdmycSy3vnhN0Es4u7W238/DdD/eD6UcE7Yz3H1liRu7h9Y5brE9t2QbE5IxZHHbpn886/yQ2Hm9XW3QARiuvT4qej9i4ZofHUrY21zs7FRFhzdZId/Qfg+s4U4H2pp/0lGBXUdnjXADZSZyrLAg0KOQdhKXarLUmaskIML+pgyOwBIjC5QSBCk3kwANon2fgFC8NpMGYgeNogg8uv1eFMloFmB5id9WmSdpgwpn9sXnHOqaur+t3WeKRrQhTpFRvTNyq8YBjpKu94A+SuQUY8qDXjrAaMY7Ce4HsmDesE7C+S7Bi47wlYy4vCnh+w1ceLPNxoC81373IpjlBp1qyQJIQ2l2r/njLEkfwAE8FMKCR944CQPGii/TroK06GT/2Uyvd/0/n/uv/33/nKNfNEr6vQNnZq4wo8INdZW5alY52a+HWP/wG4KBK5wlgv6AAAAABJRU5ErkJggg==");background-size: 55px 16px;}}
.aawp .aawp-check-prime.aawp-check-prime--jp, .aawp-check-prime.aawp-check-prime--jp {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAQCAMAAACbZSdJAAABFFBMVEX/////mAT8mhf9mQ37mhf7mhf+mQb8mhhHo8ZHo8ZHocZHosVFnclLpMNlp6f/mwj7mhfbnDilnWxIosVHo8ZIo8ZHosZHo8ZHosa9/7NHosZHo8VIo8ZHosb8mRibn3ZHo8ZHosZHo8ZHo8ZHo8ZIpcdIo8b8mReDoI1Po71HosZHo8VIo8VIosZIo8VHosVVqsZHo8b/mQL7mhf7mhj/nABHo8ZIosVHo8b+mQj7mRf8mRZHosZGpcZEpMVHosVFpcX/jQv7mhf/mQb7mhhvm75HpMZIo8VHocZIo8ZHo8f7mRf7mRj/mQT/oQD8mhhHo8b8mRdHo8ZIo8VHo8ZGpcj/mARHosb8mhj/mgNHo8X/lgMnRusnAAAAXHRSTlMAHrU06/Ar/2KeHy0FEAQW4P/3d7iSgZneAf2X/1y6/4nl1qrHE+Fv//rv+dtVIkwJbSL5igPAzLEvlHmkGxc6DQmBSocCNWdF6nqi/joG2Si+P0L0MxHQzQp0DlY/GMkAAAGASURBVHgBvc9FYiMxEIXhPyi3OWZ4AXOYmZmZ4f73GMndHt4MfitJpSK+0dXN7+np7eO39PeZTmbIC/MTEaxoLM63EkkzkEq3hTLZHPmCzyNQzJXKNikkDfK14pAxw/KNVKoRCp0LvlhNqjegrmaUr7WMMaNj487EZDYGU4FpHGYqkjcLEWmOr80v2MzFJZyqlomsdCwXgciqVJnB8lSZxbe27v5328SNoLo0RUgdm8wOZkpSaQtre0Jpdrxd2FtcMPtwYBMPwWkUVD/i+KTNk3ZOx2XzNIkzorPdHekcLmzK5dX1jTEXRZzbqsanCUxXlKExMVHbKaiGtTuuNEyqcsRSyy6Y3DDm7horkp3Q+D2+2NyZKlvwECPm2sBtTo/3T0+b0j3QkzRW8hm2vaqkl1scL1MtSVX/wr00A7yoI4eVeDVmoQeIn9m8UByHpqTJ9Cy+OWkLqMh6LNRL2sR5uzMtnPf0Ex3nIyeRIh2D+SzWTmQ6dgSM3Aehj/Ui/88nyp44NaJvhvUAAAAASUVORK5CYII=");}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {.aawp .aawp-check-prime.aawp-check-prime--jp, .aawp-check-prime.aawp-check-prime--jp {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAQCAMAAACbZSdJAAABFFBMVEX/////mAT8mhf9mQ37mhf7mhf+mQb8mhhHo8ZHo8ZHocZHosVFnclLpMNlp6f/mwj7mhfbnDilnWxIosVHo8ZIo8ZHosZHo8ZHosa9/7NHosZHo8VIo8ZHosb8mRibn3ZHo8ZHosZHo8ZHo8ZHo8ZIpcdIo8b8mReDoI1Po71HosZHo8VIo8VIosZIo8VHosVVqsZHo8b/mQL7mhf7mhj/nABHo8ZIosVHo8b+mQj7mRf8mRZHosZGpcZEpMVHosVFpcX/jQv7mhf/mQb7mhhvm75HpMZIo8VHocZIo8ZHo8f7mRf7mRj/mQT/oQD8mhhHo8b8mRdHo8ZIo8VHo8ZGpcj/mARHosb8mhj/mgNHo8X/lgMnRusnAAAAXHRSTlMAHrU06/Ar/2KeHy0FEAQW4P/3d7iSgZneAf2X/1y6/4nl1qrHE+Fv//rv+dtVIkwJbSL5igPAzLEvlHmkGxc6DQmBSocCNWdF6nqi/joG2Si+P0L0MxHQzQp0DlY/GMkAAAGASURBVHgBvc9FYiMxEIXhPyi3OWZ4AXOYmZmZ4f73GMndHt4MfitJpSK+0dXN7+np7eO39PeZTmbIC/MTEaxoLM63EkkzkEq3hTLZHPmCzyNQzJXKNikkDfK14pAxw/KNVKoRCp0LvlhNqjegrmaUr7WMMaNj487EZDYGU4FpHGYqkjcLEWmOr80v2MzFJZyqlomsdCwXgciqVJnB8lSZxbe27v5328SNoLo0RUgdm8wOZkpSaQtre0Jpdrxd2FtcMPtwYBMPwWkUVD/i+KTNk3ZOx2XzNIkzorPdHekcLmzK5dX1jTEXRZzbqsanCUxXlKExMVHbKaiGtTuuNEyqcsRSyy6Y3DDm7horkp3Q+D2+2NyZKlvwECPm2sBtTo/3T0+b0j3QkzRW8hm2vaqkl1scL1MtSVX/wr00A7yoI4eVeDVmoQeIn9m8UByHpqTJ9Cy+OWkLqMh6LNRL2sR5uzMtnPf0Ex3nIyeRIh2D+SzWTmQ6dgSM3Aehj/Ui/88nyp44NaJvhvUAAAAASUVORK5CYII=");}}
.aawp .aawp-check-premium, .aawp-check-premium {display: inline-block;width: 75px;height: 16px;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAQCAMAAABp2XLsAAAAYFBMVEUAAACjkm34lhfVhRv8mRX8mhH9mhL9mhZ6rMFGS0SWlpZIo8ZHo8ZGocRHosZIo8b8mhVHosVFnsNIo8bnmyZJo8bJfxL7mBaTlJRIosZJo8fukxTwkRbulhOWl5b8mRUKZpFuAAAAIHRSTlMABWgStODK/xgJ7P/eaE6onfAylP7MIPf/vH0+LVBOhAjCATcAAAF6SURBVHgBrZCHsqU4DESlmzDbRn625wb5pf//y2kBVZPzHqJacBzkS/Qg/xfH0/l/U12ms2ia5d/RyzT9hyAv8hOsmPyKp2maKjaa/JAGdPkFB6o+AFczChfZaU1lQ/crlZ6+XM9++8TtTtcDMBGnq+TSr2oZyEm7l5FRmqOaeilSfEhzNyt5iXBUXOUTJ6rOGVUlVeQFpA9U58PwiWHbZdIByj+hlDxfXnh/DdUb4M2ugHWgVqpSoqtvv2dzoLFIV2TRCmfzavtoReTIHb+o6Jmq28DGiA9VKK2sLKPIwieDq2T4uvvGgGFjcF2LWBp5l/dQMUbO2W3rJaAsZmktHFnoWKIYvOYr6uzURCgl9kb0nXt+f71P55eIXYKtR1fuXtciAUPoSFE4GxUoaxhrThVdguczZdP9WSJeJGCv8OEgHh+GpmmGz9EJFy8Lt0awrnXlGOt8FbrctyiZJT7UxtJkjqKZsbQWnUi0bden7o4+ccf+Nw7yP/ARdr4dVTpKbxMAAAAASUVORK5CYII=");vertical-align: middle;}
.aawp-link {position: relative;}
.aawp-link-icon-container {position: relative;display: inline-block;height: 16px;width: 16px;box-shadow: none;text-decoration: none;outline: none;border: none;overflow: visible;}
.aawp-link-icon-container--large {width: 66px;}
.aawp-link-icon {position: absolute;bottom: -2px;left: 0;display: block;height: 16px;width: 16px;max-width: none;max-height: none;min-width: 0;min-height: 0;background-repeat: no-repeat;background-size: 100%;background-position: center;transition: all .5s;overflow: visible;}
.aawp-link-icon.amazon {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-amazon.svg");}
.aawp-link-icon.cart {background-color: #fff;background-color: rgba(255,255,255,.8);background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-cart-black.svg");}
.aawp-link-icon.amazon-logo {bottom: -5px;height: 20px;width: 66px;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAAeCAYAAAA4h6CKAAAKrUlEQVR4AcTYA5gkuxbA8bPWxbinuyqppKq6e/ls27Zxbdu2bdu2bdu27Xn/vK8zL53bO4un/b7fzHQllTo5J1WdWgn/NfNcG603tlqfn2fZA3jCZtldfD7BKPVXSGzC+PGjs2p1kbq1qzdQHRj4G6Q0Zmyu9RaF1hcxziWNPN86rVYXgniFMaviLNovxd71PP8MZHaIo4t+q+FMxr7XxYf7iPH0PM+Xm5XnYyCx3Jgf028jbDCCDYlxw/6urk9AYkm1+nX67IILcRkO12n6d0gnubUfZe6rFlm2usmyVT85caKG1Iz5JucehsuI61TmvwzEEf+HSZIVSeg7nDxEpyE6DyuQo07SuNAUiFeQoLb+xjypkqSXxN0ajlHSRyv1CMQh2BvbrkF7ae1Qb0/P7yExU63+mvbnwnNiU4vi7kpPj4WEiOmeTv1jFlxjL0ioWRQHjHDeLYw/CxLi+EHDc2NeaZp+d6C//1NujkWcWxY7RNwPOi1S5nmY0CHrO0YJy7S+HOKVSnXT9obvQxGuzNL0ok4TzbnGLKV2b1arOxprO06uURRDTD6DeEmt9jV//RETyphWqaeK/v7JEI+53U5csz0vWjR7QDxVq53FHdM+D2PaYmERv9vX16chnruLwriyJNk8T9MH44XuC2K0XlF0knTxCBge3AVt0vTqUuvFjFJLcuzBuCi0fRricIEujr3WNrhLtB8vurgJJuOuVbb+jhKyBsTJlBpFfA9HfR6Au70X4ffVw8fdeK4gef47iMedui/Hn6LPky1PFKxofr/XFjd5yAYH/wxxcqUWcblxcQ6Pn2W7c3x9PBLe9RTtJojH8R2Csd/He0XrrrBOXAylbpRmWS4bVpwKPQzx0iQZKIKV37IYBFExwBjcLS+bJPkVwX+xofXR8d1Fgp2NCO4bJGp1w+cwofzeA+JQzK9w/fb2NF0Q4hH7I9H4G0JC04piPIkc17TWcYvwO/QdLoZLOovwdIjTqNfHEt8rXC+89mYQp9rf30N+XvGLivNd+098e0Ex4nlrpa7knM83lfoqebnfBO14TOpFMT1L03UJdG8mdqrW+vuQEB1viIqxzOyKYVFXaimI00jTURx/27e7lVsbHDwG4lGMC8JkW2KBOPU0TYhvTdp2wykUe5kOz+fDw8XAeFtARkLfh8KVTbJe7+7qGgeBS+ZPwkLgXZ2m4yEe8R0Rre4zgvHjYrj2Pt9ez7Jf2aAdL7iTOiKR4zMqwQmfbT0Wwu+UpSHo+JgyxkyHeBy7Kwrsr5DA3tH4u0HmYDR3YK3Q+lOcc2U0/uaQ2alVq2e4RRHeFZWBgR9AvEypHcJHI6v/NkjI7ZRstLohcPHt0FYIra+GeKR2RrTAX2orAMn/NEFu29pqPoWhjoxZaqRioIQEbo7afxe1x7uVXSAxVmNTJ8lGJOI8Pj+KD2YT42aQTtgM/KYeFoK/VZLsBwnZ6PGKCyFttP5L1Oe9lJ0kpPDF8BsipQ6HeBRxenTui+IGZWVMyJLkmPDkwpnfYhjTiB4jt7e1K/UHiMexQ+ZUjGn1+m5+lXm+/9wWQ1UqlbIo3imCFdsqqsRoOy1a9edD2hjz2/jaLOZp+PBjKssOhXic+5GOxSiNuTbcchmt3fNtT/yW425bed88FqMZFeOOqBh/nJdisDs5mgUTx3cYk/prK77L5qYYRa12TdEaxy+2wUrlE5AYfU6b051hjfl1XAyr9UzExXAOh3gdi5H09S3vCgFf2beyWu2LEI/j1/+/ijF96tTvEJOb5L+2kUnyO4jH8aOi8zeFhAZrteXZrPjd2lABnaZLQjrhekdGT4YrIW2s/WN03Q8KaysQrjPvxSiz7FYqHG4r9+/wbHw0Svbf/4d3xonhTosVfRkkZJQ6Pzy/0Ho9iMcX9tS2N1/mS9x32CSZxJgTIbEsTbelX/zlHD/KVozuiich831ncPD56ODaEK/U2tgPvy0uB8F/qxg7BzFcH20PD+2wTX2pCF4yyzTdBeLUarUxHL/btwde5i57jcQ/h2uY4/ZmcPBzECdNkh/E5/CUSCEesR8TLYKzIJi/YlDFZ6PJXg3xymr1fG7H8O3Y9bnVtze07v5PF4M4dg5W/bX8Ho6PFfsYxFPV6j5x0qy1zzWSZDIkSZKvBG0jMu7lrSy3gTgmTV8k/vDLeT+Io9K04d6sw/91II4fQDB/xdBKXRbtp12yj+f3KoYdhKWthO9j4b4EbbW6H1wyF5qLYtw+v8VIeGzGyebz5Yy7Ckk5quy0uyK+or//Kogx5vtzWQz/9n47xJnJ+1BZFMPfVxa51ntgA0PygiK531dDvPkqRqnUdzsF5X+7iuskORdtk86UWRViVbown9+MijEtKsbdbeMr9ReI59+gA7tBnBn9/VPj/0mOi4OzaX+27SWuUtkZ0rD2+8N3tGb3VLX39gzkZ07pyY9csDc/vm/AXpUk2auFYVzXL89vgHjs5E5sJbtNERSCsV+dOHFiN8Rzj9ronKMgHgv6Y1H7K75xY6NUxwtmaboR3M5hVZeEZpENTVw4/THEMZVad91+6D1kalSMl9r+uyJNF4V4HbaRB0M8rv/3PHrv8cVhh7QvpKe7+7vNonCJQbYUxGkW5fcrg+ZhGWs3G7tgMRMSW6jbdMmU8pdpoq/KM3U2JNQoikM6LABfjBsyrZuQkNsIRX3PaiuGte3FQDjhT3PB9VqD7MUtuYKt1RoQr8ySpWWc+RpkmJjRU7rz39N/2Rz4G4WbAPE49j3Xbo1ZptB6SQowAPF4Pn/CaL0MfQBjZkLasCNiwaxGjPsx3r651mvqNP0ExJtalovUTfYbiCejpo2HzLWxA5MhMZL+Ba65RWvhnEMcexDPzyGdNBuN6Vappf85H+ZG8j8J8SZNmDCJtkX4e1kW1rLM/7fCj2H/6KYeoi3HAigM77Zta9K2MWm7y5iWbds2bs5Jnsu2bbuqy7Zt7NqDh6z1zIvBt/5YJ0kk4zg8y9GozCEYzASsZBz+l3UciCla15rD8ZwgiHK44wQ8QIuFjEcdQUgjXuJQzGY/kI5YHzexjkSjqyCIcrijizto0IwBUN3BwfhJEJL64n06GESD+vK3fEwX76i/MIAe6k3NU+0pCKbcHSAWP9CCNGIxjw5KC8KKxQkhXZQVBFPuDxKDBxiNmYkDQnU7PTRgLF4VhIw4PMJoVKDBbjr4X0APd9PiGg0or4f3l+FnUUO9lvgfFtyUUVKWHt4SFLh4PMP+KEaDaFqcVpmorYAWP6mki02CIMvjAwbwCg2G+QbEbxH7oy2j8Qvj8YQgz8XgXhp8SYs6MpEuLqqkI1Y8LFM/FSQamriusCDI8u3A/8hMoZ9vkM7TwyI1ILVpUFz9VuvflEcE6fJwHx08T4tPNP83DSpKF81P0fwhlckcMRKFLQygmsBP68leOCoIAfl8AoPfZQotmIpJbGpnZa9slJWyVJbLGtkuR+VaZsdMnF7HWFQWpGLRggbkIHwiCAEFdCKDL2jRV3alemttnvAf74QMZ3/8J0hXN8RzEuoIQkQQTurge1p0oIcldHGNxv8Ly8IAGUiq6fWMQT/1b80/JAhDQb6AOLzIAP6kRSPNx6mz6WKd6AvCETklp+WY7KXBBnpYoPWD6aAlY1GEUXhTEAluA+JxRXYkb22nAAAAAElFTkSuQmCC");}
.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon, .aawp-link-icon-container:hover .aawp-link-icon {height: 30px;width: 30px;}
.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon.amazon-logo, .aawp-link-icon-container:hover .aawp-link-icon.amazon-logo {height: 30px;width: 99px;}
.aawp.aawp-box {box-sizing: border-box;zoom: 1;position: relative;display: block;margin: 0 0 20px;max-width: 100%;padding: 20px;background: #fff;border: 1px solid #ececec;font-size: 15px;line-height: 1.6;white-space: normal;}
.aawp.aawp-box *, .aawp.aawp-box *:before, .aawp.aawp-box *:after {box-sizing: border-box;}
.aawp.aawp-box:before, .aawp.aawp-box:after {content: " ";display: table;}
.aawp.aawp-box:after {clear: both;}
@media (max-width:480px) {.aawp.aawp-box {margin-bottom: 15px;}}
.aawp.aawp-box.ribbon {padding-top: 35px;}
.aawp.aawp-box .aawp-box__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp.aawp-box .aawp-box__thumb {float: none;width: 100%;}}
.aawp.aawp-box .aawp-box__image {display: block;height: auto;margin: 0 auto 15px;max-width: 100%;border: none;box-shadow: none;}
.aawp.aawp-box .aawp-box__rating {margin: 0 auto 10px;text-align: center;}
.aawp.aawp-box .aawp-box__rating .aawp-star-rating {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp.aawp-box .aawp-box__rating .aawp-star-rating:hover, .aawp.aawp-box .aawp-box__rating .aawp-star-rating:focus, .aawp.aawp-box .aawp-box__rating .aawp-star-rating:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp.aawp-box .aawp-box__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp.aawp-box .aawp-box__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp.aawp-box .aawp-box__content {margin: 0;padding: 0;}}
.aawp.aawp-box .aawp-box__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp.aawp-box .aawp-box__title {margin-bottom: 5px;font-size: 16px;}}
.aawp.aawp-box .aawp-box__description {margin: 0;}
.aawp.aawp-box .aawp-box__description>p {margin: 0 0 5px;}
.aawp.aawp-box .aawp-box__description>p:empty {display: none;}
.aawp.aawp-box .aawp-box__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-position: outside !important;}
.aawp.aawp-box .aawp-box__description>ul li {margin: 0;padding: 0;}
@media (max-width:480px) {.aawp.aawp-box .aawp-box__description {display: none;}}
.aawp.aawp-box .aawp-box__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp.aawp-box .aawp-box__footer {margin: 0;padding: 0;}}
.aawp.aawp-box .aawp-box__pricing {display: block;margin-bottom: 5px;}
.aawp.aawp-box .aawp-box__pricing:empty {display: none;}
.aawp.aawp-box .aawp-box__pricing span+span {margin-left: 15px;}
.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-prime, .aawp.aawp-box .aawp-box__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp.aawp-box .aawp-box__pricing {margin-bottom: 0;}}
.aawp.aawp-box .aawp-box__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp.aawp-box .aawp-box__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp.aawp-box .aawp-box__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp.aawp-box .aawp-box__price--current {font-size: 16px;}}
.aawp.aawp-box .aawp-box__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp.aawp-box .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp.aawp-box .aawp-box__ribbon {position: absolute;font-weight: 400;font-size: 12px;text-transform: uppercase;color: #fff;line-height: 20px;padding: 0 15px;}
.aawp.aawp-box .aawp-box__bestseller {top: -1px;left: -1px;background: #e47911;background: rgba(228,121,17,.8);border-bottom-right-radius: 2px;}
.aawp.aawp-box .aawp-box__sale {top: -1px;right: -1px;background: #27ae60;background: rgba(39,174,96,.8);border-bottom-left-radius: 2px;}
.aawp.aawp-box .aawp-box__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp.aawp-box .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp.aawp-box.inline-info .aawp-box__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp-not-available-info, .aawp-not-available-notice {font-size: 80%;}
.aawp-not-available-info {color: #4189a5;}
.aawp-not-available-notice {color: #f0ad4e;}
.aawp.aawp-responsive-table {overflow-y: scroll;-webkit-overflow-scrolling: touch;}
@media (min-width:768px) {.aawp.aawp-responsive-table {overflow: visible;}}
.aawp.aawp-table {box-sizing: border-box;margin: 0 0 30px;table-layout: auto;width: 100%;border: none;border-collapse: collapse;border-spacing: 0;font-size: 14px;line-height: 1.4;}
.aawp.aawp-table tr {border: none;}
.aawp.aawp-table th, .aawp.aawp-table td {padding: 5px;vertical-align: top;}
.aawp.aawp-table th {border: none;border-bottom: 2px solid #ccc;font-size: 16px;text-align: center;white-space: nowrap;}
.aawp.aawp-table td {border: none;border-bottom: 1px solid #ccc;text-align: center;vertical-align: middle;}
.aawp.aawp-table a {text-decoration: none;}
.aawp.aawp-table .position {max-width: 30px;font-weight: bold;}
.aawp.aawp-table .thumb img {display: block;width: 100% \9;max-width: 100%;height: auto;margin: 0 auto;}
.aawp.aawp-table .title {min-width: 150px;text-align: left;}
.aawp.aawp-table .description ul {margin: 0;padding: 0;}
.aawp.aawp-table .links {white-space: nowrap;}
.aawp-responsive-table-note {font-size: 14px;color: #666;}
@media (min-width:768px) {.aawp-responsive-table-note {display: none;}}
.aawp-box {zoom: 1;padding: 20px;background: #fff;border: 1px solid #ececec;color: inherit;position: relative;display: block;margin: 0 0 20px;max-width: 100%;font-size: 15px;line-height: 1.6;white-space: normal;}
.aawp-box:before, .aawp-box:after {content: " ";display: table;}
.aawp-box:after {clear: both;}
@media (max-width:480px) {.aawp-box {margin-bottom: 15px;}}
.aawp-box.ribbon {padding-top: 35px;}
.aawp-box .aawp-box__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp-box .aawp-box__thumb {float: none;width: 100%;}}
.aawp-box .aawp-box__image {display: block;height: auto;margin: 0 auto 15px;max-width: 100%;border: none;box-shadow: none;}
.aawp-box .aawp-box__rating {margin: 0 auto 10px;text-align: center;}
.aawp-box .aawp-box__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp-box .aawp-box__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp-box .aawp-box__content {margin: 0;padding: 0;}}
.aawp-box .aawp-box__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp-box .aawp-box__title {margin-bottom: 5px;font-size: 16px;}}
.aawp-box .aawp-box__description {margin: 0;}
.aawp-box .aawp-box__description>p {margin: 0 0 5px;}
.aawp-box .aawp-box__description>p:empty {display: none;}
.aawp-box .aawp-box__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-position: outside !important;}
.aawp-box .aawp-box__description>ul li {margin: 0;padding: 0;}
@media (max-width:480px) {.aawp-box .aawp-box__description {display: none;}}
.aawp-box .aawp-box__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp-box .aawp-box__footer {margin: 0;padding: 0;}}
.aawp-box .aawp-box__pricing {display: block;margin-bottom: 5px;}
.aawp-box .aawp-box__pricing:empty {display: none;}
.aawp-box .aawp-box__pricing span+span {margin-left: 15px;}
.aawp-box .aawp-box__pricing span+span.aawp-check-prime, .aawp-box .aawp-box__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp-box .aawp-box__pricing {margin-bottom: 0;}}
.aawp-box .aawp-box__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp-box .aawp-box__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp-box .aawp-box__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp-box .aawp-box__price--current {font-size: 16px;}}
.aawp-box .aawp-box__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp-box .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp-box .aawp-box__ribbon {position: absolute;font-weight: 400;font-size: 12px;text-transform: uppercase;color: #fff;line-height: 20px;padding: 0 15px;}
.aawp-box .aawp-box__bestseller {top: -1px;left: -1px;background: #e47911;background: rgba(228,121,17,.8);border-bottom-right-radius: 2px;}
.aawp-box .aawp-box__sale {top: -1px;right: -1px;background: #27ae60;background: rgba(39,174,96,.8);border-bottom-left-radius: 2px;}
.aawp-box .aawp-box__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp-box .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp-box.inline-info .aawp-box__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp-not-available-info, .aawp-not-available-notice {font-size: 80%;}
.aawp-not-available-info {color: #4189a5;}
.aawp-not-available-notice {color: #f0ad4e;}
.aawp.aawp-box.light {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp.aawp-box.dark {background: #232f3e;color: #f2f2f2;}
.aawp.aawp-box.dark .aawp-box__title {color: #fff;}
.aawp.aawp-box.dark .aawp-box__title:visited {color: #fff;}
.aawp.aawp-box.dark .aawp-box__title:hover, .aawp.aawp-box.dark .aawp-box__title:focus {color: #f2f2f2;}
.aawp.aawp-box.dark .aawp-box__price--current {color: #fff;}
.aawp.aawp-box.dark .aawp-box__reviews, .aawp.aawp-box.dark .aawp-box__price--old, .aawp.aawp-box.dark .aawp-box__info {color: #ccc;}
.aawp.aawp-box.dark .aawp-box__bestseller {top: 0;left: 0;}
.aawp.aawp-box.dark .aawp-box__sale {right: 0;top: 0;}
.aawp-grid {letter-spacing: -.31em;text-rendering: optimizespeed;font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display: -webkit-flex;display: -ms-flexbox;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;-ms-align-content: flex-start;-webkit-align-content: flex-start;align-content: flex-start;width: 104%;margin-left: -4%;}
.aawp-grid .opera-only :-o-prefocus, .aawp-grid {word-spacing: -.43em;}
@media (min-width:601px) {.aawp-grid {display: flex;display: -webkit-flex;flex-wrap: wrap;}}
.aawp-grid__item {display: inline-block;zoom: 1;letter-spacing: normal;word-spacing: normal;vertical-align: top;text-rendering: auto;font-family: sans-serif;width: 96%;margin-left: 4%;}
@media (min-width:601px) {.aawp-grid__item {display: flex;display: -webkit-flex;}
	.aawp-grid__item>* {max-width: 100%;}}
@media (min-width:601px) {.aawp-grid--col-2 .aawp-grid__item {width: 46%;}
	.aawp-grid--col-3 .aawp-grid__item {width: 29.33%;}
	.aawp-grid--col-4 .aawp-grid__item {width: 21%;}
	.aawp-grid--col-5 .aawp-grid__item {width: 16%;}
	.aawp-grid--col-6 .aawp-grid__item {width: 12.66%;}}
@media (min-width:601px) and (max-width:1024px) {.aawp-grid--col-3 .aawp-grid__item, .aawp-grid--col-4 .aawp-grid__item, .aawp-grid--col-5 .aawp-grid__item, .aawp-grid--col-6 .aawp-grid__item {width: 46%;}}
.aawp table.aawp-table {display: block;margin: 10px 0 30px;border: none;border-collapse: collapse;border-spacing: 0;font-size: 16px;}
.aawp table.aawp-table, .aawp table.aawp-table thead, .aawp table.aawp-table tbody, .aawp table.aawp-table th, .aawp table.aawp-table td, .aawp table.aawp-table tr {display: block;border: none;}
.aawp table.aawp-table thead tr {position: absolute;top: -9999px;left: -9999px;}
.aawp table.aawp-table tr {margin-bottom: 20px;}
.aawp table.aawp-table tr:nth-child(odd) {background-color: #fafafa;}
.aawp table.aawp-table th {border: none;}
.aawp table.aawp-table td {padding: 10px;border: none;border-top: 1px solid #ededed;border-right: 1px solid #ededed;border-left: 1px solid #ededed;}
.aawp table.aawp-table td:last-child {border-bottom: 1px solid #ededed;}
.aawp table.aawp-table td:before {content: attr(data-label) ": ";display: inline-block;font-weight: bold;width: 125px;}
.aawp table.aawp-table td img {display: inline-block;width: 100% \9;max-width: 100%;height: auto;margin: 0 auto;max-height: 200px;}
.aawp table.aawp-table td.aawp-table__td-position {font-weight: bold;text-align: center;}
.aawp table.aawp-table td.aawp-table__td-position:before {content: attr(data-label) "";width: auto;margin-right: 5px;}
.aawp table.aawp-table td.aawp-table__td-thumb, .aawp table.aawp-table td.aawp-table__td-title, .aawp table.aawp-table td.aawp-table__td-links {text-align: center;}
.aawp table.aawp-table td.aawp-table__td-thumb:before, .aawp table.aawp-table td.aawp-table__td-title:before, .aawp table.aawp-table td.aawp-table__td-links:before {display: none;}
.aawp table.aawp-table td .aawp-product__reviews {display: none;}
.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price {display: inline-block;margin-right: 10px;vertical-align: middle;}
.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old {color: #666;font-size: 11.2px;text-decoration: line-through;}
@media (min-width:800px) {.aawp table.aawp-table {display: table;table-layout: auto;width: 100%;border: 1px solid #ededed;font-size: 14px;line-height: 1.4;}
	.aawp table.aawp-table thead {display: table-header-group;}
	.aawp table.aawp-table thead tr {position: static;top: auto;left: auto;}
	.aawp table.aawp-table tbody {display: table-row-group;}
	.aawp table.aawp-table tr {display: table-row;}
	.aawp table.aawp-table th, .aawp table.aawp-table td {display: table-cell;padding: 10px 12px;text-align: left;}
	.aawp table.aawp-table td:before {display: none;content: "";width: auto;}
	.aawp table.aawp-table thead {background: #fafafa;}
	.aawp table.aawp-table tr:nth-child(odd) {background: none;}
	.aawp table.aawp-table th, .aawp table.aawp-table td {vertical-align: middle;}
	.aawp table.aawp-table th.aawp-table__th-position, .aawp table.aawp-table td.aawp-table__th-position, .aawp table.aawp-table th.aawp-table__td-position, .aawp table.aawp-table td.aawp-table__td-position {max-width: 50px;font-weight: bold;white-space: nowrap;}
	.aawp table.aawp-table th.aawp-table__th-thumb img, .aawp table.aawp-table td.aawp-table__th-thumb img, .aawp table.aawp-table th.aawp-table__td-thumb img, .aawp table.aawp-table td.aawp-table__td-thumb img {display: block;width: 100% \9;max-width: 100%;max-width: 65px;height: auto;margin: 0 auto;max-height: 100px;}
	.aawp table.aawp-table th.aawp-table__th-title, .aawp table.aawp-table td.aawp-table__th-title, .aawp table.aawp-table th.aawp-table__td-title, .aawp table.aawp-table td.aawp-table__td-title {min-width: 150px;text-align: left;}
	.aawp table.aawp-table th.aawp-table__th-rating .aawp-product__reviews, .aawp table.aawp-table td.aawp-table__th-rating .aawp-product__reviews, .aawp table.aawp-table th.aawp-table__td-rating .aawp-product__reviews, .aawp table.aawp-table td.aawp-table__td-rating .aawp-product__reviews {display: block;margin-top: 5px;color: #666;font-size: 12px;white-space: nowrap;}
	.aawp table.aawp-table th.aawp-table__th-pricing, .aawp table.aawp-table td.aawp-table__th-pricing, .aawp table.aawp-table th.aawp-table__td-pricing, .aawp table.aawp-table td.aawp-table__td-pricing {white-space: nowrap;}
	.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price, .aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price, .aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price, .aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price {display: block;font-weight: bold;}
	.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price--old, .aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price--old, .aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price--old, .aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old {font-weight: 400;}
	.aawp table.aawp-table th.aawp-table__th-pricing .aawp-check-prime, .aawp table.aawp-table td.aawp-table__th-pricing .aawp-check-prime, .aawp table.aawp-table th.aawp-table__td-pricing .aawp-check-prime, .aawp table.aawp-table td.aawp-table__td-pricing .aawp-check-prime {margin-top: 5px;}
	.aawp table.aawp-table th.aawp-table__th-links, .aawp table.aawp-table td.aawp-table__th-links, .aawp table.aawp-table th.aawp-table__td-links, .aawp table.aawp-table td.aawp-table__td-links {white-space: nowrap;}
	.aawp table.aawp-table th.aawp-table__th-links .aawp-button, .aawp table.aawp-table td.aawp-table__th-links .aawp-button, .aawp table.aawp-table th.aawp-table__td-links .aawp-button, .aawp table.aawp-table td.aawp-table__td-links .aawp-button {word-break: break-all;}
	.aawp table.aawp-table tr th {font-weight: bold;text-align: left;}
	.aawp table.aawp-table tr td {border-left: none;border-right: none;}
	.aawp table.aawp-table a {border: none;box-shadow: none;outline: none;text-decoration: none;}}
.aawp table.aawp-comparison-table {margin: 10px 0 30px;border: none;border-collapse: separate;border-spacing: 0;font-size: 16px;}
.aawp table.aawp-comparison-table, .aawp table.aawp-comparison-table thead, .aawp table.aawp-comparison-table tbody, .aawp table.aawp-comparison-table th, .aawp table.aawp-comparison-table td, .aawp table.aawp-comparison-table tr {display: block;overflow: hidden;border: none;}
.aawp table.aawp-comparison-table thead tr {position: absolute;top: -9999px;left: -9999px;}
.aawp table.aawp-comparison-table tr {margin-bottom: 20px;}
.aawp table.aawp-comparison-table tr:nth-child(odd) {background-color: #fafafa;}
.aawp table.aawp-comparison-table th, .aawp table.aawp-comparison-table td {border-right: 1px solid #ededed;border-bottom: 1px solid #ededed;}
.aawp table.aawp-comparison-table td {padding: 10px;}
.aawp table.aawp-comparison-table td:before {content: attr(data-label) ": ";display: inline-block;font-weight: bold;width: 125px;}
.aawp table.aawp-comparison-table td img {display: inline-block;width: 100% \9;max-width: 100%;height: auto;}
.aawp table.aawp-comparison-table td.position {font-weight: bold;text-align: center;}
.aawp table.aawp-comparison-table td.position:before {content: attr(data-label) "";width: auto;}
.aawp table.aawp-comparison-table td.thumb, .aawp table.aawp-comparison-table td.title, .aawp table.aawp-comparison-table td.links {text-align: center;}
.aawp table.aawp-comparison-table td.thumb:before, .aawp table.aawp-comparison-table td.title:before, .aawp table.aawp-comparison-table td.links:before {display: none;}
.aawp table.aawp-comparison-table td.pricing .price {display: block;min-height: 20px;line-height: 20px;}
.aawp table.aawp-comparison-table td.pricing .price--current {font-size: 16px;font-weight: bold;}
.aawp table.aawp-comparison-table td.pricing .price--old {color: #666;font-size: 12px;text-decoration: line-through;}
@media (min-width:800px) {.aawp table.aawp-comparison-table {display: table;table-layout: fixed;width: 100%;background: #fff;border-top: 1px solid #ededed;border-left: 1px solid #ededed;font-size: 14px;line-height: 1.4;}
	.aawp table.aawp-comparison-table thead {display: table-header-group;}
	.aawp table.aawp-comparison-table thead tr {position: static;top: auto;left: auto;}
	.aawp table.aawp-comparison-table tbody {display: table-row-group;}
	.aawp table.aawp-comparison-table tr {display: table-row;}
	.aawp table.aawp-comparison-table th, .aawp table.aawp-comparison-table td {display: table-cell;padding: 10px 12px;text-align: left;}
	.aawp table.aawp-comparison-table td:before {display: none;content: "";width: auto;}
	.aawp table.aawp-comparison-table tr:nth-child(odd) {background: none;}
	.aawp table.aawp-comparison-table tr:nth-child(2n) {background: #fafafa;}
	.aawp table.aawp-comparison-table th {font-weight: bold;text-align: left;}
	.aawp table.aawp-comparison-table td {text-align: center;}
	.aawp table.aawp-comparison-table td.thumb img {margin: 0 auto;height: auto;max-height: 115px;max-width: 100%;width: auto;}
	.aawp table.aawp-comparison-table td.rating .reviews {display: block;margin-top: 5px;color: #666;font-size: 12px;white-space: nowrap;}
	.aawp table.aawp-comparison-table td.pricing .price {display: block;font-weight: bold;}
	.aawp table.aawp-comparison-table td.pricing .aawp-check-prime {margin-top: 5px;}
	.aawp table.aawp-comparison-table a {border: none;box-shadow: none;outline: none;text-decoration: none;}}
.aawp-icon-globe {display: inline-block;height: 16px;width: 16px;background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-globe.svg");background-repeat: no-repeat;background-size: 16px;background-position: center;vertical-align: -15%;}
.aawp-icon-yes {display: inline-block;height: 16px;width: 16px;background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-yes.svg");background-repeat: no-repeat;background-size: 16px;background-position: center;vertical-align: -15%;}
.aawp-icon-no {display: inline-block;height: 16px;width: 16px;background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/icon-no.svg");background-repeat: no-repeat;background-size: 16px;background-position: center;vertical-align: -15%;}
.aawp-tb {margin: 20px 0 0 0;border-collapse: collapse;border-spacing: 1px;color: #444;font-size: 13px;line-height: 20px;table-layout: fixed;}
.aawp-tb__head, .aawp-tb__data {position: relative;padding: 10px 9px;background-clip: padding-box;border: 1px solid #d7d7d7;text-align: center;}
.aawp-tb__head {font-weight: bold;text-align: left;vertical-align: middle;}
.aawp-tb__data {vertical-align: middle;}
.aawp-tb-ribbon {display: none;padding: 10px 5px;background: transparent;color: #fff;font-size: 13px;line-height: 20px;text-align: center;}
.aawp-tb-thumb {display: block;margin: 10px;background-repeat: no-repeat;background-size: contain;background-position: center center;}
.aawp-tb-thumb img {display: block;height: auto;max-height: 150px;max-width: 100%;background-color: transparent;box-shadow: none;float: none;opacity: 1;}
.aawp-tb__row--highlight .aawp-tb-thumb img, .aawp-tb__data--highlight .aawp-tb-thumb img {border: none;box-shadow: none;}
.aawp-tb--desktop {display: table;margin-bottom: 1.75em;width: 100%;}
@media (max-width:767px) {.aawp-tb--desktop {display: none;}}
.aawp-tb--desktop .aawp-tb__row {display: table-row;}
.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__head, .aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__data:not(.aawp-tb__data--highlight) {background-color: #f5f5f5;}
.aawp-tb--desktop .aawp-tb__head, .aawp-tb--desktop .aawp-tb__data {display: table-cell;}
.aawp-tb--desktop .aawp-tb__data {position: relative;}
.aawp-tb--desktop .aawp-tb__data--highlight {position: relative;}
.aawp-tb--desktop .aawp-tb__data--highlight:after {position: absolute;top: -1px;left: -1px;bottom: 0;display: block;width: 0;border-left: 1px solid transparent;content: "";}
.aawp-tb--desktop .aawp-tb-ribbon {position: absolute;top: -1px;left: -1px;right: 0;}
.aawp-tb--desktop.aawp-tb--hide-labels .aawp-tb__head, .aawp-tb--desktop.aawp-tb--hide-desktop-labels .aawp-tb__head {display: none;}
.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head, .aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data {padding-top: 52px;}
.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb-ribbon {display: block;}
.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__data {width: 100%;}
.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__data {width: 50%;}
.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__data {width: 33.33333333%;}
.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__data {width: 25%;}
.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__data {width: 20%;}
.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__data {width: 16.66666667%;}
.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__head, .aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__data {width: 14.28571429%;}
@media (max-width:1200px) {.aawp-tb--desktop .aawp-tb__data:nth-child(7) {display: none;}}
@media (max-width:1100px) {.aawp-tb--desktop .aawp-tb__data:nth-child(6) {display: none;}}
@media (max-width:1000px) {.aawp-tb--desktop .aawp-tb__data:nth-child(5) {display: none;}}
.aawp-tb--mobile {display: none;}
@media (max-width:767px) {.aawp-tb--mobile {display: block;}}
.aawp-tb--mobile .aawp-tb__product {position: relative;margin: 0 0 30px;border: 1px solid transparent;}
.aawp-tb--mobile .aawp-tb__row {display: table;width: 100%;}
.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__head, .aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__data {background-color: #f5f5f5;}
.aawp-tb--mobile .aawp-tb__head, .aawp-tb--mobile .aawp-tb__data {display: table-cell;}
.aawp-tb--mobile .aawp-tb__head {width: 50%;}
.aawp-tb--mobile .aawp-tb__data {width: 50%;}
.aawp-tb--mobile .aawp-tb__product--highlight .aawp-tb-ribbon {display: block;}
.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__head, .aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__head {display: none;}
.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__data, .aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__data {width: 100%;}
.aawp-tb--mobile .aawp-tb-product-data-thumb img {background: transparent;}
.aawp-tb-product-data-thumb img {display: block;margin: 0 auto;}
.aawp .aawp-product--vertical {zoom: 1;padding: 20px;padding: 25px 15px 15px;background: #fff;border: 1px solid #ececec;color: inherit;position: relative;display: block;margin: 0 0 20px;max-width: 100%;font-size: 15px;line-height: 1.6;white-space: normal;min-width: 100%;}
.aawp .aawp-product--vertical:before, .aawp .aawp-product--vertical:after {content: " ";display: table;}
.aawp .aawp-product--vertical:after {clear: both;}
@media (max-width:480px) {.aawp .aawp-product--vertical {margin-bottom: 15px;}}
.aawp .aawp-product--vertical.ribbon {padding-top: 35px;}
.aawp .aawp-product--vertical .aawp-box__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp .aawp-product--vertical .aawp-box__thumb {float: none;width: 100%;}}
.aawp .aawp-product--vertical .aawp-box__image {display: block;height: auto;margin: 0 auto 15px;max-width: 100%;border: none;box-shadow: none;}
.aawp .aawp-product--vertical .aawp-box__rating {margin: 0 auto 10px;text-align: center;}
.aawp .aawp-product--vertical .aawp-box__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp .aawp-product--vertical .aawp-box__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--vertical .aawp-box__content {margin: 0;padding: 0;}}
.aawp .aawp-product--vertical .aawp-box__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--vertical .aawp-box__title {margin-bottom: 5px;font-size: 16px;}}
.aawp .aawp-product--vertical .aawp-box__description {margin: 0;}
.aawp .aawp-product--vertical .aawp-box__description>p {margin: 0 0 5px;}
.aawp .aawp-product--vertical .aawp-box__description>p:empty {display: none;}
.aawp .aawp-product--vertical .aawp-box__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-position: outside !important;}
.aawp .aawp-product--vertical .aawp-box__description>ul li {margin: 0;padding: 0;}
@media (max-width:480px) {.aawp .aawp-product--vertical .aawp-box__description {display: none;}}
.aawp .aawp-product--vertical .aawp-box__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--vertical .aawp-box__footer {margin: 0;padding: 0;}}
.aawp .aawp-product--vertical .aawp-box__pricing {display: block;margin-bottom: 5px;}
.aawp .aawp-product--vertical .aawp-box__pricing:empty {display: none;}
.aawp .aawp-product--vertical .aawp-box__pricing span+span {margin-left: 15px;}
.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-prime, .aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp .aawp-product--vertical .aawp-box__pricing {margin-bottom: 0;}}
.aawp .aawp-product--vertical .aawp-box__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp .aawp-product--vertical .aawp-box__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp .aawp-product--vertical .aawp-box__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--vertical .aawp-box__price--current {font-size: 16px;}}
.aawp .aawp-product--vertical .aawp-box__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp .aawp-product--vertical .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp .aawp-product--vertical .aawp-box__ribbon {position: absolute;font-weight: 400;font-size: 12px;text-transform: uppercase;color: #fff;line-height: 20px;padding: 0 15px;}
.aawp .aawp-product--vertical .aawp-box__bestseller {top: -1px;left: -1px;background: #e47911;background: rgba(228,121,17,.8);border-bottom-right-radius: 2px;}
.aawp .aawp-product--vertical .aawp-box__sale {top: -1px;right: -1px;background: #27ae60;background: rgba(39,174,96,.8);border-bottom-left-radius: 2px;}
.aawp .aawp-product--vertical .aawp-box__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp .aawp-product--vertical .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp .aawp-product--vertical.inline-info .aawp-box__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp .aawp-product--vertical .aawp-product__ribbon {padding: 0 10px;}
.aawp .aawp-product--vertical .aawp-product__ribbon--sale {position: absolute;top: -1px;right: -1px;}
.aawp .aawp-product--vertical .aawp-product__ribbon--bestseller, .aawp .aawp-product--vertical .aawp-product__ribbon--new {position: absolute;top: -1px;left: -1px;}
.aawp .aawp-product--vertical .aawp-product__image {display: block;border: none;box-shadow: none;outline: none;text-decoration: none;background-repeat: no-repeat;background-position: center;background-size: contain;}
.aawp .aawp-product--vertical .aawp-product__image:hover, .aawp .aawp-product--vertical .aawp-product__image:focus, .aawp .aawp-product--vertical .aawp-product__image:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--vertical .aawp-product__image-spacer {display: block;width: 100% \9;max-width: 100%;height: auto;margin: 0 auto;background-color: transparent;box-shadow: none;float: none;opacity: 1;}
.aawp .aawp-product--vertical.aawp-product--bestseller .aawp-product__image, .aawp .aawp-product--vertical.aawp-product--new .aawp-product__image {margin-top: 3px;}
.aawp .aawp-product--vertical .aawp-product__content {position: relative;min-height: 75px;}
.aawp .aawp-product--vertical .aawp-product__title {display: block;height: 40px;margin-top: 10px;border: none;box-shadow: none;outline: none;text-decoration: none;font-size: 16px;font-weight: bold;line-height: 20px;overflow: hidden;text-overflow: ellipsis;}
.aawp .aawp-product--vertical .aawp-product__meta {display: inline-block;display: block;margin-top: 5px;}
.aawp .aawp-product--vertical .aawp-product__meta .aawp-check-prime {float: right;margin-top: 7px;}
.aawp .aawp-product--vertical .aawp-product__reviews {display: inline-block;color: #666;font-size: 14px;line-height: 14px;vertical-align: -10%;}
.aawp .aawp-product--vertical .aawp-product__footer {text-align: right;}
.aawp .aawp-product--vertical .aawp-product__footer .aawp-check-prime {margin-bottom: 5px;}
.aawp .aawp-product--vertical .aawp-product__footer .aawp-button {display: block;margin: 0;width: 100%;}
.aawp .aawp-product--vertical .aawp-product__footer .aawp-button+.aawp-button {margin-top: 10px;}
.aawp .aawp-product--vertical .aawp-product__pricing {display: inline-block;margin-top: 10px;width: 100%;}
.aawp .aawp-product--vertical .aawp-product__pricing:empty, .aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price:empty, .aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--old:empty, .aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--current:empty {display: none;margin: 0;}
.aawp .aawp-product--vertical .aawp-product__price {line-height: 18px;}
.aawp .aawp-product--vertical .aawp-product__price--old {float: left;color: #666;font-size: 14px;text-decoration: line-through;}
.aawp .aawp-product--vertical .aawp-product__price--current {float: right;font-size: 18px;font-weight: bold;}
.aawp .aawp-product--vertical .aawp-product__info {display: block;margin-top: 10px;color: #666;font-size: 11px;text-align: center;}
.aawp .aawp-product--vertical.aawp-product--style-light {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp .aawp-product--vertical.aawp-product--style-dark {background: #232f3e;color: #e2e2e2;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title {color: #fff;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:hover, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__reviews, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__info {color: #ccc;}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--vertical.aawp-product--style-wayl {background: #96281b;color: #e2e2e2;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title {color: #fff;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:hover, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__reviews, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__info {color: #ccc;}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--list {zoom: 1;padding: 20px;padding: 10px;background: #fff;border: 1px solid #ececec;color: inherit;position: relative;display: block;margin: 0 0 20px;max-width: 100%;font-size: 15px;line-height: 1.6;white-space: normal;min-width: 100%;margin-bottom: 20px;}
.aawp .aawp-product--list:before, .aawp .aawp-product--list:after {content: " ";display: table;}
.aawp .aawp-product--list:after {clear: both;}
@media (max-width:480px) {.aawp .aawp-product--list {margin-bottom: 15px;}}
.aawp .aawp-product--list.ribbon {padding-top: 35px;}
.aawp .aawp-product--list .aawp-box__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp .aawp-product--list .aawp-box__thumb {float: none;width: 100%;}}
.aawp .aawp-product--list .aawp-box__image {display: block;height: auto;margin: 0 auto 15px;max-width: 100%;border: none;box-shadow: none;}
.aawp .aawp-product--list .aawp-box__rating {margin: 0 auto 10px;text-align: center;}
.aawp .aawp-product--list .aawp-box__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp .aawp-product--list .aawp-box__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--list .aawp-box__content {margin: 0;padding: 0;}}
.aawp .aawp-product--list .aawp-box__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--list .aawp-box__title {margin-bottom: 5px;font-size: 16px;}}
.aawp .aawp-product--list .aawp-box__description {margin: 0;}
.aawp .aawp-product--list .aawp-box__description>p {margin: 0 0 5px;}
.aawp .aawp-product--list .aawp-box__description>p:empty {display: none;}
.aawp .aawp-product--list .aawp-box__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-position: outside !important;}
.aawp .aawp-product--list .aawp-box__description>ul li {margin: 0;padding: 0;}
@media (max-width:480px) {.aawp .aawp-product--list .aawp-box__description {display: none;}}
.aawp .aawp-product--list .aawp-box__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--list .aawp-box__footer {margin: 0;padding: 0;}}
.aawp .aawp-product--list .aawp-box__pricing {display: block;margin-bottom: 5px;}
.aawp .aawp-product--list .aawp-box__pricing:empty {display: none;}
.aawp .aawp-product--list .aawp-box__pricing span+span {margin-left: 15px;}
.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-prime, .aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp .aawp-product--list .aawp-box__pricing {margin-bottom: 0;}}
.aawp .aawp-product--list .aawp-box__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp .aawp-product--list .aawp-box__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp .aawp-product--list .aawp-box__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--list .aawp-box__price--current {font-size: 16px;}}
.aawp .aawp-product--list .aawp-box__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp .aawp-product--list .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp .aawp-product--list .aawp-box__ribbon {position: absolute;font-weight: 400;font-size: 12px;text-transform: uppercase;color: #fff;line-height: 20px;padding: 0 15px;}
.aawp .aawp-product--list .aawp-box__bestseller {top: -1px;left: -1px;background: #e47911;background: rgba(228,121,17,.8);border-bottom-right-radius: 2px;}
.aawp .aawp-product--list .aawp-box__sale {top: -1px;right: -1px;background: #27ae60;background: rgba(39,174,96,.8);border-bottom-left-radius: 2px;}
.aawp .aawp-product--list .aawp-box__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp .aawp-product--list .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp .aawp-product--list.inline-info .aawp-box__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp .aawp-product--list:first-child.aawp-product--ribbon {margin-top: 10px;}
.aawp .aawp-product--list.aawp-product--bestseller, .aawp .aawp-product--list.aawp-product--new {padding-top: 20px;}
.aawp .aawp-product--list .aawp-product__ribbon {z-index: 10;padding: 0 20px;font-size: 11px;line-height: 18px;}
.aawp .aawp-product--list .aawp-product__ribbon--sale {position: absolute;top: -10px;right: -5px;border-radius: 0;}
.aawp .aawp-product--list .aawp-product__ribbon--bestseller, .aawp .aawp-product--list .aawp-product__ribbon--new {position: absolute;top: -10px;left: -5px;}
.aawp .aawp-product--list .aawp-product__inner {position: relative;display: block;}
.aawp .aawp-product--list .aawp-product__image-link {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--list .aawp-product__image-link:hover, .aawp .aawp-product--list .aawp-product__image-link:focus, .aawp .aawp-product--list .aawp-product__image-link:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--list .aawp-product__image {position: absolute;top: 0;bottom: 0;left: 0;z-index: 5;display: block;height: 100%;width: 75px;background-repeat: no-repeat;background-size: auto 100%;background-position: center;}
.aawp .aawp-product--list.aawp-product--bestseller .aawp-product__image, .aawp .aawp-product--list.aawp-product--new .aawp-product__image {background-size: auto 90%;}
.aawp .aawp-product--list .aawp-product__content {display: block;margin-left: 75px;min-height: 75px;padding: 3px 10px 5px;}
.aawp .aawp-product--list .aawp-product__title {display: block;margin-top: 5px;border: none;box-shadow: none;outline: none;text-decoration: none;font-size: 16px;font-weight: bold;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media (min-width:769px) {.aawp .aawp-product--list .aawp-product__title {width: 100%;}}
.aawp .aawp-product--list .aawp-product__teaser {margin: 5px 0 0;color: #666;font-size: 14px;line-height: 18px;}
.aawp .aawp-product--list .aawp-product__meta {zoom: 1;}
.aawp .aawp-product--list .aawp-product__meta:before, .aawp .aawp-product--list .aawp-product__meta:after {content: " ";display: table;}
.aawp .aawp-product--list .aawp-product__meta:after {clear: both;}
.aawp .aawp-product--list .aawp-star-rating, .aawp .aawp-product--list .aawp-product__price {margin-bottom: 0;}
.aawp .aawp-product--list .aawp-star-rating {margin-top: -1px;margin-right: 10px;}
.aawp .aawp-product--list .aawp-product__price {display: inline-block;margin-right: 10px;color: inherit;font-size: 15px;line-height: 20px;vertical-align: middle;}
.aawp .aawp-product--list .aawp-product__price--old {color: #666;font-size: 14px;text-decoration: line-through;}
.aawp .aawp-product--list .aawp-product__price--current {font-weight: bold;}
.aawp .aawp-product--list .aawp-product__price--saved {padding: 4px 6px;border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);color: #fff;font-size: 12px;line-height: 12px;}
.aawp .aawp-product--list.aawp-product--style-light {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp .aawp-product--list.aawp-product--style-dark {background: #232f3e;color: #e2e2e2;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title {color: #fff;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:hover, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__reviews, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__info {color: #ccc;}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--list.aawp-product--style-wayl {background: #96281b;color: #e2e2e2;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title {color: #fff;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:hover, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__reviews, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__info {color: #ccc;}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--widget-small {zoom: 1;padding: 20px;padding: 5px;background: #fff;border: 1px solid #ececec;color: inherit;position: relative;display: block;margin: 0 0 20px;max-width: 100%;font-size: 15px;line-height: 1.6;white-space: normal;min-width: 100%;margin-bottom: 20px;}
.aawp .aawp-product--widget-small:before, .aawp .aawp-product--widget-small:after {content: " ";display: table;}
.aawp .aawp-product--widget-small:after {clear: both;}
@media (max-width:480px) {.aawp .aawp-product--widget-small {margin-bottom: 15px;}}
.aawp .aawp-product--widget-small.ribbon {padding-top: 35px;}
.aawp .aawp-product--widget-small .aawp-box__thumb {float: left;width: 160px;}
@media (max-width:768px) {.aawp .aawp-product--widget-small .aawp-box__thumb {float: none;width: 100%;}}
.aawp .aawp-product--widget-small .aawp-box__image {display: block;height: auto;margin: 0 auto 15px;max-width: 100%;border: none;box-shadow: none;}
.aawp .aawp-product--widget-small .aawp-box__rating {margin: 0 auto 10px;text-align: center;}
.aawp .aawp-product--widget-small .aawp-box__reviews {margin-top: 5px;font-size: 12px;color: #666;text-align: center;}
.aawp .aawp-product--widget-small .aawp-box__content {margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--widget-small .aawp-box__content {margin: 0;padding: 0;}}
.aawp .aawp-product--widget-small .aawp-box__title {display: block;margin: 0 0 15px 0;font-size: 18px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--widget-small .aawp-box__title {margin-bottom: 5px;font-size: 16px;}}
.aawp .aawp-product--widget-small .aawp-box__description {margin: 0;}
.aawp .aawp-product--widget-small .aawp-box__description>p {margin: 0 0 5px;}
.aawp .aawp-product--widget-small .aawp-box__description>p:empty {display: none;}
.aawp .aawp-product--widget-small .aawp-box__description>ul {margin: 0 0 5px;padding: 0 0 0 20px;list-style-position: outside !important;}
.aawp .aawp-product--widget-small .aawp-box__description>ul li {margin: 0;padding: 0;}
@media (max-width:480px) {.aawp .aawp-product--widget-small .aawp-box__description {display: none;}}
.aawp .aawp-product--widget-small .aawp-box__footer {text-align: right;margin-left: 160px;padding-left: 20px;}
@media (max-width:768px) {.aawp .aawp-product--widget-small .aawp-box__footer {margin: 0;padding: 0;}}
.aawp .aawp-product--widget-small .aawp-box__pricing {display: block;margin-bottom: 5px;}
.aawp .aawp-product--widget-small .aawp-box__pricing:empty {display: none;}
.aawp .aawp-product--widget-small .aawp-box__pricing span+span {margin-left: 15px;}
.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-prime, .aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-premium {margin-left: 5px;}
@media (max-width:480px) {.aawp .aawp-product--widget-small .aawp-box__pricing {margin-bottom: 0;}}
.aawp .aawp-product--widget-small .aawp-box__price {display: inline-block;line-height: 34px;vertical-align: middle;}
.aawp .aawp-product--widget-small .aawp-box__price--old {font-size: 14px;text-decoration: line-through;color: #666;}
.aawp .aawp-product--widget-small .aawp-box__price--current {font-size: 20px;font-weight: bold;}
@media (max-width:480px) {.aawp .aawp-product--widget-small .aawp-box__price--current {font-size: 16px;}}
.aawp .aawp-product--widget-small .aawp-box__price--saved {border-radius: 2px;background: #27ae60;background: rgba(39,174,96,.8);padding: 4px 6px;color: #fff;font-size: 12px;line-height: 12px;margin-top: 11px;margin-bottom: 11px;}
.aawp .aawp-product--widget-small .aawp-button+.aawp-button {margin-left: 15px;margin-top: 5px;}
.aawp .aawp-product--widget-small .aawp-box__ribbon {position: absolute;font-weight: 400;font-size: 12px;text-transform: uppercase;color: #fff;line-height: 20px;padding: 0 15px;}
.aawp .aawp-product--widget-small .aawp-box__bestseller {top: -1px;left: -1px;background: #e47911;background: rgba(228,121,17,.8);border-bottom-right-radius: 2px;}
.aawp .aawp-product--widget-small .aawp-box__sale {top: -1px;right: -1px;background: #27ae60;background: rgba(39,174,96,.8);border-bottom-left-radius: 2px;}
.aawp .aawp-product--widget-small .aawp-box__info {position: absolute;bottom: 10px;left: 15px;max-width: 225px;color: #666;font-size: 11px;text-align: left;}
@media (max-width:768px) {.aawp .aawp-product--widget-small .aawp-box__info {position: static;display: block;margin-top: 10px;max-width: 100%;}}
@media (min-width:768px) {.aawp .aawp-product--widget-small.inline-info .aawp-box__thumb {margin-bottom: 30px;}}
@media (min-width:768px) {}
.aawp .aawp-product--widget-small:first-child.aawp-product--ribbon {margin-top: 10px;}
.aawp .aawp-product--widget-small.aawp-product--bestseller, .aawp .aawp-product--widget-small.aawp-product--new {padding-top: 15px;}
.aawp .aawp-product--widget-small .aawp-product__ribbon {z-index: 10;padding: 0 10px;font-size: 11px;line-height: 18px;}
.aawp .aawp-product--widget-small .aawp-product__ribbon--sale {position: absolute;top: -10px;right: -5px;border-radius: 0;}
.aawp .aawp-product--widget-small .aawp-product__ribbon--bestseller, .aawp .aawp-product--widget-small .aawp-product__ribbon--new {position: absolute;top: -10px;left: -5px;}
.aawp .aawp-product--widget-small .aawp-product__inner {position: relative;display: block;}
.aawp .aawp-product--widget-small .aawp-product__image-link {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--widget-small .aawp-product__image-link:hover, .aawp .aawp-product--widget-small .aawp-product__image-link:focus, .aawp .aawp-product--widget-small .aawp-product__image-link:active {border: none;box-shadow: none;outline: none;text-decoration: none;}
.aawp .aawp-product--widget-small .aawp-product__image {position: absolute;top: 0;bottom: 0;left: 0;z-index: 5;display: block;height: 100%;width: 75px;background-repeat: no-repeat;background-size: contain;background-position: center;}
.aawp .aawp-product--widget-small .aawp-product__content {display: block;margin-left: 75px;min-height: 75px;padding: 3px 10px 5px;}
.aawp .aawp-product--widget-small .aawp-product__title {display: block;margin-top: 5px;border: none;box-shadow: none;outline: none;text-decoration: none;font-size: 14px;font-weight: bold;line-height: 20px;overflow: hidden;text-overflow: ellipsis;}
@media (min-width:769px) {.aawp .aawp-product--widget-small .aawp-product__title {height: 40px;}}
.aawp .aawp-product--widget-small .aawp-product__meta {zoom: 1;margin-top: 5px;}
.aawp .aawp-product--widget-small .aawp-product__meta:before, .aawp .aawp-product--widget-small .aawp-product__meta:after {content: " ";display: table;}
.aawp .aawp-product--widget-small .aawp-product__meta:after {clear: both;}
.aawp .aawp-product--widget-small .aawp-star-rating, .aawp .aawp-product--widget-small .aawp-product__price {margin-bottom: 0;}
.aawp .aawp-product--widget-small .aawp-star-rating {margin-right: 5px;}
.aawp .aawp-product--widget-small .aawp-product__price {display: inline-block;color: inherit;font-size: 15px;font-weight: bold;line-height: 1;vertical-align: middle;}
.aawp .aawp-product--widget-small.aawp-product--style-light {box-shadow: 0 1px 2px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}
.aawp .aawp-product--widget-small.aawp-product--style-dark {background: #232f3e;color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title {color: #fff;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:hover, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__reviews, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__info {color: #ccc;}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current {color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl {background: #96281b;color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title {color: #fff;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:visited {color: #fff;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:hover, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:focus {color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__teaser {color: #e2e2e2;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current {color: #fff;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__reviews, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__info {color: #ccc;}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted.svg");}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl>span {background-image: url("//dev.new-gamercrave.com/wp-content/plugins/aawp/public/assets/css/../img/stars/wayl-inverted-active.svg");}
.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current {color: #e2e2e2;}
.aawp-floating-wrapper, div.aawp-floating-wrapper {box-sizing: border-box;}
@media (min-width:601px) {.aawp-floating-wrapper--left, .aawp-floating-wrapper--right {max-width: 250px;}
	.aawp-floating-wrapper--left {float: left;margin: 0 1em 1em 0;}
	.aawp-floating-wrapper--right {float: right;margin: 0 0 1em 1em;}}
.aawp .aawp-tb__row--highlight {background-color: #256aaf;}
.aawp .aawp-tb__row--highlight {color: #256aaf;}
.aawp .aawp-tb__row--highlight a {color: #256aaf;}
span.wplmi-user-avatar {width: 16px;display: inline-block !important;flex-shrink: 0;}
img.wplmi-elementor-avatar {border-radius: 100%;margin-right: 3px;}