.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;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}#div_block-392-148{justify-items:center;align-items:center;grid-template-columns:repeat(3,minmax(1px,1fr));grid-column-gap:15px;grid-row-gap:0px;width:100%;margin-bottom:80px;display:grid;margin-left:auto;margin-right:auto;max-width:800px}#div_block-478-148{background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/08/Structured-to-Support-Regrowth.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%}#div_block-484-148{background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/07/Surgery.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%}#div_block-488-148{background-image:url(https://meshworksimplants.com/wp-content/uploads/2022/05/Timeline-2.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%}@media (max-width:767px){#div_block-392-148{align-items:stretch;grid-template-columns:repeat(1,minmax(1px,1fr));grid-column-gap:5px;grid-row-gap:5px;display:grid;margin-bottom:40px;margin-left:auto;margin-right:auto;align-items:center;text-align:center;width:95%}}#section-1-39 > .ct-section-inner-wrap{max-width:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}#section-1-39{display:block}#section-1-39{text-align:justify;border-bottom-color:#e2e2e2;border-bottom-width:1px;border-bottom-style:solid;top:0px;left:0px;z-index:9;background-color:#ffffff;position:fixed;box-shadow:0px 0px 5px rgba(0,0,0,0.1)}#section-42-39 > .ct-section-inner-wrap{max-width:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#section-42-39{border-top-color:#e2e2e2;border-right-color:#e2e2e2;border-bottom-color:#e2e2e2;border-left-color:#e2e2e2;border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid}@media (max-width:991px){#section-42-39 > .ct-section-inner-wrap{padding-top:40px;padding-bottom:40px}}#div_block-4-39{flex-direction:row;display:flex;align-items:center}#div_block-247-39{display:flex;height:100%;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left}#div_block-251-39{background-image:url(https://meshworksimplants.com/wp-content/uploads/2024/04/Lower-Limb-Implants.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%}#div_block-257-39{background-image:url(https://meshworksimplants.com/wp-content/uploads/2023/01/Custom-Hand-Wrist-Implants-thumb-1.jpg);background-size:cover;background-repeat:no-repeat}#div_block-10-39{flex-direction:row;display:flex;align-items:center}#div_block-93-39{flex-direction:row;display:flex;align-items:center;margin-left:20px}#div_block-31-39{flex-direction:row;display:flex;padding-top:5px;padding-bottom:5px;align-items:center;justify-content:flex-end;margin-right:40px}#div_Mblock-113-39{max-width:94px;transition-duration:0.2s}#div_Mblock-113-39:hover{opacity:0.7;transition-duration:0.2s}#div_block-114-39{padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;align-items:center;text-align:center;justify-content:center}#div_block-44-39{align-items:stretch;grid-template-columns:repeat(2,minmax(200px,1fr));grid-column-gap:20px;grid-row-gap:20px;display:grid;justify-content:space-between;text-align:justify;width:100%;align-items:center;border-top-style:none;margin-top:20px;margin-bottom:20px}#div_block-49-39{flex-direction:row;display:flex;align-items:center}#div_block-46-39{margin-left:20px;margin-right:40px}#div_block-47-39{display:flex;align-items:center;flex-direction:row}#div_block-108-39{flex-direction:row;display:flex;align-items:center;max-width:250px}#div_block-56-39{margin-right:40px;align-items:center;flex-direction:row;display:flex;justify-content:flex-end}#div_block-389-39{margin-right:20px}#div_block-328-39{flex-direction:row;display:flex}#div_block-123-39{width:100%;height:100vh;align-items:center;text-align:center;justify-content:center}#div_block-131-39{flex-direction:column;display:flex;text-align:center;align-items:center}#div_block-268-39{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding-top:20px;padding-bottom:20px;border-top-color:rgba(255,255,255,0.25);border-top-width:1px;border-top-style:solid;border-bottom-color:rgba(255,255,255,0.25);border-bottom-width:1px;border-bottom-style:solid;width:100%;padding-left:20px;padding-right:20px}#div_block-288-39{flex-direction:row;display:flex;align-items:center}#div_block-266-39{margin-top:40px;width:100%}#div_block-296-39{margin-bottom:10px;width:100%}#div_block-301-39{width:100%}#div_block-158-39{align-items:center;text-align:center;margin-top:40px}#div_block-87-39{margin-top:20px;margin-left:20px;margin-right:20px;margin-bottom:20px}#div_block-89-39{margin-left:80px;margin-right:80px;margin-bottom:60px;margin-top:20px;max-width:400px;align-items:center;text-align:center}#div_block-107-39{align-items:center;text-align:center}#div_block-315-39{margin-left:80px;margin-right:80px;margin-bottom:60px;margin-top:20px;max-width:400px;align-items:center;text-align:center}#div_block-343-39{flex-direction:column;display:flex;text-align:center;align-items:center;max-width:500px;margin-top:40px}#div_block-346-39{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding-top:20px;padding-bottom:20px;border-top-color:rgba(255,255,255,0.25);border-top-width:1px;border-top-style:solid;border-bottom-color:rgba(255,255,255,0.25);border-bottom-width:1px;border-bottom-style:solid;width:100%;padding-left:20px;padding-right:20px}#div_block-357-39{flex-direction:row;display:flex;align-items:center}#div_block-366-39{margin-top:20px;width:100%}#div_block-367-39{margin-bottom:10px;width:100%}#div_block-370-39{width:100%}#div_block-373-39{align-items:center;text-align:center;margin-top:20px}@media (max-width:1120px){#div_block-31-39{margin-left:0px;text-align:right;flex-direction:column;display:flex;margin-right:0px}}@media (max-width:1120px){#div_block-288-39{display:none}}@media (max-width:1120px){#div_block-357-39{display:none}}@media (max-width:991px){#div_block-247-39{display:none}}@media (max-width:991px){#div_block-93-39{display:none}}@media (max-width:991px){#div_block-116-39{height:1px;width:100%;background-color:#252525}}@media (max-width:991px){#div_block-117-39{height:1px;width:100%;background-color:#252525}}@media (max-width:991px){#div_block-44-39{display:flex;flex-direction:column}}@media (max-width:991px){#div_block-49-39{display:flex;align-items:center;text-align:center;flex-direction:column}}@media (max-width:991px){#div_block-46-39{margin-top:10px;margin-bottom:10px;margin-left:0px;margin-right:0px;text-align:center}}@media (max-width:991px){#div_block-56-39{margin-right:0px;flex-direction:column;display:flex;align-items:center;text-align:center}}@media (max-width:991px){#div_block-389-39{margin-right:0px;margin-bottom:20px}}@media (max-width:991px){#div_block-386-39{text-align:left;align-items:center}}@media (max-width:991px){#div_block-288-39{display:none}}@media (max-width:991px){#div_block-357-39{display:none}}@media (max-width:767px){#div_block-89-39{margin-left:40px;margin-right:40px;margin-bottom:40px;margin-top:0px}}@media (max-width:767px){#div_block-315-39{margin-left:40px;margin-right:40px;margin-bottom:40px;margin-top:0px}}@media (max-width:479px){#div_block-131-39{margin-top:20px;margin-left:20px;margin-right:20px;margin-bottom:20px}}@media (max-width:479px){#div_block-343-39{margin-top:20px;margin-left:20px;margin-right:20px;margin-bottom:20px}}#headline-90-39{margin-bottom:10px;font-size:30px}#headline-316-39{margin-bottom:10px}@media (max-width:767px){#headline-90-39{font-size:25px}}#text_block-383-39{font-weight:800;line-height:1;text-align:center;color:#252525}#text_block-34-39{color:#e2e2e2;font-weight:500;line-height:1;text-align:center}#text_block-60-39{font-size:11px;line-height:1;font-weight:500;color:rgba(37,37,37,0.75);text-align:left}#text_block-64-39{font-size:11px;font-weight:500;text-align:left;line-height:1;color:rgba(37,37,37,0.75)}#text_block-75-39{font-size:12px;color:rgba(37,37,37,0.37);font-weight:400;margin-right:3px}#text_block-329-39{font-size:12px;color:rgba(37,37,37,0.37);font-weight:500}#text_block-91-39{margin-bottom:20px;line-height:1.2;font-size:16px}#text_block-337-39{margin-bottom:20px;line-height:1.4;margin-top:20px;font-size:14px;color:rgba(0,0,0,0.47)}@media (max-width:991px){#text_block-60-39{text-align:center}}@media (max-width:767px){#text_block-91-39{font-size:14px}}#_rich_text-382-39{color:#252525}#_rich_text-37-39{color:#e2e2e2}#_rich_text-348-39{font-size:20px}#_rich_text-352-39{font-size:20px}#link-2-39{padding-right:10px;margin-left:0px;height:100%;border-right-color:#e2e2e2;border-right-width:1px;border-right-style:solid;padding-left:10px}#link-193-39{display:block}#link-381-39{background-color:#ffffff;transition-duration:0.4s;border-top-color:#252525;border-right-color:#252525;border-bottom-color:#252525;border-left-color:#252525;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}#link-381-39:hover{transition-duration:0.4s}#link-32-39{background-color:#252525;transition-duration:0.4s}#link-32-39:hover{background-color:#141414;transition-duration:0.4s}#link-57-39{padding-left:40px;padding-right:20px}#link-62-39{flex-direction:row;text-align:center;display:flex;transition-duration:0.4s}#link-62-39:hover{opacity:0.7;transition-duration:0.4s}#link-391-39{transition-duration:0.3s}#link-391-39:hover{opacity:0.5;transition-duration:0.3s}#link-325-39{font-weight:300}#link-282-39{display:none}#link-297-39{font-size:14px;font-weight:400;padding-top:12px;padding-left:40px;padding-right:40px;padding-bottom:12px;border-radius:8px;letter-spacing:0px;border-top-color:rgba(226,226,226,0.61);border-right-color:rgba(226,226,226,0.61);border-bottom-color:rgba(226,226,226,0.61);border-left-color:rgba(226,226,226,0.61);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;line-height:1;color:rgba(226,226,226,0.61);transition-duration:0.5s;width:100%;box-shadow:2px 2px 5px rgba(0,0,0,0.15)}#link-297-39:hover{transform:translateY(-2px);transition-duration:0.5s;box-shadow:2px 2px 5px rgba(0,0,0,0.3)}#link-302-39{font-size:14px;font-weight:500;background-color:#f1f1f3;padding-top:12px;padding-left:40px;padding-right:40px;padding-bottom:12px;border-radius:8px;letter-spacing:0px;border-top-color:#e0e0e5;border-right-color:#e0e0e5;border-bottom-color:#e0e0e5;border-left-color:#e0e0e5;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;line-height:1;color:#383838;transition-duration:0.5s;width:100%;box-shadow:2px 2px 5px rgba(0,0,0,0.15)}#link-302-39:hover{transform:translateY(-2px);transition-duration:0.5s;box-shadow:2px 2px 5px rgba(0,0,0,0.3)}#link-102-39{font-size:20px}#link-104-39{font-size:20px}#link-340-39{transform:;background-color:#252525;padding-top:8px;padding-left:15px;padding-right:15px;padding-bottom:8px;color:#e9e9e9;font-weight:400;font-size:14px;display:block;width:100%;max-width:250px;border-radius:8px;transition-duration:0.4s;box-shadow:2px 2px 5px rgba(0,0,0,0.1)}#link-340-39:hover{transform:translateY(-2px);transition-duration:0.4s;box-shadow:2px 2px 5px rgba(0,0,0,0.25)}#link-353-39{display:none}#link-360-39{display:none}#link-368-39{font-size:14px;font-weight:400;padding-top:12px;padding-left:40px;padding-right:40px;padding-bottom:12px;border-radius:8px;letter-spacing:0px;border-top-color:rgba(226,226,226,0.61);border-right-color:rgba(226,226,226,0.61);border-bottom-color:rgba(226,226,226,0.61);border-left-color:rgba(226,226,226,0.61);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;line-height:1;color:rgba(226,226,226,0.61);transition-duration:0.5s;width:100%;box-shadow:2px 2px 5px rgba(0,0,0,0.15)}#link-368-39:hover{transform:translateY(-2px);transition-duration:0.5s;box-shadow:2px 2px 5px rgba(0,0,0,0.3)}#link-371-39{font-size:14px;font-weight:500;background-color:#f1f1f3;padding-top:12px;padding-left:40px;padding-right:40px;padding-bottom:12px;border-radius:8px;letter-spacing:0px;border-top-color:#e0e0e5;border-right-color:#e0e0e5;border-bottom-color:#e0e0e5;border-left-color:#e0e0e5;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;line-height:1;color:#383838;transition-duration:0.5s;width:100%;box-shadow:2px 2px 5px rgba(0,0,0,0.15)}#link-371-39:hover{transform:translateY(-2px);transition-duration:0.5s;box-shadow:2px 2px 5px rgba(0,0,0,0.3)}@media (max-width:1120px){#link-2-39{padding-left:20px;padding-right:20px}}@media (max-width:1120px){#link-381-39{margin-bottom:2px}}@media (max-width:1120px){#link-32-39{margin-top:2px}}@media (max-width:1120px){#link-62-39{display:flex;width:100%}}@media (max-width:991px){#link-57-39{padding-left:0px;padding-right:0px}}@media (max-width:767px){#link-381-39{display:none}}@media (max-width:767px){#link-32-39{display:none}}@media (max-width:767px){#link-102-39{font-size:18px}}@media (max-width:767px){#link-104-39{font-size:18px}}#image-3-39{transition-duration:0.4s;margin-left:20px;margin-right:20px;max-height:50px;margin-top:20px;margin-bottom:20px}#image-3-39:hover{transition-duration:0.4s;opacity:0.8}#image-58-39{transition-duration:0.4s;height:60px;min-height:60px;width:82px;min-width:82px}#image-58-39:hover{transition-duration:0.4s;opacity:0.8}#image-63-39{height:40px;margin-right:10px}#image-392-39{max-width:115px}#image-155-39{width:125px;margin-bottom:40px}#image-345-39{width:100px;margin-bottom:30px}@media (max-width:991px){#image-58-39{margin-left:0px;margin-right:0px}}#fancy_icon-125-39{color:#ffffff}#fancy_icon-125-39{position:absolute;top:0px;right:0px}#fancy_icon-380-39{color:#ffffff}#fancy_icon-380-39{position:absolute;top:0px;right:0px}#shortcode-317-39{width:100%;min-width:350px}@media (max-width:767px){#shortcode-317-39{min-width:200px}}#modal-122-39{background-image:linear-gradient(45deg,#0f0f0f,#252525);background-size:auto,cover;position:static;background-repeat:no-repeat;flex-direction:column;display:flex;text-align:center;align-items:center;width:100%;modal-position:center;height:100vh;justify-content:center;background-color:#ffffff;background-position:50% 50%}#modal-85-39{background-image:linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)),url(https://meshworksimplants.com/wp-content/uploads/2021/08/Contact.jpg);background-size:auto,cover;position:static;background-repeat:no-repeat;flex-direction:column;display:flex;text-align:center;align-items:center;width:100%;modal-position:center;height:100vh;justify-content:center;background-color:#ffffff}#modal-311-39{background-image:linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)),url(https://meshworksimplants.com/wp-content/uploads/2021/08/Meshworks.jpg);background-size:auto,cover;position:static;background-repeat:no-repeat;flex-direction:column;display:flex;text-align:center;align-items:center;width:100%;modal-position:center;height:100vh;justify-content:center;background-color:#ffffff;background-position:50% 50%}#-off-canvas-342-39 .offcanvas-inner{background-color:#141414;width:100%;flex-direction:column;align-items:center;justify-content:flex-start}#-off-canvas-342-39{display:none}#-off-canvas-342-39 .offcanvas-inner{left:auto;right:0;height:100vh;min-height:-webkit-fill-available}body:not(.oxygen-builder-body) #-off-canvas-342-39{display:block}body:not(.oxygen-builder-body) .editor-styles-wrapper #-off-canvas-342-39{visibility:hidden}body.oxygen-builder-body #-off-canvas-342-39 .offcanvas-inner{-webkit-transform:none;-ms-transform:none;transform:none;z-index:2147483640}.oxy-off-canvas{visibility:visible;pointer-events:none}.offcanvas-inner{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;height:100vh;max-width:100%;width:280px;overflow-x:hidden;top:0;left:0;padding:30px;z-index:1000;-webkit-transition:-webkit-transform .5s cubic-bezier(0.77,0,0.175,1),box-shadow .5s cubic-bezier(0.77,0,0.175,1);transition:transform .5s cubic-bezier(0.77,0,0.175,1),box-shadow .5s cubic-bezier(0.77,0,0.175,1);-o-transition:-o-transform .5s cubic-bezier(0.77,0,0.175,1),box-shadow .5s cubic-bezier(0.77,0,0.175,1);pointer-events:auto}.offcanvas-inner:focus{outline:none}.oxy-offcanvas_backdrop{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;-webkit-transition:all .5s cubic-bezier(0.77,0,0.175,1);-o-transition:all .5s cubic-bezier(0.77,0,0.175,1);transition:all .5s cubic-bezier(0.77,0,0.175,1);pointer-events:auto;z-index:10}.oxy-off-canvas-toggled .oxy-offcanvas_backdrop{opacity:1;visibility:visible}body.oxygen-builder-body .oxy-slide-menu-dropdown-icon-click-area{position:relative;z-index:2147483641}body.oxygen-builder-body .oxy-offcanvas_backdrop{opacity:1;visibility:visible}.oxy-off-canvas .aos-animate-disabled[data-aos^='fade'][data-aos^='fade']{opacity:0}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-up']{transform:translate3d(0,100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-down']{transform:translate3d(0,-100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-right']{transform:translate3d(-100px,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-left']{transform:translate3d(100px,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-up-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-up-right']{transform:translate3d(-100px,100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-up-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-up-left']{transform:translate3d(100px,100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-down-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-down-right']{transform:translate3d(-100px,-100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='fade-down-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='fade-down-left']{transform:translate3d(100px,-100px,0)}.oxy-off-canvas .aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom']{opacity:0;transition-property:opacity,transform}.oxy-off-canvas .aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom'].aos-animate,.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='zoom'][data-aos^='zoom'].aos-animate{opacity:1;transform:translateZ(0) scale(1)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in']{transform:scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-up']{transform:translate3d(0,100px,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-down']{transform:translate3d(0,-100px,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-right']{transform:translate3d(-100px,0,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-in-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-in-left']{transform:translate3d(100px,0,0) scale(0.6)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out']{transform:scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out-up']{transform:translate3d(0,100px,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out-down']{transform:translate3d(0,-100px,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='zoom-out-right']{transform:translate3d(-100px,0,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-left'],.oxy-off-canvas .aos-animate-disabled[data-aos='zoom-out-left']{transform:translate3d(100px,0,0) scale(1.2)}.oxy-off-canvas .aos-animate-disabled[data-aos^='slide'][data-aos^='slide'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='slide'][data-aos^='slide']{transition-property:transform}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-up']{transform:translate3d(0,100%,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-down']{transform:translate3d(0,-100%,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-right'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-right']{transform:translate3d(-100%,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos='slide-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='slide-left']{transform:translate3d(100%,0,0)}.oxy-off-canvas .aos-animate-disabled[data-aos^='flip'][data-aos^='flip'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos^='flip'][data-aos^='flip']{backface-visibility:hidden;transition-property:transform}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-left'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='flip-left']{transform:perspective(2500px) rotateY(-100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-right'],.oxy-off-canvas .aos-animate-disabled[data-aos='flip-right']{transform:perspective(2500px) rotateY(100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-up'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='flip-up']{transform:perspective(2500px) rotateX(-100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-up'].aos-animate{transform:perspective(2500px) rotateX(0)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-down'],.oxy-off-canvas .aos-animate.aos-animate-disabled[data-aos='flip-down']{transform:perspective(2500px) rotateX(100deg)}.oxy-off-canvas .aos-animate-disabled[data-aos='flip-down'].aos-animate{transform:perspective(2500px) rotateX(0)}.oxy-off-canvas .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar .oxy-off-canvas .offcanvas-inner{margin-top:32px}@media screen and (max-width:782px){.admin-bar .oxy-off-canvas .offcanvas-inner{margin-top:46px}}body.oxygen-builder-body.admin-bar .oxy-off-canvas .offcanvas-inner{margin-top:0}html.toggled-off-canvas-342-39,body.toggled-off-canvas-342-39{overflow:hidden}.oxy-off-canvas .offcanvas-inner{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}#-off-canvas-342-39.oxy-off-canvas-toggled.oxy-off-canvas .offcanvas-inner{-webkit-transform:none;-ms-transform:none;transform:none}[data-offcanvas-push='#-off-canvas-342-39'].oxy-off-canvas-toggled{-webkit-transform:translate(var(--offcanvas-push),0);-ms-transform:translate(var(--offcanvas-push),0);transform:translate(var(--offcanvas-push),0)}body:not(.oxygen-builder-body) #-off-canvas-342-39:not(.oxy-off-canvas-toggled) .offcanvas-inner{box-shadow:none}#-off-canvas-342-39 .offcanvas-inner{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}#-off-canvas-342-39.oxy-off-canvas-toggled .offcanvas-inner{-webkit-transform:none;-ms-transform:none;transform:none}[data-offcanvas-push='#-off-canvas-342-39'].oxy-off-canvas-toggled{-webkit-transform:translate(calc(0px - (var(--offcanvas-push))),0);-ms-transform:translate(calc(0px - (var(--offcanvas-push))),0);transform:translate(calc(0px - (var(--offcanvas-push))),0)}#-off-canvas-342-39{z-index:999999}#section-274-13 > .ct-section-inner-wrap{padding-top:80px;padding-bottom:100px}#section-222-13 > .ct-section-inner-wrap{padding-top:250px;padding-bottom:250px}#section-222-13{background-image:url(https://meshworksimplants.com/wp-content/uploads/2024/04/orthopaedic-design-tools-3.jpg);background-size:contain;background-repeat:no-repeat;background-position:50% 50%}@media (max-width:991px){#section-222-13{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}}@media (max-width:767px){#section-274-13 > .ct-section-inner-wrap{padding-top:20px;padding-bottom:0}}@media (max-width:767px){#section-222-13 > .ct-section-inner-wrap{padding-top:80px;padding-bottom:80px}}#div_block-345-13{flex-direction:row;display:flex;align-items:center;margin-bottom:80px}#div_block-257-13{margin-right:40px;flex-shrink:0}#div_block-278-13{width:100%}#div_block-223-13{margin-left:auto;margin-right:auto;align-items:flex-end;text-align:right;width:100%}#div_block-224-13{max-width:55%}@media (max-width:767px){#div_block-345-13{flex-direction:column;display:flex;margin-bottom:40px}}@media (max-width:767px){#div_block-257-13{margin-bottom:20px;margin-right:0px}}@media (max-width:767px){#div_block-224-13{max-width:80%}}#headline-260-13{font-size:50px;margin-bottom:20px}#headline-226-13{font-size:50px;line-height:1.2;text-align:left;margin-bottom:20px}@media (max-width:767px){#headline-260-13{font-size:36px}}@media (max-width:767px){#headline-226-13{font-size:36px}}#text_block-261-13{font-size:21px;margin-bottom:0px;font-weight:600;line-height:1.6}#text_block-227-13{font-size:22px;text-align:left;line-height:1.2;margin-bottom:20px}@media (max-width:991px){#text_block-261-13{font-size:16px}}@media (max-width:767px){#text_block-261-13{font-size:16px;margin-bottom:0px}}#image-225-13{max-width:160px;margin-bottom:20px}.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: 'Roboto';}body {line-height: 1.7;font-size: 16px;font-weight: 400;color: #1c1c1c;}.oxy-nav-menu-hamburger-line {background-color: #1c1c1c;}h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Condensed';font-size: 36px;font-weight: 700;line-height: 1.1;color: #252525;}h2, h3, h4, h5, h6{font-size: 30px;line-height: 1.1;color: #252525;}h3, h4, h5, h6{font-size: 26px;line-height: 1.1;color: #252525;}h4, h5, h6{font-size: 20px;line-height: 1.1;color: #252525;}h5, h6{font-size: 18px;line-height: 1.1;color: #252525;}h6{font-size: 16px;line-height: 1.1;color: #252525;}a {color: #919191;text-decoration: none;}a:hover {text-decoration: none;}.ct-link-text {color: #707070;text-decoration: ;}.ct-link-text:hover {color: #919191;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 3px;}.ct-section-inner-wrap {
padding-top: 75px;
padding-right: 20px;
padding-bottom: 75px;
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_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;
}
.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;
width:100%;
}
.oxel_accordion__row {
width:100%;
padding-top:15px;
padding-left:30px;
padding-right:30px;
padding-bottom:15px;
text-align:justify;
border-bottom-color:#e2e2e2;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-style:solid;
background-color:#ffffff;
border-right-style:solid;
border-left-style:solid;
border-radius:8px;
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-left-color:#e2e2e2;
border-top-width:1px;
border-right-width:1px;
border-left-width:1px;
margin-bottom:10px;
box-shadow:5px 5px 10px rgba(0,0,0,0.15);
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;
align-items:center;
justify-content:space-between;
}
.oxel_accordion__icon {
color: rgba(37,37,37,0.31);}.oxel_accordion__icon 
>svg {width: 18px;height: 18px;}.oxel_accordion__icon {
margin-right:8px;
transition-duration:0.3s;
}
.oxel_accordion__row_left {
margin-right:10px;
}
.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:0.3s;
border-top-style:none;
border-right-style:none;
border-left-style:none;
transition-property:opacity, max-height, margin-top;
text-align:left;
max-height:3000px;
margin-top:0px;
margin-bottom: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-bottom:8px;
opacity:0;
padding-top:8px;
margin-top:-16px;
}
.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 {
font-weight:600;
font-size:22px;
}
@media (max-width: 767px) {
.oxel_accordion__row__label {
font-size:18px;
}
}
@media (max-width: 479px) {
.oxel_accordion__row__label {
line-height:1.1;
text-align:left;
}
}
.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_button__submenu {
position:absolute;
top:100%;
left:0px;
min-width:100%;
padding-top:4px;
width:200px;
z-index:10;
}
.oxel_dropdown_button {
background-color:#374047;
position:relative;
}
.oxel_dropdown_button:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_button.oxy-easy-posts .oxy-posts,
.oxel_dropdown_button.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_dropdown_button__label {
color:#f9f9fa;
margin-right:8px;
}
.oxel_dropdown_button__icon {
color: #f9f9fa;}.oxel_dropdown_button__icon 
>svg {width: 16px;height: 16px;}.oxel_dropdown_button__icon {
}
.oxel_dropdown_button__submenu__button:hover{
background-color:#dee1e3;
}
.oxel_dropdown_button__submenu__button {
padding-top:8px;
padding-bottom:8px;
padding-left:16px;
padding-right:16px;
text-align:left;
background-color:#eceeef;
min-width:100%;
color:#374047;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
}
.oxel_dropdown_button__submenu__button:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_button__submenu__button.oxy-easy-posts .oxy-posts,
.oxel_dropdown_button__submenu__button.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.oxel_dropdown_button__submenu__button__label {
}
.oxel_dropdown_button__submenu--hidden {
opacity:0;
pointer-events: none;
}
.oxel_dropdown_button__trigger {
padding-top:8px;
padding-bottom:8px;
padding-left:16px;
padding-right:6px;
cursor: pointer;
}
.oxel_dropdown_button__trigger:not(.ct-section):not(.oxy-easy-posts),
.oxel_dropdown_button__trigger.oxy-easy-posts .oxy-posts,
.oxel_dropdown_button__trigger.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.menu_btn_cont {
height:100%;
}
.menu_btn_cont:not(.ct-section):not(.oxy-easy-posts),
.menu_btn_cont.oxy-easy-posts .oxy-posts,
.menu_btn_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.menu_btn_link:hover{
transition-duration:0.4s;
opacity:0.7;
}
.menu_btn_link {
border-left-color:#252525;
border-left-width:1px;
border-left-style:solid;
transition-duration:0.4s;
padding-top:5px;
padding-bottom:5px;
border-radius:4px;
border-top-color:#252525;
border-right-color:#252525;
border-bottom-color:#252525;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
padding-left:40px;
padding-right:40px;
margin-left:10px;
}
.menu_btn_link:not(.ct-section):not(.oxy-easy-posts),
.menu_btn_link.oxy-easy-posts .oxy-posts,
.menu_btn_link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
align-items:center;
}
@media (max-width: 1120px) {
.menu_btn_link {
min-width:200px;
margin-left:0px;
}
}
@media (max-width: 767px) {
.menu_btn_link {
padding-left:20px;
padding-right:20px;
}
}
.menu_btn_icon {
color: #333333;}.menu_btn_icon 
>svg {width: 22px;height: 22px;}.menu_btn_icon {
margin-right:10px;
}
.menu_btn_text {
font-family:Roboto Condensed;
color:#252525;
font-weight:800;
font-size:11px;
text-align:left;
line-height:1;
letter-spacing:1px;
text-transform:uppercase;
}
@media (max-width: 1120px) {
.menu_btn_text {
line-height:1;
text-align:left;
}
}
@media (max-width: 767px) {
.menu_btn_text {
font-size:12px;
}
}
.fa_nav_icon {
font-weight:600;
font-size:16px;
color:#252525;
margin-right:10px;
}
@media (max-width: 767px) {
.fa_nav_icon {
font-size:12px;
}
}
.footer_contact_cont:hover{
opacity:0.5;
transition-duration:0.4s;
}
.footer_contact_cont {
font-family:Roboto;
font-size:15px;
color:#252525;
font-weight:600;
transition-duration:0.4s;
}
.footer_contact_text {
line-height:1.4;
}
.box_container {
border-radius:10px;
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;
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-bottom-color:#e2e2e2;
border-left-color:#e2e2e2;
background-color:#ffffff;
}
.box_container:not(.ct-section):not(.oxy-easy-posts),
.box_container.oxy-easy-posts .oxy-posts,
.box_container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
@media (max-width: 767px) {
.box_container {
width:100%;
}
.box_container:not(.ct-section):not(.oxy-easy-posts),
.box_container.oxy-easy-posts .oxy-posts,
.box_container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
}
.box_left {
width:50%;
}
@media (max-width: 767px) {
.box_left {
height:300px;
width:100%;
}
}
.box_right {
width:50%;
min-width:50%;
max-width:50%;
padding-top:80px;
padding-left:80px;
padding-right:80px;
padding-bottom:80px;
}
@media (max-width: 991px) {
.box_right {
padding-top:60px;
padding-left:40px;
padding-right:40px;
padding-bottom:60px;
}
}
@media (max-width: 767px) {
.box_right {
min-width:100%;
}
}
.box_heading {
margin-bottom:20px;
text-align:left;
}
.box_copy {
color:1C1C1C;
}
.box_link:hover{
transform:translateY(-1px); transition-duration:0.4s;
box-shadow:5px 5px 10px rgba(0,0,0,0.25);
}
.box_link {
transform:; 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;
border-radius:10px;
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
transition-duration:0.4s;
padding-right:20px;
padding-left:20px;
margin-top:40px;
background-color:#ffffff;
box-shadow:2px 2px 10px rgba(0,0,0,0.15);
}
@media (max-width: 767px) {
.box_link {
margin-top:20px;
}
}
.box_link_text {
font-size:14px;
color:#252525;
font-weight:500;
line-height:1;
margin-right:20px;
}
.box_link_icon {
line-height:1;
border-left-width:1px;
border-left-style:solid;
padding-top:15px;
padding-bottom:15px;
color:#252525;
font-size:13px;
font-weight:600;
border-left-color:#e9e9e9;
padding-left:20px;
}
.add_shadow {
box-shadow:10px 10px 20px rgba(0,0,0,0.15);
}
.text_link_cont:hover{
letter-spacing:1px;
transition-duration:0.4s;
}
.text_link_cont {
letter-spacing:0px;
transition-duration:0.4s;
}
.text_link_cont:not(.ct-section):not(.oxy-easy-posts),
.text_link_cont.oxy-easy-posts .oxy-posts,
.text_link_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.text_link_copy {
color:#252525;
font-weight:600;
margin-right:8px;
}
.text_link_icon {
color:#252525;
font-size:14px;
}
.boxed_image {
border-radius:10px;
box-shadow:5px 5px 20px rgba(0,0,0,0.15);
}
.circle_image {
border-radius:50%;
width:40px;
height:40px;
margin-right:10px;
box-shadow:5px 5px 10px rgba(0,0,0,0.15);
}
.circle_highlight {
margin-bottom:10px;
}
.circle_highlight:not(.ct-section):not(.oxy-easy-posts),
.circle_highlight.oxy-easy-posts .oxy-posts,
.circle_highlight.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.circle_highlight_image {
}
.circle_highlight_heading {
}
.toggle-1385 {
}
.toggle-1385-expanded {
}
.accordion_circle_image {
width:60px;
height:60px;
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
margin-right:20px;
}
.acc_content_text {
margin-bottom:40px;
font-size:18px;
padding-top:20px;
line-height:1.6;
color:rgba(0,0,0,0.56);
}
@media (max-width: 767px) {
.acc_content_text {
font-size:14px;
line-height:1.8;
}
}
.strip_image {
width:140px;
height:140px;
border-top-color:#ffffff;
border-right-color:#ffffff;
border-bottom-color:#ffffff;
border-left-color:#ffffff;
border-top-width:5px;
border-right-width:5px;
border-bottom-width:5px;
border-left-width:5px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
min-width:140px;
max-width:140px;
min-height:140px;
max-height:140px;
margin-right:0px;
}
@media (max-width: 479px) {
.strip_image {
}
}
.strip_heading {
font-size:28px;
margin-bottom:10px;
}
@media (max-width: 767px) {
.strip_heading {
font-size:21px;
text-align:center;
}
}
@media (max-width: 479px) {
.strip_heading {
}
}
.strip_copy {
text-align:left;
font-size:14px;
color:rgba(0,0,0,0.66);
}
@media (max-width: 767px) {
.strip_copy {
font-size:14px;
text-align:center;
}
}
.image_strip_cont {
margin-bottom:20px;
background-color:#ffffff;
border-top-color:#f4f4f4;
border-right-color:#f4f4f4;
border-bottom-color:#f4f4f4;
border-left-color:#f4f4f4;
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;
border-radius:10px;
padding-top:40px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
min-width:100%;
box-shadow:5px 5px 10px rgba(0,0,0,0.05);
}
.image_strip_cont:not(.ct-section):not(.oxy-easy-posts),
.image_strip_cont.oxy-easy-posts .oxy-posts,
.image_strip_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.image_strip_cont {
text-align:center;
padding-left:20px;
padding-right:20px;
}
.image_strip_cont:not(.ct-section):not(.oxy-easy-posts),
.image_strip_cont.oxy-easy-posts .oxy-posts,
.image_strip_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
.image_strip_cont {
text-align:center;
}
.image_strip_cont:not(.ct-section):not(.oxy-easy-posts),
.image_strip_cont.oxy-easy-posts .oxy-posts,
.image_strip_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.image_strip_all {
min-width:100%;
}
.image_strip_all:not(.ct-section):not(.oxy-easy-posts),
.image_strip_all.oxy-easy-posts .oxy-posts,
.image_strip_all.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:flex-start;
}
.strip_left {
margin-right:30px;
}
@media (max-width: 767px) {
.strip_left {
margin-right:0px;
margin-bottom:30px;
}
}
@media (max-width: 479px) {
.strip_left {
margin-bottom:40px;
margin-right:0px;
}
}
.register_popup {
}
.oxy-close-modal {
}
.modal_box {
text-align:right;
border-radius:20px;
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-bottom-color:#e2e2e2;
border-left-color:#e2e2e2;
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;
background-color:#ffffff;
margin-top:20px;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
box-shadow:5px 5px 20px rgba(0,0,0,0.15);
}
.modal_box:not(.ct-section):not(.oxy-easy-posts),
.modal_box.oxy-easy-posts .oxy-posts,
.modal_box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-end;
}
.oxy_close_icon:hover{
color: #a0a0a0;}.oxy_close_icon:hover{
transition-duration:0.4s;
}
.oxy_close_icon {
color: #333333;}.oxy_close_icon 
>svg {width: 27px;height: 27px;}.oxy_close_icon {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
transition-duration:0.4s;
}
.click_arrow {
}
.nav_underline {
}
.nav_underline:not(.ct-section):not(.oxy-easy-posts),
.nav_underline.oxy-easy-posts .oxy-posts,
.nav_underline.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxy-stock-content-styles {
}
.nav_small_menu_link:hover{
transition-duration:0.4s;
opacity:0.5;
}
.nav_small_menu_link {
padding-left:15px;
padding-right:15px;
color:#252525;
font-weight:500;
font-size:15px;
transition-duration:0.4s;
line-height:1.1;
text-align:center;
}
.nav_small_menu_text {
}
.contact_popup {
}
.fade-in-animate-gfwd {
}
@media (max-width: 767px) {
.fade-in-animate-gfwd {
}
.fade-in-animate-gfwd:not(.ct-section):not(.oxy-easy-posts),
.fade-in-animate-gfwd.oxy-easy-posts .oxy-posts,
.fade-in-animate-gfwd.ct-section .ct-section-inner-wrap{
display:flex;
}
}
.icon_circle {
font-size:20px;
margin-right:5px;
}
.hamburger_line {
margin-top:5px;
margin-bottom:5px;
background-color:#252525;
width:54px;
height:1px;
}
.menu_popup {
}
.flyout_contact:hover{
opacity:0.4;
transition-duration:0.4s;
}
.flyout_contact {
font-size:16px;
color:#e2e2e2;
font-weight:300;
line-height:1.6;
transition-duration:0.4s;
}
@media (max-width: 991px) {
.flyout_contact {
}
}
.menu2_btn_cont {
height:100%;
max-width:220px;
}
.menu2_btn_cont:not(.ct-section):not(.oxy-easy-posts),
.menu2_btn_cont.oxy-easy-posts .oxy-posts,
.menu2_btn_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
}
@media (max-width: 1120px) {
.menu2_btn_cont {
}
}
.menu2_btn_link:hover{
opacity:1;
transition-duration:0.4s;
background-color:#f2f2f2;
}
.menu2_btn_link {
height:100%;
line-height:1.1;
color:#252525;
font-weight:600;
text-align:center;
font-size:16px;
opacity:1;
transition-duration:0.4s;
padding-left:20px;
padding-right:20px;
border-right-color:#e2e2e2;
border-right-width:1px;
border-right-style:solid;
}
.menu2_btn_link:not(.ct-section):not(.oxy-easy-posts),
.menu2_btn_link.oxy-easy-posts .oxy-posts,
.menu2_btn_link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
flex-wrap:nowrap;
align-items:center;
justify-content:center;
}
@media (max-width: 1120px) {
.menu2_btn_link {
font-size:14px;
}
}
.menu2_btn_icon {
}
.menu2_btn_txt {
text-align:left;
font-size:14px;
}
.menu2_btn_left {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2022/12/Hand-Wrist.png);background-size: cover; width:40px;
height:40px;
border-radius:4px;
margin-right:15px;
min-width:40px;
max-width:40px;
min-height:40px;
max-height:40px;
background-repeat:no-repeat;
flex-shrink:0;
background-position:50% 50%;
box-shadow:2px 2px 5px rgba(0,0,0,0.21);
}
.menu2_btn_right {
}
.menu2_btn_link_wrap {
}
.menu2_btn_link_wrap:not(.ct-section):not(.oxy-easy-posts),
.menu2_btn_link_wrap.oxy-easy-posts .oxy-posts,
.menu2_btn_link_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.secondary_nav {
margin-right:20px;
}
.for_patients {
margin-right:30px;
}
.hamburger_menu {
}
@media (max-width: 1120px) {
.hamburger_menu {
}
}
.secondary_nav_mm {
padding-top:20px;
padding-bottom:20px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:rgba(226,226,226,0.25);
width:100%;
padding-left:20px;
padding-right:20px;
}
.secondary_nav_mm:not(.ct-section):not(.oxy-easy-posts),
.secondary_nav_mm.oxy-easy-posts .oxy-posts,
.secondary_nav_mm.ct-section .ct-section-inner-wrap{
display:grid;
align-items:center;
display: grid !important;align-items: stretch;grid-template-columns: repeat(1, minmax(1px, 1fr));grid-column-gap: 0px;grid-row-gap: 0px;}
.menu2_btn_cont_mm {
margin-right:50px;
width:100%;
}
@media (max-width: 1120px) {
.menu2_btn_cont_mm {
margin-right:20px;
}
}
.menu2_btn_link_mm:hover{
opacity:0.4;
transition-duration:0.4s;
}
.menu2_btn_link_mm {
height:100%;
line-height:1.1;
color:#e2e2e2;
font-weight:400;
text-align:center;
font-size:22px;
opacity:1;
transition-duration:0.4s;
padding-top:5px;
padding-bottom:5px;
}
.menu2_btn_link_mm:not(.ct-section):not(.oxy-easy-posts),
.menu2_btn_link_mm.oxy-easy-posts .oxy-posts,
.menu2_btn_link_mm.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
flex-wrap:nowrap;
align-items:center;
justify-content:center;
}
@media (max-width: 1120px) {
.menu2_btn_link_mm {
}
}
.nav_small_menu_link_mm:hover{
transition-duration:0.4s;
opacity:0.5;
}
.nav_small_menu_link_mm {
padding-left:15px;
padding-right:15px;
color:#e2e2e2;
font-weight:300;
font-size:18px;
transition-duration:0.4s;
line-height:1.1;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}
.scroll_cell {
padding-left:15px;
padding-right:15px;
padding-top:15px;
padding-bottom:15px;
}
.scroll_cell_img {
border-radius:10px;
box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}
.cell {
}
.home_scroll_cont {
background-color:rgba(255,255,255,0);
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-bottom-color:#e2e2e2;
border-left-color:#e2e2e2;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-radius:10px;
text-align:center;
max-width:1000px;
width:100%;
height:100%;
box-shadow:5px 5px 10px rgba(0,0,0,0);
}
.home_scroll_cont:not(.ct-section):not(.oxy-easy-posts),
.home_scroll_cont.oxy-easy-posts .oxy-posts,
.home_scroll_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.home_scroll_left {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/09/Designed-with-Surgeons.jpg);background-size: cover; width:60px;
height:60px;
background-repeat:no-repeat;
border-radius:8px;
min-width:60px;
max-width:60px;
min-height:60px;
max-height:60px;
flex-shrink:0;
background-position:50% 50%;
box-shadow:2px 2px 5px rgba(0,0,0,0.25);
}
.home_scroll_left:not(.ct-section):not(.oxy-easy-posts),
.home_scroll_left.oxy-easy-posts .oxy-posts,
.home_scroll_left.ct-section .ct-section-inner-wrap{
display:flex;
}
.home_scroll_right {
text-align:center;
}
.home_scroll_right:not(.ct-section):not(.oxy-easy-posts),
.home_scroll_right.oxy-easy-posts .oxy-posts,
.home_scroll_right.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.home_scroll_text {
font-weight:700;
font-size:60px;
line-height:1.1;
text-align:center;
color:#e9e9e9;
max-width:1000px;
}
@media (max-width: 991px) {
.home_scroll_text {
font-size:45px;
}
}
@media (max-width: 767px) {
.home_scroll_text {
font-size:30px;
}
}
@media (max-width: 479px) {
.home_scroll_text {
}
}
.home_scroll_cell {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
text-align:center;
}
.home_scroll_cell:not(.ct-section):not(.oxy-easy-posts),
.home_scroll_cell.oxy-easy-posts .oxy-posts,
.home_scroll_cell.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 1120px) {
.home_scroll_cell {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
}
@media (max-width: 767px) {
.home_scroll_cell {
width:100%;
}
}
.coi_cont:hover{
transform:translateY(-2px); transition-duration:0.4s;
box-shadow:5px 5px 10px rgba(0,0,0,0.4);
}
.coi_cont {
background-color:#ffffff;
border-radius:10px;
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-bottom-color:#e2e2e2;
border-left-color:#e2e2e2;
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;
margin-bottom:40px;
transition-duration:0.4s;
box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}
.coi_cont:not(.ct-section):not(.oxy-easy-posts),
.coi_cont.oxy-easy-posts .oxy-posts,
.coi_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-wrap:nowrap;
align-items:stretch;
}
@media (max-width: 767px) {
.coi_cont {
}
.coi_cont:not(.ct-section):not(.oxy-easy-posts),
.coi_cont.oxy-easy-posts .oxy-posts,
.coi_cont.ct-section .ct-section-inner-wrap{
display:flex;
}
}
.coi_left {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/09/Designed-with-Surgeons.jpg);background-size: cover; height:100%;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
background-repeat:no-repeat;
min-height:100%;
max-height:100%;
background-position:50% 50%;
}
@media (max-width: 767px) {
.coi_left {
padding-bottom:50%;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:0px;
}
}
.coi_right {
text-align:left;
padding-top:50px;
padding-left:50px;
padding-right:50px;
padding-bottom:50px;
}
.coi_right:not(.ct-section):not(.oxy-easy-posts),
.coi_right.oxy-easy-posts .oxy-posts,
.coi_right.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
@media (max-width: 767px) {
.coi_right {
padding-top:30px;
padding-left:30px;
padding-right:30px;
padding-bottom:30px;
}
}
.coi_heading:ct_depth{
}
.coi_heading {
font-size:46px;
margin-bottom:20px;
text-shadow:0px 0px 10px rgba(255,255,255,0.5);
}
@media (max-width: 991px) {
.coi_heading {
font-size:38px;
}
}
@media (max-width: 767px) {
.coi_heading {
font-size:34px;
}
}
@media (max-width: 479px) {
.coi_heading {
font-size:26px;
}
}
.coi_text:ct_depth{
}
.coi_text {
font-size:14px;
line-height:1.8;
color:rgba(0,0,0,0.34);
text-shadow:0px 0px 10px rgba(255,255,255,0.5);
}
@media (max-width: 991px) {
.coi_text {
font-size:14px;
}
}
@media (max-width: 767px) {
.coi_text {
font-size:14px;
}
}
@media (max-width: 479px) {
.coi_text {
font-size:13px;
}
}
.coi_image {
border-top-left-radius:10px;
border-bottom-left-radius:10px;
}
.coi_btn {
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
margin-top:20px;
border-radius:8px;
box-shadow:5px 5px 10px rgba(0,0,0,0.1);
}
.coi_btn:not(.ct-section):not(.oxy-easy-posts),
.coi_btn.oxy-easy-posts .oxy-posts,
.coi_btn.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.coi_btn_txt {
font-size:12px;
color:#252525;
font-weight:600;
line-height:1;
padding-top:10px;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
}
.coi_btn_icon {
color:#252525;
font-size:10px;
line-height:1;
padding-top:10px;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
border-left-color:#e9e9e9;
border-left-width:1px;
border-left-style:solid;
}
.hover_overide:hover{
transition-duration:0.4s;
}
.hover_overide {
transition-duration:0.4s;
}
.indications_dd_text {
padding-top:20px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
font-size:18px;
color:#777777;
}
@media (max-width: 767px) {
.indications_dd_text {
padding-left:20px;
padding-right:20px;
font-size:16px;
}
}
.timeline_text {
font-weight:600;
line-height:1.2;
text-align:left;
padding-left:20px;
padding-right:20px;
width:100%;
}
@media (max-width: 767px) {
.timeline_text {
text-align:center;
font-size:12px;
padding-left:0px;
padding-right:0px;
}
}
.timeline_thumb {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/07/Doctor.jpg);background-size: cover; width:50px;
min-width:50px;
max-width:50px;
height:50px;
min-height:50px;
max-height:50px;
border-radius:4px;
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
background-repeat:no-repeat;
flex-shrink:0;
background-position:50% 50%;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
.timeline_thumb {
margin-bottom:10px;
}
}
.timeline_wrap {
}
.timeline_wrap:not(.ct-section):not(.oxy-easy-posts),
.timeline_wrap.oxy-easy-posts .oxy-posts,
.timeline_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.timeline_wrap {
text-align:center;
}
.timeline_wrap:not(.ct-section):not(.oxy-easy-posts),
.timeline_wrap.oxy-easy-posts .oxy-posts,
.timeline_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.timeline_text_lg {
text-align:center;
font-size:14px;
font-weight:600;
width:100%;
text-transform:uppercase;
letter-spacing:0.5px;
color:#212121;
}
@media (max-width: 767px) {
.timeline_text_lg {
line-height:1.2;
font-size:12px;
}
}
.second_nav_cont {
background-color:#ffffff;
width:100%;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
border-radius:4px;
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
text-align:left;
margin-left:5px;
margin-right:5px;
box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}
.second_nav_cont:not(.ct-section):not(.oxy-easy-posts),
.second_nav_cont.oxy-easy-posts .oxy-posts,
.second_nav_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
}
.flex_equal {
}
.process_chain {
}
.nav2_img:ct_depth{
}
.nav2_img {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/08/Designed-with-Surgeons.jpg);background-size: cover; width:35px;
min-width:35px;
max-width:35px;
height:35px;
min-height:35px;
max-height:35px;
background-repeat:no-repeat;
border-radius:4px;
margin-right:10px;
opacity:0.5;
background-position:50% 50%;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.nav2_txt:ct_depth{
}
.nav2_txt {
font-size:14px;
font-weight:600;
margin-right:20px;
color:#c4c4c4;
}
.coi_nav_link:hover{
transform:translateY(-2px); transition-duration:0.4s;
box-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.coi_nav_link {
padding-top:5px;
padding-left:5px;
padding-right:20px;
padding-bottom:5px;
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-bottom-color:#e2e2e2;
border-left-color:#e2e2e2;
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;
border-radius:4px;
transition-duration:0.4s;
width:100%;
text-align:left;
opacity:0.5;
box-shadow:2px 2px 5px rgba(0,0,0,0.21);
}
.coi_nav_link:not(.ct-section):not(.oxy-easy-posts),
.coi_nav_link.oxy-easy-posts .oxy-posts,
.coi_nav_link.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
}
@media (max-width: 767px) {
.coi_nav_link {
padding-right:5px;
width:100%;
}
}
.coi_nav_img {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/09/Designed-with-Surgeons.jpg);background-size: cover; width:35px;
min-width:35px;
max-width:35px;
height:35px;
min-height:35px;
max-height:35px;
border-radius:4px;
background-repeat:no-repeat;
margin-right:10px;
background-position:50% 50%;
box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}
.coi_nav_txt {
font-size:14px;
font-weight:500;
color:#252525;
}
.coi_nav_item_1 {
}
.coi_nav_item_2 {
}
.coi_nav_item_3 {
}
.off_canvas {
}
.convas_close:hover{
color: #a0a0a0;}.convas_close:hover{
transition-duration:0.4s;
}
.convas_close {
color: #333333;}.convas_close 
>svg {width: 27px;height: 27px;}.convas_close {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
transition-duration:0.4s;
}
.canvas_close:hover{
color: #a0a0a0;}.canvas_close:hover{
transition-duration:0.4s;
}
.canvas_close {
color: #333333;}.canvas_close 
>svg {width: 27px;height: 27px;}.canvas_close {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
transition-duration:0.4s;
}
.coi_wrap {
}
.coi_wrap:not(.ct-section):not(.oxy-easy-posts),
.coi_wrap.oxy-easy-posts .oxy-posts,
.coi_wrap.ct-section .ct-section-inner-wrap{
display:grid;
display: grid !important;align-items: stretch;grid-template-columns: repeat(2, minmax(1px, 1fr));grid-column-gap: 0px;grid-row-gap: 0px;}
@media (max-width: 767px) {
.coi_wrap {
}
.coi_wrap:not(.ct-section):not(.oxy-easy-posts),
.coi_wrap.oxy-easy-posts .oxy-posts,
.coi_wrap.ct-section .ct-section-inner-wrap{
display:grid;
display: grid !important;align-items: stretch;grid-template-columns: repeat(1, minmax(1px, 1fr));grid-column-gap: 0px;grid-row-gap: 0px;}
}
.dd_circle {
width:40px;
min-width:40px;
max-width:40px;
height:40px;
min-height:40px;
max-height:40px;
flex-shrink:0;
background-color:#ffffff;
border-radius:50%;
border-top-color:#515151;
border-right-color:#515151;
border-bottom-color:#515151;
border-left-color:#515151;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
margin-right:10px;
text-align:center;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.dd_circle:not(.ct-section):not(.oxy-easy-posts),
.dd_circle.oxy-easy-posts .oxy-posts,
.dd_circle.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.dd_circle {
width:30px;
min-width:30px;
max-width:30px;
height:30px;
min-height:30px;
max-height:30px;
}
}
.alt_icon {
font-size:16px;
line-height:1;
font-weight:900;
}
.week_cont {
width:100%;
background-color:#424242;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-radius:10px;
margin-bottom:10px;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.week_cont:not(.ct-section):not(.oxy-easy-posts),
.week_cont.oxy-easy-posts .oxy-posts,
.week_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.week_text {
font-size:12px;
line-height:1;
text-transform:uppercase;
font-weight:700;
color:#e9e9e9;
letter-spacing:2px;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.task_cont {
width:100%;
background-color:#ffffff;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-radius:10px;
margin-bottom:10px;
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.task_cont:not(.ct-section):not(.oxy-easy-posts),
.task_cont.oxy-easy-posts .oxy-posts,
.task_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.task_txt {
font-weight:500;
font-size:15px;
line-height:1;
text-align:left;
}
.week_icon {
color: #e2e2e2;}.week_icon 
>svg {width: 20px;height: 20px;}.week_icon {
margin-right:20px;
line-height:1;
margin-left:10px;
font-size:20px;
}
.task_img {
background-image:url(https://meshworksimplants.com/wp-content/uploads/2021/07/Surgery.jpg);background-size: cover; width:30px;
min-width:30px;
max-width:30px;
height:30px;
min-height:30px;
max-height:30px;
border-radius:4px;
margin-right:15px;
margin-left:5px;
background-repeat:no-repeat;
background-position:50% 50%;
box-shadow:2px 2px 5px rgba(0,0,0,0.21);
}
.week_icon_alt {
color: #e2e2e2;}.week_icon_alt 
>svg {width: 20px;height: 20px;}.week_icon_alt {
margin-right:20px;
line-height:1;
margin-left:10px;
font-size:20px;
color:#252525;
}
.task_cont_intro {
width:100%;
background-color:#ffffff;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-radius:10px;
margin-bottom:10px;
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
text-align:left;
box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.task_cont_intro:not(.ct-section):not(.oxy-easy-posts),
.task_cont_intro.oxy-easy-posts .oxy-posts,
.task_cont_intro.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.task_row {
margin-bottom:10px;
}
.task_row:not(.ct-section):not(.oxy-easy-posts),
.task_row.oxy-easy-posts .oxy-posts,
.task_row.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.post_cols {
}
.case_study {
}
.indication_accordion {
margin-top:20px;
}
.indication_acc_title {
font-size:14px;
color:#252525;
}
.indication_acc_icon {
color: #252525;}.indication_acc_icon 
>svg {width: 15px;height: 15px;}.indication_acc_icon {
}
@media (max-width: 767px) {
.indication_acc_icon {
}
}
.indication_acc_row {
padding-top:7px;
padding-right:10px;
padding-bottom:7px;
padding-left:20px;
margin-bottom:5px;
border-top-color:#f2f2f2;
border-right-color:#f2f2f2;
border-bottom-color:#f2f2f2;
border-left-color:#f2f2f2;
box-shadow:2px 2px 5px rgba(0,0,0,0.07);
}
.square_image {
border-radius:8px;
min-width:100%;
width:100%;
border-top-color:#eaeaea;
border-right-color:#eaeaea;
border-bottom-color:#eaeaea;
border-left-color:#eaeaea;
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;
box-shadow:5px 5px 10px rgba(0,0,0,0.13);
}
.img_capt {
margin-top:10px;
line-height:1.1;
font-size:12px;
text-align:center;
width:100%;
font-weight:500;
}
@media (max-width: 767px) {
.img_capt {
}
}
.image_strip_cont_sq {
margin-bottom:20px;
border-top-color:#f4f4f4;
border-right-color:#f4f4f4;
border-bottom-color:#f4f4f4;
border-left-color:#f4f4f4;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
min-width:100%;
}
.image_strip_cont_sq:not(.ct-section):not(.oxy-easy-posts),
.image_strip_cont_sq.oxy-easy-posts .oxy-posts,
.image_strip_cont_sq.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.image_strip_cont_sq {
width:100%;
text-align:center;
padding-left:20px;
padding-right:20px;
}
.image_strip_cont_sq:not(.ct-section):not(.oxy-easy-posts),
.image_strip_cont_sq.oxy-easy-posts .oxy-posts,
.image_strip_cont_sq.ct-section .ct-section-inner-wrap{
display:grid;
align-items:center;
display: grid !important;align-items: stretch;grid-template-columns: repeat(1, minmax(200px, 1fr));grid-column-gap: 0px;grid-row-gap: 5px;}
}
@media (max-width: 479px) {
.image_strip_cont_sq {
text-align:center;
}
.image_strip_cont_sq:not(.ct-section):not(.oxy-easy-posts),
.image_strip_cont_sq.oxy-easy-posts .oxy-posts,
.image_strip_cont_sq.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.strip_left_sq {
width:20%;
margin-right:5%;
}
@media (max-width: 767px) {
.strip_left_sq {
margin-right:0%;
width:100%;
min-width:100%;
margin-bottom:20px;
}
}
@media (max-width: 479px) {
.strip_left_sq {
margin-right:0%;
}
}
.strip_right_sq {
transform:translateY(-18px); width:75%;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
@media (max-width: 767px) {
.strip_right_sq {
width:100%;
min-width:100%;
}
.strip_right_sq:not(.ct-section):not(.oxy-easy-posts),
.strip_right_sq.oxy-easy-posts .oxy-posts,
.strip_right_sq.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.strip_right {
}
@media (max-width: 767px) {
.strip_right {
}
.strip_right:not(.ct-section):not(.oxy-easy-posts),
.strip_right.oxy-easy-posts .oxy-posts,
.strip_right.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.image_strip_sq_wrap {
min-width:100%;
}
.image_strip_sq_wrap:not(.ct-section):not(.oxy-easy-posts),
.image_strip_sq_wrap.oxy-easy-posts .oxy-posts,
.image_strip_sq_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:flex-start;
}
@media (max-width: 767px) {
.image_strip_sq_wrap {
width:100%;
}
}
.drop_down_heading {
font-size:23px;
width:100%;
text-align:center;
padding-bottom:10px;
margin-bottom:30px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#e0e0e0;
}
.drop_down_cont {
}
.drop_down_cont:not(.ct-section):not(.oxy-easy-posts),
.drop_down_cont.oxy-easy-posts .oxy-posts,
.drop_down_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.dropdown_subeading:ct_depth{
}
.dropdown_subeading {
font-size:20px;
margin-left:auto;
margin-right:auto;
color:#a8a8a8;
font-weight:400;
line-height:1.4;
text-align:center;
max-width:800px;
margin-bottom:30px;
}
@media (max-width: 767px) {
.dropdown_subeading {
font-size:16px;
}
}
.dropdown_heading_cont {
width:100%;
border-bottom-color:#e0e0e0;
border-bottom-width:1px;
border-bottom-style:solid;
margin-bottom:50px;
}
.home_btn:hover{
transform:translateY(-2px); transition-duration:0.3s;
box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}
.home_btn {
border-radius:8px;
border-top-color:#e2e2e2;
border-right-color:#e2e2e2;
border-bottom-color:#e2e2e2;
border-left-color:#e2e2e2;
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;
transition-duration:0.3s;
background-color:#ffffff;
box-shadow:5px 5px 10px rgba(0,0,0,0.1);
}
.home_btn:not(.ct-section):not(.oxy-easy-posts),
.home_btn.oxy-easy-posts .oxy-posts,
.home_btn.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
align-items:center;
}
.home_btn_img {
width:80px;
height:80px;
border-top-left-radius:8px;
border-bottom-left-radius:8px;
}
@media (max-width: 767px) {
.home_btn_img {
width:60px;
height:60px;
}
}
.home_btn_txt {
margin-left:20px;
margin-right:20px;
color:#252525;
font-weight:400;
text-transform:uppercase;
line-height:1;
}
.hone_btn_txt_cont {
margin-left:40px;
margin-right:40px;
}
.hone_btn_txt_cont:not(.ct-section):not(.oxy-easy-posts),
.hone_btn_txt_cont.oxy-easy-posts .oxy-posts,
.hone_btn_txt_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 767px) {
.hone_btn_txt_cont {
margin-left:20px;
margin-right:20px;
}
}
.home_btn_txt_top {
text-transform:uppercase;
font-weight:400;
letter-spacing:1px;
line-height:1;
font-size:12px;
color:#9b9b9b;
margin-bottom:2px;
}
@media (max-width: 479px) {
.home_btn_txt_top {
font-size:10px;
}
}
.home_btn_txt_bottom {
color:#252525;
font-weight:600;
font-size:16px;
line-height:1;
}
@media (max-width: 479px) {
.home_btn_txt_bottom {
font-size:14px;
}
}
.new_implants_wrap {
min-width:100%;
border-top-color:#f9f7f7;
border-right-color:#f9f7f7;
border-bottom-color:#f9f7f7;
border-left-color:#f9f7f7;
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;
border-radius:8px;
padding-top:20px;
padding-right:20px;
padding-bottom:0px;
padding-left:20px;
box-shadow:5px 5px 10px rgba(0,0,0,0.1);
}
.new_implants_wrap:not(.ct-section):not(.oxy-easy-posts),
.new_implants_wrap.oxy-easy-posts .oxy-posts,
.new_implants_wrap.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:flex-start;
}
@media (max-width: 767px) {
.new_implants_wrap {
width:100%;
padding-left:10px;
padding-right:10px;
}
}
.new_implants_cont {
margin-bottom:20px;
border-top-color:#f4f4f4;
border-right-color:#f4f4f4;
border-bottom-color:#f4f4f4;
border-left-color:#f4f4f4;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
min-width:100%;
}
.new_implants_cont:not(.ct-section):not(.oxy-easy-posts),
.new_implants_cont.oxy-easy-posts .oxy-posts,
.new_implants_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.new_implants_cont {
width:100%;
text-align:center;
padding-left:20px;
padding-right:20px;
}
.new_implants_cont:not(.ct-section):not(.oxy-easy-posts),
.new_implants_cont.oxy-easy-posts .oxy-posts,
.new_implants_cont.ct-section .ct-section-inner-wrap{
display:grid;
align-items:center;
display: grid !important;align-items: stretch;grid-template-columns: repeat(1, minmax(200px, 1fr));grid-column-gap: 0px;grid-row-gap: 5px;}
}
@media (max-width: 479px) {
.new_implants_cont {
text-align:center;
}
.new_implants_cont:not(.ct-section):not(.oxy-easy-posts),
.new_implants_cont.oxy-easy-posts .oxy-posts,
.new_implants_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.new_implants_left {
width:35%;
margin-right:5%;
min-width:35%;
max-width:35%;
}
@media (max-width: 767px) {
.new_implants_left {
margin-right:0%;
width:100%;
min-width:100%;
margin-bottom:20px;
}
}
@media (max-width: 479px) {
.new_implants_left {
margin-right:0%;
}
}
.new_implants_img {
border-radius:8px;
min-width:100%;
width:100%;
border-top-color:#eaeaea;
border-right-color:#eaeaea;
border-bottom-color:#eaeaea;
border-left-color:#eaeaea;
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;
box-shadow:2px 2px 10px rgba(0,0,0,0.05);
}
.new_implants_capt {
margin-top:10px;
line-height:1.1;
font-size:10px;
text-align:center;
width:100%;
font-weight:500;
}
@media (max-width: 767px) {
.new_implants_capt {
}
}
.new_implants_right {
transform:translateY(-10px); width:60%;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
@media (max-width: 767px) {
.new_implants_right {
width:100%;
min-width:100%;
}
.new_implants_right:not(.ct-section):not(.oxy-easy-posts),
.new_implants_right.oxy-easy-posts .oxy-posts,
.new_implants_right.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.new_implants_heading {
font-size:22px;
margin-bottom:10px;
}
@media (max-width: 767px) {
.new_implants_heading {
font-size:21px;
text-align:center;
}
}
@media (max-width: 479px) {
.new_implants_heading {
}
}
.new_implants_copy {
text-align:left;
font-size:12px;
color:rgba(0,0,0,0.66);
}
@media (max-width: 767px) {
.new_implants_copy {
font-size:14px;
text-align:center;
}
}
.cf7_email_submission {
}
.cf7_dynamic {
}
.review_cont {
}
.review_top {
}
.review_quote_cont:ct_depth{
}
.review_quote_cont {
}
.review_quote_cont:not(.ct-section):not(.oxy-easy-posts),
.review_quote_cont.oxy-easy-posts .oxy-posts,
.review_quote_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:stretch;
}
@media (max-width: 1120px) {
.review_quote_cont {
margin-top:40px;
}
}
@media (max-width: 767px) {
.review_quote_cont {
margin-top:20px;
}
}
.review_quote_mark_left {
}
.review_quote_text {
}
@media (max-width: 767px) {
.review_quote_text {
text-align:center;
}
}
.review_quote_mark_right {
}
.review_bio_cont {
width:50%;
padding-left:20px;
}
@media (max-width: 1120px) {
.review_bio_cont {
width:100%;
padding-left:0px;
}
}
.review_bio_left {
margin-right:20px;
}
@media (max-width: 1120px) {
.review_bio_left {
margin-right:20px;
}
}
.review_bio_image {
}
.review_bio_right {
}
.review_bio_a:ct_depth{
}
.review_bio_a {
font-size:12px;
text-transform:uppercase;
letter-spacing:3px;
font-weight:400;
color:rgba(37,37,37,0.35);
line-height:1;
margin-bottom:15px;
}
@media (max-width: 767px) {
.review_bio_a {
margin-bottom:5px;
}
}
.review_bio_b {
}
.review_bio_c {
}
.review_bio_d {
}
.review_bottom {
}
.review_bottom_text {
}
.cp_box {
border-top-color:#e9e9e9;
border-right-color:#e9e9e9;
border-bottom-color:#e9e9e9;
border-left-color:#e9e9e9;
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;
border-radius:15px;
width:100%;
min-width:100%;
max-width:100%;
box-shadow:5px 5px 10px rgba(0,0,0,0.25);
}
.cp_box:not(.ct-section):not(.oxy-easy-posts),
.cp_box.oxy-easy-posts .oxy-posts,
.cp_box.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 1120px) {
.cp_box {
}
.cp_box:not(.ct-section):not(.oxy-easy-posts),
.cp_box.oxy-easy-posts .oxy-posts,
.cp_box.ct-section .ct-section-inner-wrap{
justify-content:space-between;
}
}
@media (max-width: 991px) {
.cp_box {
text-align:justify;
}
}
.cp_img_cont {
border-bottom-color:#e2e2e2;
border-bottom-width:1px;
border-bottom-style:solid;
width:100%;
padding-top:40px;
padding-right:40px;
padding-bottom:40px;
padding-left:40px;
background-color:#f7f7f7;
height:175px;
}
.cp_img_cont:not(.ct-section):not(.oxy-easy-posts),
.cp_img_cont.oxy-easy-posts .oxy-posts,
.cp_img_cont.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.cp_img {
max-height:50px;
}
.cp_copy {
padding-top:40px;
padding-right:20px;
padding-bottom:40px;
padding-left:20px;
width:100%;
text-align:center;
max-width:600px;
margin-bottom:20px;
margin-top:40px;
}
.cp_copy:not(.ct-section):not(.oxy-easy-posts),
.cp_copy.oxy-easy-posts .oxy-posts,
.cp_copy.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.cp_heading {
font-size:23px;
line-height:1;
margin-bottom:5px;
}
.cp_subheading {
margin-bottom:20px;
color:rgba(0,0,0,0.37);
line-height:1.2;
}
.cp_link_wrap:hover{
opacity:0.7;
transition-duration:0.3s;
}
.cp_link_wrap {
color:#252525;
line-height:1;
font-size:17px;
font-weight:500;
transition-duration:0.3s;
margin-top:15px;
}
@media (max-width: 1120px) {
.cp_link_wrap {
font-size:16px;
}
}
.cp_link_txt {
}
.cp_link_address {
}
.cp_link_address_txt {
margin-top:15px;
font-size:16px;
line-height:1.2;
color:rgba(37,37,37,0.31);
}
.cp_btn:hover{
transform:translateY(-2px); transition-duration:0.3s;
}
.cp_btn {
margin-top:25px;
background-color:#252525;
width:100%;
padding-top:15px;
padding-bottom:15px;
border-radius:8px;
color:#e9e9e9;
transition-duration:0.3s;
line-height:1.2;
padding-left:15px;
padding-right:15px;
font-size:15px;
max-width:300px;
}
.cp_btn:not(.ct-section):not(.oxy-easy-posts),
.cp_btn.oxy-easy-posts .oxy-posts,
.cp_btn.ct-section .ct-section-inner-wrap{
display:block;
}
.cp_btn_txt {
}
.alt_btn:hover{
transform:translateY(-2px); transition-duration:0.3s;
box-shadow:5px 5px 10px rgba(0,0,0,0.1);
}
.alt_btn {
margin-top:25px;
width:100%;
padding-top:15px;
padding-bottom:15px;
border-radius:8px;
color:#e9e9e9;
transition-duration:0.3s;
line-height:1.2;
padding-left:15px;
padding-right:15px;
font-size:15px;
background-color:#f7f7f7;
border-top-color:#e8e8e8;
border-right-color:#e8e8e8;
border-bottom-color:#e8e8e8;
border-left-color:#e8e8e8;
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;
}
.alt_btn:not(.ct-section):not(.oxy-easy-posts),
.alt_btn.oxy-easy-posts .oxy-posts,
.alt_btn.ct-section .ct-section-inner-wrap{
display:block;
}
.strip_new_cont {
}
.strip_new_inner {
margin-bottom:20px;
background-color:#ffffff;
border-top-color:#f4f4f4;
border-right-color:#f4f4f4;
border-bottom-color:#f4f4f4;
border-left-color:#f4f4f4;
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;
border-radius:10px;
padding-top:40px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
min-width:100%;
box-shadow:5px 5px 10px rgba(0,0,0,0.05);
}
.strip_new_inner:not(.ct-section):not(.oxy-easy-posts),
.strip_new_inner.oxy-easy-posts .oxy-posts,
.strip_new_inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.strip_new_inner {
text-align:center;
padding-left:20px;
padding-right:20px;
}
.strip_new_inner:not(.ct-section):not(.oxy-easy-posts),
.strip_new_inner.oxy-easy-posts .oxy-posts,
.strip_new_inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 479px) {
.strip_new_inner {
text-align:center;
}
.strip_new_inner:not(.ct-section):not(.oxy-easy-posts),
.strip_new_inner.oxy-easy-posts .oxy-posts,
.strip_new_inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.strip_new_left {
min-width:300px;
}
.strip_new_right {
}
@media (max-width: 767px) {
.strip_new_right {
}
.strip_new_right:not(.ct-section):not(.oxy-easy-posts),
.strip_new_right.oxy-easy-posts .oxy-posts,
.strip_new_right.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.strip_new_img {
} .page-id-148 a.coi_nav_item_1 {
opacity: 1;
}
.page-id-149 a.coi_nav_item_2 {
opacity: 1;
}
.page-id-150 a.coi_nav_item_3 {
opacity: 1;
} .page-id-259 a.coi_nav_item_1 {
opacity: 1;
}
.page-id-261 a.coi_nav_item_2 {
opacity: 1;
}
.page-id-263 a.coi_nav_item_3 {
opacity: 1;
} body{
padding-top: 94px;
}
@media screen and (min-width: 1750px) {
body{
padding-top: 76px;
}
} .ng-scope [data-aos] {
opacity: 1;
transform: translate(0) scale(1);
} .ct-columns-empty, .oxy-header-row-empty > div, .ct-div-block:empty, .oxy-dynamic-list:empty, .ct-nestable-shortcode:empty, .ct-ul:empty, .ct-link:empty, .ct-new-columns:empty, .ct-widget:empty, .ct-shortcode:empty, .ct-section:empty, .ct-section-inner-wrap:empty, .ct-looper:empty, .ct-separator:empty, .ct-slide:empty, .ct-code-block > span.ng-scope:empty, .oxygen-empty-comments-list, .oxygen-empty-gallery, .ct-modal:empty {
min-height: 1px;
}
.ct-div-block:empty, .ct-nestable-shortcode:empty, .ct-shortcode:empty, .ct-link:empty, .ct-code-block > span.ng-scope:empty, .oxy-header-container > div:empty {
min-width: 1px;
} @media screen and (max-width: 1200px) {
.secondary_nav {
display: none !important;
}
}
@media screen and (min-width: 1200px) {
.hamburger_menu {
display: none !important;
}
} .grecaptcha-badge{
visibility: collapse !important;  
} .click_arrow {
cursor: pointer;
} .oxy-modal-backdrop.live {
z-index: 999999;
} a.dotted {
border-bottom: 1px dotted #000000;
} .adj-post {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} #span-62-187 {
width: 100%;
}
.cf7_email_submission input[type="submit"] {
margin-top: 0px;
} input[type="text"], input[type="email"], input[type="tel"] {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
height: 50px;
padding: 15px;
width: 100%;
color: #000000;
font-size: 12px;
margin-bottom: 8px;
border-radius: 4px;
}
textarea {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 15px;
width: 100%;
color: #000000;
font-size: 12px;
border-radius: 4px;
}
.watermark {
color: #4F4F4F !important;
}
::-webkit-input-placeholder {
color: #4F4F4F !important;
}
:-moz-placeholder {
color: #4F4F4F !important;
}
::-moz-placeholder {
color: #4F4F4F !important;
}
:-ms-input-placeholder {
color: #4F4F4F !important;
}
input[type="submit"] {
margin-top: 20px;
height: 50px;
padding: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 4px;
color: #FFFFFF;
border: none;
background: #252525;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
&:hover {
opacity: 0.8 !important;
background: #424242;
}
}
form {
margin: 0;
} #page div.wpcf7-mail-sent-ok, #page span.wpcf7-not-valid-tip, #page div.wpcf7-validation-errors {
text-shadow: none;
text-align: center;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#page div.wpcf7-mail-sent-ok, #page span.wpcf7-not-valid-tip, #page div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
border: 1px solid #e4e4e4;
background: none;
padding: 10px 0;
color: #ffffff;
margin: 10px 0;
text-align: center;
}
div.wpcf7-response-output {
margin: 0;
padding: 0;
}
div.wpcf7-mail-sent-ok, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
border: 1px solid #272727;
background: none;
padding: 10px 0;
color: #272727;
margin: 10px 0;
text-align: center;
}p.wp-caption-text {
font-size: 12px;
text-align: center;
margin: 0 0 20px 0;
font-weight: 600;
line-height: 1.2em;
}
.case_study img {
border-radius: 4px;
border: 1px solid #e6e6e6;
min-width: 100%;
max-width: 100%;
}
.case_study .aligncenter {
min-width: 100%;
max-width: 100%;
}