.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: inherit;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-sticky-header .oxygen-show-in-sticky-only {
display:  none;
}
.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
display: block;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}#section-70-12 > .ct-section-inner-wrap{display:flex;flex-direction:column;align-items:center}#section-70-12{display:block}#section-70-12{background-color:#231f20;text-align:left}#section-75-12 > .ct-section-inner-wrap{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#section-75-12{background-color:#000000}#div_block-80-12{width:100%;max-width:720px;display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width:479px){#div_block-80-12{text-align:left;flex-direction:column;display:flex;align-items:center}}#link-77-12{width:200px;transition-duration:0.3s;margin-right:20px}#link-77-12:hover{opacity:0.5}@media (max-width:767px){#link-28-12{margin-right:0px}}@media (max-width:767px){#link-87-12{margin-right:0px}}@media (max-width:479px){#link-77-12{margin-right:0px;margin-bottom:1em}}#image-24-12{height:30px}#code_block-86-12{margin-top:1em}#_nav_menu-27-12 .oxy-nav-menu-hamburger-line{background-color:#7c7c7c}@media (max-width:991px){#_nav_menu-27-12 .oxy-nav-menu-list{display:none}#_nav_menu-27-12 .oxy-menu-toggle{display:initial}#_nav_menu-27-12.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list{display:initial}}#_nav_menu-27-12.oxy-nav-menu.oxy-nav-menu-open{margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-27-12.oxy-nav-menu.oxy-nav-menu-open .menu-item a{color:#000000;padding-top:12px;padding-bottom:12px;padding-left:20px;padding-right:20px}#_nav_menu-27-12 .oxy-nav-menu-hamburger-wrap{width:36px;height:36px;margin-top:10px;margin-bottom:10px}#_nav_menu-27-12 .oxy-nav-menu-hamburger{width:36px;height:28px}#_nav_menu-27-12 .oxy-nav-menu-hamburger-line{height:5px;background-color:#231f20}#_nav_menu-27-12.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:11.5px}#_nav_menu-27-12.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-11.5px}#_nav_menu-27-12 .menu-item > .sub-menu{transition-duration:0.3s}#_nav_menu-27-12 .oxy-nav-menu-list{flex-direction:row}#_nav_menu-27-12 .menu-item a{padding-top:30px;padding-left:20px;padding-right:20px;padding-bottom:30px;color:#7c7c7c;transition-duration:0.3s}#_nav_menu-27-12 .current-menu-item a{color:#f58220}#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#ffffff}#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-top:30px;padding-bottom:30px;padding-top:10px;padding-bottom:10px;color:#7c7c7c;padding-left:20px;padding-right:20px}#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .oxy-nav-menu-list .sub-menu .menu-item a:hover{padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px}#_nav_menu-27-12 .menu-item:focus-within a,#_nav_menu-27-12 .menu-item:hover a{color:#f58220}#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-top:30px;padding-bottom:30px;color:#333333}#_nav_menu-45-12 .oxy-nav-menu-hamburger-line{background-color:#cccccc}#_nav_menu-45-12.oxy-nav-menu.oxy-nav-menu-open{margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-45-12.oxy-nav-menu.oxy-nav-menu-open .menu-item a{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#_nav_menu-45-12 .oxy-nav-menu-hamburger-wrap{width:40px;height:40px;margin-top:10px;margin-bottom:10px}#_nav_menu-45-12 .oxy-nav-menu-hamburger{width:40px;height:32px}#_nav_menu-45-12 .oxy-nav-menu-hamburger-line{height:6px}#_nav_menu-45-12.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:13px}#_nav_menu-45-12.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-13px}#_nav_menu-45-12 .menu-item > .sub-menu{transition-duration:0.2s}#_nav_menu-45-12{margin-left:20px}#_nav_menu-45-12 .oxy-nav-menu-list{flex-direction:column}#_nav_menu-45-12 .menu-item a{padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;color:#cccccc;transition-duration:0.2s;font-size:20px}#_nav_menu-45-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-left:0px;padding-right:0px}#_nav_menu-45-12 .menu-item:focus-within a,#_nav_menu-45-12 .menu-item:hover a{color:#ffffff}#_nav_menu-45-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-left:0px;padding-right:0px}@media (max-width:479px){#_nav_menu-45-12{margin-left:0px;margin-top:0px}#_nav_menu-45-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0}}#_search_form-91-12{text-align:center}#_header-2-12.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active{position:fixed;top:0;left:0;right:0;z-index:2147483640;box-shadow:0px 0px 10px rgba(0,0,0,0.3);}#_header-2-12.oxy-header.oxy-sticky-header-active .oxygen-hide-in-sticky{display:none}#_header-2-12.oxy-header.oxy-header .oxygen-show-in-sticky-only{display:none}#_header_row-3-12 .oxy-nav-menu-open,#_header_row-3-12 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#f2f2f2}.oxy-header.oxy-sticky-header-active > #_header_row-3-12.oxygen-show-in-sticky-only{display:block}#_header_row-3-12{background-color:#f2f2f2;height:40px}#_header_row-21-12 .oxy-nav-menu-open,#_header_row-21-12 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#ffffff}.oxy-header.oxy-sticky-header-active > #_header_row-21-12.oxygen-show-in-sticky-only{display:block}#_header_row-21-12{background-color:#ffffff;border-bottom-color:#f58220;border-bottom-style:solid;border-bottom-width:4px}#modal-search{padding-top:60px;padding-right:35px;padding-bottom:35px;padding-left:35px;border-radius:8px;position:relative;background-color:#ffffff;display:flex;justify-content:center;align-items:center;backdrop-color:rgba(0,0,0,0.7)}#layout-breadcrumbs > .ct-section-inner-wrap{padding-top:5px;padding-bottom:5px}#layout-breadcrumbs{background-color:#f2f2f2}#section-13-279 > .ct-section-inner-wrap{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#section-2-279 > .ct-section-inner-wrap{padding-top:1em}.ct-section {
width:100%;
background-size:cover;
background-repeat:repeat;
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-div-block {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.ct-new-columns {
display:flex;
width:100%;
flex-direction:row;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
.ct-link-text {
display:inline-block;
}
.ct-link {
display:flex;
flex-wrap:wrap;
text-align:center;
text-decoration:none;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-link-button {
display:inline-block;
text-align:center;
text-decoration:none;
}
.ct-link-button {
background-color: #1e73be;
border: 1px solid #1e73be;
color: #ffffff;
padding: 10px 16px;
}
.ct-image {
max-width:100%;
}
.ct-fancy-icon>svg {
width:55px;height:55px;}
.ct-inner-content {
width:100%;
}
.ct-slide {
display:flex;
flex-wrap:wrap;
text-align:center;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-nestable-shortcode {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-comments {
width:100%;
text-align:left;
}
.oxy-comment-form {
width:100%;
}
.oxy-login-form {
width:100%;
}
.oxy-search-form {
width:100%;
}
.oxy-tabs-contents {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab-content {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-testimonial {
width:100%;
}
.oxy-icon-box {
width:100%;
}
.oxy-pricing-box {
width:100%;
}
.oxy-posts-grid {
width:100%;
}
.oxy-gallery {
width:100%;
}
.ct-slider {
width:100%;
}
.oxy-tabs {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
align-items:stretch;
}
.ct-modal {
flex-direction:column;
align-items:flex-start;
}
.ct-span {
display:inline-block;
text-decoration:inherit;
}
.ct-widget {
width:100%;
}
.oxy-dynamic-list {
width:100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ct-div-block,
.oxy-post-content,
.ct-text-block,
.ct-headline,
.oxy-rich-text,
.ct-link-text { max-width: 100%; }
img { flex-shrink: 0; }
body * { min-height: 1px; }
}            .oxy-testimonial {
flex-direction: row;
align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
order: 1;
}
.oxy-testimonial .oxy-testimonial-photo {
width: 125px;                height: 125px;                margin-right: 20px;
}
.oxy-testimonial .oxy-testimonial-photo-wrap, 
.oxy-testimonial .oxy-testimonial-author-wrap, 
.oxy-testimonial .oxy-testimonial-content-wrap {
align-items: flex-start;                text-align: left;            }
.oxy-testimonial .oxy-testimonial-text {
margin-bottom:8px;font-size: 21px;
line-height: 1.4;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author {
font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author-info {
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-icon-box {
text-align: left;                flex-direction: column;            }
.oxy-icon-box .oxy-icon-box-icon {
margin-bottom: 12px;
align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-heading {
font-size: 21px;
margin-bottom: 12px;            }
.oxy-icon-box .oxy-icon-box-text {
font-size: 16px;
margin-bottom: 12px;align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-link {
margin-top: 20px;                            } .oxy-pricing-box .oxy-pricing-box-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;            }
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
flex-direction: row;                                            }
.oxy-pricing-box .oxy-pricing-box-currency {
font-size: 28px;
}
.oxy-pricing-box .oxy-pricing-box-amount-main {
font-size: 80px;
line-height: 0.7;
}
.oxy-pricing-box .oxy-pricing-box-amount-decimal {
font-size: 13px;
}
.oxy-pricing-box .oxy-pricing-box-term {
font-size: 16px;
}
.oxy-pricing-box .oxy-pricing-box-sale-price {
font-size: 12px;
color: rgba(0,0,0,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);            animation: none 0s paused;        }
.oxy-progress-bar .oxy-progress-bar-progress-wrap {
width: 85%;        }
.oxy-progress-bar .oxy-progress-bar-progress {
background-color: #66aaff;padding: 40px;animation: none 0s paused, none 0s paused;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);        
}
.oxy-progress-bar .oxy-progress-bar-overlay-text {
font-size: 30px;
font-weight: 900;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-progress-bar .oxy-progress-bar-overlay-percent {
font-size: 12px;
}
.ct-slider .unslider-nav ol li {border-color: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.5s;            }
.oxy-shape-divider {
width: 0px;
height: 0px;
}
.oxy_shape_divider svg {
width: 100%;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{
box-shadow:px px px px ;}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{
margin-left:0px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
width:30px;
height:30px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{
top:20px;
left:20px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
width:24px;
height:24px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{
background-color:#ffffff;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container{
background-image:url();
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{
font-size:24px;
}
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{
background-color:rgba(0,0,0,0.2);
border-top-style:solid;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{
flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{
align-items: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container{
top: 0;
bottom: 0;
right: auto;
left: 0;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-site-navigation {
--oxynav-brand-color:#4831B0;
--oxynav-neutral-color:#FFFFFF;
--oxynav-activehover-color:#EFEDF4;
--oxynav-background-color:#4831B0;
--oxynav-border-radius:0px;
--oxynav-other-spacing:8px;
--oxynav-transition-duration:0.3s;
--oxynav-transition-timing-function:cubic-bezier(.84,.05,.31,.93);
}
.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper{
text-align:left;
}
.oxy-site-navigation > ul{ left: 0; }
.oxy-site-navigation {
--oxynav-animation-name: none; 
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1){ 
background-color: var(--oxynav-brand-color);
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2){ 
background: transparent;
border: 1px solid currentColor;
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img{
filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover{
background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a{
color: var(--oxynav-neutral-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after{
color: var(--oxynav-neutral-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.ct-section-inner-wrap, .oxy-header-container{
max-width: 1120px;
}
body {font-family: 'Open Sans';}body {line-height: 1.6;font-size: 16px;font-weight: 400;color: #404040;}.oxy-nav-menu-hamburger-line {background-color: #404040;}h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans';font-size: 2.5em;font-weight: 700;line-height: 1.2;}h2, h3, h4, h5, h6{font-size: 2em;}h3, h4, h5, h6{font-size: 1.75em;}h4, h5, h6{font-size: 1.5em;}h5, h6{font-size: 1.25em;}h6{font-size: 1em;}a {color: #f58220;text-decoration: underline;}a:hover {color: #efa15d;text-decoration: underline;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 3px;}.ct-section-inner-wrap {
padding-top: 50px;
padding-right: 20px;
padding-bottom: 50px;
padding-left: 20px;
}.ct-new-columns > .ct-div-block {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}.oxy-header-container {
padding-right: 20px;
padding-left: 20px;
}@media (max-width: 992px) {
.ct-columns-inner-wrap {
display: block !important;
}
.ct-columns-inner-wrap:after {
display: table;
clear: both;
content: "";
}
.ct-column {
width: 100% !important;
margin: 0 !important;
}
.ct-columns-inner-wrap {
margin: 0 !important;
}
}
.oxel-image-accordion {
}
.oxel-image-accordion:not(.ct-section):not(.oxy-easy-posts),
.oxel-image-accordion.oxy-easy-posts .oxy-posts,
.oxel-image-accordion.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
@media (max-width: 767px) {
.oxel-image-accordion {
height:600px;
}
.oxel-image-accordion:not(.ct-section):not(.oxy-easy-posts),
.oxel-image-accordion.oxy-easy-posts .oxy-posts,
.oxel-image-accordion.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.oxel-image-accordion__item {
position:relative;
height:400px;
overflow:hidden;
transition-duration:0.6s;
transition-timing-function:cubic-bezier(.69,.05,.67,.88);
transition-property:all;
}
@media (max-width: 767px) {
.oxel-image-accordion__item {
height:auto;
}
}
.oxel-image-accordion__details {
z-index:10;
position:absolute;
left:18px;
bottom:16px;
width:10000px;
}
.oxel-image-accordion__details:not(.ct-section):not(.oxy-easy-posts),
.oxel-image-accordion__details.oxy-easy-posts .oxy-posts,
.oxel-image-accordion__details.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.oxel-image-accordion__details {
position:absolute;
bottom:8px;
left:8px;
}
}
.oxel-image-accordion__icon {
background-color: #f9f9fa;
border: 1px solid #f9f9fa;
padding: 10px;color: #374047;}.oxel-image-accordion__icon 
>svg {width: 14px;height: 14px;}.oxel-image-accordion__icon {
margin-right:16px;
}
@media (max-width: 767px) {
.oxel-image-accordion__icon {
padding: 6px;}.oxel-image-accordion__icon {
}
}
.oxel-image-accordion__link {
color:#f9f9fa;
}
.oxel-image-accordion__image {
position:absolute;
width:100%;
height:100%;
}
.oxel_horizontal_divider {
background-size: cover; width:100%;
}
.oxel_horizontal_divider:not(.ct-section):not(.oxy-easy-posts),
.oxel_horizontal_divider.oxy-easy-posts .oxy-posts,
.oxel_horizontal_divider.ct-section .ct-section-inner-wrap{
display:flex;
}
.oxel_horizontal_divider__line {
height:2px;
background-color:#98a1a8;
}
.oxel_horizontal_divider__icon {
color: #98a1a8;}.oxel_horizontal_divider__icon 
>svg {width: 16px;height: 16px;}.oxel_horizontal_divider__icon {
flex-shrink: 0;
}
.oxel_horizontal_divider__icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_horizontal_divider__icon.oxy-easy-posts .oxy-posts,
.oxel_horizontal_divider__icon.ct-section .ct-section-inner-wrap{
display:flex;
}
.oxel_accordion {
border-top-color:#adb4b9;
border-right-color:#adb4b9;
border-bottom-color:#adb4b9;
border-left-color:#adb4b9;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
.oxel_accordion__row:hover{
opacity:0.7;
}
.oxel_accordion__row {
font-family:Open Sans;
width:100%;
padding-top:12px;
padding-left:8px;
padding-right:8px;
padding-bottom:12px;
text-align:justify;
border-bottom-color:#eceeef;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-style:none;
background-color:#f9f9fa;
border-right-style:none;
border-left-style:none;
font-weight:600;
transition-duration:0.3s;
cursor: pointer;
}
.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row.oxy-easy-posts .oxy-posts,
.oxel_accordion__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:space-between;
}
.oxel_accordion__icon {
color: #374047;}.oxel_accordion__icon 
>svg {width: 18px;height: 18px;}.oxel_accordion__icon {
margin-right:8px;
transition-duration:0.3s;
}
.oxel_accordion__row_left {
}
.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__row_left.oxy-easy-posts .oxy-posts,
.oxel_accordion__row_left.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_accordion__content {
width:100%;
padding-top:8px;
padding-left:8px;
padding-right:8px;
padding-bottom:8px;
border-bottom-color:#98a1a8;
border-bottom-width:2px;
border-bottom-style:none;
overflow:hidden;
opacity:1;
transition-duration:3s;
border-top-style:none;
border-right-style:none;
border-left-style:none;
transition-property:max-height;
text-align:left;
max-height:3000px;
margin-top:0px;
}
.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content.oxy-easy-posts .oxy-posts,
.oxel_accordion__content.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.oxel_accordion__content__hidden {
max-height:0px;
padding-left:8px;
padding-right:8px;
padding-top:0px;
z-index:-1;
padding-bottom:0px;
transition-duration:0s;
}
.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts),
.oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts,
.oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap{
display:flex;
}
.oxel_accordion__row__label {
}
.oxel_megamenu_parent:hover{
background-color:#cfd3d7;
}
.oxel_megamenu_parent {
padding-top:8px;
padding-bottom:8px;
padding-left:32px;
padding-right:32px;
position:relative;
background-color:#f9f9fa;
transition-duration:0.3s;
}
.oxel_megamenu_parent__title {
color:#374047;
}
.oxel_megamenu__wrapper {
transform:; padding-top:32px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
opacity:1;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
position:relative;
width:100%;
z-index:1999;
}
.oxel_megamenu__wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__wrapper.oxy-easy-posts .oxy-posts,
.oxel_megamenu__wrapper.ct-section .ct-section-inner-wrap{
flex-direction:unset;
}
.oxel_megamenu__wrapper--hidden {
transform:translateY(64px); opacity:0;
pointer-events: none;
}
.oxel_megamenu__close-icon {
color: #333333;}.oxel_megamenu__close-icon 
>svg {width: 32px;height: 32px;}.oxel_megamenu__close-icon {
position:absolute;
top:48px;
right:16px;
}
.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts,
.oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap{
display:none;
flex-direction:unset;
}
@media (max-width: 991px) {
.oxel_megamenu__close-icon {
}
.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts,
.oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap{
display:flex;
}
}
.oxel_icon_button__container:hover{
background-color:#cfd3d7;
}
.oxel_icon_button__container {
background-image:linear-gradient(#f58220, #f58220); padding-top:8px;
padding-left:16px;
padding-right:0px;
padding-bottom:8px;
margin-right:0px;
width:100%;
text-align:center;
gap:45px;
}
.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts),
.oxel_icon_button__container.oxy-easy-posts .oxy-posts,
.oxel_icon_button__container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
gap:45px;
}
.oxel_icon_button_text {
float:none;
font-weight:700;
color:#ffffff;
}
.oxel_icon_button_icon {
color: #606e79;}.oxel_icon_button_icon 
>svg {width: 20px;height: 20px;}.oxel_icon_button_icon {
margin-right:8px;
}
.oxel_iconlist {
max-width:100%;
}
.oxel_iconlist__row {
padding-left:8px;
padding-right:8px;
padding-bottom:8px;
width:100%;
margin-top:0px;
padding-top:8px;
}
.oxel_iconlist__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_iconlist__row.oxy-easy-posts .oxy-posts,
.oxel_iconlist__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_iconlist__row__icon {
color: #f58220;}.oxel_iconlist__row__icon 
>svg {width: 18px;height: 18px;}.oxel_iconlist__row__icon {
margin-left:32px;
margin-right:32px;
}
.oxel_iconlist__row__label {
margin-top:0px;
margin-bottom:0px;
}
.oxel_iconlist__row--dark {
}
.oxel_dynamicslider {
width:100%;
}
.swiper-container {
}
.oxel_dynamicslider__container {
height:400px;
}
.swiper-wrapper {
}
.swiper-slide {
}
.oxel_toc__primary {
color:#374047;
font-size:14px;
text-transform:uppercase;
letter-spacing:1px;
padding-left:8px;
width:100%;
padding-bottom:8px;
border-top-color:#606e79;
border-right-color:#606e79;
border-bottom-color:#dee1e3;
border-left-color:#606e79;
border-bottom-style:solid;
border-bottom-width:1px;
margin-bottom:8px;
padding-top:8px;
border-left-width:2px;
border-left-style:solid;
}
.oxel_toc__sub {
text-decoration:underline;
color:#606e79;
margin-left:16px;
}
.oxel_toc__sub__2 {
margin-left:32px;
}
.oxel_toc__sub__1 {
}
.oxel_toc__container {
padding-bottom:16px;
width:100%;
}
.oxel_toc__sub__3 {
margin-left:48px;
}
.oxel_toc__sub__4 {
margin-left:64px;
}
.oxel_toc__template {
}
.oxel_dropdown_buttonv2__trigger {
padding-top:8px;
padding-bottom:8px;
padding-left:16px;
padding-right:16px;
background-color:#374047;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
position:relative;
cursor: pointer;
}
.oxel_dropdown_buttonv2__trigger:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_buttonv2__trigger.oxy-easy-posts .oxy-posts,
.oxel_dropdown_buttonv2__trigger.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_dropdown_buttonv2 {
background-color:#374047;
position:relative;
width:min-content ;
text-align:center;
padding-top:0px;
padding-right:0px;
}
.oxel_dropdown_buttonv2:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_buttonv2.oxy-easy-posts .oxy-posts,
.oxel_dropdown_buttonv2.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_dropdown_buttonv2__submenu {
position:absolute;
left:0px;
min-width:100%;
padding-top:4px;
width:200px;
z-index:10;
top:100%;
padding-inline-start: 0; margin-block-start: 0; margin-block-end: 0;
}
.oxel_dropdown_buttonv2__submenu--hidden {
opacity:0;
pointer-events: none;
}
.oxel_dropdown_buttonv2__submenu--hidden:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_buttonv2__submenu--hidden.oxy-easy-posts .oxy-posts,
.oxel_dropdown_buttonv2__submenu--hidden.ct-section .ct-section-inner-wrap{
display:none;
}
.oxel_dropdown_buttonv2__submenubutton:hover{
background-color:#dee1e3;
}
.oxel_dropdown_buttonv2__submenubutton {
text-align:left;
background-color:#eceeef;
min-width:100%;
color:#374047;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
}
.oxel_dropdown_buttonv2__submenubutton:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_buttonv2__submenubutton.oxy-easy-posts .oxy-posts,
.oxel_dropdown_buttonv2__submenubutton.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.oxel_dropdown_buttonv2__submenulabel {
padding-top:8px;
padding-bottom:8px;
padding-left:16px;
padding-right:16px;
width:100%;
color:#374047;
}
.oxel_dropdown_buttonv2__label {
color:#f9f9fa;
white-space: nowrap;
}
.oxel_dropdown_buttonv2__symbol {
background-image: linear-gradient(135deg, rgba(0,0,0,0) 50%, #ffffff 50%);transform:rotate(45deg); width:8px;
height:8px;
margin-top:-4px;
margin-left:16px;
min-width: 0 !important; min-height: 0 !important;
}
.oxel_reviewbox__image_wrapper__image {
max-width:1000px;
height:100%;
}
.oxel_reviewbox__image_wrapper {
width:200px;
overflow:hidden;
text-align:center;
border-radius:50%;
border-top-color:#f9f9fa;
border-right-color:#f9f9fa;
border-bottom-color:#f9f9fa;
border-left-color:#f9f9fa;
border-top-width:8px;
border-right-width:8px;
border-bottom-width:8px;
border-left-width:8px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
height:200px;
flex-shrink:0;
margin-right:16px;
}
.oxel_reviewbox__image_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__image_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__image_wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.oxel_reviewbox__image_wrapper {
margin-bottom:32px;
margin-left:auto;
margin-right:auto;
}
}
@media (max-width: 479px) {
.oxel_reviewbox__image_wrapper {
margin-bottom:32px;
margin-left:auto;
margin-right:auto;
}
}
.oxel_reviewbox__details_wrapper {
padding-left:0px;
flex-grow:1;
}
@media (max-width: 767px) {
.oxel_reviewbox__details_wrapper {
text-align:center;
padding-left:0px;
}
.oxel_reviewbox__details_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__details_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
.oxel_reviewbox__details_wrapper {
padding-left:0px;
}
}
.oxel_reviewbox__details_wrapper__name {
font-weight:600;
text-transform:uppercase;
font-size:32px;
color:#374047;
line-height:1.2;
margin-bottom:8px;
}
.oxel_reviewbox__details_wrapper__star_wrapper {
margin-top:8px;
margin-bottom:8px;
}
.oxel_reviewbox__details_wrapper__star_wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__details_wrapper__star_wrapper.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__details_wrapper__star_wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.oxel_reviewbox__star {
color: #7f8b93;}.oxel_reviewbox__star 
>svg {width: 22px;height: 22px;}.oxel_reviewbox__star {
}
.oxel_reviewbox__row {
width:100%;
padding-top:32px;
padding-left:32px;
padding-right:32px;
padding-bottom:32px;
text-align:left;
}
.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
justify-content:flex-start;
}
@media (max-width: 767px) {
.oxel_reviewbox__row {
text-align:center;
}
.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts),
.oxel_reviewbox__row.oxy-easy-posts .oxy-posts,
.oxel_reviewbox__row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
}
.oxel_reviewbox__review_body {
}
@media (max-width: 767px) {
.oxel_reviewbox__review_body {
text-align:left;
}
}
@media (max-width: 479px) {
.oxel_reviewbox__review_body {
text-align:left;
}
}
.oxel_reviewbox {
background-color:#eceeef;
width:100%;
}
.oxel_reviewbox__details_wrapper__title {
font-size:14px;
color:#606e79;
}
.tabs-8932-tab:hover{
background-color:#ffffff;
}
.tabs-8932-tab {
background-color:#eceeef;
padding-top:16px;
padding-bottom:16px;
padding-left:32px;
padding-right:32px;
color:#374047;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
border-top-color:#eceeef;
border-right-color:#eceeef;
border-bottom-color:#eceeef;
border-left-color:#eceeef;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
}
.tabs-8932-tab:not(.ct-section):not(.oxy-easy-posts),
.tabs-8932-tab.oxy-easy-posts .oxy-posts,
.tabs-8932-tab.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 991px) {
.tabs-8932-tab {
border-bottom-style:none;
border-right-color:#dee1e3;
border-right-width:1px;
border-right-style:solid;
}
}
@media (max-width: 479px) {
.tabs-8932-tab {
padding-left:16px;
padding-right:16px;
}
}
.tabs-8932-tab-active {
margin-left:-8px;
background-color:#ffffff;
border-top-color:#dee1e3;
border-right-color:#dee1e3;
border-bottom-color:#dee1e3;
border-left-color:#dee1e3;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:solid;
padding-left:40px;
}
@media (max-width: 991px) {
.tabs-8932-tab-active {
border-top-color:#dee1e3;
border-right-color:#dee1e3;
border-bottom-color:#dee1e3;
border-left-color:#dee1e3;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:none;
border-left-style:solid;
margin-left:0px;
padding-left:032px;
}
}
@media (max-width: 479px) {
.tabs-8932-tab-active {
padding-left:16px;
padding-right:16px;
}
}
.tabs-contents-8932-tab {
}
.oxel_dashboard_tabs {
width:100%;
}
.oxel_dashboard_tabs:not(.ct-section):not(.oxy-easy-posts),
.oxel_dashboard_tabs.oxy-easy-posts .oxy-posts,
.oxel_dashboard_tabs.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
@media (max-width: 991px) {
.oxel_dashboard_tabs {
}
.oxel_dashboard_tabs:not(.ct-section):not(.oxy-easy-posts),
.oxel_dashboard_tabs.oxy-easy-posts .oxy-posts,
.oxel_dashboard_tabs.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.oxel_dashboard_tabs__tab_icon {
color: #7f8b93;}.oxel_dashboard_tabs__tab_icon 
>svg {width: 18px;height: 18px;}.oxel_dashboard_tabs__tab_icon {
margin-right:8px;
}
@media (max-width: 767px) {
.oxel_dashboard_tabs__tab_icon {
margin-right:0px;
}
}
.oxel_dashboard_tabs__tab_label {
line-height:1;
font-size:14px;
text-transform:uppercase;
}
@media (max-width: 767px) {
.oxel_dashboard_tabs__tab_label {
}
.oxel_dashboard_tabs__tab_label:not(.ct-section):not(.oxy-easy-posts),
.oxel_dashboard_tabs__tab_label.oxy-easy-posts .oxy-posts,
.oxel_dashboard_tabs__tab_label.ct-section .ct-section-inner-wrap{
display:none;
flex-direction:unset;
}
}
.oxel_dashboard_tabs__tab {
}
.oxel_dashboard_tabs__tab_content_container {
width:75%;
border-top-color:#dee1e3;
border-right-color:#dee1e3;
border-bottom-color:#dee1e3;
border-left-color:#dee1e3;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:none;
overflow:hidden;
}
@media (max-width: 991px) {
.oxel_dashboard_tabs__tab_content_container {
width:100%;
border-top-color:#dee1e3;
border-right-color:#dee1e3;
border-bottom-color:#dee1e3;
border-left-color:#dee1e3;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
}
}
.oxel_dashboard_tabs__tab_content--hidden {
}
.oxel_dashboard_tabs__tab_content--hidden:not(.ct-section):not(.oxy-easy-posts),
.oxel_dashboard_tabs__tab_content--hidden.oxy-easy-posts .oxy-posts,
.oxel_dashboard_tabs__tab_content--hidden.ct-section .ct-section-inner-wrap{
display:none;
flex-direction:unset;
}
.oxel_back_to_top_container:hover{
transform:scale(1.1,1.1) translateY(-3px); background-color:#efa15d;
}
.oxel_back_to_top_container {
width:42px;
height:42px;
border-radius:4px;
background-color:#f58220;
position:fixed;
z-index:1500;
right:32px;
bottom:32px;
text-align:center;
overflow:hidden;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
box-shadow:0px 4px 17px -10px #1e1e1e;
}
.oxel_back_to_top_container:not(.ct-section):not(.oxy-easy-posts),
.oxel_back_to_top_container.oxy-easy-posts .oxy-posts,
.oxel_back_to_top_container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.oxel_back_to_top_icon {
color: #ffffff;}.oxel_back_to_top_icon 
>svg {width: 23px;height: 23px;}.oxel_back_to_top_icon {
}
.footer-credential {
width:100%;
padding-top:5px;
padding-bottom:5px;
text-align:justify;
color:#cccccc;
padding-left:20px;
padding-right:20px;
}
.footer-credential:not(.ct-section):not(.oxy-easy-posts),
.footer-credential.oxy-easy-posts .oxy-posts,
.footer-credential.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 767px) {
.footer-credential {
text-align:justify;
}
.footer-credential:not(.ct-section):not(.oxy-easy-posts),
.footer-credential.oxy-easy-posts .oxy-posts,
.footer-credential.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.footer-credential-owner {
padding-right:10px;
}
@media (max-width: 767px) {
.footer-credential-owner {
padding-right:0px;
padding-bottom:5px;
}
}
.footer-credential-author {
padding-left:10px;
}
@media (max-width: 767px) {
.footer-credential-author {
padding-left:0px;
padding-bottom:5px;
}
}
.btn:hover{
text-decoration:none;
}
.btn {
text-align:center;
padding-top:0.5rem;
padding-right:1rem;
padding-bottom:0.5rem;
padding-left:1rem;
font-size:1.1rem;
border-radius:0.25rem;
transition-duration:0.15s;
line-height:1.5;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
text-decoration:none;
font-weight:600;
}
.btn:not(.ct-section):not(.oxy-easy-posts),
.btn.oxy-easy-posts .oxy-posts,
.btn.ct-section .ct-section-inner-wrap{
display:inline-block;
}
.btn-primary:hover{
color:#ffffff;
background-color:#efa15d;
}
.btn-primary {
color:#f4f4f4;
background-color:#f58220;
}
.btn-secondary:hover{
background-color:#5a6268;
}
.btn-secondary {
background-color:#6c757d;
color:#ffffff;
}
.header-contact:hover{
opacity:0.7;
}
.header-contact {
background-image: linear-gradient(#f2f2f2, #ebebeb, #dddbdb); line-height:1;
transition-duration:0.2s;
width:40px;
height:40px;
text-align:center;
border-left-style:solid;
border-left-width:1px;
border-left-color:#f2f2f2;
}
.header-contact:not(.ct-section):not(.oxy-easy-posts),
.header-contact.oxy-easy-posts .oxy-posts,
.header-contact.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
flex-wrap:nowrap;
align-items:center;
justify-content:center;
}
.header-contact-icon {
color: #7c7c7c;}.header-contact-icon 
>svg {width: 20px;height: 20px;}.header-contact-icon {
}
.header-contact-text {
color:#ffffff;
font-size:16px;
}
.layout-max-width {
width:100%;
max-width:1120px;
}
.layout-full-width {
width:100%;
}
.layout-full-width:not(.ct-section):not(.oxy-easy-posts),
.layout-full-width.oxy-easy-posts .oxy-posts,
.layout-full-width.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.footer-columns {
padding-left:20px;
padding-right:20px;
padding-bottom:35px;
}
.footer-columns:not(.ct-section):not(.oxy-easy-posts),
.footer-columns.oxy-easy-posts .oxy-posts,
.footer-columns.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
justify-content:center;
}
@media (max-width: 767px) {
.footer-columns {
text-align:center;
}
.footer-columns:not(.ct-section):not(.oxy-easy-posts),
.footer-columns.oxy-easy-posts .oxy-posts,
.footer-columns.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.footer-columns-item {
width:30%;
padding-top:25px;
padding-right:25px;
padding-bottom:25px;
padding-left:25px;
}
@media (max-width: 991px) {
.footer-columns-item {
width:50%;
}
}
@media (max-width: 767px) {
.footer-columns-item {
width:100%;
}
.footer-columns-item:not(.ct-section):not(.oxy-easy-posts),
.footer-columns-item.oxy-easy-posts .oxy-posts,
.footer-columns-item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.footer {
background-color:#000000;
color:#cccccc;
}
.footer:not(.ct-section):not(.oxy-easy-posts),
.footer.oxy-easy-posts .oxy-posts,
.footer.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.footer-credential-section {
background-color:#353535;
}
.footer-contact:hover{
opacity:1;
}
.footer-contact {
opacity:0.8;
transition-duration:0.2s;
margin-top:5px;
margin-bottom:5px;
}
.footer-contact:not(.ct-section):not(.oxy-easy-posts),
.footer-contact.oxy-easy-posts .oxy-posts,
.footer-contact.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
}
.footer-contact-icon {
color: #ffffff;}.footer-contact-icon 
>svg {width: 32px;height: 32px;}.footer-contact-icon {
margin-right:8px;
}
.footer-contact-text {
color:#ffffff;
}
.footer-contact-box {
margin-top:1em;
margin-bottom:1em;
}
.footer-contact-box:not(.ct-section):not(.oxy-easy-posts),
.footer-contact-box.oxy-easy-posts .oxy-posts,
.footer-contact-box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
.footer-contact-more {
font-size:14px;
}
.header-shadow {
}
.page-contact-contact:hover{
opacity:0.7;
}
.page-contact-contact {
margin-top:4px;
margin-bottom:4px;
transition-duration:0.2s;
}
.page-contact-contact:not(.ct-section):not(.oxy-easy-posts),
.page-contact-contact.oxy-easy-posts .oxy-posts,
.page-contact-contact.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
}
.page-contact-contact-icon {
color: #000000;}.page-contact-contact-icon 
>svg {width: 36px;height: 36px;}.page-contact-contact-icon {
margin-right:10px;
}
.page-contact-contact-text {
color:#000000;
font-weight:600;
font-size:20px;
}
.page-contact-contact-box {
padding-bottom:1em;
padding-top:0.5em;
}
.page-contact-contact-box:not(.ct-section):not(.oxy-easy-posts),
.page-contact-contact-box.oxy-easy-posts .oxy-posts,
.page-contact-contact-box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
.map {
width:100%;
height:200px;
}
.box-shadow {
box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}
.contact-form7 {
width:100%;
padding-left:25px;
padding-top:25px;
padding-right:25px;
padding-bottom:25px;
color:#404040;
border-radius:8px;
background-color:#e8e8e8;
}
.btn-full {
width:100%;
}
.red {
color:#dc3545;
}
.green {
color:#28a745;
}
.btn-lg {
padding-top:0.5em;
padding-right:1em;
padding-bottom:0.5em;
padding-left:1em;
line-height:1.5;
font-size:1.25em;
}
.post {
}
.post-hero {
background-size: cover; width:100%;
text-align:center;
height:350px;
background-position:50% 50%;
text-shadow:2px 2px 3px rgba(0,0,0,0.22);
}
.post-hero:not(.ct-section):not(.oxy-easy-posts),
.post-hero.oxy-easy-posts .oxy-posts,
.post-hero.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.post-title {
margin-bottom:0px;
color:#ffffff;
}
.oxy-stock-content-styles {
}
.post-content {
width:100%;
padding-left:20px;
padding-right:20px;
padding-top:16px;
}
.btn-success:hover{
background-color:#218838;
color:#ffffff;
}
.btn-success {
background-color:#28a745;
color:#ffffff;
}
.btn-danger:hover{
color:#ffffff;
background-color:#c82333;
}
.btn-danger {
background-color:#dc3545;
color:#ffffff;
}
.p-contact-infobox {
width:31%;
margin-left:1%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
background-color:#ffffff;
padding-top:25px;
padding-right:25px;
padding-bottom:25px;
padding-left:25px;
border-radius:8px;
}
.p-contact-infobox:not(.ct-section):not(.oxy-easy-posts),
.p-contact-infobox.oxy-easy-posts .oxy-posts,
.p-contact-infobox.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
@media (max-width: 991px) {
.p-contact-infobox {
width:48%;
}
}
@media (max-width: 767px) {
.p-contact-infobox {
width:100%;
margin-top:0px;
margin-right:0px;
margin-bottom:1em;
margin-left:0px;
}
}
.p-contact-infobox-icon {
color: #231f20;}.p-contact-infobox-icon 
>svg {width: 30px;height: 30px;}.p-contact-infobox-icon {
margin-right:15px;
width:30px;
}
.p-contact-infobox-icon-box {
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-top-color:#231f20;
border-right-color:#231f20;
border-bottom-color:#231f20;
border-left-color:#231f20;
border-radius:50px;
width:40px;
height:40px;
margin-right:20px;
}
.p-contact-infobox-icon-box:not(.ct-section):not(.oxy-easy-posts),
.p-contact-infobox-icon-box.oxy-easy-posts .oxy-posts,
.p-contact-infobox-icon-box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
}
.p-contact-infobox-content {
}
.tabs-5725-tab {
}
.tabs-5725-tab-active {
border-top-style:solid;
border-top-color:#f58220;
border-top-width:1px;
border-right-style:solid;
border-right-color:#f58220;
border-right-width:1px;
border-left-color:#f58220;
border-left-width:1px;
border-left-style:solid;
border-bottom-style:none;
background-color:#f58220;
color:#ffffff;
}
.tabs-contents-5725-tab {
border-top-style:solid;
border-top-color:#f58220;
border-top-width:1px;
}
.product-detail-heading {
background-color:#f58220;
color:#ffffff;
width:100%;
padding-left:18px;
padding-right:18px;
padding-bottom:10px;
padding-top:10px;
font-size:22px;
margin-bottom:0px;
}
.product-detail-sidebar-box {
width:100%;
margin-bottom:1em;
}
.product-detail-sidebar-box:not(.ct-section):not(.oxy-easy-posts),
.product-detail-sidebar-box.oxy-easy-posts .oxy-posts,
.product-detail-sidebar-box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
.onas-link:hover{
text-decoration:none;
box-shadow:0px 0px 1px rgba(0,0,0,0.15);
}
.onas-link {
width:18%;
margin-left:1%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
background-color:#ffffff;
border-radius:3px;
padding-top:25px;
padding-right:15px;
padding-bottom:25px;
padding-left:15px;
text-decoration:none;
transition-duration:0.3s;
line-height:1.2;
box-shadow:5px 5px 10px rgba(0,0,0,0.15);
}
.onas-link:not(.ct-section):not(.oxy-easy-posts),
.onas-link.oxy-easy-posts .oxy-posts,
.onas-link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
}
@media (max-width: 991px) {
.onas-link {
width:23%;
}
}
@media (max-width: 767px) {
.onas-link {
width:48%;
}
}
.onas-link-text {
font-size:20px;
font-weight:600;
}
@media (max-width: 479px) {
.onas-link-text {
font-size:18px;
}
}
.onas-link-image {
height:60px;
margin-bottom:10px;
}
@media (max-width: 479px) {
.onas-link-image {
height:50px;
}
}
.onas-row {
width:100%;
}
.onas-row:not(.ct-section):not(.oxy-easy-posts),
.onas-row.oxy-easy-posts .oxy-posts,
.onas-row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
@media (max-width: 991px) {
.onas-row {
}
.onas-row:not(.ct-section):not(.oxy-easy-posts),
.onas-row.oxy-easy-posts .oxy-posts,
.onas-row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.onas-colmn-image {
width:400px;
margin-left:20px;
margin-top:1em;
}
@media (max-width: 991px) {
.onas-colmn-image {
margin-left:0px;
width:auto;
}
}
.row-infinite {
width:100%;
}
.row-infinite:not(.ct-section):not(.oxy-easy-posts),
.row-infinite.oxy-easy-posts .oxy-posts,
.row-infinite.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:stretch;
justify-content:space-around;
}
.row-infinite-col-50 {
width:48%;
margin-left:1%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
}
.post-buttons {
}
.hp-posts {
width:100%;
}
.hp-posts:not(.ct-section):not(.oxy-easy-posts),
.hp-posts.oxy-easy-posts .oxy-posts,
.hp-posts.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:stretch;
}
.hp-posts-item:hover{
text-decoration:none;
}
.hp-posts-item {
width:23%;
margin-left:1%;
background-color:#ffffff;
transition-duration:0.3s;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
}
.hp-posts-item:not(.ct-section):not(.oxy-easy-posts),
.hp-posts-item.oxy-easy-posts .oxy-posts,
.hp-posts-item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
}
@media (max-width: 991px) {
.hp-posts-item {
width:48%;
}
}
@media (max-width: 479px) {
.hp-posts-item {
width:100%;
margin-top:10px;
margin-right:0px;
margin-bottom:10px;
margin-left:0px;
}
}
.hp-posts-item-image {
object-fit:cover;
object-position:center;
width:100%;
height:160px;
}
.hp-posts-item-content {
color:#231f20;
font-weight:600;
line-height:1.2;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
}
.ep {
}
.p-products-item:hover{
opacity:0.6;
}
.p-products-item {
width:48%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
margin-left:1%;
transition-duration:0.3s;
}
.p-products-item:not(.ct-section):not(.oxy-easy-posts),
.p-products-item.oxy-easy-posts .oxy-posts,
.p-products-item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 991px) {
.p-products-item {
width:100%;
}
}
.p-products-item-brand {
width:48%;
}
@media (max-width: 479px) {
.p-products-item-brand {
width:49%;
}
}
.p-products-item-bw {
width:48%;
}
@media (max-width: 479px) {
.p-products-item-bw {
width:49%;
}
}
.product-page-image-list {
width:100%;
}
.product-page-image-list:not(.ct-section):not(.oxy-easy-posts),
.product-page-image-list.oxy-easy-posts .oxy-posts,
.product-page-image-list.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
}
.product-page-image-list-item {
}
.hp-brand:hover{
opacity:0.6;
}
.hp-brand {
width:19%;
transition-duration:0.3s;
}
@media (max-width: 767px) {
.hp-brand {
width:42%;
margin-top:1%;
margin-bottom:1%;
}
}
@media (max-width: 479px) {
.hp-brand {
margin-left:0px;
margin-right:0px;
width:46%;
}
}
.hp-brand-image {
}
.hp-brand-image__nolink {
width:23%;
margin-left:1%;
margin-right:1%;
}
@media (max-width: 767px) {
.hp-brand-image__nolink {
width:46%;
margin-left:2%;
margin-right:2%;
}
}
@media (max-width: 479px) {
.hp-brand-image__nolink {
margin-left:0px;
margin-right:0px;
}
}
.archive-brand {
width:31%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
margin-left:1%;
box-shadow:5px 5px 10px rgba(0,0,0,0.19);
}
.archive-brand:not(.ct-section):not(.oxy-easy-posts),
.archive-brand.oxy-easy-posts .oxy-posts,
.archive-brand.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 991px) {
.archive-brand {
width:48%;
}
}
@media (max-width: 767px) {
.archive-brand {
width:100%;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:2em;
}
}
.archive-brand-image {
background-color:#ffffff;
max-width:100%;
height:150px;
margin-bottom:auto;
}
@media (max-width: 767px) {
.archive-brand-image {
width:80%;
height:auto;
}
}
.archive-brand-list {
width:100%;
padding-left:10px;
padding-right:10px;
}
.toggle-container {
width:100%;
}
.toggle-trigger:hover{
text-decoration:none;
opacity:0.6;
}
.toggle-trigger {
width:100%;
text-decoration:none;
padding-top:1em;
padding-bottom:1em;
background-color:#f2f2f2;
font-weight:700;
transition-duration:0.3s;
}
.toggle-trigger:not(.ct-section):not(.oxy-easy-posts),
.toggle-trigger.oxy-easy-posts .oxy-posts,
.toggle-trigger.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
}
.archive-brand-image-box {
width:100%;
transition-duration:0.3s;
}
.archive-brand-image-box:not(.ct-section):not(.oxy-easy-posts),
.archive-brand-image-box.oxy-easy-posts .oxy-posts,
.archive-brand-image-box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.search-box {
background-color:#f2f2f2;
border-radius:15px;
padding-top:25px;
padding-right:35px;
padding-bottom:25px;
padding-left:35px;
}
.search-box:not(.ct-section):not(.oxy-easy-posts),
.search-box.oxy-easy-posts .oxy-posts,
.search-box.ct-section .ct-section-inner-wrap{
display:flex;
}
.search-box-heading {
font-size:28px;
}
.oxy-close-modal:hover{
opacity:0.4;
}
.oxy-close-modal {
position:absolute;
right:0px;
top:0px;
width:40px;
height:40px;
transition-duration:0.3s;
cursor: pointer;
}
.oxy-close-modal:not(.ct-section):not(.oxy-easy-posts),
.oxy-close-modal.oxy-easy-posts .oxy-posts,
.oxy-close-modal.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
}
.tabs-6761-tab {
border-top-color:#f58220;
border-right-color:#f58220;
border-bottom-color:#f58220;
border-left-color:#f58220;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
mix-blend-mode:color;
}
.tabs-6761-tab-active {
}
.tabs-contents-6761-tab {
}
.courses {
}
.courses-header {
width:100%;
background-color:#f58220;
padding-left:15px;
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
}
.courses-header-heading {
margin-bottom:0px;
font-size:18px;
color:#ffffff;
}
.tabs-1898-tab {
color:#f58220;
border-bottom-style:solid;
border-bottom-color:#f58220;
border-bottom-width:1px;
}
.tabs-1898-tab-active {
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#f58220;
border-right-color:#f58220;
border-bottom-color:#f58220;
border-left-color:#f58220;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:0px;
border-left-width:1px;
border-top-left-radius:5px;
border-top-right-radius:5px;
background-color:#ffffff;
}
.tabs-contents-1898-tab {
padding-left:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
}
.courses-accordion-icon {
color: #ffffff;}.courses-accordion-icon 
>svg {width: 24px;height: 24px;}.courses-accordion-icon {
}
.courses-accordion-row {
background-color:#f58220;
color:#ffffff;
}
.courses-accordion-arrow {
color: #ffffff;}.courses-accordion-arrow 
>svg {width: 24px;height: 24px;}.courses-accordion-arrow {
}
.courses-accordion-content-item {
width:100%;
padding-top:6px;
padding-bottom:6px;
border-bottom-style:solid;
border-bottom-color:#ebebeb;
border-bottom-width:1px;
}
.courses-accordion-content-item:not(.ct-section):not(.oxy-easy-posts),
.courses-accordion-content-item.oxy-easy-posts .oxy-posts,
.courses-accordion-content-item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 479px) {
.courses-accordion-content-item {
text-align:center;
padding-bottom:14px;
padding-top:14px;
}
.courses-accordion-content-item:not(.ct-section):not(.oxy-easy-posts),
.courses-accordion-content-item.oxy-easy-posts .oxy-posts,
.courses-accordion-content-item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
}
.courses-accordion-content-status {
}
.courses-accordion-content-status:not(.ct-section):not(.oxy-easy-posts),
.courses-accordion-content-status.oxy-easy-posts .oxy-posts,
.courses-accordion-content-status.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.status-full {
color: #dc3545;}.status-full 
>svg {width: 27px;height: 27px;}.status-full {
margin-right:8px;
}
.status-empty {
color: #dc3545;}.status-empty 
>svg {width: 27px;height: 27px;}.status-empty {
margin-right:8px;
}
.courses-accordion-content-items {
}
.tabs-5333-tab {
}
.tabs-5333-tab-active {
}
.tabs-contents-5333-tab {
}
.toggle-2020 {
}
.toggle-2020-expanded {
}
.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
z-index: 10!important;
}
.footer-credential-author a {
color: #ccc;
text-decoration: none;
}
.header-shadow {
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
.ct-new-columns > .ct-div-block {
padding-left: 0px;
padding-right: 0px;
}
.footer .oxy-nav-menu ul {
align-items: center;
}
}.contact-form7 {
text-align: left;
font-size: 1em;
}
.contact-form7 label {
font-size: 1em;
}
.contact-form7 input[type=text], .contact-form7 input[type=email], .contact-form7 input[type=tel], .contact-form7 textarea{
width: 100%;
padding: 16px 20px;
margin: 8px 0;
display: inline-block;
border: none;
border-radius: 4px;
box-sizing: border-box;
resize:vertical;
font-size: 1em;
font-family: 'Open Sans', Arial;
line-height: 1.4;
}
.contact-form7 input[type=submit] {
box-sizing: border-box;
cursor: pointer;
border: 0;
}
.contact-form7 select {
background: #fff;
width: 100%;
padding: 16px 20px;
margin: 8px 0;
display: inline-block;
border: none;
border-radius: 4px;
box-sizing: border-box;
resize: vertical;
font-size: 1em;
}
.contact-form7 .eazycfc-hide {
visibility: hidden;
}
.contact-form7 .wpcf7-list-item {
margin: 0 0 16px;
}
.contact-form7 textarea:focus, .contact-form7 input:focus{
outline: none;
}.article img {
transition: transform 0.3s ease-in-out;
}
.article:hover img {
transform: scale(1.15);
}
.hp-posts-item {box-shadow: rgba(0, 0, 0, 0.65) 0px 25px 16px -10px}
.hp-posts-item:hover {box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 0px}
.ep .oxy-posts {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}#layout-breadcrumbs a {
color: #7c7c7c;
transition: opacity 0.3s;
}
#layout-breadcrumbs a:hover {opacity: 0.6;}
.logo-znacky-produktu img {max-width: 100%;}
#product-video iframe, #product-video-2 iframe {
max-width: 100%;
}
#product-video-2 span {width: 100%;}
#reference .oxy-posts {
display: flex;
flex-direction: row;
flex-wrap: wrap;
column-count: unset;
column-gap: unset;
}
#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
background: linear-gradient(to bottom, #fefefe, #f2f2f2, #e6e6e6);
transition: 0s;
}
#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item .sub-menu a {
transition: 0s;
filter: brightness(95%);
}
#_nav_menu-27-12.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
background: linear-gradient(to bottom, #efefef, #eeeeee, #cfcfcf);
}
img {max-width: 100%;}
p, .oxy-rich-text p:first-child, .oxy-rich-text p:last-child  {
margin-block-start: 1em;
margin-block-end: 1em;
}
.post-buttons a {
color: #f4f4f4;
background-color: #f58220;
text-align: center;
padding-top: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.1rem;
border-radius: 0.25rem;
transition-duration: 0.15s;
line-height: 1.5;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-decoration: none;
font-weight: 600;
display: inline-block;
}
.post-buttons a:hover {
color: #ffffff;
background-color: #efa15d;
} .flickity-page-dots {
display: none;
}
.carousel-cell img {
display: block;
height: auto;
max-width: 100%;
}
#_header_row-21-12 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #ffffff;
box-shadow: 2px 2px 10px #00000030;
}
iframe[src*="vimeo.com"], iframe[src*="youtube.com"] {
width: 100%;
aspect-ratio: 16 / 9;
height: auto; 
}
.product-gallery-container {
max-width: 100%!important;
margin: 0 auto;
}
.splide__slide img {
width: 100%;
height: auto;
display: block;
}
.splide__slide {
opacity: 0.5;
cursor: pointer;
transition: opacity 0.3s ease;
border: 2px solid transparent;
}
.splide__slide.is-active {
opacity: 1;
}
.splide__slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.archive-brand-list {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
}
.toggle-trigger {
cursor: pointer;
}
.toggle-trigger::after {
content: '▼';
display: inline-block;
margin-left: 8px;
font-size: 0.8em;
transition: transform 0.3s ease-out;
}
.toggle-trigger.is-active::after {
transform: rotate(180deg);
}
.archive-brand-image-box {cursor: pointer;}
#modal-search {
display: flex;
align-items: center;
justify-content: center;
}
#modal-search input[type=submit] {
padding-top: 0.5em;
padding-right: 1em;
padding-bottom: 0.5em;
padding-left: 1em;
line-height: 1.5;
font-size: 1.25em;
color: #f4f4f4;
background-color: #f58220;
border: 1px solid #f58220;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
transition-duration: 0.15s;
}
#modal-search input[type=search] {
padding-top: 0.5em;
padding-right: 1em;
padding-bottom: 0.5em;
padding-left: 1em;
line-height: 1.5;
font-size: 1.25em;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
transition-duration: 0.15s;
border-right: none;
margin-right: -3px;
}
#code_block-4-297 .category-group:last-child {border-bottom: none;}
#code_block-4-297 .category-group {border-bottom: 1px solid #e8e8e8;}
.courses-accordion-content-item p:first-child, .courses-accordion-content-item p:last-child {
margin-block-start: 0;
margin-block-end: 0;
}
.courses-accordion-content-items .courses-accordion-content-item:last-child {
border-bottom: 0px
}
.oxy-rich-text ul li::marker {
color: #f58220;
font-size: 1.2em;
}
.oxy-rich-text ul {
list-style-type: square;
}
.category-name .category-description {
font-weight: 400;
font-size: 14px;
}
.product-detail-brand{
width:100%;
}
.category-descriptio{
}
.category-group{
padding-top:20px;
padding-bottom:20px;
}
.search-post-image{
background-size: cover; background-color:#f4f4f4;
width:200px;
height:150px;
margin-right:20px;
flex-shrink:0;
background-position:50% 50%;
}
.search-post:hover{
opacity:0.6;
color:#000000;
text-decoration:none;
}
.search-post{
display:flex;
padding-top:20px;
padding-bottom:20px;
color:#231f20;
transition-duration:0.3s;
text-decoration:none;
align-items:center;
}
.archive-item-name{
font-weight:700;
}
.archive-item-link{
}
.archive-item{
display:flex;
flex-direction:column;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
align-items:flex-start;
}
.category-name{
text-decoration:none;
color:#231f20;
font-size:20px;
font-weight:700;
text-align:center;
line-height:1.2;
padding-top:10px;
padding-bottom:10px;
margin-top:auto;
}
.category-item:hover{
text-decoration:none;
opacity:0.7;
box-shadow:0px 25px 5px -30px rgba(0,0,0,0.25);
}
.category-item{
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
text-decoration:none;
width:23%;
margin-left:1%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
transition-duration:0.3s;
padding-left:5px;
padding-right:5px;
box-shadow:0px 25px 16px -20px rgba(0,0,0,0.65);
}
.category-image{
width:100%;
height:auto;
}
.category{
width:100%;
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.znacka-item-image{
}
.znacka-item:hover{
opacity:0.6;
}
.znacka-item{
width:23%;
margin-bottom:1%;
margin-top:1%;
margin-right:1%;
margin-left:1%;
display:flex;
align-items:center;
justify-content:center;
transition-duration:0.3s;
}
.seznam-znacek-logotypy{
display:flex;
flex-wrap:wrap;
flex-direction:row;
}
.post-reference-image{
max-width:100%;
}
.post-reference:hover{
text-decoration:none;
color:#231f20;
}
.post-reference{
display:flex;
flex-direction:column;
justify-content:flex-start;
color:#231f20;
text-decoration:none;
width:23%;
margin-bottom:2%;
margin-top:2%;
margin-right:1%;
margin-left:1%;
text-align:center;
}
.article-image{
position:absolute;
width:100%;
display:flex;
align-items:center;
justify-content:center;
}
.article-more{
background-color:rgba(255,255,255,0.89);
padding-left:10px;
padding-top:14px;
padding-right:10px;
padding-bottom:14px;
width:100%;
position:absolute;
bottom:0px;
text-align:center;
color:#000000;
font-size:1.1em;
font-weight:700;
}
.article-title{
background-color:rgba(255,255,255,0.95);
width:80%;
padding-top:10px;
padding-right:20px;
padding-bottom:10px;
padding-left:20px;
text-align:center;
color:#000000;
font-weight:700;
line-height:1.2;
font-size:1.2em;
border-radius:10px;
position:relative;
}
.article:hover{
text-decoration:none;
}
.article{
width:31%;
margin-left:1%;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
position:relative;
border-radius:10px;
transition-duration:0.3s;
height:300px;
overflow:hidden;
text-decoration:none;
box-shadow:2px 2px 15px rgba(0,0,0,0.13);
}
@media (max-width: 991px) {
.article{
width:48%;
}
}
@media (max-width: 767px) {
.article{
width:100%;
margin-top:0px;
margin-right:0px;
margin-bottom:1em;
margin-left:0px;
}
}
@media (max-width: 991px) {
.post-reference{
width:31%;
}
}
@media (max-width: 767px) {
.post-reference{
width:48%;
}
}
@media (max-width: 991px) {
.znacka-item{
width:48%;
}
}
@media (max-width: 1120px) {
.category-item{
width:31%;
}
}
@media (max-width: 767px) {
.category-item{
width:48%;
}
}
@media (max-width: 991px) {
.category-name{
font-size:14px;
}
}
@media (max-width: 767px) {
.search-post{
flex-direction:column;
display:flex;
align-items:flex-start;
}
}
@media (max-width: 767px) {
.search-post-image{
width:100%;
height:160px;
margin-right:0px;
margin-bottom:10px;
}
}
@media (max-width: 767px) {
.product-detail-brand{
height:200px;
width:auto;
}
}