.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.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,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
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-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::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: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.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;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ctw-team-card {
text-align: center;
max-width: 300px;
margin: 20px auto;
}
.ctw-team-card img {
border-radius: 50%;
transition: transform 0.3s ease;
}
.ctw-team-card:hover img {
transform: scale(1.05);
}
.ctw-team-card h3 {
margin-top: 15px;
font-size: 1.2rem;
}
.ctw-team-card p {
color: #666;
font-size: 0.95rem;
}.text-stroke,
.text-stroke--primary,
.text-stroke--secondary {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
}
.ext-absolute {
position: absolute !important;
}
.bring-to-front,
.ext .wp-block-image,
.ext-relative {
position: relative !important;
}
.ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
order: 1 !important;
}
.ext-order-2 {
order: 2 !important;
}
.ext-col-auto {
grid-column: auto !important;
}
.ext-col-span-1 {
grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
grid-column: 1 / -1 !important;
}
.ext-col-start-1 {
grid-column-start: 1 !important;
}
.ext-col-start-2 {
grid-column-start: 2 !important;
}
.ext-col-start-3 {
grid-column-start: 3 !important;
}
.ext-col-start-4 {
grid-column-start: 4 !important;
}
.ext-col-start-5 {
grid-column-start: 5 !important;
}
.ext-col-start-6 {
grid-column-start: 6 !important;
}
.ext-col-start-7 {
grid-column-start: 7 !important;
}
.ext-col-start-8 {
grid-column-start: 8 !important;
}
.ext-col-start-9 {
grid-column-start: 9 !important;
}
.ext-col-start-10 {
grid-column-start: 10 !important;
}
.ext-col-start-11 {
grid-column-start: 11 !important;
}
.ext-col-start-12 {
grid-column-start: 12 !important;
}
.ext-col-start-13 {
grid-column-start: 13 !important;
}
.ext-col-start-auto {
grid-column-start: auto !important;
}
.ext-col-end-1 {
grid-column-end: 1 !important;
}
.ext-col-end-2 {
grid-column-end: 2 !important;
}
.ext-col-end-3 {
grid-column-end: 3 !important;
}
.ext-col-end-4 {
grid-column-end: 4 !important;
}
.ext-col-end-5 {
grid-column-end: 5 !important;
}
.ext-col-end-6 {
grid-column-end: 6 !important;
}
.ext-col-end-7 {
grid-column-end: 7 !important;
}
.ext-col-end-8 {
grid-column-end: 8 !important;
}
.ext-col-end-9 {
grid-column-end: 9 !important;
}
.ext-col-end-10 {
grid-column-end: 10 !important;
}
.ext-col-end-11 {
grid-column-end: 11 !important;
}
.ext-col-end-12 {
grid-column-end: 12 !important;
}
.ext-col-end-13 {
grid-column-end: 13 !important;
}
.ext-col-end-auto {
grid-column-end: auto !important;
}
.ext-row-auto {
grid-row: auto !important;
}
.ext-row-span-1 {
grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
grid-row: 1 / -1 !important;
}
.ext-row-start-1 {
grid-row-start: 1 !important;
}
.ext-row-start-2 {
grid-row-start: 2 !important;
}
.ext-row-start-3 {
grid-row-start: 3 !important;
}
.ext-row-start-4 {
grid-row-start: 4 !important;
}
.ext-row-start-5 {
grid-row-start: 5 !important;
}
.ext-row-start-6 {
grid-row-start: 6 !important;
}
.ext-row-start-7 {
grid-row-start: 7 !important;
}
.ext-row-start-auto {
grid-row-start: auto !important;
}
.ext-row-end-1 {
grid-row-end: 1 !important;
}
.ext-row-end-2 {
grid-row-end: 2 !important;
}
.ext-row-end-3 {
grid-row-end: 3 !important;
}
.ext-row-end-4 {
grid-row-end: 4 !important;
}
.ext-row-end-5 {
grid-row-end: 5 !important;
}
.ext-row-end-6 {
grid-row-end: 6 !important;
}
.ext-row-end-7 {
grid-row-end: 7 !important;
}
.ext-row-end-auto {
grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.ext .alignwide,
.ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .wp-block-group > *,
.ext-my-0:not([style*="margin"]),
.wp-block-column.editor\:pointer-events-none {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.ext h2,
.ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext
.wp-block-columns
+ .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not(
[style*="margin"]
),
.ext-mt-0:not([style*="margin"]),
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]),
.ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
.ext-mb-0:not([style*="margin"]),
.ext.wp-block-group > :last-child,
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile
> .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-column > :last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]),
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]),
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.editor\:no-resize .components-resizable-box__container,
.ext-block {
display: block !important;
}
.ext .wp-block-image img,
.ext-inline-block {
display: inline-block !important;
}
.ext-inline {
display: inline !important;
}
.ext-flex {
display: flex !important;
}
.ext-inline-flex {
display: inline-flex !important;
}
.ext .ext-grid > [class*="_inner-container"],
.ext-grid {
display: grid !important;
}
.ext-inline-grid {
display: inline-grid !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.block-library-spacer__resize-container::before,
.editor\:no-caption .block-editor-rich-text__editable,
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender,
.ext-hidden {
display: none !important;
}
.ext-w-auto {
width: auto !important;
}
.ext-w-full {
width: 100% !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"]
> *,
.ext-max-w-full {
max-width: 100% !important;
}
.ext-flex-1 {
flex: 1 1 0% !important;
}
.ext-flex-auto {
flex: 1 1 auto !important;
}
.ext-flex-initial {
flex: 0 1 auto !important;
}
.ext-flex-none {
flex: none !important;
}
.ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.ext-flex-shrink {
flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
flex-grow: 0 !important;
}
.ext-flex-grow {
flex-grow: 1 !important;
}
.ext-list-none,
.is-style-inline-list li {
list-style-type: none !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"],
.ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"],
.ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"],
.ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"],
.ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"],
.ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"],
.ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"],
.ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"],
.ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"],
.ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"],
.ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"],
.ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"],
.ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"],
.ext-grid-cols-none {
grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"],
.ext-grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"],
.ext-grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"],
.ext-grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"],
.ext-grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"],
.ext-grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"],
.ext-grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"],
.ext-grid-rows-none {
grid-template-rows: none !important;
}
.ext-flex-row {
flex-direction: row !important;
}
.ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.ext-flex-col {
flex-direction: column !important;
}
.ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.ext-flex-wrap {
flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.ext .ext-items-start > [class*="_inner-container"],
.ext-items-start {
align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"],
.ext-items-end {
align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"],
.ext .is-style-angled > [class*="_inner-container"],
.ext-items-center {
align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"],
.ext-items-baseline {
align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"],
.ext-items-stretch {
align-items: stretch !important;
}
.ext-justify-start {
justify-content: flex-start !important;
}
.ext-justify-end {
justify-content: flex-end !important;
}
.ext-justify-center {
justify-content: center !important;
}
.ext-justify-between {
justify-content: space-between !important;
}
.ext-justify-around {
justify-content: space-around !important;
}
.ext-justify-evenly {
justify-content: space-evenly !important;
}
.ext-justify-items-start {
justify-items: start !important;
}
.ext-justify-items-end {
justify-items: end !important;
}
.ext-justify-items-center {
justify-items: center !important;
}
.ext-justify-items-stretch {
justify-items: stretch !important;
}
.ext-gap-0 {
gap: 0 !important;
}
.ext-gap-base {
gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.ext-gap-x-base {
-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
row-gap: 0 !important;
}
.ext-gap-y-base {
row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
justify-self: auto !important;
}
.ext-justify-self-start {
justify-self: start !important;
}
.ext-justify-self-end {
justify-self: end !important;
}
.ext-justify-self-center {
justify-self: center !important;
}
.ext-justify-self-stretch {
justify-self: stretch !important;
}
.ext-rounded-none {
border-radius: 0 !important;
}
.ext-rounded-full {
border-radius: 9999px !important;
}
.ext-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ext-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
border-width: 0 !important;
}
.ext-border-t-0 {
border-top-width: 0 !important;
}
.ext-border-r-0 {
border-right-width: 0 !important;
}
.ext-border-b-0 {
border-bottom-width: 0 !important;
}
.ext-border-l-0 {
border-left-width: 0 !important;
}
.ext .wp-block-group__inner-container,
.ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"],
.ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]),
.ext.has-background {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]),
.is-style-inline-list {
padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
text-align: left !important;
}
.ext .wp-block-image,
.ext-text-center {
text-align: center !important;
}
.ext-text-right {
text-align: right !important;
}
.ext-leading-none {
line-height: 1 !important;
}
.ext-leading-tight {
line-height: 1.25 !important;
}
.ext-leading-snug {
line-height: 1.375 !important;
}
.ext-leading-normal {
line-height: 1.5 !important;
}
.ext-leading-relaxed {
line-height: 1.625 !important;
}
.ext-leading-loose {
line-height: 2 !important;
}
.ext-aspect-square img {
aspect-ratio: 1 / 1 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape img {
aspect-ratio: 4 / 3 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape-wide img {
aspect-ratio: 16 / 9 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-portrait img {
aspect-ratio: 3 / 4 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape .components-resizable-box__container,
.ext-aspect-landscape-wide .components-resizable-box__container,
.ext-aspect-portrait .components-resizable-box__container,
.ext-aspect-square .components-resizable-box__container {
height: auto !important;
}
.clip-path--rhombus img {
-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}
.clip-path--diamond img {
-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}
.clip-path--rhombus-alt img {
-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}
.wp-block-columns[class*="fullwidth-cols"] {
margin-bottom: unset !important;
}
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .ext-my-0,
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .ext-my-0:not([style*="margin"]),
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .wp-block-column.editor\:pointer-events-none {
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:nth-child(2n) {
margin-left: var(--wp--style--block-gap, 2em) !important;
}
}
@media (max-width: 781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
}
@media (max-width: 1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
}
.direction-rtl {
direction: rtl !important;
}
.direction-ltr {
direction: ltr !important;
}
.bring-to-front {
z-index: 10 !important;
}
.text-stroke {
-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}
.text-stroke--primary {
-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}
.text-stroke--secondary {
-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle::after,
.editor\:no-resize .components-resizable-box__side-handle::before {
display: none !important;
pointer-events: none !important;
}
.editor\:pointer-events-none {
pointer-events: none !important;
}
.is-style-angled {
align-items: center !important;
justify-content: flex-end !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
z-index: 1 !important;
}
.has-foreground-color {
color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
color: currentColor !important;
}
.has-white-color {
color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
background-color: var(
--wp--preset--color--foreground,
var(--wp--preset--color--black, #000)
) !important;
}
.has-ext-primary-background-color {
background-color: var(
--wp--preset--color--primary,
var(--wp--preset--color--cyan-bluish-gray, #000)
) !important;
}
.wp-block-button__link.has-black-background-color {
border-color: var(--wp--preset--color--black, #000) !important;
}
.wp-block-button__link.has-white-background-color {
border-color: var(--wp--preset--color--white, #fff) !important;
}
.has-ext-small-font-size {
font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
font-size: var(--wp--preset--font-size--ext-large) !important;
line-height: 1.2 !important;
}
.has-ext-x-large-font-size {
font-size: var(--wp--preset--font-size--ext-x-large) !important;
line-height: 1 !important;
}
.has-ext-xx-large-font-size {
font-size: var(--wp--preset--font-size--ext-xx-large) !important;
line-height: 1 !important;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
line-height: 1.1 !important;
}
.ext .wp-block-group > * + * {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: 0 !important;
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
margin-top: 0.5rem !important;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
min-width: 12rem !important;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext
> [class*="_inner-container"]
> .wp-block
> .ext-grid:not([class*="columns"]) {
display: initial !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"] {
max-width: var(--responsive--alignwide-width, 120rem) !important;
}
.ext .wp-block-image img {
vertical-align: middle !important;
}
body {
--extendify--spacing--large: var(
--wp--custom--spacing--large,
clamp(2em, 8vw, 8em)
) !important;
--wp--preset--font-size--ext-small: 1rem !important;
--wp--preset--font-size--ext-medium: 1.125rem !important;
--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
--wp--preset--font-size--ext-xx-large: clamp(
3.25rem,
7.5vw,
5.75rem
) !important;
--wp--preset--color--black: #000 !important;
--wp--preset--color--white: #fff !important;
}
.ext * {
box-sizing: border-box !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.components-resizable-box__container {
background: 0 0 !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
margin-top: unset !important;
margin-bottom: unset !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
min-height: 100vw !important;
}
.is-root-container
.wp-block[data-align="full"]
> .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
overflow: hidden !important;
width: unset !important;
}
@media (min-width: 782px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: 0 !important;
}
.is-style-inline-list li {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
display: inline !important;
}
.is-style-inline-list li:first-child {
margin-left: 0 !important;
}
.is-style-inline-list li:last-child {
margin-right: 0 !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
}
.tablet\:ext-absolute {
position: absolute !important;
}
.tablet\:ext-relative {
position: relative !important;
}
.tablet\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-order-1 {
order: 1 !important;
}
.tablet\:ext-order-2 {
order: 2 !important;
}
.tablet\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.tablet\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.tablet\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tablet\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.tablet\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tablet\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.tablet\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.tablet\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.tablet\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.tablet\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.tablet\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.tablet\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.tablet\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.tablet\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-block {
display: block !important;
}
.tablet\:ext-inline-block {
display: inline-block !important;
}
.tablet\:ext-inline {
display: inline !important;
}
.tablet\:ext-flex {
display: flex !important;
}
.tablet\:ext-inline-flex {
display: inline-flex !important;
}
.tablet\:ext-grid {
display: grid !important;
}
.tablet\:ext-inline-grid {
display: inline-grid !important;
}
.tablet\:ext-hidden {
display: none !important;
}
.tablet\:ext-w-auto {
width: auto !important;
}
.tablet\:ext-w-full {
width: 100% !important;
}
.tablet\:ext-max-w-full {
max-width: 100% !important;
}
.tablet\:ext-flex-1 {
flex: 1 1 0% !important;
}
.tablet\:ext-flex-auto {
flex: 1 1 auto !important;
}
.tablet\:ext-flex-initial {
flex: 0 1 auto !important;
}
.tablet\:ext-flex-none {
flex: none !important;
}
.tablet\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.tablet\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.tablet\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.tablet\:ext-flex-grow {
flex-grow: 1 !important;
}
.tablet\:ext-list-none {
list-style-type: none !important;
}
.tablet\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.tablet\:ext-flex-row {
flex-direction: row !important;
}
.tablet\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.tablet\:ext-flex-col {
flex-direction: column !important;
}
.tablet\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.tablet\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.tablet\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.tablet\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.tablet\:ext-items-start {
align-items: flex-start !important;
}
.tablet\:ext-items-end {
align-items: flex-end !important;
}
.tablet\:ext-items-center {
align-items: center !important;
}
.tablet\:ext-items-baseline {
align-items: baseline !important;
}
.tablet\:ext-items-stretch {
align-items: stretch !important;
}
.tablet\:ext-justify-start {
justify-content: flex-start !important;
}
.tablet\:ext-justify-end {
justify-content: flex-end !important;
}
.tablet\:ext-justify-center {
justify-content: center !important;
}
.tablet\:ext-justify-between {
justify-content: space-between !important;
}
.tablet\:ext-justify-around {
justify-content: space-around !important;
}
.tablet\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.tablet\:ext-justify-items-start {
justify-items: start !important;
}
.tablet\:ext-justify-items-end {
justify-items: end !important;
}
.tablet\:ext-justify-items-center {
justify-items: center !important;
}
.tablet\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.tablet\:ext-justify-self-auto {
justify-self: auto !important;
}
.tablet\:ext-justify-self-start {
justify-self: start !important;
}
.tablet\:ext-justify-self-end {
justify-self: end !important;
}
.tablet\:ext-justify-self-center {
justify-self: center !important;
}
.tablet\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.tablet\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.tablet\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tablet\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tablet\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.tablet\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.tablet\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.tablet\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.tablet\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-text-left {
text-align: left !important;
}
.tablet\:ext-text-center {
text-align: center !important;
}
.tablet\:ext-text-right {
text-align: right !important;
}
}
@media (min-width: 1080px) {
.desktop\:ext-absolute {
position: absolute !important;
}
.desktop\:ext-relative {
position: relative !important;
}
.desktop\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-order-1 {
order: 1 !important;
}
.desktop\:ext-order-2 {
order: 2 !important;
}
.desktop\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.desktop\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.desktop\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.desktop\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.desktop\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.desktop\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.desktop\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.desktop\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.desktop\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.desktop\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.desktop\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.desktop\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.desktop\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.desktop\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-block {
display: block !important;
}
.desktop\:ext-inline-block {
display: inline-block !important;
}
.desktop\:ext-inline {
display: inline !important;
}
.desktop\:ext-flex {
display: flex !important;
}
.desktop\:ext-inline-flex {
display: inline-flex !important;
}
.desktop\:ext-grid {
display: grid !important;
}
.desktop\:ext-inline-grid {
display: inline-grid !important;
}
.desktop\:ext-hidden {
display: none !important;
}
.desktop\:ext-w-auto {
width: auto !important;
}
.desktop\:ext-w-full {
width: 100% !important;
}
.desktop\:ext-max-w-full {
max-width: 100% !important;
}
.desktop\:ext-flex-1 {
flex: 1 1 0% !important;
}
.desktop\:ext-flex-auto {
flex: 1 1 auto !important;
}
.desktop\:ext-flex-initial {
flex: 0 1 auto !important;
}
.desktop\:ext-flex-none {
flex: none !important;
}
.desktop\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.desktop\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.desktop\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.desktop\:ext-flex-grow {
flex-grow: 1 !important;
}
.desktop\:ext-list-none {
list-style-type: none !important;
}
.desktop\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.desktop\:ext-flex-row {
flex-direction: row !important;
}
.desktop\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.desktop\:ext-flex-col {
flex-direction: column !important;
}
.desktop\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.desktop\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.desktop\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.desktop\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.desktop\:ext-items-start {
align-items: flex-start !important;
}
.desktop\:ext-items-end {
align-items: flex-end !important;
}
.desktop\:ext-items-center {
align-items: center !important;
}
.desktop\:ext-items-baseline {
align-items: baseline !important;
}
.desktop\:ext-items-stretch {
align-items: stretch !important;
}
.desktop\:ext-justify-start {
justify-content: flex-start !important;
}
.desktop\:ext-justify-end {
justify-content: flex-end !important;
}
.desktop\:ext-justify-center {
justify-content: center !important;
}
.desktop\:ext-justify-between {
justify-content: space-between !important;
}
.desktop\:ext-justify-around {
justify-content: space-around !important;
}
.desktop\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.desktop\:ext-justify-items-start {
justify-items: start !important;
}
.desktop\:ext-justify-items-end {
justify-items: end !important;
}
.desktop\:ext-justify-items-center {
justify-items: center !important;
}
.desktop\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.desktop\:ext-justify-self-auto {
justify-self: auto !important;
}
.desktop\:ext-justify-self-start {
justify-self: start !important;
}
.desktop\:ext-justify-self-end {
justify-self: end !important;
}
.desktop\:ext-justify-self-center {
justify-self: center !important;
}
.desktop\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.desktop\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.desktop\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.desktop\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.desktop\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.desktop\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.desktop\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.desktop\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.desktop\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-text-left {
text-align: left !important;
}
.desktop\:ext-text-center {
text-align: center !important;
}
.desktop\:ext-text-right {
text-align: right !important;
}
}@font-face{font-family:rtrs_fontello;font-style:normal;font-weight:400;src:url(//cmhlahore.edu.pk/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.eot?29669474);src:url(//cmhlahore.edu.pk/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.eot?29669474#iefix) format("embedded-opentype"),url(//cmhlahore.edu.pk/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.woff2?29669474) format("woff2"),url(//cmhlahore.edu.pk/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.woff?29669474) format("woff"),url(//cmhlahore.edu.pk/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.ttf?29669474) format("truetype"),url(//cmhlahore.edu.pk/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.svg?29669474#fontello) format("svg")}[class*=" rtrs-"]:before,[class^=rtrs-]:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:rtrs_fontello;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;margin-left:.2em;margin-right:.2em;text-align:center;text-decoration:inherit;text-transform:none;width:1em}.rtrs-star:before{content:"\e800"}.rtrs-thumbs-up:before{content:"\e801"}.rtrs-thumbs-down:before{content:"\e802"}.rtrs-calendar:before{content:"\e803"}.rtrs-play:before{content:"\e804"}.rtrs-picture:before{content:"\e805"}.rtrs-videocam:before{content:"\e806"}.rtrs-ok:before{content:"\e807"}.rtrs-star-empty:before{content:"\e808"}.rtrs-plus:before{content:"\e809"}.rtrs-user:before{content:"\e80a"}.rtrs-twitter:before{content:"\f099"}.rtrs-facebook:before{content:"\f09a"}.rtrs-filter:before{content:"\f0b0"}.rtrs-gplus:before{content:"\f0d5"}.rtrs-sort:before{content:"\f0dc"}.rtrs-angle-left:before{content:"\f104"}.rtrs-angle-right:before{content:"\f105"}.rtrs-github:before{content:"\f113"}.rtrs-smile:before{content:"\f118"}.rtrs-frown:before{content:"\f119"}.rtrs-meh:before{content:"\f11a"}.rtrs-star-half-alt:before{content:"\f123"}.rtrs-share:before{content:"\f1e0"}
html.with-featherlight{overflow:hidden}.featherlight{background:#333;background:transparent;bottom:0;cursor:pointer;display:none;left:0;position:fixed;right:0;text-align:center;top:0;white-space:nowrap;z-index:2147483647}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:"";display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{background:#fff;border-bottom:25px solid transparent;cursor:auto;display:inline-block;margin-left:5%;margin-right:5%;max-height:95%;overflow:auto;padding:25px 25px 0;position:relative;text-align:left;vertical-align:middle;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{background:#fff;background:hsla(0,0%,100%,.3);border:0;color:#000;cursor:pointer;font-family:Arial,sans-serif;line-height:25px;padding:0;position:absolute;right:0;text-align:center;top:0;width:25px;z-index:9999}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{-webkit-overflow-scrolling:touch;border-bottom:0;padding:0}.featherlight iframe{border:0}.featherlight *{box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{border-bottom:10px solid transparent;margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
*,:after,:before{box-sizing:border-box}.rtrs-review-wrap{background-color:#fff;border-radius:4px;width:auto}@media only screen and (max-width:991px){.rtrs-review-wrap{width:100%}}@media only screen and (max-width:575px){.rtrs-review-wrap{padding:10px}}.rtrs-summary{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media only screen and (max-width:479px){.rtrs-summary{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.rtrs-summary .rtrs-rating-box{align-items:center;border:1px solid #eaeaea;border-radius:6px;display:flex;flex:1;height:100%;padding:25px 30px}@media only screen and (max-width:575px){.rtrs-summary .rtrs-rating-box{padding:20px}}.rtrs-summary .rtrs-rating-box .rtrs-rating-number{margin-right:25px}.rtrs-summary .rtrs-rating-box .rtrs-rating{color:#000;font-size:48px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-rating-out{color:#747474;font-size:36px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon{flex:1}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i{color:#ffb300;font-size:18px}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i:before{margin:0}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text{color:#646464;font-size:14px;margin-top:5px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon{align-items:center;border-radius:50%;display:flex;height:73px;justify-content:center;margin-right:15px;position:relative;width:73px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:before{border:1px solid hsla(0,0%,88%,.3);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:after{border:1px solid #e1e1e1;border-radius:50%;content:"";height:61px;position:absolute;width:61px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i{align-items:center;background-color:#40eca9;border-radius:50%;display:flex;height:49px;justify-content:center;width:49px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i:before{color:#fff;font-size:30px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number{color:#646464;font-size:16px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number span{color:#000;font-weight:700;margin-right:5px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-text{color:#646464;font-size:14px;margin:5px 0 0}.rtrs-summary .rtrs-progress-wrap{border:1px solid #eaeaea;border-radius:6px;padding:30px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress{align-items:center;display:flex;margin-bottom:20px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress:last-child{margin-bottom:0}.rtrs-summary .rtrs-progress-wrap .rtrs-progress label{color:#000;font-size:14px;font-weight:500;min-width:88px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress span{min-width:70px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress-bar{flex:auto}.rtrs-summary .rtrs-progress-wrap progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;height:5px}.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-bar{background-color:#959595;border-radius:4px}.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-value{border-radius:4px}.rtrs-summary .rtrs-progress-wrap .quality-preogress[value]::-webkit-progress-value{background-color:#40eca9;box-shadow:0 4px 8px 0 rgba(64,236,169,.48)}.rtrs-summary .rtrs-progress-wrap .service-preogress[value]::-webkit-progress-value{background-color:#00b0ff;box-shadow:0 4px 8px 0 rgba(0,176,255,.48)}.rtrs-summary .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value{background-color:#ffbf42;box-shadow:0 4px 8px 0 rgba(255,191,66,.48)}.rtrs-summary .rtrs-progress-wrap .delivery-preogress[value]::-webkit-progress-value{background-color:#ff8058;box-shadow:0 4px 8px 0 rgba(255,128,88,.48)}.rtrs-summary .rtrs-progress-wrap .progress-percent{color:#000;font-size:14px;font-weight:500;min-width:40px;text-align:right}.rtrs-summary .rtrs-summary-text{margin-left:70px}@media only screen and (max-width:767px){.rtrs-summary .rtrs-summary-text{margin-left:0}}.rtrs-summary .rtrs-summary-text .rtrs-summary-ttile{color:#000;font-size:22px;font-weight:600;margin:0 0 15px}.rtrs-summary .rtrs-summary-text p{color:#646464;font-size:16px;line-height:26px;margin:0}.rtrs-rating-icon-global{flex:1}.rtrs-rating-icon-global i{color:#ffb300;font-size:18px}.rtrs-rating-icon-global i:before{margin:0}.rtrs-rating-icon-global .rtrs-rating-text{color:#646464;font-size:14px;margin-top:5px}.rtrs-sorting-bar{align-items:center;background-color:#fafafa;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:20px;padding:5px 22px}@media only screen and (max-width:575px){.rtrs-sorting-bar{display:block;padding:20px 10px;text-align:center}}.rtrs-sorting-bar .rtrs-sorting-title{color:#444;font-size:16px;font-weight:400;margin:0}.rtrs-sorting-bar .rtrs-sorting-select{display:flex;gap:5px}@media only screen and (max-width:575px){.rtrs-sorting-bar .rtrs-sorting-select{display:block}}.rtrs-sorting-bar .rtrs-sorting-select label{color:#444;margin-right:8px}.rtrs-sorting-bar .rtrs-sorting-select select{background-color:#fff;border:none;border-radius:3px;box-shadow:0 3px 8px 0 hsla(0,0%,75%,.27);color:#969696;cursor:pointer;font-size:14px;margin-bottom:6px;margin-top:5px;padding:10px 25px 9px 15px}.rtrs-sorting-bar .rtrs-sorting-select select:focus{outline:none}.rtrs-sorting-select:empty{padding:20px!important}.rtrs-review-box .rtrs-review-list{list-style:none;margin:0;padding:0}.rtrs-review-box .rtrs-main-review{margin-bottom:20px}.rtrs-review-box .rtrs-each-review{align-items:flex-start;background-color:#f8f8f8;display:flex;padding:30px 25px 20px}@media only screen and (max-width:479px){.rtrs-review-box .rtrs-each-review{display:block;padding:20px}}.rtrs-review-box .rtrs-each-review.verified-user .rtrs-verified-author:before{background-color:#00e676;border:4px solid #fffbf1;border-radius:50%;color:#fff;content:"\e807";font-family:rtrs_fontello;font-size:14px;height:24px;width:24px}.rtrs-review-box .rtrs-top-review{background-color:#fffbf1;box-shadow:0 1px 4px 0 rgba(175,148,78,.23)}.rtrs-review-box .rtrs-review-imgholder{margin-right:15px}@media only screen and (max-width:479px){.rtrs-review-box .rtrs-review-imgholder{margin-bottom:10px;margin-right:0}}.rtrs-review-box .rtrs-review-imgholder img{border-radius:50%}.rtrs-review-box .rtrs-review-body{flex:1;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-author{display:inline-block;font-size:16px;margin:0 0 12px}.rtrs-review-box .rtrs-review-body .rtrs-review-author a{color:#000;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-author a:hover{color:#0028ff}.rtrs-review-box .rtrs-review-body .rtrs-review-meta{list-style:none;margin:0;padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta li{display:inline-block;margin-bottom:10px;margin-right:10px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta li:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating{color:#ffb300;font-size:16px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating i:before{margin:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date{color:#6d6d6d;font-size:14px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before{color:#0028ff;margin:0 4px 0 0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link{font-size:14px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a{color:#000;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a:hover{color:#646464}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label{color:#646464;font-size:14px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label i:before{color:#0028ff;margin:0 4px 0 0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a{color:#646464;display:inline;font-size:14px;padding:0 3px;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a:hover{color:#0028ff}.rtrs-review-box .rtrs-review-body .rtrs-review-title{color:#000;font-size:16px;font-weight:600;margin:0 0 12px}.rtrs-review-box .rtrs-review-body p{color:#646464;font-size:16px;line-height:24px;margin:0 0 18px}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn{padding:10px 0}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn{background-color:#a6a6a6;border:none;border-radius:4px;box-shadow:0 10px 15px 0 rgba(0,0,0,.1);color:#fff;display:inline-block;font-size:14px;line-height:1;margin:0;padding:10px 20px;text-decoration:none;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover{background-color:#0028ff;color:#fff}.rtrs-review-box .rtrs-review-body .rtrs-action-area{margin-bottom:15px;margin-left:-6px}@media only screen and (max-width:575px){.rtrs-review-box .rtrs-review-body .rtrs-action-area{position:static}}.rtrs-review-box .rtrs-review-body .rtrs-action-area label{color:#646464;font-size:14px;font-weight:500;margin-right:10px}.rtrs-review-box .rtrs-review-body .rtrs-action-area button{background-color:transparent;border:none;border-radius:4px;color:#444;cursor:pointer;font-size:14px;line-height:1;margin-right:2px;padding:6px;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-action-area button:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-action-area button:focus{outline:none}.rtrs-review-box .rtrs-review-body .rtrs-action-area button i:before{color:#a0a0a0;font-size:16px;margin:0 5px 0 0;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media{margin-bottom:15px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item{display:inline-block;margin-right:10px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item img{border-radius:4px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item a{padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video{position:relative;text-align:center}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video:before{background-color:rgba(0,0,0,.3);border-radius:4px;bottom:0;content:"";height:100%;left:0;margin:0;position:absolute;right:0;top:0;width:100%}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon{display:inline-block;left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{background-color:#fff;border-radius:50%;display:inline-block;height:24px;line-height:24px;width:24px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i:before{color:#000;font-size:12px;margin:0 0 0 3px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback{display:flex;margin-top:24px}@media only screen and (max-width:767px){.rtrs-review-box .rtrs-review-body .rtrs-review-feedback{display:block}}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-box{flex:1}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title{margin:0 0 14px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-icon{background-color:#24ecbb;border-radius:4px;color:#fff;display:inline-block;font-size:18px;height:28px;line-height:28px;margin-right:12px;width:29px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .unlike-icon{background-color:#ff4242}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-text{color:#010101;font-size:15px;font-weight:600}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list{list-style:none;margin-bottom:10px;padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li{color:#646464;font-size:15px;margin-bottom:4px;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li:before{color:#000;content:"\e807";font-family:rtrs_fontello;font-size:13px;font-weight:700;margin-right:8px}.rtrs-pagination{text-align:right}.rtrs-pagination ul{list-style:none;padding:0}.rtrs-pagination ul li{display:inline-block}.rtrs-pagination ul li.active a{background-color:#0028ff;color:#fff}.rtrs-pagination a{align-items:center;background-color:#efefef;border-radius:4px;color:#8a8a8a;display:flex;font-weight:500;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease-in-out;width:40px}.rtrs-pagination a i:before{color:#fff;margin:0}.rtrs-pagination a:hover{background-color:#0028ff;color:#fff}.rtrs-pagination .rtrs-icon-nav{background-color:#d0d0d0}.rtrs-review-form{background-color:#f8f8f8;border-radius:4px;margin-top:70px;padding:30px}@media only screen and (max-width:575px){.rtrs-review-form{padding:20px 15px}}.rtrs-review-form .rtrs-form-title{color:#000;font-size:22px;font-weight:600;margin:0 0 12px}.rtrs-review-form .rtrs-form-subtitle{font-size:16px}.rtrs-review-form .rtrs-rating-category{display:grid;grid-template-columns:repeat(2,270px);list-style:none;margin:27px 0 0 5px;padding:0}@media only screen and (max-width:767px){.rtrs-review-form .rtrs-rating-category{grid-template-columns:repeat(1,1fr)}}.rtrs-review-form .rtrs-rating-category li{display:flex;margin-bottom:10px}.rtrs-review-form .rtrs-rating-category .rtrs-category-text{color:#000;font-size:17px;font-weight:500;min-width:80px}.rtrs-review-form .rtrs-rating-category .rtrs-form-check{position:relative}.rtrs-review-form .rtrs-rating-category .rtrs-form-check span{cursor:pointer;display:inline-block;padding-left:25px}.rtrs-review-form .rtrs-rating-category .rtrs-form-check span:before{color:#ffb300;content:"\e808";font-family:rtrs_fontello;font-size:16px;height:18px;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:18px}.rtrs-review-form .rtrs-rating-category .rtrs-form-check input[type=checkbox]{cursor:pointer;height:17px;left:0;margin:0;opacity:0;position:absolute;top:0;width:17px;z-index:1}.rtrs-review-form .rtrs-rating-category .rtrs-form-check input[type=checkbox]:checked+span:before{content:"\e800"}.rtrs-review-form .rtrs-form-group{margin-bottom:10px}.rtrs-review-form .rtrs-form-group textarea.rtrs-form-control{display:block}.rtrs-review-form .rtrs-form-group .rtrs-form-control{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;color:#111;font-size:15px;padding:10px 20px;width:100%}.rtrs-review-form .rtrs-form-group .rtrs-form-control:focus{outline:none}.rtrs-review-form .rtrs-form-group input{height:48px}.rtrs-review-form .rtrs-form-group .rtrs-input-label{color:#010101;display:block;font-size:18px;font-weight:500;margin-bottom:18px;padding-top:22px}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn{background-color:#444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;outline:none;padding:10px 24px;transition:all .3s ease-in-out}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover{background-color:#0028ff}.rtrs-review-form .rtrs-form-group .rtrs-form-check{display:flex;margin:20px 0;position:relative}.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label{color:#646464;cursor:pointer;line-height:1.1;padding-left:8px}.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label:before{border:2px solid #a2a2a2;border-radius:4px;color:#fff;content:"\e807";font-family:rtrs_fontello;font-size:13px;height:16px;left:0;margin:0;position:absolute;top:2px;transition:all .3s ease-in-out;width:16px}.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]{cursor:pointer;height:20px;margin:0;opacity:0;width:20px;z-index:1}.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]:checked+.rtrs-checkbox-label:before{background-color:#444;border-color:#444}.rtrs-review-form .rtrs-multimedia-upload{width:160px}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box{align-items:center;background-color:#efefef;border:1px solid #8a8787;border-radius:2px;cursor:pointer;display:flex;justify-content:center;padding:4px 10px;text-align:center}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i{color:#777;font-size:20px;line-height:1}@media only screen and (max-width:575px){.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i{font-size:30px}}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i:before{margin:0}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span{color:#4c4b4b;font-size:14px}.rtrs-review-form .rtrs-recomnd-check{align-items:center;display:flex}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check{margin:0}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]{cursor:pointer;height:45px;left:-5px;opacity:0;position:relative;width:48px;z-index:1}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:before{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#777;font-size:26px;height:45px;line-height:45px;width:48px}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-excelent:before{content:"\f118"}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-good:before{content:"\f119"}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-bad:before{content:"\f11a"}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]:checked+.rtrs-checkbox-label:before{background-color:#0028ff;border-color:#0028ff;box-shadow:0 8px 16px 0 rgba(79,79,79,.34);color:#fff}.rtrs-review-form .rtrs-feedback-input{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;display:flex}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item{border-right:1px solid #ebebeb;flex:1;padding:25px 30px}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child{border-right:none}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title{margin:0 0 16px}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon{background-color:#24ecbb;border-radius:4px;color:#fff;display:inline-block;font-size:18px;height:28px;line-height:28px;margin-right:12px;text-align:center;width:29px}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon i:before{line-height:1.6;margin:0}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .unlike-icon{background-color:#ff4242}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-text{color:#010101;font-size:18px;font-weight:500}.rtrs-review-form .rtrs-feedback-input .rtrs-input-filed{padding-right:30px;position:relative}.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn{background:#901818;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;font-size:18px;height:20px;line-height:18px;position:absolute;right:0;text-align:center;top:10px;transform:rotate(45deg);transition:all .3s ease-in-out;width:20px}.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn:hover{background-color:#0028ff;color:#fff}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add{color:#646464;cursor:pointer;display:inline-block;font-size:14px;transition:all .3s ease-in-out}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add i:before{font-size:13px;font-weight:400;margin:0 5px 0 0}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add:hover{color:#0028ff;text-decoration:underline}.rtrs-review-form .rtrs-feedback-input .form-control{background-color:#fff;border:1px solid #ebebeb;border-radius:4px;font-size:16px;height:40px;margin-bottom:10px;padding:5px 20px;width:100%}.rtrs-review-form .rtrs-feedback-input .form-control:focus{outline:none}.rtrs-summary-2 .rtrs-rating-summary{align-items:flex-start;display:flex;flex-wrap:wrap}.rtrs-summary-2 .rtrs-rating-summary .rtrs-title h3{line-height:1;margin-top:0}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-rating-summary{display:block}}.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin-left:30px}@media only screen and (max-width:575px){.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin:20px 0}}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin-left:0}}.rtrs-summary-2 .rtrs-rating-item{border-right:1px solid #ededed;margin-right:30px;padding-right:25px}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-rating-item{margin-right:15px;padding-right:15px}}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-rating-item{border-right:none;margin-right:0;padding-right:0}}.rtrs-summary-2 .rtrs-rating-item:last-child{border-right:none;flex:1;margin-right:0;padding-right:0}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-rating-item.rtrs-summery-wrapper{flex:0 0 100%;margin-top:40px;width:100%}}.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper li label{margin-right:15px}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper{border:0;flex:1;margin:0;padding-right:0}}.rtrs-summary-2 .rtrs-rating-category{list-style:none;margin:0;padding:0}.rtrs-summary-2 .rtrs-rating-category li{margin-bottom:20px}.rtrs-summary-2 .rtrs-rating-category li label{color:#111;display:inline-block;font-weight:500;min-width:80px}.rtrs-summary-2 .rtrs-rating-category li i{color:#ffb300;font-size:18px}.rtrs-summary-2 .rtrs-rating-category li i:before{margin:0 2px}.rtrs-summary-2 .rtrs-circle{max-width:190px;position:relative}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-circle{margin-bottom:20px}}.rtrs-summary-2 .rtrs-circle-bar{border-radius:50%;height:190px;position:relative;width:190px;z-index:1}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-circle-bar{height:190px;margin:0 auto;width:190px}}.rtrs-summary-2 .rtrs-circle-bar svg{height:100%;position:relative;width:100%}.rtrs-summary-2 .rtrs-circle-bar svg circle{fill:transparent;stroke:#efefef;stroke-width:12;stroke-linecap:round;height:100%;transform:translate(20px,25px);width:100%}.rtrs-summary-2 .rtrs-circle-bar svg circle:nth-child(2n){stroke-dasharray:490;stroke-dashoffset:147;stroke:#0028ff}.rtrs-summary-2 .rtrs-circle-content{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.rtrs-summary-2 .rtrs-circle-content .rating-percent{color:#000;font-size:30px;font-weight:700;margin-bottom:4px}.rtrs-summary-2 .rtrs-circle-content .rating-text{color:#474747;font-size:12px;font-weight:600;margin-bottom:4px}.rtrs-summary-2 .rtrs-circle-content .rating-icon i{color:#ffb300;font-size:13px}.rtrs-summary-2 .rtrs-circle-content .rating-icon i:before{margin:0}.rtrs-summary-2 .rtrs-feedback-text .rtrs-feedback-ttile{color:#010101;font-size:22px;font-weight:600;margin:0 0 16px}.rtrs-summary-2 .rtrs-feedback-text p{color:#646464;line-height:26px;margin:0}.rtrs-feedback-summary{align-items:center;border:1px solid #ebebeb;border-radius:8px;display:flex}@media only screen and (max-width:575px){.rtrs-feedback-summary{display:block}}.rtrs-feedback-summary .rtrs-feedback-box{border-right:1px solid #ebebeb;flex:1;padding:20px 30px 30px}@media only screen and (max-width:767px){.rtrs-feedback-summary .rtrs-feedback-box{padding:20px 20px 10px}}@media only screen and (max-width:575px){.rtrs-feedback-summary .rtrs-feedback-box{border-right:none}}.rtrs-feedback-summary .rtrs-feedback-box:last-child{border-right:none}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title{margin:0 0 18px}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-icon{background-color:#24ecbb;border-radius:4px;color:#fff;display:inline-block;font-size:18px;height:28px;line-height:28px;margin-right:12px;width:29px}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .unlike-icon{background-color:#ff4242}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text{color:#010101;font-size:18px;font-weight:600}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list{list-style:none;padding:0}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li{color:#646464;font-size:15px;margin-bottom:10px;padding-left:22px;position:relative}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:last-child{margin-bottom:0}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before{color:#000;content:"\e807";font-family:rtrs_fontello;font-size:13px;font-weight:700;left:0;margin-right:8px;position:absolute;top:2px}.rtrs-review-3 .rtrs-each-review{padding:30px 25px}.rtrs-review-3 .rtrs-review-body .rtrs-review-meta{margin-bottom:4px}.rtrs-review-3 .rtrs-review-body .rtrs-meta-right{position:absolute;right:0;top:0}.rtrs-review-3 .rtrs-review-body .rtrs-action-area{position:inherit}.rtrs-summary-3 .rtrs-rating-summary{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:767px){.rtrs-summary-3 .rtrs-rating-summary{display:block}}.rtrs-summary-3 .rtrs-rating-item{border:1px solid #eaeaea;border-radius:6px;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:767px){.rtrs-summary-3 .rtrs-rating-item{margin-bottom:20px}}.rtrs-summary-3 .grid-span-2{grid-column:1/span 2}.rtrs-summary-3 .grid-span-1{grid-column:1/span 3}.rtrs-summary-3 .rtrs-rating-overall{padding:30px 10px;text-align:center}.rtrs-summary-3 .rtrs-rating-overall .rating-percent{color:#000;font-size:40px;font-weight:700}.rtrs-summary-3 .rtrs-rating-overall .rating-text{color:#474747;font-size:14px;font-weight:600;margin-bottom:4px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon{margin-bottom:6px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon i{color:#ffb300;font-size:14px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon i:before{margin:0}.rtrs-summary-3 .rtrs-rating-overall p{color:#646464;font-size:14px;margin:0}.rtrs-summary-3 .rtrs-rating-category{margin:0;padding:0}.rtrs-summary-3 .rtrs-rating-category li{align-items:center;display:flex;padding:10px 20px}.rtrs-summary-3 .rtrs-rating-category li:nth-child(2n){background-color:#f9f9f9}.rtrs-summary-3 .rtrs-rating-category label{color:#111;flex:1;font-weight:500;margin-right:20px}.rtrs-summary-3 .rtrs-rating-category .rating-icon{margin-right:20px}.rtrs-summary-3 .rtrs-rating-category .rating-icon i{color:#ffb300;font-size:17px}.rtrs-summary-3 .rtrs-rating-category .rating-icon i:before{margin:0 2px}.rtrs-summary-3 .rtrs-rating-category .rating-number{color:#929292;margin-left:auto;min-width:70px}.rtrs-summary-3 .rtrs-rating-category .rating-number .total-number{color:#000;font-size:18px;font-weight:500}.rtrs-summary-3 .rtrs-feedback-text{padding:20px 30px}.rtrs-summary-3 .rtrs-feedback-text .rtrs-feedback-ttile{color:#010101;font-size:22px;font-weight:600;margin:0 0 15px}.rtrs-summary-3 .rtrs-feedback-text p{color:#646464;font-size:16px;line-height:26px;margin:0}.rtrs-summary-4{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:991px){.rtrs-summary-4{display:block}}.rtrs-summary-4 .rtrs-rating-summary{align-items:stretch;display:grid;gap:20px;grid-column:1/span 3;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:991px){.rtrs-summary-4 .rtrs-rating-summary{margin-bottom:30px}}@media only screen and (max-width:575px){.rtrs-summary-4 .rtrs-rating-summary{display:block}}.rtrs-summary-4 .rtrs-rating-item{border:1px solid #e5e5e5;margin:0;padding-right:0}@media only screen and (max-width:575px){.rtrs-summary-4 .rtrs-rating-item{margin-bottom:30px}}.rtrs-summary-4 .rtrs-rating-item:last-child{border:none;grid-column:1/span 2}.rtrs-summary-4 .rtrs-rating-item .rtrs-circle{padding:20px}.rtrs-summary-4 .rtrs-product-img{background-color:#fafafa;border-radius:4px;height:100%}.rtrs-summary-4 .rtrs-feedback-summary{display:block;grid-column:span 2}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box{border-bottom:1px solid #e5e5e5;border-right:none;padding:25px 25px 15px}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box:last-child{border-bottom:none}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before{color:#989898}.rtrs-summary-4 .rtrs-circle-bar{margin:0 auto}.rtrs-summary-4 .rtrs-rating-category li{border-bottom:1px solid #e5e5e5;margin-bottom:0;padding:10px 0}.rtrs-summary-4 .rtrs-rating-category li:last-child{border-bottom:none;padding-bottom:0}.rtrs-summary-4 .rtrs-rating-category li:nth-child(2n){background-color:transparent}.rtrs-summary-4 .rtrs-circle-content .rating-text{color:#474747;font-size:14px;letter-spacing:2px}.rtrs-summary-4 .rtrs-circle-content .rating-percent{font-size:40px}.rtrs-summary-4 .rtrs-circle-content .rating-icon i{font-size:16px}.mg-b-5{margin-bottom:5px!important}.rtrs-comments-rating{border:none;margin-left:0;padding:0}.rtrs-comments-rating label{display:inline-block}.rtrs-rating-container{direction:rtl;font-size:0;unicode-bidi:bidi-override}.rtrs-rating-container *{font-size:1.4rem}.rtrs-rating-container>input{display:none}.rtrs-rating-container>input+label{cursor:pointer;display:inline-block;font-family:rtrs_fontello;font-size:16px;margin:0 5px 0 0;overflow:hidden;text-indent:9999px;white-space:nowrap;width:15px}.rtrs-rating-container>input+label:before{color:#888;content:"\e808";display:inline-block;text-indent:-9999px}.rtrs-rating-container:hover>input+label:hover:before,.rtrs-rating-container:hover>input+label:hover~label:before,.rtrs-rating-container>input+label:hover:before,.rtrs-rating-container>input+label:hover~label:before,.rtrs-rating-container>input:checked~label:before{color:#ffb300;content:"\e800"}.rtrs-review-form .rtrs-rating-container>.star-cb-clear+label,.rtrs-review-form .rtrs-rating-container>input+label:before{text-indent:9999px}.rtrs-review-form .rtrs-rating-container>input+label{text-indent:-9999px}.rtrs-paginate{margin:10px 0 20px;padding:5px 1px;text-align:right}.rtrs-paginate a{background-color:#efefef;border-radius:4px;color:#666;padding:7px 14px;text-decoration:none}.rtrs-paginate a.next,.rtrs-paginate a.prev{background-color:#d0d0d0;color:#fff;padding:7px 4px}.rtrs-paginate .current,.rtrs-paginate a:active,.rtrs-paginate a:focus,.rtrs-paginate a:hover{background-color:#646464;color:#fff}.rtrs-paginate .current{border-radius:4px;padding:7px 14px}.rtrs-review-form{margin-top:0}.rtrs-review-body .rtrs-action-area button[data-helpful=remove] i:before,.rtrs-review-body .rtrs-action-area button[data-highlight=remove] i:before{color:#646464}.rtrs-preview-imgs .rtrs-preview-img img,.rtrs-preview-videos .rtrs-preview-video .name{background:#fff;border:1px solid #e1e1e1;display:inline-block;margin-bottom:10px;margin-right:10px;max-width:130px;padding:10px;vertical-align:top;width:auto}.rtrs-preview-imgs .rtrs-preview-img,.rtrs-preview-videos .rtrs-preview-video{display:inline;position:relative}.rtrs-preview-imgs .rtrs-preview-img .rtrs-file-remove,.rtrs-preview-videos .rtrs-preview-video .rtrs-file-remove{background:#af3232;color:#fff;cursor:pointer;line-height:17px;padding:0 6px 3px;position:absolute;right:10px}.rtrs-image-error,.rtrs-video-error{color:red}#rtrs-video-source{width:160px}.rtrs-review-wrap{margin:auto}.rtrs-align-center{text-align:center}.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn{background-color:#a6a6a6;outline:none;text-decoration:none}.rtrs-review-list .rtrs-review-form .rtrs-hide-reply{display:none}#cancel-comment-reply-link{margin-left:10px}.children .rtrs-main-review{margin-top:20px}.rtrs-main-review.depth-2 .reply-btn{display:none}#rtrs-load-more{background-color:#444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 24px;text-decoration:none;transition:all .3s ease-in-out}#rtrs-load-more:hover{background-color:#646464}.rtrs-tooltip{display:inline-block;position:relative}.rtrs-tooltip .rtrs-tooltiptext{background-color:#000;border-radius:4px;color:#fff;font-size:15px;left:70%;line-height:1;margin-left:-60px;max-width:200px;min-width:80px;padding:5px 10px 7px;position:absolute;text-align:center;top:100%;visibility:hidden;width:-moz-max-content;width:max-content;z-index:1}.rtrs-tooltip:hover .rtrs-tooltiptext{visibility:visible}.rtrs-review-wrap ul{border-bottom:none}.woocommerce-tabs ul li{display:auto}.rtrs-form-box .logged-in-as,.rtrs-main-review+.rtrs-review-form{margin-bottom:20px}.rtrs-review-box .rtrs-review-body .rtrs-review-author a{padding:0}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn{float:none!important}.woocommerce-tabs #comments{max-width:100%}.rtrs-review-box .rtrs-main-review{display:block!important}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{line-height:20px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li{display:block!important}.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn{font-weight:400}.rtrs-clearfix:after{clear:both;content:"";display:table}.rtrs-review-wrap.rtrs-affiliate-wrap{padding:0}.rtrs-title h3{float:left;font-size:24px;font-weight:500;line-height:1.5}.rtrs-price-area{float:right}.rtrs-price-area .rtrs-offer-price{font-size:28px;line-height:1}.rtrs-price-area .rtrs-regular-price{text-decoration:line-through}.rtrs-buy-btn{border:2px solid #5f5b5c;border-radius:4px;color:#5f5b5c;display:table;font-size:16px;line-height:1;margin:20px auto auto;padding:13px 40px;text-align:center;text-decoration:none}.rtrs-buy-btn:hover{background-color:#5f5b5c;color:#fff}.rtrs-product-img img{width:220px}.rtrs-affiliate-wrap .rtrs-layout-one{display:flex;flex-direction:column;gap:50px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title h3{margin:0}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper{grid-template-columns:45% repeat(auto-fill,55%)}@media only screen and (max-width:767px){.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper{display:block}}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title-area{border:1px solid #eaeaea;padding:20px 30px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img{line-height:0}@media only screen and (max-width:767px){.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img{margin-bottom:15px}}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img img{max-width:100%;width:100%}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-summary-text{margin-left:0}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper{display:flex;flex-direction:column;gap:15px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper .rtrs-rating-box{padding:15px 30px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress-wrap{flex:1}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress{flex-wrap:wrap}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress label{flex:0 0 100%;margin-bottom:10px}.rtrs-affiliate-wrap .rtrs-affiliate-two .rtrs-rating-summary{margin-bottom:30px}.rtrs-modal{background-color:#000;background-color:rgba(0,0,0,.5);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:999}.rtrs-review-popup{left:50%;left:0;margin:auto;max-height:80%;max-width:90%!important;overflow:auto;position:fixed;right:0;top:10%;width:800px;z-index:9999}.rtrs-review-edit-btn{cursor:pointer}.rtrs-form-box .rtrs-form-group .rtrs-input-label{display:none}.theme-twentynineteen .rtrs-review-wrap li,.theme-twentytwenty .rtrs-review-wrap li{margin-left:0;margin-right:0}.theme-twentytwenty .rtrs-review-wrap .logged-in-as{margin:0 0 15px;text-align:left}.theme-twentytwenty .rtrs-review-list label,.theme-twentytwenty .rtrs-sorting-select label{display:inline}.theme-twentynineteen .rtrs-review-wrap .rtrs-form-title:before{display:none}.rtrs-form-box .rtrs-rating-category,.theme-Divi .rtrs-review-list,.theme-Divi .rtrs-review-wrap ul.rtrs-review-meta{padding:0!important}.theme-Divi .rtrs-reply-btn .rtrs-item-btn:after{display:none}.theme-Divi .rtrs-form-title small{display:inline-block!important}.theme-panpie li:before{display:none}.theme-panpie .rtrs-feedback-list li:before{display:inline-block}.rtrs-review-wrap>ul{margin:0!important;padding:0!important}.rtrs-form-check input{margin-right:0!important}.rtrs_review_filter{width:auto}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul li:before{content:none}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-review-meta{margin-bottom:-10px}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-rating-category{margin-top:15px}.theme-digeco.woocommerce .rtrs-review-form .rtrs-rating-category li{margin-bottom:0}.rtrs-sort-filter{margin-right:10px}#rtrs-video-source{color:#6d6d6d;padding:8px 5px;text-indent:22px}.rtrs-media-form-group{display:flex;margin-top:20px}.rtrs-media-form-group>div{margin-right:20px}.rtrs-media-form-group div>label{color:#000;display:inline-block;font-size:14px;font-weight:500;margin-top:6px}.rtrs-out-of{color:#9e9e9e;font-size:24px}.rtrs-summary-4-by-user .rtrs-rating-category li{align-items:center;display:flex;gap:30px;justify-content:flex-start;padding:5px 20px}@media only screen and (max-width:479px){.rtrs-summary-4-by-user .rtrs-rating-category li{gap:15px}}.rtrs-summary-4-by-user .rtrs-progress-wrap .rtrs-progress{align-items:center;display:flex}.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:8px}.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]::-webkit-progress-bar{background-color:#d6d6d6}.rtrs-summary-4-by-user .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value{background-color:#ffbf42}.rtrs-summary-4-by-user .rtrs-rating-summary{grid-gap:20px;display:grid;grid-template-areas:"b a a"}.rtrs-summary-4-by-user .rtrs-rating-summary>div:first-of-type{grid-area:a;order:2}.rtrs-summary-4-by-user .rtrs-rating-summary>div:nth-of-type(2){grid-area:b;order:1}@media only screen and (max-width:575px){.rtrs-summary-4-by-user .rtrs-rating-summary{display:block}.rtrs-media-form-group{flex-wrap:wrap}.rtrs-review-form .rtrs-feedback-input{flex-direction:column}#rtrs-upload-box-video{margin-top:10px}}.rtrs-hidden{display:none!important}.rtrs-multiple-comment .rtrs-review-form{display:none}.rtrs-review-list .rtrs-review-form{display:block}.rtrs-review-sc-2033 .rtrs-review-list .depth-2 .rtrs-reply-btn{display:none}.rtrs-review-sc-2033 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating{color:#ffb300;}.rtrs-review-sc-2033 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-calendar:before, .rtrs-review-sc-2033 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-share:before{color:#646464;}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
table{border:1px solid #000}th{padding-top:11px;padding-bottom:11px;background-color:#002147!important;color:#fff}.tablepress td{color:#002147!important}.tablepress>:where(tbody.row-striping)>:nth-child(even)>*{background-color:#d1a52d}.tablepress>:where(tbody.row-striping)>:nth-child(odd)>*{background-color:#d1a52d}.tablepress td a{color:#fff!important}.tablepress .row-hover tr:hover td{background-color:#8b2621!important}.tablepress td span{color:#fff!important}