@charset 'UTF-8';
.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 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;
}:root {
--slicewp-litepicker-month-header-color: #333;
--slicewp-litepicker-button-prev-month-color: #333;
--slicewp-litepicker-button-next-month-color: #333;
--slicewp-litepicker-button-prev-month-color-hover: #333;
--slicewp-litepicker-button-next-month-color-hover: #333;
--slicewp-litepicker-month-weekday-color: #9e9e9e;
--slicewp-litepicker-month-week-number-color: #9e9e9e;
--slicewp-litepicker-day-width: 40px;
--slicewp-litepicker-day-color: #333;
--slicewp-litepicker-day-color-hover: #34495e;
--slicewp-litepicker-is-today-color: #333;
--slicewp-litepicker-is-in-range-color: rgba( 52, 73, 94, 0.2 );
--slicewp-litepicker-is-start-color: #fff;
--slicewp-litepicker-is-start-color-bg: #34495e;
--slicewp-litepicker-is-end-color: #fff;
--slicewp-litepicker-is-end-color-bg: #34495e;
}  [class^="slicewp"] svg,
[class^="slicewp"] .dashicons { display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 18px; vertical-align: middle; }
[class^="slicewp"] button svg { margin-right: 5px; }
.slicewp-description * { font-size: 0.875rem; }
.slicewp-description > :first-child { margin-top: 0; }
.slicewp-description > :last-child { margin-bottom: 0; }  .slicewp-grid { display: grid; grid-gap: 1rem; gap: 1rem; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
.slicewp-grid > div { display: flex; }
.slicewp-grid.slicewp-columns-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
@media screen and ( min-width : 1281px ) {
.slicewp-grid { grid-template-columns: repeat( 4, minmax( 0, 1fr ) ); }
.slicewp-grid.slicewp-columns-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
}
@media screen and ( max-width : 720px ) {
.slicewp-grid { grid-template-columns: unset !important; }
}  .slicewp-user-notice { width: 100%; border-style: solid; border-width: 2px; border-radius: 6px; margin: 5px 0px 1em 0px; padding: 15px; box-sizing: border-box; }
.slicewp-user-notice.slicewp-error { background: #ffebeb; border-color: #dc3232; }
.slicewp-user-notice.slicewp-warning { background: #fff7ea; border-color: #f39c12; }
.slicewp-user-notice.slicewp-updated { background: #e0ffe3; border-color: #46b450; }
.slicewp-user-notice > :first-child { margin-top: 0; }
.slicewp-user-notice > :last-child { margin-bottom: 0; }  .slicewp-global-overlay { display: none; position: fixed; z-index: 1001; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; visibility: hidden; transition: all 0.15s ease-in-out; background: rgba( 0, 0, 0, 0.3 ); overflow-y: scroll; }
.slicewp-global-overlay.slicewp-prepare-open,
.slicewp-global-overlay.slicewp-prepare-close { display: block; }
.slicewp-global-overlay.slicewp-opened { display: block; opacity: 1; visibility: visible; }
.slicewp-global-overlay .slicewp-global-overlay-title { margin-top: 0; margin-bottom: 1rem; }
.slicewp-global-overlay .slicewp-global-overlay-inner { position: relative; top: 25px; background: #fff; border-radius: 0.375rem; max-width: 700px; margin: 2rem auto; padding: 2rem; box-sizing: border-box; transition: all 0.15s ease-in-out; }
.slicewp-global-overlay .slicewp-global-overlay-close { position: absolute; top: 10px; right: 10px; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; cursor: pointer; }
.slicewp-global-overlay .slicewp-global-overlay-close svg { margin-right: 0; }
.slicewp-global-overlay.slicewp-opened .slicewp-global-overlay-inner,
.slicewp-global-overlay.slicewp-opened .slicewp-creative-wrapper { top: 0; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner { max-width: 500px; padding: 4rem; text-align: center; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner img { display: inline-block; height: 200px; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner div { margin-top: 1rem; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner strong,
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner span { display: block; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner button { margin-top: 1rem; }  .slicewp-loader,
.slicewp-loader:before,
.slicewp-loader:after { border-radius: 50%; width: 9px; height: 9px; animation-fill-mode: both; animation: slicewp_loader_animation 1.2s infinite ease-in-out; }
.slicewp-loader { position: relative; display: inline-block; color: #2e4453; font-size: 7px; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s; }
.slicewp-loader:before,
.slicewp-loader:after { content: ''; position: absolute; top: 0; }
.slicewp-loader:before { left: -16px; animation-delay: -0.32s; }
.slicewp-loader:after { left: 16px; }
@keyframes slicewp_loader_animation { 0%, 80%, 100% { box-shadow: 0 9px 0 -7px } 40% { box-shadow: 0 9px 0 0 } }
.slicewp-loading-overlay { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: rgba( 255, 255, 255, 0.6 ); border-radius: inherit; opacity: 0; transition: opacity 0.135s ease-in-out; }
.slicewp-loading-overlay.slicewp-active { opacity: 1; }
.slicewp-loading-overlay .slicewp-loader { position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -5px; }  .slicewp-progressbar { background: #eee; border-radius: 20px; height: 8px; overflow: hidden; }
.slicewp-progressbar-fill { background: #2d98da; height: 100%; border-radius: 20px; }  .slicewp-field-wrapper { margin-bottom: 25px; }
.slicewp-field-wrapper.slicewp-last { margin-bottom: 0; }
.slicewp-field-wrapper input[type=text],
.slicewp-field-wrapper input[type=email],
.slicewp-field-wrapper input[type=url],
.slicewp-field-wrapper input[type=password],
.slicewp-field-wrapper textarea,
.slicewp-field-wrapper select { width: 100%; max-width: 100%; }
.slicewp-field-wrapper input[type=password] { padding-right: 2.5rem; }
.slicewp-field-wrapper select { padding: 0.25rem; }
.slicewp-field-wrapper ul.slicewp-field-radio-wrapper,
.slicewp-field-wrapper ul.slicewp-field-checkbox-wrapper { list-style: none; padding: 0; margin: 0; }
.slicewp-field-wrapper ul.slicewp-field-radio-wrapper label,
.slicewp-field-wrapper ul.slicewp-field-checkbox-wrapper label,
.slicewp-field-wrapper.slicewp-field-wrapper-terms-and-conditions label { display: inline-block; width: auto; cursor: pointer; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area { position: relative; padding: 2rem 1rem; text-align: center; border: 2px dashed #c1c1c1; border-radius: 5px; background: #f9f9f9; cursor: pointer; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area.slicewp-highlight { border-color: #3498db; background: rgba( 52, 152, 219, 0.1 ); }
.slicewp-field-wrapper .slicewp-field-drag-drop-area svg { width: 30px; height: 30px; color: inherit; margin-bottom: 10px; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area p { margin-top: 0; margin-bottom: 0; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area input { position: absolute; top: 0; left: 0; opacity: 0; height: 1px; width: 1px; }
.slicewp-field-file-item { display: flex; align-items: center; line-height: 1; padding: 8px; background: #f1f1f1; border-radius: 4px; margin-top: 10px; font-size: 0.875rem; }
.slicewp-field-file-item-remove { margin-left: auto; }
.slicewp-field-file-item-remove svg { width: 16px; height: 16px; color: #000; vertical-align: middle; }
.slicewp-field-file-item-name { display: inline-block; vertical-align: middle; }
.slicewp-field-file-item-size { display: inline-block; vertical-align: middle; font-style: italic; margin-left: 5px; }
.slicewp-field-description * { font-size: 0.875rem; }
.slicewp-field-description > :first-child { margin-top: 0; }
.slicewp-field-description > :last-child { margin-bottom: 0; }
.slicewp-field-description-placement-before .slicewp-field-description { margin-bottom: 0.5rem; }
.slicewp-field-description-placement-after .slicewp-field-description { margin-top: 0.25rem; }
.slicewp-field-has-description > h2,
.slicewp-field-has-description > h3,
.slicewp-field-has-description > h4,
.slicewp-field-has-description > h5,
.slicewp-field-has-description > h6 { margin-bottom: 0.25rem; }
.slicewp-field-error-message * { font-size: 0.875rem; font-style: italic; color: #c0392b; }
.slicewp-field-error-message > :first-child { margin-top: 0; }
.slicewp-field-error-message > :last-child { margin-bottom: 0; }
.slicewp-field-rule { margin: 5px 0; }
.slicewp-field-wrapper .slicewp-field-input-password { position: relative; margin: 0; padding: 0; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password { position: absolute; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; right: 11px; top: 50%; margin-top: -11px; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password svg { display: block; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password svg:last-of-type { display: none; }  .slicewp-button-primary { display: inline-flex; align-items: center; cursor: pointer; }
.slicewp-button-view-qr-code { margin-top: 10px; margin-left: 7px; }  .slicewp-status-pill { display: inline-flex; font-size: 0.875rem; line-height: 1; font-weight: 500; background: #cdd1d8; color: #34495e; padding: 8px 9px; border-radius: 3px; }
.slicewp-status-pill.slicewp-status-active,
.slicewp-status-pill.slicewp-status-complete,
.slicewp-status-pill.slicewp-status-paid { background: #c1e3db; color: #148f77; }
.slicewp-status-pill.slicewp-status-pending,
.slicewp-status-pill.slicewp-status-requested { background: #fde0c0; color: #b36508; }
.slicewp-status-pill.slicewp-status-unpaid { background: #c5dff4; color: #217dbb; }
.slicewp-status-pill.slicewp-status-rejected,
.slicewp-status-pill.slicewp-status-failed { background: #fed8d9; color: #b91c1c; }  .slicewp-card { position: relative; width: 100%; margin-bottom: 1.5em; background: #fff; border-radius: 2px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; box-sizing: border-box; }
.slicewp-card-header { padding: 20px; border-bottom: 1px solid rgba(200, 215, 225, 0.5); font-weight: bold; }
.slicewp-card-inner { padding: 20px; }
.slicewp-card-footer { padding: 20px; border-top: 1px solid rgba(200, 215, 225, 0.5); background: rgba(200, 215, 225, 0.15); box-sizing: border-box; }
.slicewp-card-footer-actions { text-align: right; }
.slicewp-card-footer-actions:after { content: ''; display: block; clear: both; }
.slicewp-card-footer-actions a { float: left; color: #777; line-height: 34px; outline: 0; box-shadow: none; }
.slicewp-card-footer-actions a:hover { color: #444; }  .slicewp-chart { height: 325px !important; }
.slicewp-chart-before { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.slicewp-chart-legend ul { list-style: none !important; display: inline-flex; align-items: center; gap: 18px; margin: 0 !important; padding: 0 !important; }
.slicewp-chart-legend ul li { list-style: none !important; display: inline-flex; align-items: center; gap: 8px; margin: 0 !important; padding: 0 !important; cursor: pointer; }
.slicewp-chart-legend ul li span.slicewp-color-box { display: inline-flex; align-items: center; justify-content: center; height: 10px; width: 10px; border-radius: 50%; background: #e1e9ef; }
.slicewp-chart-tooltip { position: absolute; min-width: 120px; width: max-content !important; text-align: left; padding: 12px 15px !important; background: rgba( 255, 255, 255, 0.95 ); border-radius: 4px; border: 1px solid rgba( 200, 215, 225, 1 ); box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.1 ), 0 0 56px rgba( 0, 0, 0, 0.08 ); pointer-events: none; transform: translate( -50%, 0 ); opacity: 1; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-title { font-weight: 600; margin-bottom: 8px; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body { display: table; width: 100%; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div { display: table-row; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div { display: table-cell; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:first-of-type { padding-right: 12px; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:last-of-type { text-align: right; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:first-of-type > span:first-of-type { display: inline-block; border-radius: 50%; height: 10px; width: 10px; margin-right: 10px; }
.slicewp-chart-time-unit-selector { width: auto; border:  1px solid #c8d7e1; border-radius: 5px; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px; padding: 4px 8px; font-size: 1rem; }
@media screen and ( max-width : 720px ) {
.slicewp-chart-legend ul { flex-flow: column; gap: 0; align-items: baseline; }
}  .slicewp-section-heading { margin-top: 0; margin-bottom: 0.625rem; font-size: 1.25rem; font-weight: 500; }
.slicewp-grid-affiliate-dashboard { margin-bottom: 1rem; }
.slicewp-card-affiliate-dashboard { margin-bottom: 0; flex-flow: column; }
.slicewp-affiliate-dashboard-filters { margin-bottom: 15px; }
.slicewp-affiliate-dashboard-filters form { display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.slicewp-affiliate-dashboard-filters button[type="submit"] { display: none; padding: 3px 12px; font-size: 1rem; line-height: 1.2rem; border: 1px solid transparent; }
.slicewp-card-affiliate-dashboard .slicewp-card-header { padding: 10px 20px 10px 20px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner { display: flex; flex: 1; flex-flow: column; padding: 10px 20px 10px 20px }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-card-title { font-size: 1rem; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-value { display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction { display: flex; align-items: center; padding: 5px; border-radius: 3px; background: #f0f0f0; font-size: 0.825rem; line-height: 16px; width: auto; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-positive { background: rgba( 39, 174, 96, 0.1 ); color: #17956a; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-negative { background: rgba( 192, 57, 43, 0.1 ); color: #c0392b; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction svg { height: 12px; width: 12px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction .slicewp-arrow-up,
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction .slicewp-arrow-down { display: none; margin-right: 5px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-positive .slicewp-arrow-up { display: flex; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-negative .slicewp-arrow-down { display: flex; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer { padding: 10px 20px 10px 20px; font-size: 0.825em; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer > :first-child { margin-top: 0; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer > :last-child { margin-bottom: 0; }
.slicewp-grid.slicewp-grid-affiliate-dashboard-last-30-days { grid-template-columns: repeat( auto-fit, minmax( 30%, 1fr ) ); }  .slicewp-nav-tab-wrapper { display: flex; gap: 15px; margin: 1.5rem 0 0 0 !important; padding: 0 !important; list-style-type: none !important; }
.slicewp-nav-tab-wrapper:after { content: ''; display: block; clear: both; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab { list-style: none; border: 0; margin: 0 !important; padding: 0 !important; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab:before { display: none; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a { display: block; width: auto; border-bottom: 2px solid transparent; padding: 10px 0 8px 0; box-sizing: border-box; box-shadow: none !important; text-decoration: none !important; outline: none !important; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-bottom: 2px solid #2e4453; color: #2e4453; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab span { vertical-align: middle; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab svg,
.slicewp-nav-tab-wrapper .slicewp-nav-tab .dashicons { margin-right: 5px; }
.slicewp-tab { display: none; margin-top: 25px; }
.slicewp-tab.slicewp-active { display: block; }
@media screen and ( max-width : 720px ) {
.slicewp-nav-tab-wrapper { gap: 12px; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding-left: 5px; padding-right: 5px; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab svg { margin: 0; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab span:last-of-type { display: none; }
}  .slicewp-tab img { max-width: 100%; height: auto; }
.slicewp-creative-shortcode-wrapper { margin: auto; padding: 10px; width: 100%; }
.slicewp-creative-shortcode-wrapper img { margin: 15px auto; display: block; }
.slicewp-creative-shortcode-textarea { font-size: 14px; width: 100%; height: 130px; }  .slicewp-lost-password { margin-top: 0.75rem; }  .slicewp-section-general-affiliate-link .slicewp-field-wrapper { margin-bottom: 0; }
.slicewp-affiliate-custom-link-output { margin-top: 25px; }
.slicewp-creative-affiliate-wrapper { margin: auto; width: 100%; }
.slicewp-creative-affiliate-wrapper img { margin: 15px auto; display: block; }
.slicewp-creative-affiliate-textarea { font-size: 14px; width: 100%; height: 130px; }
.slicewp-creative-wrapper-type-long-text .slicewp-creative-affiliate-textarea { height: 300px; }
.slicewp-creative-description { margin-bottom: 1rem; }
.slicewp-creative-description > :first-child { margin-top: 0; }
.slicewp-creative-description > :last-child { margin-bottom: 0; }
.slicewp-page-numbers-wrapper { display: inline-flex; gap: 5px; margin-top: 1.5rem; }
.slicewp-page-numbers-wrapper .page-numbers { display: inline-flex; align-items: center; justify-content: center; line-height: 30px; height: 30px; width: 30px; text-align: center; background: #f1f1f1; border-radius: 3px; text-decoration: none; }
.slicewp-page-numbers-wrapper .page-numbers.current { font-weight: bold; }
.slicewp-card-creative { flex-direction: column; margin-bottom: 0; }
.slicewp-card-creative .slicewp-card-inner { display: flex; flex: 1; justify-content: center; align-items: center; max-height: 12rem; }
.slicewp-card-creative.slicewp-creative-type-long-text .slicewp-card-inner { align-items: baseline; min-height: 12rem; }
.slicewp-card-creative.slicewp-creative-type-long-text .slicewp-card-inner > div { overflow: hidden; max-height: 100%; }
.slicewp-card-creative .slicewp-card-inner img { max-height: 100%; width: auto; }
.slicewp-card-creative .slicewp-card-inner span { text-decoration: underline; }
.slicewp-card-creative .slicewp-card-inner p:first-of-type { margin-top: 0; }
.slicewp-card-creative .slicewp-card-inner p:last-of-type { margin-bottom: 0; }
.slicewp-card-creative .slicewp-card-footer > div { display: flex; }
.slicewp-card-creative .slicewp-card-footer > div a { flex: 1; text-align: center; text-decoration: none; }
.slicewp-card-creative .slicewp-card-footer > div a,
.slicewp-card-creative .slicewp-card-footer > div span { vertical-align: middle; }
.slicewp-card-creative .slicewp-card-footer > div a svg { margin-right: 5px; }
.slicewp-creative-preview { padding: 1.5rem; margin-bottom: 10px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; text-align: center; }
.slicewp-creative-preview img { margin: 0 auto !important; max-width: 100% !important; height: auto !important; background: linear-gradient( 45deg,#d7d8da 25%,transparent 25%,transparent 75%,#d7d8da 75%,#d7d8da),linear-gradient(45deg,#d7d8da 25%,transparent 25%,transparent 75%,#d7d8da 75%,#d7d8da); background-position: 0 0,10px 10px; background-size: 20px 20px; }
.slicewp-creative-image-details { display: flex; margin-bottom: 1.5rem; align-items: flex-start; justify-content: space-between; }
.slicewp-creative-image-metadata { font-size: 0.9rem; text-align: right; }
.slicewp-creative-image-metadata span { display: flex; align-items: center; }
.slicewp-creative-image-metadata span svg { display: inline-block; margin: 0 1px; line-height: 1; width: 12px; height: 12px; }
.slicewp-creative-image-metadata span i { display: inline-block; font-style: normal; font-size: 150%; line-height: 0; margin: 0 5px; }
.slicewp-input-copy,
.slicewp-generate-affiliate-link { margin-top: 10px; }
.slicewp-input-copy-label-copied { display: none; }
@media screen and ( min-width: 721px ) {
.slicewp-menu-left,
.slicewp-menu-right { display: flex !important; flex-flow: row; gap: 1.5rem; }
.slicewp-menu-right { flex-direction: row-reverse; }
.slicewp-menu-left > div:nth-of-type(2),
.slicewp-menu-right > div:nth-of-type(2) { flex: 1; min-width: 0; }
.slicewp-menu-left .slicewp-nav-tab-wrapper,
.slicewp-menu-right .slicewp-nav-tab-wrapper { width: max-content; flex-flow: column; gap: 15px; }
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding: 2px 1rem 2px 0; border-bottom: 0; border-right: 2px solid transparent; }
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding: 2px 0 2px 1rem; border-bottom: 0; border-left: 2px solid transparent; }
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-color: #2e4453; }
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-color: #2e4453; }
}  #slicewp-affiliate-account { max-width: 100%; }
#slicewp-affiliate-account textarea,
#slicewp-affiliate-account input[type="text"] { width: 100%; }
#slicewp-affiliate-account [class^="slicewp-commission-rate-tag"] { display: block; }  body table.slicewp-list-table { width: 100%; margin-top: 0; margin-bottom: 0; border: 0 !important; border-radius: 2px; border-collapse: collapse; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; }
body table.slicewp-list-table tbody { border: 0 !important; }
body table.slicewp-list-table th,
body table.slicewp-list-table td { padding: 0.5rem 0.675rem; text-align: left; border: 0 !important; background: transparent !important; }
body table.slicewp-list-table th { background: rgba( 200, 215, 225, 0.15 ) !important; border-bottom: 1px solid #e9eff3 !important; border-right: 1px solid #e9eff3 !important; }
body table.slicewp-list-table td { word-break: break-all; border-top: 1px solid #e9eff3 !important; border-right: 1px solid #e9eff3 !important; }
body table.slicewp-list-table th:last-of-type,
body table.slicewp-list-table td:last-of-type { border-right: 0 !important; }
body table.slicewp-list-table tbody:first-of-type tr:first-of-type td { border-top: 0 !important; }
body table.slicewp-list-table .slicewp-column-actions { text-align: right; width: auto; width: 1px; white-space: nowrap; }
body table.slicewp-list-table .slicewp-column-status { width: 1px; white-space: nowrap; }
table.slicewp-list-table .slicewp-list-table-item-details-row { display: none; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td { overflow-y: hidden; padding: 0 !important; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div { height: 0; opacity: 0; transition: all 0.275s ease-in-out; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div { padding: 1.25rem; }
table.slicewp-list-table tbody.slicewp-active > .slicewp-list-table-item-details-row td > div { opacity: 1; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > h4 { font-size: 1.25rem; margin: 0 0 1rem 0; padding: 0; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > p { margin: 1rem 0; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > h4 + p { margin-top: -0.5rem; }
table.slicewp-list-table .slicewp-toggle-item-details { display: inline-flex; align-items: center; }
table.slicewp-list-table .slicewp-toggle-item-details:focus { outline: 0 !important; background-color: transparent !important; }
table.slicewp-list-table .slicewp-toggle-item-details svg { transition: transform 0.2s ease-in-out; }
table.slicewp-list-table tbody.slicewp-active .slicewp-toggle-item-details svg { transform: rotate( 180deg ); }
.slicewp-list-table-after,
.slicewp-list-table-before { display: flex; }
.slicewp-list-table-before { margin-bottom: 15px; }
.slicewp-list-table-after { margin-top: 15px; }
.slicewp-list-table-filters form { display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.slicewp-list-table-filters button[type="submit"] { display: inline-block; padding: 6px 12px; font-size: 1rem; line-height: 1.2rem; border: 1px solid transparent; }
.slicewp-list-table-per-page-selector { display: inline-flex; align-items: center; }
.slicewp-list-table-per-page-selector form { display: inline-flex; gap: 5px; align-items: center; margin: 0 !important; padding: 0 !important; }
.slicewp-list-table-per-page-selector select { width: auto !important; }
.slicewp-list-table-pagination { display: inline-flex; align-items: center; margin-left: auto; }
@media screen and ( max-width : 720px ) {
.slicewp-list-table-filters { width: 100%; }
.slicewp-list-table-filters form { width: 100%; flex-flow: column; }
.slicewp-list-table-filters button[type="submit"] { width: 100%; }
}  .slicewp-pagination-links { display: inline-flex; gap: 5px; margin-left: 10px; }
.slicewp-pagination-links .slicewp-pagination-link { display: inline-flex; align-items: center; justify-content: center; line-height: 30px; height: 30px; width: 30px; text-align: center; background: #f1f1f1; border-radius: 3px; }
.slicewp-pagination-links span.slicewp-pagination-link { opacity: 0.5; cursor: not-allowed; }  .slicewp-date-picker-wrapper { position: relative; display: inline-flex; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input { display: inline-flex; align-items: center; padding: 0 12px; font-size: 1rem; line-height: 1.2rem; color: #2e4453; border: 1px solid #c8d7e1; background: #fff; transition: all .15s ease-in-out; box-shadow: none; box-sizing: border-box; border-radius: 5px; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px; cursor: pointer; user-select: none; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input:hover { border-color: #bbceda; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input svg { margin-right: 5px; opacity: 0.8; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input .slicewp-date-picker-input-date-range { padding: 6px 0; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input .slicewp-date-picker-input-dates { display: none; border-left: 1px solid #c8d7e1; padding: 6px 0 6px 8px; margin-left: 8px; }
.slicewp-date-picker-modal { display: none; position: absolute; z-index: 10; top: 100%; left: 0; margin-top: 8px; background: #fff; box-shadow: 0px 0px 0px 1px rgb(18 18 23 / 10%), 0px 24px 48px rgb(18 18 23 / 3%), 0px 10px 18px rgb(18 18 23 / 3%), 0px 5px 8px rgb(18 18 23 / 4%), 0px 2px 4px rgb(18 18 23 / 4%); border-radius: 8px; }
.slicewp-date-picker-wrapper.slicewp-is-open .slicewp-date-picker-modal { display: inline-flex; }
.slicewp-date-picker-predefined-date-ranges { border-right: 1px solid rgb(18 18 23 / 15%); padding: 25px; width: max-content; }
a.slicewp-date-picker-predefined-date-range { display: block; width: 100%; border-radius: 4px; padding: 4px 12px; color: inherit; text-decoration: none !important; box-sizing: border-box; }
a.slicewp-date-picker-predefined-date-range:hover { background: rgba( 200, 215, 225, 0.25 ); }
a.slicewp-date-picker-predefined-date-range[data-range="custom"] { display: none; }
.slicewp-date-picker-wrapper .slicewp-litepicker { padding: 20px; }
.slicewp-date-picker-wrapper .slicewp-litepicker svg { margin: 0 !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .month-item-header { padding-top: 0; padding-right: 0; padding-left: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .month-item-header .month-item-name { text-transform: capitalize; }
.slicewp-date-picker-wrapper .slicewp-litepicker .button-previous-month,
.slicewp-date-picker-wrapper .slicewp-litepicker .button-next-month { width: 40px; height: 40px; padding: 0 !important; border-radius: 4px !important; text-align: center !important; margin: 0 !important; cursor: pointer !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .button-previous-month:hover,
.slicewp-date-picker-wrapper .slicewp-litepicker .button-next-month:hover { background: rgba( 200, 215, 225, 0.25 ) !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months { box-shadow: none; border: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > div,
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > a { padding: 0; line-height: 40px; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item { cursor: pointer; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item.is-today { font-weight: bold; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item.is-today:not(.is-start-date):not(.is-end-date):not(.is-in-range) { background: rgba( 200, 215, 225, 0.15 ); }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item:hover { box-shadow: none !important; border: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item:hover:not(.is-start-date):not(.is-end-date) { background: rgba( 200, 215, 225, 0.25 ); }
@media screen and ( max-width : 720px ) {
.slicewp-date-picker-wrapper,
.slicewp-date-picker-input { width: 100%; }
.slicewp-date-picker-modal { flex-flow: column; max-width: 100%; width: 100%; }
.slicewp-date-picker-predefined-date-ranges { display: grid; grid-template-columns: repeat( 2, 1fr ); gap: 5px; width: 100%; border-right: 0; border-bottom: 1px solid rgb(18 18 23 / 15%); }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months { width: 100%; }
.slicewp-date-picker-wrapper .slicewp-litepicker { display: block !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months .month-item { width: 100%; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > div,
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > a { width: 14.2857%; }
}ul.uta-accordion{position:relative;display:block;width:100%;height:auto;padding:20px;margin:0;list-style:none}ul.uta-accordion li{position:relative;display:block;width:100%;height:auto;margin:0 auto 15px auto;border:1px solid #eee;border-radius:5px;cursor:pointer;color:#fff}ul.uta-accordion li.active .accordion-icon .default-icon{display:none}ul.uta-accordion li.active .accordion-icon .active-icon{display:block}ul.uta-accordion li .accordion-heading{padding:20px;background-color:#8213fb;-webkit-transition:all .3s;transition:all .3s}ul.uta-accordion li .accordion-heading:hover{background-color:#9c41ff}ul.uta-accordion li .accordion-heading h3{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:auto;margin:0;font-size:15px;letter-spacing:.01em;cursor:pointer;color:#fff}ul.uta-accordion li .accordion-heading.icon-left h3{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}ul.uta-accordion li .accordion-heading.icon-left h3 .accordion-icon{margin-right:20px}ul.uta-accordion li .accordion-icon .active-icon{display:none}ul.uta-accordion li .accordion-body{position:relative;display:none;width:100%;height:auto;background:#fff;margin:0;padding:20px;cursor:pointer;color:#333}ul.uta-accordion li .accordion-body p{position:relative;display:block;font-weight:300;padding:10px 0 0 0;cursor:pointer;line-height:150%;margin:0 0 15px 0;font-size:14px}.uta-quote-default{background:#7900ff;position:relative;padding:50px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-quote-default p{font-size:18px;line-height:30px;color:#fff;text-transform:capitalize;margin-bottom:10px}.uta-quote-default i{font-size:50px;position:absolute;top:-26px;color:#ff8484}.uta-quote-default span{color:#fff;font-weight:600;letter-spacing:.3px;position:absolute;bottom:30px;right:50px}.uta-blog{display:grid;margin-left:-10px;margin-right:-10px}.uta-blog-item{-webkit-box-shadow:0 10px 30px 0 rgba(54,56,110,.15);box-shadow:0 10px 30px 0 rgba(54,56,110,.15);-webkit-transition:.3s;transition:.3s;border-radius:6px;overflow:hidden;margin-left:10px;margin-right:10px;margin-bottom:20px}.uta-blog-item-content{padding:20px}.uta-blog-item-content ul{margin:0;padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.uta-blog-item-meta li{list-style:none}.uta-blog-item-content ul li i{margin-right:10px;font-size:14px}.uta-blog-item-img{position:relative}.uta-blog-item-img span{background:rgba(0,0,0,.5);-webkit-box-shadow:0 10px 30px 0 rgba(54,56,110,.15);box-shadow:0 10px 30px 0 rgba(54,56,110,.15);position:absolute;left:10px;bottom:10px;border:1px solid #fff;border-radius:20px;padding:0 15px;font-size:14px}.uta-blog-item-img span a{color:#fff}.uta-blog-item-meta{font-size:16px;border-top:1px solid #eceef2;padding-top:15px;margin-top:15px}.uta-blog-item-meta .avatar{border-radius:50%;margin-right:10px}.uta-blog-item-meta a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px}.uta-blog-item-meta .blog-meta-info{position:relative;margin:0}.uta-blog-item-meta .blog-meta-info:last-child{margin-right:0}.uta-blog-item-meta .blog-meta-info{position:relative;padding-right:20px}.uta-blog-item-meta .blog-meta-info:after{content:"";position:absolute;top:8px;right:16px;background:#b7b2b2;height:16px;width:1px}.uta-blog-item-meta .blog-meta-info:last-child:after{display:none}.uta-blog-item-content h4{font-size:20px;margin:0;color:#333;padding-bottom:20px}.uta-blog-item-content h4 p{font-size:16px}.uta-blog-item-content h4 .blog-btn{margin-top:20px;margin-bottom:10px;font-size:16px}.blog-item-date{margin:0}.front-date{font-weight:600;margin:10px 0 15px!important}.uta-blog-item-style{overflow:hidden;position:relative;margin-bottom:30px;margin-left:10px;margin-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.uta-blog-item-style-1 .thumbnail{overflow:hidden}.uta-blog-item-style-1 .thumbnail img{width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-blog-item-style-1:hover .thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.uta-blog-item-style-1 .thumbnail .blog-date{position:absolute;top:20px;left:20px;background:#ff0;width:80px;height:80px;border-radius:50%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uta-blog-item-style-1 .thumbnail .blog-date span{font-size:15px;font-weight:600;padding:10px;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box}ul{margin:0!important;padding:0!important;list-style:none}.uta-blog-item-style.uta-blog-item-style-1{-webkit-box-shadow:0 0 10px 0 #ccc;box-shadow:0 0 10px 0 #ccc}.uta-blog-item-style.uta-blog-item-style-1 .content{padding-top:15px;padding-bottom:20px;padding-left:10px;padding-right:10px}.uta-blog-item-style.uta-blog-item-style-1 .content ul li{display:inline-block;margin-right:10px;color:#f38080;font-size:16px}.uta-blog-item-style.uta-blog-item-style-1 .content ul li:last-child{margin:0}.uta-blog-item-style.uta-blog-item-style-1 .content ul li a{color:#f38080;font-size:16px}.uta-blog-item-style.uta-blog-item-style-1 .content h3{font-size:18px;margin-top:10px;margin-bottom:14px;font-weight:700}.uta-blog-item-style.uta-blog-item-style-1 .content h3 a{color:#333}.uta-blog-item-style.uta-blog-item-style-1 .content h3 a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-1 .content p{font-size:16px}.uta-blog-item-style.uta-blog-item-style-1 .content .read-more{margin-top:20px}.uta-blog-item-style.uta-blog-item-style-1 .content .read-more a{font-size:16px}.uta-blog-item-style.uta-blog-item-style-1 .content .read-more a i{-webkit-transform:all .3s ease-in-out;transform:all .3s ease-in-out}.uta-blog-item-style.uta-blog-item-style-1 .content .read-more a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-1 .content .read-more a:hover i{padding-left:7px}a{-webkit-transform:all .3s ease-in-out;transform:all .3s ease-in-out}.uta-blog-item-style.uta-blog-item-style-2{overflow:hidden;-webkit-box-shadow:0 0 10px 0 #ccc;box-shadow:0 0 10px 0 #ccc}.uta-blog-item-style.uta-blog-item-style-2 .thumbnail{position:relative;width:100%;overflow:hidden}.uta-blog-item-style.uta-blog-item-style-2 .thumbnail:after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-blog-item-style.uta-blog-item-style-2:hover .thumbnail:after{opacity:1;visibility:visible}.uta-blog-item-style.uta-blog-item-style-2 .content{padding-top:20px;padding-bottom:20px;padding-left:10px;padding-right:10px}.uta-blog-item-style.uta-blog-item-style-2 .content ul li{display:inline-block;padding-right:10px;font-size:14px}.uta-blog-item-style.uta-blog-item-style-2 .content ul li:last-child{padding:none}.uta-blog-item-style.uta-blog-item-style-2 .content ul li img{width:35px;border-radius:50%;-webkit-box-shadow:0 0 3px 0 #ccc;box-shadow:0 0 3px 0 #ccc}.uta-blog-item-style.uta-blog-item-style-2 .content h3{font-size:18px;margin-top:10px;margin-bottom:14px;font-weight:700}.uta-blog-item-style.uta-blog-item-style-2 .content h3 a{color:#333}.uta-blog-item-style.uta-blog-item-style-2 .content h3 a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-2 .content p{font-size:16px}.uta-blog-item-style.uta-blog-item-style-2 .content .read-more{margin-top:20px}.uta-blog-item-style.uta-blog-item-style-2 .content .read-more a{font-size:16px}.uta-blog-item-style.uta-blog-item-style-2 .content .read-more a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-3{overflow:hidden;border-radius:15px;position:relative}.uta-blog-item-style.uta-blog-item-style-3 img{width:100%}.uta-blog-item-style.uta-blog-item-style-3 .overly{position:absolute;left:0;bottom:0;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.9)),color-stop(45%,rgba(0,0,0,.67)),to(rgba(0,0,0,0)));background-image:linear-gradient(360deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.67) 45%,rgba(0,0,0,0) 100%);padding-bottom:20px;padding-left:10px;padding-right:10px}.uta-blog-item-style.uta-blog-item-style-3 .overly .category a{background:#f38080;display:inline-block;border-radius:50px;padding:4px 20px;font-size:14px;font-weight:500;color:#fff}.uta-blog-item-style.uta-blog-item-style-3 .overly h3{font-size:18px;font-weight:700;margin-bottom:10px;margin-top:8px}.uta-blog-item-style.uta-blog-item-style-3 .overly h3 a{color:#fff}.uta-blog-item-style.uta-blog-item-style-3 .overly h3 a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-3 .overly .meta span{color:#f38080;font-size:16px;padding-right:10px}.uta-blog-item-style.uta-blog-item-style-4{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 10px 0 #f1ecec;box-shadow:0 0 10px 0 #f1ecec;position:relative}.uta-blog-item-style.uta-blog-item-style-4 .thumbnail img{width:100%}.uta-blog-item-style.uta-blog-item-style-4 .thumbnail .category{position:absolute;top:5px;right:5px}.uta-blog-item-style.uta-blog-item-style-4 .thumbnail .category a{display:inline-block;font-size:14px;text-transform:uppercase;background:#3d87c7;padding:5px 20px;border-radius:43px;color:#fff}.uta-blog-item-style.uta-blog-item-style-4 .content .avater{margin-top:-30px;margin-left:10px}.uta-blog-item-style.uta-blog-item-style-4 .content .avater img{width:100px;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:15px solid #fff}.uta-blog-item-style.uta-blog-item-style-4 .content{padding-left:10px;padding-right:10px}.uta-blog-item-style.uta-blog-item-style-4 .content h3{font-size:18px;font-weight:700;margin-bottom:15px}.uta-blog-item-style.uta-blog-item-style-4 .content h3 a{color:#333}.uta-blog-item-style.uta-blog-item-style-4 .content h3 a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-4 .content p{font-size:16px}.uta-blog-item-style.uta-blog-item-style-4 .content .read-more{margin:20px 0}.uta-blog-item-style.uta-blog-item-style-4 .content .read-more a{font-size:16px;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-blog-item-style.uta-blog-item-style-4 .content .read-more a i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:12px}.uta-blog-item-style.uta-blog-item-style-4 .content .read-more a:hover i{padding-left:5px}.uta-blog-item-style.uta-blog-item-style-4 .content .read-more a:hover{color:#f38080}.uta-blog-item-style.uta-blog-item-style-4 .content .date_comment{border-top:1px solid #f5ebeb;padding-top:7px;padding-bottom:8px}.uta-blog-item-style.uta-blog-item-style-4 .content .date_comment span{font-size:14px;color:#999;padding-right:10px}.uta-blog-list-style .list-blog-thumbnail{width:50%;float:left}.uta-blog-list-style .list-blog-content{width:50%;overflow:hidden}.uta-blog-list-style{width:95%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 10px #f1ecec;box-shadow:0 0 10px #f1ecec;overflow:hidden;margin-bottom:30px}@media (max-width:360px){.uta-blog-list-style{width:98%}}.uta-blog-list-style .list-blog-thumbnail img{width:100%}.uta-blog-list-style .list-blog-content{width:50%;overflow:hidden;padding:0 14px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-blog-list-style .list-blog-content h2{font-size:20px;font-weight:700;margin-top:18px;margin-bottom:7px}.uta-blog-list-style .list-blog-content h2 a:hover{color:#f38080}.uta-blog-list-style .list-blog-content .meta span{font-size:16px;padding-right:10px}.uta-blog-list-style .list-blog-content p{font-size:16px;margin-top:10px;line-height:24px;margin-bottom:20px}.uta-blog-list-style .list-blog-content .read-more a{font-size:16px;font-weight:600}.uta-blog-list-style .list-blog-content .read-more a:hover{color:#f38080}.uta_blog_list_style-1 .list-blog-thumbnail{position:relative}.uta_blog_list_style-1 .list-blog-thumbnail .overly{position:absolute;top:0;left:0;right:0;background:rgba(0,0,0,.4);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden}.uta_blog_list_style-1 .list-blog-thumbnail .overly a{display:-webkit-box;display:-ms-flexbox;display:flex;width:60px;height:60px;background:#d8cece;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta_blog_list_style-1 .list-blog-thumbnail .overly a:hover{background:#fff}.uta_blog_list_style-1:hover .list-blog-thumbnail .overly{opacity:1;visibility:visible}.uta_blog_list_style-1 .share-blog span{display:inline;float:left;padding-right:10px;font-weight:600;font-size:18px;padding-top:6px}.uta_blog_list_style-1 .share-blog ul li{display:inline-block;margin:2px}.uta_blog_list_style-1 .share-blog ul li a{display:inline-block}.uta_blog_list_style-1 .share-blog ul li a i{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background:#f5a227;font-size:15px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.uta_blog_list_style-1 .share-blog ul li a i:hover{background:#f79300}.uta_blog_list_style-2 .list-blog-thumbnail{position:relative}.uta_blog_list_style-2 .list-blog-thumbnail .overly{position:absolute;top:0;left:0;right:0;background:rgba(0,0,0,.4);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden}.uta_blog_list_style-2 .list-blog-thumbnail .overly a{display:-webkit-box;display:-ms-flexbox;display:flex;width:60px;height:60px;background:#d8cece;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta_blog_list_style-2 .list-blog-thumbnail .overly a:hover{background:#fff}.uta_blog_list_style-2:hover .list-blog-thumbnail .overly{opacity:1;visibility:visible}.uta_blog_list_style-2 .share-blog span{display:inline;float:left;padding-right:10px;font-weight:600;font-size:18px;padding-top:6px}.uta_blog_list_style-2 .share-blog ul li{display:inline-block;margin:2px}.uta_blog_list_style-2 .share-blog ul li a{display:inline-block}.uta_blog_list_style-2 .share-blog ul li a i{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background:#f5a227;font-size:15px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.uta_blog_list_style-2 .share-blog ul li a i:hover{background:#f79300}.uta-blog-list-style .list-blog-content{float:left}.list-blog-thumbnail.uta_blog_list_style_22{display:none}@media only screen and (min-width:1025px){.uta-post-grid-column-1 .uta-blog{grid-template-columns:100%}.uta-post-grid-column-2 .uta-blog{grid-template-columns:repeat(2,1fr)}.uta-post-grid-column-3 .uta-blog{grid-template-columns:repeat(3,1fr)}.uta-post-grid-column-4 .uta-blog{grid-template-columns:repeat(4,1fr)}.uta-post-grid-column-5 .uta-blog{grid-template-columns:repeat(5,1fr)}.uta-post-grid-column-6 .uta-blog{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:1024px) and (min-width:766px){.uta-post-grid-column-tablet-1 .uta-blog{grid-template-columns:100%}.uta-post-grid-column-tablet-2 .uta-blog{grid-template-columns:repeat(2,1fr)}.uta-post-grid-column-tablet-3 .uta-blog{grid-template-columns:repeat(3,1fr)}.uta-post-grid-column-tablet-4 .uta-blog{grid-template-columns:repeat(4,1fr)}.uta-post-grid-column-tablet-5 .uta-blog{grid-template-columns:repeat(5,1fr)}.uta-post-grid-column-tablet-6 .uta-blog{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:876px){.list-blog-thumbnail.uta_blog_list_style_22{display:block!important;width:100%}.uta-blog-list-style.uta_blog_list_style-2 .list-blog-content{width:100%;padding:0 12px;padding-bottom:20px}.uta-blog-list-style.uta_blog_list_style-2 .list-blog-thumbnail{display:none}.uta-blog-list-style .list-blog-thumbnail{width:100%;overflow:hidden}.uta-blog-list-style .list-blog-content{width:100%;overflow:hidden;padding:0 12px;padding-bottom:20px}}@media only screen and (max-width:767px){.uta-post-grid-column-mobile-1 .uta-blog{grid-template-columns:100%}.uta-post-grid-column-mobile-2 .uta-blog{grid-template-columns:repeat(2,1fr)}.uta-post-grid-column-mobile-3 .uta-blog{grid-template-columns:repeat(3,1fr)}.uta-post-grid-column-mobile-4 .uta-blog{grid-template-columns:repeat(4,1fr)}.uta-post-grid-column-mobile-5 .uta-blog{grid-template-columns:repeat(5,1fr)}.uta-post-grid-column-mobile-6 .uta-blog{grid-template-columns:repeat(6,1fr)}}@media (max-width:360px){.uta_blog_list_style-1 .share-blog ul li a i{width:32px;height:32px;font-size:13px}}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -50px;
padding: 0; 
background: transparent;
font-size: x-large;}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.uta-btn{border:none;color:#fff;display:inline-block;padding:15px 50px;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;background:#065fd4}.uta-btn:hover{color:#fff}.uta-btn i{margin-right:20px}.uta-btn.shadow{-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0 7px 10px 6px rgba(0,0,0,.08);box-shadow:0 7px 10px 6px rgba(0,0,0,.08)}.uta-play-btn>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:inherit;border-color:inherit;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uta-play-btn-txt{font-weight:700;color:#000}.uta-play-btn-icon{border-radius:50%;margin-top:-5%;margin-bottom:-5%;letter-spacing:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;width:3.5em;height:3.5em;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-left:0;margin-right:20px;border:none;color:#fff}.uta-btn.bordered{background:#fff;border:2px solid}.uta-btn.bordered:hover{color:#333}@-webkit-keyframes rotate-90{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes rotate-90{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@-webkit-keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}100%{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@keyframes fadeIn{0%{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}100%{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}.uta-button-1{display:inline-block;padding:18px 42px;color:#fff;text-align:center;position:relative;overflow:hidden;z-index:1}.btn-bg-two{background-color:#ff7900}.uta-button-1::before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:transparent;-webkit-transition:all .7s;transition:all .7s;border-style:solid;border-width:80px 100px;-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform-origin:top left;transform-origin:top left}.btn-bg-two::before{border-color:#cd10e7}.uta-button-1:hover::before{border-color:#0f0c0a;-webkit-transform:rotate(40deg);transform:rotate(40deg);opacity:1}.uta-button-1:hover{color:#fff!important}.uta-button-2{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-2::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0;height:100%;background:#02327b;left:0;top:0;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-2:hover{color:#fff}.uta-button-2:hover::after{width:100%}.uta-button-3{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-3::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0;height:100%;background:#02327b;right:0;top:0;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-3:hover{color:#fff}.uta-button-3:hover::after{width:100%}.uta-button-4{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-4::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100%;height:0%;background:#02327b;right:0;top:0;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-4:hover{color:#fff}.uta-button-4:hover::after{height:100%}.uta-button-5{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-5::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100%;height:0%;background:#02327b;right:0;bottom:0;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-5:hover{color:#fff}.uta-button-5:hover::after{height:100%}.uta-button-6{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-6::before{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0%;background:#02327b;top:0;left:0;height:100%;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-6:after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0%;background:#02327b;top:0;right:0;height:100%;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-6:hover:before{width:50%}.uta-button-6:hover:after{width:50%}.uta-button-6:hover{color:#fff}.uta-button-7{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-7::before{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0%;background:#02327b;top:0;left:50%;height:100%;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-7::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0;background:#02327b;top:0;right:50%;height:100%;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-7:hover:before{width:50%}.uta-button-7:hover:after{width:50%}.uta-button-7:hover{color:#fff}.uta-button-8{padding:20px 40px;display:inline-block;background:#640dbb;color:#fff;font-weight:500;letter-spacing:1px;position:relative;font-size:16px;z-index:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-8::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0;height:100%;background:#02327b;right:0;top:0;z-index:-1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.uta-button-8:hover{color:#fff}.uta-button-8:hover::after{width:100%;left:0;right:auto}.button-area-9{overflow:hidden}.button-9{z-index:1;font-weight:600;font-size:16px;color:#fff;padding:15px 30px 16px;line-height:1;-webkit-transition:all ease .5s;transition:all ease .5s;text-align:center;background-color:#ff2a60;position:relative;display:inline-block;overflow:hidden}.button-9 span::before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(transparent));background:linear-gradient(top,#fff,transparent);-webkit-animation:top 2s linear infinite;animation:top 2s linear infinite;-webkit-animation-delay:1s;animation-delay:1s}.button-9 span::after{content:"";position:absolute;bottom:0;right:0;width:2px;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(transparent));background:linear-gradient(bottom,#fff,transparent);-webkit-animation:bottom 2s linear infinite;animation:bottom 2s linear infinite;-webkit-animation-delay:1s;animation-delay:1s}.button-9::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:-webkit-gradient(linear,right top,left top,from(#fff),to(transparent));background:linear-gradient(right,#fff,transparent);-webkit-animation:right 2s linear infinite;animation:right 2s linear infinite}.button-9::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:-webkit-gradient(linear,left top,right top,from(#fff),to(transparent));background:linear-gradient(left,#fff,transparent);-webkit-animation:left 2s linear infinite;animation:left 2s linear infinite}.button-9:hover{background-color:#ff5a00;color:#fff}@-webkit-keyframes left{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes left{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes right{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes right{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes top{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes top{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes bottom{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes bottom{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(100%);transform:translateY(100%)}}.uta-product-grid .woocommerce ul.products {
display: grid;
grid-gap: 25px;
margin: 0 0 15px 0;
padding: 0 !important;
}
.uta-product-grid .woocommerce ul.products:before,
.uta-product-grid .woocommerce ul.products:after {
display: none;
}
.uta-product-grid .woocommerce ul.products.products[class*=columns-] li.product {
width: 100%;
} .uta-product-grid.uta-product-default .product {
border-width: 0 !important;
border: none;
text-align: center;
padding-bottom: 15px;
}
.uta-product-grid.uta-product-default .product .star-rating {
margin: 10px auto;
}
.uta-product-grid .woocommerce ul.products .product {
width: 100%;
margin: 0;
padding-bottom: 15px;
} .uta-product-simple .woocommerce ul.products li.product {
position: relative;
float: left;
overflow: hidden;
text-align: center;
padding: 0;
border-radius: 0;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.uta-product-simple li.product a {
text-decoration: none;
}
.uta-product-simple li.product:hover {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.uta-product-simple li.product img {
width: 100%;
height: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.uta-product-simple li.product .woocommerce-loop-product__title {
font-size: 16px;
font-weight: 700;
line-height: 1;
color: #333;
margin: 25px 0 12px;
padding: 0;
text-align: center;
}
.uta-product-simple li.product .price {
font-size: 14px;
margin-bottom: 0;
text-align: center;
}
.uta-product-simple li.product .price del {
opacity: 0.5;
display: inline-block;
}
.uta-product-simple li.product .price ins {
font-weight: 400;
background-color: transparent;
color: #ff2a13;
}
.uta-product-simple li.product .star-rating {
display: block;
float: none;
font-size: 14px;
margin: 10px auto;
text-align: left;
}
.uta-product-simple .woocommerce ul.products li.product .onsale {
display: block;
line-height: 26px;
font-size: 14px;
text-align: center;
letter-spacing: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-transform: capitalize;
color: #fff;
background-color: #ff2a13;
border-radius: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
min-height: 22px;
width: 48px;
z-index: 1;
left: 0;
top: 0;
right: auto;
font-weight: 500;
margin: 0;
padding: 0;
}
.uta-product-simple .woocommerce ul.products li.product .outofstock-badge {
line-height: 16px;
font-weight: 600;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
letter-spacing: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
text-transform: uppercase;
color: #fff;
background-color: #ff2a13;
border-radius: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
height: 100px;
width: 200px;
z-index: 1;
left: -95px;
top: -45px;
right: auto;
margin: 0;
padding: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.uta-product-grid.uta-product-simple .star-rating {
display: block;
float: none;
font-size: 14px;
margin: 10px auto;
text-align: left;
}
.uta-product-grid .uta-product-simple .star-rating:before {
color: #f2b01e;
}
.uta-product-grid .uta-product-simple .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #fdbc32;
}
.uta-product-grid.uta-product-simple .woocommerce ul.products li .product,
.uta-product-grid.uta-product-simple .woocommerce ul.products li .button,
.uta-product-grid.uta-product-simple .woocommerce ul.products li .button.add_to_cart_button {
display: block !important;
border-radius: 0;
overflow: hidden;
padding: 15px 10px;
margin: 10px;
}
.uta-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus {
outline: none;
}
.uta-product-simple .woocommerce ul.products li.product a.added_to_cart {
display: block;
margin: 0 0 15px 0;
padding: 0;
font-size: 14px;
line-height: 1;
text-transform: capitalize;
color: #333;
background-color: transparent;
}
.uta-product-simple .woocommerce ul.products li.product {
border: 1px solid #eee;
}
@media only screen and (min-width: 1025px) {
.uta-product-grid-column-1 .uta-product-grid .woocommerce ul.products {
grid-template-columns: 100%;
}
.uta-product-grid-column-2 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(2, 1fr);
}
.uta-product-grid-column-3 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(3, 1fr);
}
.uta-product-grid-column-4 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(4, 1fr);
}
.uta-product-grid-column-5 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(5, 1fr);
}
.uta-product-grid-column-6 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(6, 1fr);
}
}
@media only screen and (max-width: 1024px) and (min-width: 766px) {
.uta-product-grid-column-tablet-1 .uta-product-grid .woocommerce ul.products {
grid-template-columns: 100%;
}
.uta-product-grid-column-tablet-2 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(2, 1fr);
}
.uta-product-grid-column-tablet-3 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(3, 1fr);
}
.uta-product-grid-column-tablet-4 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(4, 1fr);
}
.uta-product-grid-column-tablet-5 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(5, 1fr);
}
.uta-product-grid-column-tablet-6 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(6, 1fr);
}
}
@media only screen and (max-width: 767px) {
.uta-product-grid-column-mobile-1 .uta-product-grid .woocommerce ul.products {
grid-template-columns: 100%;
}
.uta-product-grid-column-mobile-2 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(2, 1fr);
}
.uta-product-grid-column-mobile-3 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(3, 1fr);
}
.uta-product-grid-column-mobile-4 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(4, 1fr);
}
.uta-product-grid-column-mobile-5 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(5, 1fr);
}
.uta-product-grid-column-mobile-6 .uta-product-grid .woocommerce ul.products {
grid-template-columns: repeat(6, 1fr);
}
}.uta-product-default .uta-product-list .woocommerce ul.products li.product{border-width:0!important;border:none}.uta-product-default .uta-product-list .woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:700}.uta-product-list .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0!important}.uta-product-list .woocommerce ul.products li.product a img{margin-bottom:0}.uta-product-list .woocommerce ul.products:after,.uta-product-list .woocommerce ul.products:before{display:none}.uta-product-list-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.uta-product-img-wrapper{position:relative;overflow:hidden;width:45%;margin:0}.uta-product-list-details{width:55%;padding:25px}.uta-product-list .woocommerce ul.products .product{width:100%;margin:0;padding:0}.uta-product-list .woocommerce ul.products .product .uta-product-list-details p{color:#272727;line-height:24px;font-size:14px}.uta-product-list .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.uta-product-list.uta-product-simple .woocommerce ul.products li .button,.uta-product-list.uta-product-simple .woocommerce ul.products li .button.add_to_cart_button,.uta-product-list.uta-product-simple .woocommerce ul.products li .product{display:block!important;border-radius:0;overflow:hidden;padding:15px 10px}@media only screen and (min-width:1025px){.uta-product-list-column-1 .uta-product-list .woocommerce ul.products{grid-template-columns:100%}.uta-product-list-column-2 .uta-product-list .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1024px) and (min-width:766px){.uta-product-list-column-tablet-1 .uta-product-list .woocommerce ul.products{grid-template-columns:100%}.uta-product-list-column-tablet-2 .uta-product-list .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.uta-product-list-column-mobile-1 .uta-product-list .woocommerce ul.products{grid-template-columns:100%}.uta-product-list-column-mobile-2 .uta-product-list .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.uta-product-list-wrapper{display:block}.uta-product-img-wrapper{width:100%}.uta-product-list-details{width:100%}}.uta-product-search{display:-webkit-box;display:-ms-flexbox;display:flex}.uta-product-category{width:20%}.uta-product-category select{width:100%;height:45px;border:1px solid #ccc;border-right:none}.uta-product-search-form{display:-webkit-box;display:-ms-flexbox;display:flex;width:80%}.uta-product-search-form input{width:100%}@media (max-width:999px){.uta-product-search{display:block}.uta-product-category{width:100%;margin-bottom:5px}.uta-product-category select{border-right:1px solid #eee}.uta-product-search-form{width:100%}}.uta-pricing-table{text-align:center;border-radius:6px}.uta-pricing-table ul{list-style:none;padding:0;margin-top:30px;margin-bottom:30px}.uta-pricing-table ul li{line-height:40px;list-style:none!important}.uta-pricing-table ul li:last-child{border-bottom:none!important}.uta-pricing-table .uta-pricing-item{position:relative;text-align:center;margin-bottom:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 10px 0 #f0eaea;box-shadow:0 0 10px 0 #f0eaea;padding:30px 0}.uta-pricing-table .uta-pricing-item h4{font-size:18px;font-weight:400;margin-bottom:5px 0;text-transform:uppercase}.uta-pricing-table .uta-pricing-item h2{font-size:44px;font-weight:900;margin-bottom:14px}.uta-pricing-table .uta-pricing-item h2 sup{font-size:35px}.uta-pricing-table .uta-pricing-item ul{margin:0;padding:0;list-style:none}.uta-pricing-table .uta-pricing-item ul li{border-bottom:1px solid #eeeded;line-height:30px;font-size:14px;padding:8px 0}.uta-pricing-table .uta-pricing-item .pricing-btn{margin-top:25px}.uta-pricing-table .uta-pricing-item .pricing-btn a{background:#8213fb;display:inline-block;padding:10px 20px;color:#fff;font-size:14px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:40px}.uta-pricing-table .uta-pricing-item .pricing-btn a:hover{background:#9c41ff}.uta-pricing-table .uta-pricing-badge{background:#8213fb;font-size:12px;font-weight:600;letter-spacing:1px}.uta-pricing-table .uta-currency{font-size:16px}.uta-pricing-table .uta-pricing-item.style-default li{border:none}.uta-pricing-table .uta-pricing-item.style-default .active{position:relative}.uta-pricing-table .uta-pricing-item.style-default .uta-pricing-badge{position:absolute;content:"";left:40%;top:-15px;color:#fff;padding:3px 15px;-webkit-box-shadow:0 10px 20px 0 rgba(142,142,142,.38);box-shadow:0 10px 20px 0 rgba(142,142,142,.38);border-radius:20px}.uta-pricing-table .uta-pricing-item.style-default .uta-price{font-size:52px;font-weight:700;margin-bottom:5px;margin:30px 0}.uta-pricing-table .uta-pricing-item.style-default .uta-pricing-package{color:#000;border:1px solid;border-radius:20px;padding:0 20px}.uta-pricing-table .style-1{overflow:hidden}.uta-pricing-table .style-1 .uta-pricing-badge{position:absolute;top:16px;right:-64px;color:#fff;padding:10px 68px;-webkit-transform:rotate(40deg);transform:rotate(40deg)}.uta-pricing-table .uta-pricing-item.style-2{float:left;width:100%;text-align:left;background:#fff;position:relative;padding:32px;border-radius:20px;overflow:hidden}.uta-pricing-table .uta-pricing-item.style-2 .uta-pricing-badge{position:absolute;top:16px;right:-64px;color:#fff;padding:10px 68px;-webkit-transform:rotate(40deg);transform:rotate(40deg)}.uta-pricing-table .uta-pricing-item.style-2 ul li{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uta-pricing-table .uta-pricing-item.style-2 ul li i{color:#00c58d;background:rgba(0,197,141,.1);font-size:10px;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;float:left;margin-top:0;margin-right:7px}@font-face{font-family:'FontAwesome';src:url(//aibettingedge.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//aibettingedge.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//aibettingedge.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//aibettingedge.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//aibettingedge.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//aibettingedge.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.uta-infobox-item i{font-size:30px}.uta-infobox-item{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;padding:30px 30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 9px #e9ffee;box-shadow:0 0 9px #e9ffee}.uta-infobox-item i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item h4{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item p{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item i{font-size:30px;color:#8f34ea}.uta-infobox-item h4{font-size:28px;font-weight:700;margin-bottom:10px}.uta-infobox-item.style-01{background:#583ccb;color:#fff;border-radius:10px}.uta-infobox-item.style-01 .icon{width:100px;height:100px;background:#ff9e98;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;margin-bottom:30px;border-radius:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-01 .icon i{margin:0}.uta-infobox-item.style-01 .icon i{margin:0;font-size:40px;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-01:hover{background:#4e24f9}.uta-infobox-item.style-01:hover .icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.uta-infobox-item.style-01 .content h4{font-size:22px;font-weight:700;margin-bottom:18px;color:#fff}.uta-infobox-item.style-01 .content p{font-size:18px}.uta-infobox-item.style-02{position:relative;width:100%;overflow:hidden;-webkit-box-shadow:0 0 12px #efe2e2;box-shadow:0 0 12px #efe2e2;z-index:1}.icon{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-02 .icon{background:#ff9e98;width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;margin-bottom:16px;border-radius:50%}.uta-infobox-item.style-02:hover .icon{background:#fff}.uta-infobox-item.style-02:hover .icon i{color:#ff9e98}.uta-infobox-item.style-02 .icon i{color:#fff;font-size:35px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-02 .content h4{font-size:22px;color:#ff9e98}.uta-infobox-item.style-02 .content p{font-size:16px}.uta-infobox-item.style-02:hover .content p{color:#fff}.uta-infobox-item.style-02:hover .content h4{color:#fff}.uta-infobox-item.style-02:after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100%;height:2%;background:#ff9e98;left:0;right:0;bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:-1}.uta-infobox-item.style-02:hover:after{height:100%}.uta-infobox-item.style-03{-webkit-box-shadow:none;box-shadow:none;border:2px dotted #ff9e98;border-radius:10px;position:relative;z-index:1;margin-top:65px}.uta-infobox-item.style-03:hover{border-style:solid}.uta-infobox-item.style-03 .icon{position:absolute;top:-55px;left:0;right:0;width:100px;height:100px;border:2px dotted #ff9e98;margin:0 auto;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%}.uta-infobox-item.style-03:hover .icon{background:#ff9e98}.uta-infobox-item.style-03:hover .icon i{color:#fff}.uta-infobox-item.style-03 .icon i{color:#ff9e98;font-size:35px}.uta-infobox-item.style-03 .content h4{color:#ff9e98;margin-top:45px;font-size:24px}.uta-infobox-item.style-03 .content p{font-size:16px}.uta-infobox-item.style-04{background:#eaf5ff}.uta-infobox-item.style-04:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.uta-infobox-item.style-04 .icon{width:100px;height:100px;float:left;background:#135e96;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px}.uta-infobox-item.style-04 .content{overflow:hidden;padding-left:24px;text-align:left}.uta-infobox-item.style-04 .content h4{font-size:22px;margin-bottom:4px;color:#663399;font-weight:700}.uta-infobox-item.style-04 .content p{font-size:16px;line-height:25px;font-weight:400}.uta-infobox-item.style-04 .icon i{color:#fff;font-size:35px}.uta-infobox-item.style-05{border:1px solid #23bb59;border-radius:10px}.uta-infobox-item.style-05 .icon{border-radius:33% 66% 70% 30%/49% 62% 38% 51%!important;background:#79ff79;width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;margin-bottom:15px}.uta-infobox-item.style-05 .icon i{color:#333;font-size:35px}.uta-infobox-item.style-05 .content h4{font-size:22px;color:#53396d}.uta-infobox-item.style-05 .content p{font-size:16px}.uta-infobox-item.style-06{background:#333;color:#ddd;border-radius:10px}.uta-infobox-item.style-06:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.uta-infobox-item.style-06 .icon{background:#ffbd39;width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin:0 auto;margin-bottom:10px}.uta-infobox-item.style-06:hover .icon{background:#8c5d00}.uta-infobox-item.style-06 .icon i{font-size:35px;color:#fff}.uta-infobox-item.style-06 .content h4{font-size:24px;color:#fff;font-weight:700;margin-top:20px}.uta-infobox-item.style-06 .content p{font-size:16px}.uta-infobox-item.style-07{position:relative;border-radius:10px;-webkit-box-shadow:0 0 5px #d6e4db;box-shadow:0 0 5px #d6e4db;margin-top:40px;margin-left:23px;padding-left:90px;text-align:left}.uta-infobox-item.style-07 .icon{position:absolute;left:-20px;top:-42px;width:90px;height:90px;background:#8213fb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:13px 12px 0 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-07:hover .icon{background:#9c41ff}.uta-infobox-item.style-07:hover .icon i{-webkit-transform:scale(1.2);transform:scale(1.2)}.uta-infobox-item.style-07 .icon i{color:#fff;font-size:35px}.uta-infobox-item.style-07 h4{font-size:24px;text-align:left;color:#663399}.uta-infobox-item.style-07 .content p{font-size:16px}.uta-infobox-item.style-08{-webkit-box-shadow:0 10px 60px 0 #00000014;box-shadow:0 10px 60px 0 #00000014;position:relative}.uta-infobox-item.style-08 .icon{background:#da4e68;width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;margin:0 auto;margin-bottom:30px;margin-top:20px}.uta-infobox-item.style-08 .icon i{color:#fff;font-size:45px}.uta-infobox-item.style-08 .content h4{font-size:22px;font-weight:500;color:#666;margin-bottom:12px}.uta-infobox-item.style-08 .content p{font-size:16px}.uta-infobox-item.style-08:after{content:"";clear:both;display:block;position:absolute;width:0%;height:3px;right:0;margin:0 auto;background:#da4e68;left:0;bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-08:hover:after{width:100%}.uta-infobox-item.style-09{-webkit-box-shadow:0 10px 60px 0 #00000014;box-shadow:0 10px 60px 0 #00000014;margin-top:40px;padding-top:160px;padding-bottom:45px}.uta-infobox-item.style-09 .icon{background:#1972f5;width:100px;height:100px;margin:0 auto;margin-bottom:26px;position:absolute;left:0;right:0;top:85px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-09 .icon i{color:#fff;font-size:35px}.uta-infobox-item.style-09:hover .icon{top:0}.uta-infobox-item.style-09 .content h4{font-size:26px;font-weight:600;margin-bottom:15px}.uta-infobox-item.style-09 .content p{font-size:16px}.uta-infobox-item.style-10{-webkit-box-shadow:0 10px 60px 0 #00000014;box-shadow:0 10px 60px 0 #00000014;padding-top:45px;padding-bottom:45px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-10:hover{background:#ff7a7a}.uta-infobox-item.style-10 .icon{width:100px;height:100px;background:#ff7a7a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin:0 auto;margin-bottom:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-10:hover .icon{background:#fff}.uta-infobox-item.style-10 .icon i{font-size:40px;color:#fff}.uta-infobox-item.style-10:hover .icon i{color:#ff7a7a}.uta-infobox-item.style-10 .content h4{font-size:24px;font-weight:600;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-10:hover .content h4{color:#fff}.uta-infobox-item.style-10 .content p{font-size:16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-infobox-item.style-10:hover .content p{color:#fff}.uta-infobox-item.style-11{-webkit-box-shadow:0 0 10px #e4dede;box-shadow:0 0 10px #e4dede;margin-top:20px;-webkit-transform:rotate(-4deg);transform:rotate(-4deg);padding-top:45px;padding-bottom:45px}.uta-infobox-item.style-11 .icon{width:100px;height:100px;background:#03b89f;margin:0 auto;margin-bottom:20px;border-radius:50%;-webkit-box-shadow:0 0 30px 0 #d9f3eb;box-shadow:0 0 30px 0 #d9f3eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uta-infobox-item.style-11 .icon i{color:#fff;font-size:40px}.uta-infobox-item.style-11 .content h4{font-size:24px;font-weight:600}.uta-infobox-item.style-11 .content p{font-size:16px}.uta-infobox-item.style-12{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding-top:50px;padding-bottom:40px;margin-top:30px}.uta-infobox-item.style-12:hover{-webkit-transform:translateY(-20px);transform:translateY(-20px);background:#fff;-webkit-box-shadow:0 10px 40px 5px rgba(137,173,255,.35);box-shadow:0 10px 40px 5px rgba(137,173,255,.35)}.uta-infobox-item.style-12 .icon i{font-size:50px;color:#777;margin-bottom:15px}.uta-infobox-item.style-12 .content h4{font-size:26px;font-weight:700;letter-spacing:-1px}.uta-infobox-item.style-12 .content p{font-size:16px}@media (max-width:360px){.uta-infobox-item.style-04 .icon{float:inherit;margin:0 auto;margin-bottom:14px}.uta-infobox-item.style-04 .content{text-align:center;padding-left:0}}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.uta-team ul{margin:0;padding:0}.uta-team ul li{list-style:none}.team-style-default{width:100%;overflow:hidden;-webkit-box-shadow:0 1px 12px 0 rgba(54,56,110,.15);box-shadow:0 1px 12px 0 rgba(54,56,110,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.team-style-default:after{content:"";clear:both;display:block;position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:0%;height:2px;background:#8213fb;bottom:0;right:0}.team-style-default:hover::after{width:100%;left:0}.team-style-default img{width:100%}.team-style-default-content{text-align:center;padding:24px 10px;background:#fff}.team-style-default-content h3{font-size:26px;letter-spacing:1px;margin-bottom:5px;color:#333}.team-style-default-content h5{font-weight:400;font-size:18px;margin-bottom:20px;margin-top:6px;color:#777}.team-style-default-content .social ul li{display:inline-block;margin:0 2px}.team-style-default-content .social ul li a{display:inline-block}.team-style-default-content .social ul li a i{color:#333;width:35px;height:35px;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-default-content .social ul li a i:hover{background:#8213fb;color:#fff;border-color:#8213fb}.team-style-1{width:100%;position:relative}.team-style-1-img{width:70%;margin:0 auto}.team-style-1-img img{width:100%;border-radius:40px!important}.team-style-1:hover .team-style-1-social{opacity:1;visibility:visible;bottom:-10px}.team-style-1-content{text-align:center;padding:18px 0;background:#f1f7fd;margin-top:-132px;padding-top:150px;border-radius:40px;padding-bottom:40px;margin-bottom:20px}.team-style-1-content h3{font-size:28px;font-weight:700;margin-bottom:8px;cursor:pointer}.team-style-1-content p{font-size:18px;text-transform:capitalize;letter-spacing:1px;color:#807e7e;text-align:center!important}.team-style-1-social{position:absolute;bottom:-41px;left:0;right:0;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;opacity:0;visibility:hidden}.team-style-1-social ul{background:#d71700;display:inline-block;border-radius:8px}.team-style-1-social ul li{display:inline-block}.team-style-1-social ul li a{display:inline-block}.team-style-1-social ul li a i{color:#000;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.team-style-2{width:100%;overflow:hidden;position:relative;-webkit-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc}.team-style-2 img{width:100%}.team-style-2-overly-top{position:absolute;top:0;left:0;right:0;width:100%;text-align:center;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(19,12,222,.5);color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:0;overflow:hidden}.team-style-2:hover .team-style-2-overly-top{height:100%}.team-style-2-overly-top-full{padding:30px}.team-style-2-overly-top-full h3{font-weight:500;margin-bottom:5px;font-size:25px;color:#fff}.team-style-2-overly-top-full h5{margin-bottom:12px;color:#fff;font-size:16px}.team-style-2-overly-top-full ul{margin-top:20px}.team-style-2-overly-top-full ul li{display:inline-block;margin:0 2px}.team-style-2-overly-top-full ul li a{display:inline-block}.team-style-2-overly-top-full ul li a i{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px dotted #fff;color:#fff;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-2-overly-top-full ul li a i:hover{background:#fff;color:#e62323}.team-style-2-social-bottom{text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#fff;padding:22px 8px;position:absolute;bottom:0;width:100%;height:80px;overflow:hidden;left:0}.team-style-2:hover .team-style-2-social-bottom{height:0;bottom:0;padding:0}.team-style-2-social-bottom ul li{display:inline-block;margin:0 2px}.team-style-2-social-bottom ul li a{display:inline-block}.team-style-2-social-bottom ul li a i{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px dotted #e62323;color:#e62323;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-2-social-bottom ul li a i:hover{background:#e62323;color:#fff}.team-style-3{width:100%;overflow:hidden;-webkit-box-shadow:0 3px 10px 0 rgba(97,127,162,.27);box-shadow:0 3px 10px 0 rgba(97,127,162,.27);padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-3:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.team-style-3-img{width:30%;float:left}.team-style-3-img img{width:100%;border-radius:50%!important;padding-right:44px}.team-style-3-content{overflow:hidden}.team-style-3-content h3{font-size:20px;font-weight:700;margin-bottom:4px}.team-style-3-content h5{font-size:14px;margin-bottom:10px;padding-bottom:8px;position:relative}.team-style-3-content h5:after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:59px;height:2px;background:#168d99;bottom:0}.team-style-3-content p{font-size:15px;line-height:24px}.team-style-3-content .social{margin-top:13px}.team-style-3-content .social ul{padding:0}.team-style-3-content .social ul li{display:inline-block;margin:0 2px}.team-style-3-content .social ul li a{display:inline-block}.team-style-3-content .social ul li a i{width:30px;height:30px;border:2px dotted #f47070;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;color:#f47070;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-3-content .social ul li a i:hover{color:#fff;background:#f47070}.team-style-4{padding:30px 0 40px;background:#f7f5ec;text-align:center;overflow:hidden;position:relative}.team-style-4-img{display:inline-block;width:130px;height:130px;margin-bottom:50px;z-index:1;position:relative}.team-style-4-img:after{content:"";width:100%;height:100%;border-radius:50%;background:#ee4266;position:absolute;top:0;left:0;z-index:-1}.team-style-4-img img{width:100%;height:auto;border-radius:50%!important;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .9s ease 0s;transition:all .9s ease 0s}.team-style-4-img:before{content:"";width:100%;height:0;border-radius:50%;background:#8213fb;position:absolute;bottom:135%;right:0;left:0;opacity:.2;-webkit-transform:scale(3);transform:scale(3);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.team-style-4:hover .team-style-4-img:before{height:100%}.team-style-4:hover .team-style-4-img img{-webkit-box-shadow:0 0 0 14px #f7f5ec;box-shadow:0 0 0 14px #f7f5ec;-webkit-transform:scale(.7);transform:scale(.7)}.team-style-4:hover .team-style-4-social{bottom:0}.team-style-4:hover .team-style-4-content{margin-top:-25px;margin-bottom:54px}.team-style-4-content{margin-bottom:30px;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.team-style-4-content h3{font-size:22px;font-weight:700;color:#4e5052;letter-spacing:1px;text-transform:capitalize;margin-bottom:5px}.team-style-4-content span{display:block;font-size:15px;color:#4e5052;text-transform:capitalize}.team-style-4-social{width:100%;padding:10px 0!important;margin:0;background:#8213fb;position:absolute;bottom:-100px;left:0;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.team-style-4-social li{display:inline-block}.team-style-4-social li a{display:block}.team-style-4-social li a i{display:block;padding:10px;font-size:17px;width:35px;border:1px solid #f7857b;color:#fff;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.team-style-4-social li a i:hover{color:#eb1768;background:#f7f5ec}@media only screen and (max-width:990px){.team-style-4{margin-bottom:30px}}.team-style-5{text-align:center}.team-style-5:hover .team-style-5-img:after,.team-style-5:hover .team-style-5-img:before{opacity:1}.team-style-5:hover .team-style-5-social{opacity:1}.team-style-5:hover .team-style-5-content:before{top:0}.team-style-5:hover .team-name,.team-style-5:hover .team-position{color:#fff}.team-style-5-img{position:relative}.team-style-5-img img{width:100%;height:auto}.team-style-5-img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(19,12,222,.48);opacity:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.team-style-5-img:after{content:"";width:90%;height:90%;border:1px solid #f5f5f6;position:absolute;top:5%;left:5%;opacity:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.team-style-5-social{width:100%;list-style:none;padding:0;margin:0;position:absolute;bottom:40px;left:0;opacity:0;z-index:1;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.team-style-5-social li{display:inline-block;margin-right:10px}.team-style-5-social li a{display:block;width:30px;height:30px;line-height:30px;border-radius:50%;font-size:15px;color:#f5f5f6;border:1px solid #f5f5f6;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.team-style-5-content{padding:15px 0;background:#f5f1f1;border-top:2px solid #8213fb;overflow:hidden;position:relative}.team-style-5-content:before{content:"";width:100%;height:100%;background:#4f4ba2;position:absolute;top:-100%;left:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.team-style-5 .team-name{font-size:24px;color:#333;margin:0 0 5px;text-transform:capitalize;z-index:1;position:relative;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.team-style-5 .team-position{display:block;font-size:14px;color:#333;text-transform:capitalize;z-index:1;position:relative;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.team-style-6{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.team-style-6:hover .team-style-6-content{opacity:1;visibility:visible}.team-style-6:hover .team-style-6-content.fade-in-left{left:0}.team-style-6:hover .team-style-6-content.fade-in-up{top:0}.team-style-6:hover .team-style-6-content.fade-in-down{top:0}.team-style-6:hover .team-style-6-content.fade-in-right{left:0}.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in{visibility:visible;opacity:1}.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in-left{visibility:visible;opacity:1;right:0}.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in-down{visibility:visible;opacity:1;top:0}.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in-up{visibility:visible;opacity:1;top:0}.team-style-6 .team-style-6-img{position:relative;overflow:hidden;width:100%}.team-style-6 .team-style-6-img img{display:block;width:100%}.team-style-6 .team-style-6-img .team-style-6-overlay{position:absolute;width:100%;height:100%;opacity:0;visibility:hidden}.team-style-6 .team-style-6-img .team-style-6-overlay.default{top:0;left:0;visibility:visible;opacity:1}.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in{top:0;left:0}.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in-left{top:0;right:100%}.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in-up{top:100%;left:0}.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in-down{top:0;left:0}.team-style-6 .team-style-6-content{position:absolute;left:0;top:0;width:100%;height:100%;padding:30px;opacity:0;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 20px 0 20px;background-color:rgba(19,12,222,.67);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.team-style-6 .team-style-6-content .team-name{margin-top:0;color:#fff;font-size:25px;margin-bottom:0}.team-style-6 .team-style-6-content .team-position{color:#e2dfdf}.team-style-6 .team-style-6-content.fade-in-up{top:100%;left:0}.team-style-6 .team-style-6-content.fade-in-down{top:-100%;left:0}.team-style-6 .team-style-6-content.fade-in-left{left:-100%;top:0}.team-style-6 .team-style-6-content.fade-in-right{top:0;left:100%}.team-style-6 .team-style-6-content.fade-in-down{bottom:100%;left:0}.team-style-6 .team-style-6-content,.team-style-6 .team-style-6-img .team-style-6-overlay,.team-style-6 a{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.team-style-6 .team-style-6-social{margin:0;padding:0;list-style:none}.team-style-6 .team-style-6-social li{display:inline-block}.team-style-6 .team-style-6-social a{text-align:center;display:inline-block;line-height:1;color:#fff;border:1px solid #cccc;padding:9px 13px;margin-top:20px}.team-style-7{width:100%;overflow:hidden;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}.team-style-7-img{width:50%;float:left;overflow:hidden;position:relative}.team-style-7-img img{width:100%}.team-style-7-social{position:absolute;top:0;left:0;right:0;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(19,12,222,.5);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0);transform:scale(0)}.team-style-7-social ul{position:absolute;left:-100px;-webkit-transition:.5s;transition:.5s}.team-style-7-social ul li{margin:0 2px}.team-style-7-social ul li:last-child a i{border-bottom:1px solid #fff}.team-style-7-social ul li a{display:inline-block}.team-style-7-social ul li a i{color:#fff;border:1px solid #fff;border-bottom:none;width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-7-social ul li a i:hover{background:#fff;color:#333}.team-style-7:hover .team-style-7-social{-webkit-transform:scale(1);transform:scale(1)}.team-style-7:hover .team-style-7-social ul{left:10px}.team-style-7-content{overflow:hidden;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:15px;padding-top:30px;padding-right:15px;padding-bottom:30px}.team-style-7-content h3{font-size:20px;letter-spacing:1px;color:#333;margin-bottom:3px}.team-style-7-content h5{font-size:14px;text-transform:uppercase;font-weight:500;margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:20px;padding-top:5px}.team-style-7-content p{line-height:28px}.team-style-8{position:relative;overflow:hidden;width:100%}.team-style-8-img{width:100%;overflow:hidden}.team-style-8-img img{width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-8-content{text-align:center;padding-top:20px;background:#fff;padding-bottom:20px}.team-style-8-content h3{font-size:20px;color:#ff6d60;font-weight:600;margin:0 0 6px 0}.team-style-8-social{position:absolute;top:0;right:-50px;width:auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-8-social ul{background:#fff;padding:0;list-style:none}.team-style-8-social ul li{display:block;border-bottom:1px solid #ddd}.team-style-8-social ul li:last-child{border:none}.team-style-8-social ul li a{background:#ff6d60;color:#fff;display:inline-block;width:100%;padding:12px 14px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-8-social ul li a:hover{background:#9c41ff;color:#fff}.team-style-8:hover .team-style-8-social{right:0}.team-style-8-content{margin-top:-4px}.team-style-9{width:100%;overflow:hidden;background:#f1f7fd;text-align:center}.team-style-9-img{width:100%;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-9-img img{width:100%}.team-style-9-img .social{padding:12px 8px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;bottom:-20%;width:100%;opacity:0;visibility:hidden;margin:0!important}.team-style-9-img .social ul li{display:inline-block;margin:0 7px}.team-style-9-img .social ul li a{display:inline-block}.team-style-9-img .social ul li a i{width:30px;height:30px;font-size:14px;background:#fff;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-9-img .social ul li a i:hover{background:#ff6d60;color:#fff}.team-style-9-img:before{content:"";background:rgba(19,12,222,.5);top:0;left:0;height:100%;position:absolute;width:100%;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-9:hover .team-style-9-img .social{opacity:1;visibility:visible;bottom:20px}.team-style-9:hover .team-style-9-img::before{opacity:1;visibility:visible}.team-style-9-content{padding:10px 0}.team-style-9-content h3{font-size:20px;font-weight:500;margin-top:10px;margin-bottom:7px}.team-style-9-content h5{text-transform:uppercase;font-size:12px;letter-spacing:1px;font-weight:400}.team-style-10{position:relative;background:#fff;-webkit-box-shadow:0 10px 26px 0 rgba(145,161,179,.22);box-shadow:0 10px 26px 0 rgba(145,161,179,.22);padding:75px 20px 20px;border-radius:0 25px}.team-style-10-img{position:absolute;top:-80px;left:25px;width:130px;height:130px;border-radius:50%;overflow:hidden;margin-bottom:10px;border:3px solid #efeeee;border-bottom-color:#e41813}.team-style-10-content h3{color:#323232;font-size:20px;line-height:1;letter-spacing:.3px;font-weight:600;text-transform:capitalize;margin-bottom:6px}.team-style-10-content p{color:#e41813;font-size:15px;font-weight:500;margin-bottom:0}.team-style-10-content .contact-info{margin-top:10px}.team-style-10-content .contact-info span{display:block;font-size:14px;color:#797878;margin-bottom:5px}.team-style-10-content .contact-info span i{color:#e41813;margin-right:8px}.team-style-10-content .contact-info span:last-of-type{margin-bottom:0}.team-style-10-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;bottom:0;right:0;width:50px;height:100%;text-align:center;background-color:#e41813;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom;transform-origin:bottom;border-radius:0 25px;-webkit-transition:all .4s ease;transition:all .4s ease}.team-style-10-social a{display:block;font-size:15px;color:#fff;margin-bottom:10px}.team-style-10:hover .team-style-10-social{-webkit-transform:scaleY(1);transform:scaleY(1)}.team-style-11{width:100%;overflow:hidden;position:relative}.team-style-11 img{width:100%}.team-style-11:hover .team-single-info-11{opacity:1;background:-webkit-gradient(linear,left bottom,left top,from(rgba(11,35,65,.9)),color-stop(20%,rgba(11,35,65,.8)),to(rgba(0,212,255,0)));background:linear-gradient(0deg,rgba(11,35,65,.9) 0,rgba(11,35,65,.8) 20%,rgba(0,212,255,0) 100%)}.team-style-11:hover .team-style-11-content{bottom:10px;opacity:1;visibility:visible}.team-style-11:hover .team-style-11-icon{opacity:1;visibility:visible;left:0}.team-style-11-content{position:absolute;left:0;right:0;bottom:-30px;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;visibility:hidden}.team-style-11-content h3{font-size:20px;font-weight:600;margin-bottom:7px;letter-spacing:1px;color:#fff}.team-style-11-content h5{margin-bottom:10px;text-transform:uppercase;font-weight:400;color:#fff}.team-style-11 .team-style-11-icon{height:100%;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;visibility:hidden;left:-30px;position:absolute}.team-style-11 .team-style-11-icon ul li:last-child a i{border-bottom:2px solid #fff}.team-style-11 .team-style-11-icon ul li a{color:#fff;display:inline-block}.team-style-11 .team-style-11-icon ul li a i{width:30px;height:30px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #fff;border-bottom:none;font-size:14px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-11 .team-style-11-icon ul li a i:hover{background:#fff;color:#000}.team-single-info-11{position:absolute;bottom:0;width:100%;height:100%;opacity:0;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-style-1,.team-style-10,.team-style-11,.team-style-2,.team-style-3,.team-style-4,.team-style-5,.team-style-6,.team-style-7,.team-style-8,.team-style-9,.team-style-default{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
 .slick-loading .slick-list
{
background: #fff url(https://aibettingedge.com/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/library/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://aibettingedge.com/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/library/fonts/slick.eot);
src: url(https://aibettingedge.com/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/library/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://aibettingedge.com/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/library/fonts/slick.woff) format('woff'), url(https://aibettingedge.com/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/library/fonts/slick.ttf) format('truetype'), url(https://aibettingedge.com/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/library/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.uta-testimonials ul{margin:0;padding:0}.uta-testimonials li{list-style:none}.uta-testimonials .slick-next:before,.uta-testimonials .slick-prev:before{font-size:20px}.uta-testimonials .slick-dots li button:before{font-size:26px}.uta-testimonials .slick-arrow{background:#333}.uta-testimonials .slick-prev.slick-arrow{width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:999}.uta-testimonials .slick-next.slick-arrow{width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:999}.uta-testimonials .slick-next:focus,.uta-testimonials .slick-next:hover,.uta-testimonials .slick-prev:focus,.uta-testimonials .slick-prev:hover{color:#fff!important;outline:0;background:#333}.testimonial-style-default{background:#fff;cursor:move;border-radius:6px;-webkit-box-shadow:0 10px 30px 0 rgba(54,56,110,.15);box-shadow:0 10px 30px 0 rgba(54,56,110,.15);margin:50px 30px 30px;padding:70px 50px 70px;text-align:center}.testimonial-style-default img{right:0;top:0;left:0;width:100px;border-radius:50%!important;margin:0 auto 30px}.testimonial-style-default p{margin-bottom:30px;color:#2b2a5a;font-size:16px;line-height:26px}.testimonial-style-default ul{margin:0;color:#ffe552;list-style:none;padding-left:0!important}.testimonial-style-default ul li{display:inline}.testimonial-style-default h5{font-size:20px;color:#2b2a5a;margin-bottom:5px}.testimonial-style-default span{color:#2b2a5a;opacity:.8}.uta-testimonial-style-1{width:100%;overflow:hidden}.uta-testimonial-item1{width:95%!important;margin:0 auto;overflow:hidden;margin:10px;position:relative}.uta-testimonial-item1 .uta-thumbnail{width:150px;overflow:hidden;float:left;text-align:center;margin-right:30px}.uta-testimonial-item1 .uta-thumbnail img{width:90%;margin:3%;border-radius:50%;-webkit-box-shadow:0 0 10px 0 #ccc;box-shadow:0 0 10px 0 #ccc}.uta-testimonial-item1 .uta-thumbnail h2{margin-top:14px;font-size:18px;font-weight:700;margin-bottom:3px}.uta-testimonial-item1 .uta-thumbnail h5{color:#333;font-weight:400;font-size:14px}.uta-testimonial-item1 .uta-content{-webkit-box-shadow:0 0 10px 0 #ccc;box-shadow:0 0 10px 0 #ccc;padding:20px 22px;margin:10px;overflow:hidden;background:#fff}.uta-testimonial-item1 .uta-content .ratting{margin-bottom:10px;font-size:16px;color:#ff6a10}.uta-testimonial-item1 .uta-content p{font-size:16px;line-height:24px;color:#777}.uta-testimonial-item1 .uta-content::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:35px;height:35px;background:#fff;top:49px;left:162px;-webkit-box-shadow:-4px 6px 4px 0 #f9f9f9;box-shadow:-4px 6px 4px 0 #f9f9f9;z-index:999;-webkit-transform:rotate(43deg);transform:rotate(43deg)}.uta-testimonial-style-2{padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-testimonial-style-2 .uta-thumbnail{width:100px;margin:0 auto}.uta-testimonial-style-2 .uta-content{background:#f4f4fe;text-align:center;margin-top:-50px;padding-top:68px;padding-left:30px;padding-right:30px;padding-bottom:40px}.uta-testimonial-style-2 .uta-content h2{font-size:26px;font-weight:700}.uta-testimonial-style-2 .uta-content h5{font-size:22px}.uta-testimonial-style-2 .uta-content .ratting{font-size:18px;margin-bottom:12px;color:#ff6a10}.uta-testimonial-style-2 .uta-content p{font-size:16px;font-weight:400;line-height:26px}.uta-testimonial-item3{width:95%!important;margin:2%}.uta-testimonial-item3 .uta-content{width:100%;background:#e0f0db;-webkit-box-shadow:0 0 10px 0 #bdc8a6;box-shadow:0 0 10px 0 #bdc8a6;margin-bottom:33px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.uta-testimonial-item3 .uta-content:after{content:"";clear:both;display:block;overflow:hidden;position:absolute;bottom:-25px;background:#e0f0db;width:60px;height:25px;-webkit-clip-path:polygon(0 100%,14% 0,100% 0);clip-path:polygon(0 100%,14% 0,100% 0)}.uta-testimonial-item3 .uta-content p{font-size:17px;line-height:25px}.uta-testimonial-item3 .uta-thumbnail{overflow:hidden;width:100%}.uta-testimonial-item3 .uta-thumbnail img{width:75px;border-radius:50%;float:left;margin-right:17px}.uta-testimonial-item3 .uta-thumbnail .thumbnail-content{overflow:hidden}.uta-testimonial-item3 .uta-thumbnail h2{font-size:22px;font-weight:700}.uta-testimonial-item3 .uta-thumbnail h5{font-size:14px;color:#666;margin-bottom:7px;font-weight:400}.uta-testimonial-item3 .uta-thumbnail .ratting span{font-size:16px;color:#ff6a10}.uta-testimonial-style-1,.uta-testimonial-style-2,.uta-testimonial-style-3,.uta-testimonial-style-4,.uta-testimonial-style-5{overflow:hidden}.uta-testimonial-item4{width:96%!important;overflow:hidden;margin:2%;text-align:center;background:#fff;-webkit-box-shadow:0 0 10px 0 #ccc;box-shadow:0 0 10px 0 #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 20px}.uta-testimonial-item4 .uta-content .uta-thumbnail{position:relative;width:150px;height:150px;margin:0 auto;margin-bottom:15px;border-radius:50%}.uta-testimonial-item4 .uta-content .uta-thumbnail img{width:100%;border-radius:50%}.uta-testimonial-item4 .uta-content .uta-thumbnail .icon{position:absolute;z-index:20;background:#ff8080;width:55px;height:55px;border-radius:50%;right:-19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;color:#fff;top:8px}.uta-testimonial-item4 .uta-content h2{font-size:20px;font-weight:600}.uta-testimonial-item4 .uta-content h5{font-weight:400;font-size:14px;margin-bottom:6px}.uta-testimonial-item4 .uta-content p{font-size:15px;padding-top:20px;line-height:25px}.uta-testimonial-item4 .uta-content .ratting span{font-size:16px;color:#ff6a10}.uta-testimonial-item5{width:96%!important;margin:2%;overflow:hidden}.uta-testimonial-item5 .uta-content{background:#6c0606;position:relative;padding:30px 20px}.uta-testimonial-item5 .uta-content::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;left:0;right:0;bottom:-17px;background:#6c0606;width:35px;height:35px;margin:0 auto;-webkit-transform:rotate(47deg);transform:rotate(47deg)}.uta-testimonial-item5 .uta-content p{color:#fff;font-size:18px;line-height:26px}.uta-testimonial-item5 .uta-thumbnail{width:100%;background:#c2ddf4;padding:20px;padding-top:30px;overflow:hidden}.uta-testimonial-item5 .uta-thumbnail .uta-thumbnail-content-5{overflow:hidden}.uta-testimonial-item5 .uta-thumbnail img{width:90px;border-radius:50%;float:left;overflow:hidden;margin-right:15px}.uta-testimonial-item5 .uta-thumbnail h2{font-size:20px;margin-top:9px;font-weight:600}.uta-testimonial-item5 .uta-thumbnail h5{font-weight:400;margin-bottom:6px;font-size:14px}.uta-testimonial-item5 .uta-thumbnail .ratting span{font-size:16px;color:#ff6a10}@media (max-width:460px){.uta-testimonial-item2 .uta-thumbnail{width:100%;margin-right:0;margin-bottom:20px}.uta-testimonial-item2 .uta-thumbnail img{width:150px;margin:3% auto}.uta-testimonial-item2 .uta-content::after{display:none}}@media (max-width:360px){.uta-testimonial-item1 .uta-thumbnail{float:inherit;padding-top:0;margin:0 auto;text-align:center;margin-bottom:14px}.uta-testimonial-item1 .uta-content{padding:12px 16px;width:96%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-testimonial-item1 .uta-content p{font-size:15px;line-height:22px}.uta-testimonial-item3 .uta-content{padding:16px 10px}}.section-title h1{font-size:35px;font-weight:700;margin-bottom:1px}.uta_s_h{text-align:center}.uta-section-headding-1{max-width:991px;margin:0 auto;width:100%}.uta-section-headding-1 h2{color:#333;font-size:30px;font-weight:700;letter-spacing:1px;margin-bottom:10px}.uta-section-headding-1 .underline{position:relative;width:10px;height:10px;background:#e85c41;display:block;left:0;right:0;margin:0 auto;margin-bottom:10px;border-radius:50%}.uta-section-headding-1 .underline::before{content:"";clear:both;display:block;overflow:hidden;width:50px;height:2px;background:#30343d;position:absolute;left:15px;top:4px}.uta-section-headding-1 .underline:after{content:"";clear:both;display:block;overflow:hidden;width:50px;height:2px;background:#30343d;position:absolute;right:15px;top:4px}.uta-section-headding-1 p{color:#333}.uta-section-headding-2{width:100%;overflow:hidden}.uta-section-headding-2 h4{letter-spacing:.7px;font-weight:600;text-transform:uppercase;font-size:30px;margin-bottom:5px}.uta-section-headding-2 span{display:inline-block;position:relative}.uta-section-headding-2 span i{color:#dca52e}.uta-section-headding-2 span:after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:40px;height:2px;background:#dca52e;right:-50px;top:47%}.uta-section-headding-2 span::before{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:40px;height:2px;background:#dca52e;left:-50px;top:47%}.uta-section-headding-3 h2{position:relative;font-size:28px;font-weight:800;letter-spacing:2px;margin-bottom:15px;padding-bottom:20px}.uta-section-headding-3 h2::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100px;height:3px;background:#e39803;left:0;right:0;margin:0 auto;bottom:2px}.uta-section-headding-3 h2::before{content:"";color:beige;display:block;overflow:hidden;position:absolute;left:0;right:0;width:20px;height:8px;background:#56b665;bottom:0;margin:0 auto;z-index:1}.uta-section-headding-3 p{line-height:27px;font-size:17px}.uta-section-headding-4 h2{font-size:32px;margin-bottom:10px}.uta-section-headding-4 h2 span{color:#ff6130}.uta-section-headding-4 p{font-size:14px}.uta-section-headding-05{width:100%;overflow:hidden;position:relative}.uta-section-headding-05 h2{font-size:30px;font-weight:700;margin-bottom:5px}.uta-section-headding-05 p{width:94%;margin:0 auto;margin-top:10px}@media (max-width:767px){.uta-section-headding-05 p{width:100%}}.uta-section-headding-05 .title-divider{width:150px;height:2px;background:#fff;margin:0 auto;display:inline-block;position:relative}.uta-section-headding-05 .title-divider::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:16px;height:16px;background:#09b9bb;border-radius:50%;left:0;right:0;top:-7px;margin:0 auto;border:4px solid #fff}.uta-section-headding-05 .title-divider.white{background:#09b9bb}.uta-section-headding-05 .title-divider.white:after{border:4px solid #09b9bb;background:#fff}.uta-section-headding-6 h2{font-size:14px;font-weight:500;text-transform:uppercase;background:#82b60b;display:inline;padding:3px 20px;border-radius:50px;color:#fff}.uta-section-headding-6 h3{font-size:35px;font-weight:700;margin-top:13px;margin-bottom:5px}.uta-section-headding-6 p{font-size:18px}.uta-video-popup{width:100%;height:500px;border-radius:10px;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:cover;display:table;text-align:center}.uta-video-popup-overlay{display:table-cell;vertical-align:middle}.uta-popup-video{position:relative;margin:auto;width:66px;height:66px;border:2px solid;border-radius:50%;font-size:18px;color:#fff;-webkit-animation:1.6s playShadow ease-out infinite;animation:1.6s playShadow ease-out infinite;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;text-decoration:none}.uta-popup-video span{margin:auto;padding-left:3px}.uta-popup-video:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;z-index:-1;pointer-events:none;-webkit-transition:.35s;transition:.35s}.uta-company-logo ul{margin:0;padding:0}.uta-company-logo li{list-style:none}.uta-company-logo .slick-next:before,.uta-company-logo .slick-prev:before{font-size:20px}.uta-company-logo .slick-dots li button:before{font-size:26px}.uta-company-logo .slick-arrow{background:#333}.uta-company-logo .slick-prev.slick-arrow{width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:999}.uta-company-logo .slick-next.slick-arrow{width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;z-index:999}.uta-company-logo .slick-next:focus,.uta-company-logo .slick-next:hover,.uta-company-logo .slick-prev:focus,.uta-company-logo .slick-prev:hover{color:#fff!important;outline:0;background:#333}.uta-company-logo-style-default .uta-company-logo-item-single{border-style:solid;border-width:0;background-color:#fff;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-company-logo-style-default .uta-company-logo-item-single img{width:85%;margin:0 auto;opacity:.5;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-company-logo-style-default .uta-company-logo-item-single img:hover{opacity:1}.uta-company-logo-style-1 .uta-company-logo-item-single{border:1px solid #ddd;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;margin:5px 10px}.uta-company-logo-style-1 .uta-company-logo-item-single img{width:70%;margin:0 auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-company-logo-style-1 .uta-company-logo-item-single img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.uta-company-logo-style-2 .uta-company-logo-single-full{background-color:transparent;position:relative;-webkit-transition:all .5s;transition:all .5s;overflow:hidden;text-align:center;line-height:1}.uta-company-logo-style-2 .uta-company-logo-single-full .uta-partner-overly{position:absolute;top:200px;bottom:0;left:0;width:100%;height:100%;-webkit-transition:all .5s;transition:all .5s}.uta-company-logo-style-2 .uta-company-logo-single-full:hover .uta-partner-overly{top:0}.uta-company-logo-style-2 .uta-company-logo-single-full img{display:initial}.uta-company-logo-style-3 .uta-company-logo-single-full{text-align:center}.uta-company-logo-style-3 .uta-company-logo-single-full img{display:initial}.uta-company-logo-style-3 .uta-company-logo-single-full{text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-company-logo-style-3 .uta-company-logo-single-full:hover{background:#ddd}.uta-company-logo-style-4 .uta-company-logo-single{width:20%;float:left;text-align:center;border:1px solid #333;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative}.uta-company-logo-style-4 .uta-company-logo-single::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100%;height:100%;background:#26915e;top:0;left:0;z-index:-1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0}.uta-company-logo-style-4 .uta-company-logo-single:hover:after{opacity:1}.uta-company-logo-style-4 .uta-company-logo-single:last-child{border-right:1px solid #333}.uta-company-logo-style-4 .uta-company-logo-single img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-company-logo-style-4 .uta-company-logo-single:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.uta-company-logo-style-5 .uta-company-logo-single{padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.uta-company-logo-style-5 .uta-company-logo-single-full{text-align:center;position:relative;border:5px solid #bfc0c1}.uta-company-logo-style-5 .uta-company-logo-single-full::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:100%;height:100%;background:#bfc0c1;top:0;z-index:-1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-company-logo-style-5 .uta-company-logo-single-full:hover::after{height:0}.uta-company-logo-style-5 .uta-company-logo-single-full img{width:94%;margin:0 auto}.uta-company-logo-style-6 .uta-company-logo-single{padding:10px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-company-logo-style-6 .uta-company-logo-single-full{background:#d2d2d2;position:relative;padding:20px 0}.uta-company-logo-style-6 .uta-company-logo-single-full img{width:auto;margin:0 auto}.uta-company-logo-style-6 .uta-company-logo-single-full .overly{position:absolute;left:0;right:0;margin:0 auto;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#ff9090;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;bottom:0;-webkit-transform:scale(2);transform:scale(2);opacity:0}.uta-company-logo-style-6 .uta-company-logo-single-full:hover .overly{-webkit-transform:scale(1);transform:scale(1);opacity:1}.uta-company-logo-style-6 .uta-company-logo-single-full .overly h2{color:#423434;font-size:20px;text-transform:uppercase;font-weight:600}.uta-company-logo-style-6 .uta-company-logo-single-full{overflow:hidden}.uta-company-logo-style-7 .uta-company-logo-single{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-company-logo-style-7 .uta-company-logo-single-full{border:1px solid #ccc;text-align:center;padding:40px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.uta-company-logo-style-7 .uta-company-logo-single-full img{display:initial}.uta-company-logo-style-7 .uta-company-logo-single-full .uta-partner-overly{position:absolute;bottom:0;left:0;width:100%;height:0;background:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;visibility:hidden;overflow:hidden}.uta-company-logo-style-7 .uta-company-logo-single-full:hover .uta-partner-overly{opacity:1;visibility:visible;height:100%}.uta-company-logo-style-8 .uta-company-logo-single{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-company-logo-style-8 .uta-company-logo-single-full{border:1px solid #ddd;text-align:center;position:relative;overflow:hidden;padding:30px 0}.uta-company-logo-style-8 .uta-company-logo-single-full img{margin:0 auto}.uta-company-logo-style-8 .uta-company-logo-single-full .uta-partner-overly{position:absolute;width:100%;height:100%;background:#18191a;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(1.5);transform:scale(1.5);overflow:hidden;opacity:0;visibility:hidden}.uta-company-logo-style-8 .uta-company-logo-single-full:hover .uta-partner-overly{-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}.uta-company-logo-style-9 .uta-company-logo-single{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-company-logo-style-9 .uta-company-logo-single-full img{width:100%}.uta-company-logo-style-9 .uta-company-logo-single-full{-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px;border:1px solid #ddd;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden}.uta-company-logo-style-9 .uta-company-logo-single-full:hover{border:7px solid #333}.uta-company-logo-style-10 .uta-company-logo-single{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.uta-company-logo-style-10 .uta-company-logo-single-full{background:#666;text-align:center;padding:30px;border-radius:10px}.uta-company-logo-style-10 .uta-company-logo-single-full img{margin:0 auto}.odometer.odometer-auto-theme,.odometer.odometer-theme-minimal{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-minimal .odometer-digit{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.uta-counter-item{text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 10px 0 #ccc;box-shadow:0 0 10px 0 #ccc;padding:50px 30px;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.uta-counter-item .icon{width:80px;height:80px;margin:0 auto;margin-bottom:20px;background:linear-gradient(140deg,#d87ff6 0,#7383ff 100%);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:30px;color:#fff}.uta-counter-item h2{font-size:43px;margin-bottom:8px}.uta-counter-item-01 .icon{float:left}.uta-counter-item-01 .content{overflow:hidden}.uta-counter-item-02{padding:30px;background:#131867;color:#fff;-webkit-box-shadow:none;box-shadow:none}.uta-counter-item-02 .icon{float:left;border-radius:0;width:60px;height:60px;background:#3e3a7c}.uta-counter-item-02 .content{overflow:hidden}.uta-counter-item-02 .content p{color:#fff}.uta-counter-item-03{position:relative;overflow:hidden}.uta-counter-item-03::after{content:"";clear:both;display:block;overflow:hidden;position:absolute;width:0;height:5px;background:linear-gradient(140deg,#d87ff6 0,#7383ff 100%);bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;left:50%;right:50%}.uta-counter-item-03:hover:after{width:100%;left:0;right:0}@media (max-width:360px){.uta-counter-item-01 .icon{float:inline-end;margin:0 auto}.uta-counter-item-01 .content{overflow:hidden;width:100%;padding-top:20px}.uta-counter-item-02 .icon{float:inline-end;margin:0 auto}.uta-counter-item-02 .content{overflow:hidden;width:100%;padding-top:20px}}#quick-view-tab .recommended-area .dash-breadcrumbs-items,
#quick-view-tab .recommended-area .elementor-element-12c11df {
display: none;
}
.card__stats_outer {
align-content: flex-start;
block-size: 556.906px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: flex;
height: 556.906px;
inline-size: 651px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
justify-content: center;
left: 0px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
padding-block-end: 30px;
padding-block-start: 30px;
padding-inline-end: 30px;
padding-inline-start: 30px;
perspective-origin: 325.5px 278.453px;
position: relative;
right: 0px;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 325.5px 278.453px;
width: 651px;
border: 0px none rgb(28, 31, 44);
flex-flow: row wrap;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
padding: 30px;
} @font-face {
font-family: "Libre Baskerville";
src: url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.eot);
src: url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.eot?#iefix) format("embedded-opentype"),
url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.woff) format("woff"),
url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.ttf) format("truetype"),
url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
.card__stats_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2 {
block-size: 292.734px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 292.734px;
inline-size: 300px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
left: 0px;
max-inline-size: 300px;
max-width: 300px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
perspective-origin: 150px 146.359px;
position: relative;
right: 0px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 150px 146.367px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img {
block-size: 244.734px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 244.734px;
inline-size: 300px;
margin-block-end: 48px;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.367px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
margin: 0px 0px 48px;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_main_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first {
block-size: 244.734px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 244.734px;
inline-size: 300px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.367px;
vertical-align: middle;
width: 300px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 407.594px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.3125px;
inline-size: 223px;
inset-block-end: 407.594px;
inset-block-start: 59px;
inset-inline-end: 66px;
inset-inline-start: 362px;
left: 362px;
max-inline-size: 223px;
max-width: 223px;
perspective-origin: 111.5px 45.1562px;
position: absolute;
right: 66px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 59px;
transform-origin: 111.5px 45.1562px;
width: 223px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img,
.card__stats_third_img {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.3125px;
inline-size: 223px;
perspective-origin: 111.5px 45.1562px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 111.5px 45.1562px;
width: 223px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_sec_img:after,
.card__stats_third_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img:before,
.card__stats_third_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 60px -12px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 90.3125px;
inline-size: 180.625px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 90.3125px 45.1562px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform: matrix(1, 0, 0, 1, 0, -8);
transform-origin: 90.3125px 45.1562px;
vertical-align: middle;
width: 180.625px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: transform 0.3s ease-out 0s;
} #img_card__sec:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 308.594px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.3125px;
inline-size: 223px;
inset-block-end: 308.594px;
inset-block-start: 158px;
inset-inline-end: 327px;
inset-inline-start: 101px;
left: 101px;
max-inline-size: 223px;
max-width: 223px;
perspective-origin: 111.5px 45.1562px;
position: absolute;
right: 327px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 158px;
transform-origin: 111.5px 45.1562px;
width: 223px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__third {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 60px -12px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 90.3125px;
inline-size: 180.625px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 90.3125px 45.1562px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 90.3125px 45.1562px;
vertical-align: middle;
width: 180.625px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: transform 0.3s ease-out 0s;
} #img_card__third:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__third:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} @media only screen and (max-width: 600px) {
.card__stats_outer {
align-content: flex-start;
block-size: 556.016px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: flex;
height: 556.016px;
inline-size: 503px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
justify-content: center;
left: 0px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
padding-block-end: 30px;
padding-block-start: 30px;
padding-inline-end: 30px;
padding-inline-start: 30px;
perspective-origin: 251.5px 278px;
position: relative;
right: 0px;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 251.5px 278.008px;
width: 503px;
border: 0px none rgb(28, 31, 44);
flex-flow: row wrap;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
padding: 30px;
} .card__stats_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2 {
block-size: 292.719px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 292.719px;
inline-size: 300px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
left: 0px;
max-inline-size: 300px;
max-width: 300px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
perspective-origin: 150px 146.359px;
position: relative;
right: 0px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 150px 146.359px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img {
block-size: 244.719px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 244.719px;
inline-size: 300px;
margin-block-end: 48px;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.359px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
margin: 0px 0px 48px;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_main_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first {
block-size: 244.719px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 244.719px;
inline-size: 300px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.359px;
vertical-align: middle;
width: 300px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 259.516px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.5px;
inline-size: 181px;
inset-block-end: 259.516px;
inset-block-start: 206px;
inset-inline-end: 254px;
inset-inline-start: 68px;
left: 68px;
max-inline-size: 181px;
max-width: 181px;
perspective-origin: 90.5px 45.25px;
position: absolute;
right: 254px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 206px;
transform-origin: 90.5px 45.25px;
width: 181px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img,
.card__stats_third_img {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.5px;
inline-size: 181px;
perspective-origin: 90.5px 45.25px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 90.5px 45.25px;
width: 181px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_sec_img:after,
.card__stats_third_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img:before,
.card__stats_third_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec,
#img_card__third {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 60px -12px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 90.5px;
inline-size: 181px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 90.5px 45.25px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 90.5px 45.25px;
vertical-align: middle;
width: 181px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: transform 0.3s ease-out 0s;
} #img_card__sec:after,
#img_card__third:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec:before,
#img_card__third:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 411.516px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.5px;
inline-size: 181px;
inset-block-end: 411.516px;
inset-block-start: 54px;
inset-inline-end: 171px;
inset-inline-start: 151px;
left: 151px;
max-inline-size: 181px;
max-width: 181px;
perspective-origin: 90.5px 45.25px;
position: absolute;
right: 171px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 54px;
transform-origin: 90.5px 45.25px;
width: 181px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} }
body {
background: #ddd;
}
@media (max-width: 767px) {
.dashboard-content-section .eael-advance-tabs.eael-tabs-vertical {
display: block !important;
}
.dashboard-content-section .eael-advance-tabs .eael-tabs-nav,
.dashboard-content-section .eael-advance-tabs .eael-tabs-content {
width: 100% !important;
}
.dashboard-content-section .eael-advance-tabs .eael-tabs-content {
min-height: 50vh;
}
.dashboard-content-section .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav {
overflow: auto !important;
position: relative !important;
}
.dashboard-content-section .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul {
flex-direction: row !important;
gap: 30px !important;
flex-flow: unset !important;
width: max-content !important;
}
.dashboard-content-section .eael-advance-tabs .eael-tabs-nav ul li,
.dashboard-content-section .eael-advance-tabs .eael-tabs-nav ul li span {
width: max-content !important;
line-height: 1 !important;
}
.dashboard-content-section .dashboard-content-section .eael-advance-tabs .eael-tabs-nav ul li span.eael-tab-title sup {
left: -15px !important;
}
}