﻿/* === This style.css file is located in website root /assests/css/  === */

body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
textarea {
  width: 100%;
}
body {
  margin-bottom: 0 !important;
  overflow-x: hidden;
}
body ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.flex__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a {
  color: #fff;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  color: #132c3f;
}
a:visited {
  color: inherit;
}
a.card-image {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
a.card-image .image span {
  background: transparent;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
a.card-image .content {
  background: #f8f8f8;
  color: #132c3f;
}
a.card-image .content h3 {
  color: #132c3f;
}
a.card-image .content span {
  border-top: 1px solid #d0d1d5;
  color: #132c3f;
}
a.card-image:hover .image span {
  background: rgba(252, 186, 17, 0.85);
  color: #132c3f;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
a.card-image:hover .content {
  background: #f1f1f2;
}
.bg-stone {
  background: #132c3f;
  color: #fff;
}
.bg-stone.border {
  border-bottom: 16px solid #f9ba13;
}
.bg-stone h1,
.bg-stone h2,
.bg-stone h3 {
  color: #f9ba13;
}
.bg-stone p {
  color: #fff;
}
.bg-stone a {
  color: #fff;
}
.bg-stone a:hover {
  color: #f3f4f5;
}
.bg-stone .card {
  background: #434e5f;
}
.bg-stone .card a {
  color: #132c3f;
}
.bg-stone .card-image:hover {
  background: #2e3f50;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.bg-bluewood {
  background: #2e3f50;
  color: #fff;
}
.bg-bluewood.card {
  background: #2e3f50 !important;
  color: #fff !important;
}
.bg-bluewood .h4 {
  color: #fff !important;
}
.bg-daisy {
  background: #f9ba13;
  color: #132c3f;
}
.bg-daisy .card {
  background: #fbeecf;
  color: #132c3f;
}
.bg-daisy a.card:hover {
  background: #f9e5bb;
}
.bg-daisy.card {
  background: #f9ba13 !important;
  color: #132c3f !important;
}
.bg-champagne {
  background: #fbeecf;
  color: #132c3f;
}
.bg-champagne .card {
  background: #f9ba13;
  color: #132c3f;
}
.bg-champagne.card {
  background: #fbeecf !important;
  color: #132c3f !important;
}
.bg-porcelian {
  background: #f3f4f5 !important;
  color: #132c3f;
}
.bg-porcelian.card {
  background: #f3f4f5 !important;
  color: #132c3f !important;
}
.bg-porcelian .card {
  border: 1px solid #d0d1d5 !important;
}
.bg-porcelian.border {
  border: 1px solid #d0d1d5;
}
.bg-lavender {
  background: #a389b8 !important;
  color: #132c3f;
}
.bg-lavender.card {
  background: #a389b8 !important;
  color: #132c3f !important;
}
.bg-white {
  background: #fff;
}
.bg-white .card {
  background: #fcba11;
  color: #132c3f;
}
.bg-white a.card:hover {
  background: #f8a90f;
}
.bg-white.card {
  background: #fff !important;
  color: #132c3f !important;
}
.bg-blue-50 {
  background: rgba(84, 196, 241, 0.5);
  margin-top: 50px;
}
.bg-blue {
  background: #54c4f1;
  color: #132c3f;
}
.bg-blue .card {
  background: #54c4f1;
  color: #132c3f;
}
.bg-blue.card {
  background: #54c4f1 !important;
  color: #132c3f !important;
}
.bg-lavendar-50 {
  background: rgba(163, 137, 184, 0.5);
  margin-top: 50px;
}
.bg-green {
  background: #7cb518;
}
.icon-cards .bg-daisy {
  background: #fcba11 !important;
}
.icon-cards .bg-daisy:hover {
  background: #f8a90f !important;
}
.gateway-page .swiper-banners,
.gateway-page .banner {
  border-color: #ee6874;
}
.gateway-page .swiper-banners h1,
.gateway-page .banner h1 {
  color: #ee6874;
}
.education-events .swiper-banners,
.education-events .banner {
  border-color: #7cb518;
}
.education-events .swiper-banners h1,
.education-events .banner h1 {
  color: #7cb518;
}
.txt-stone {
  color: #132c3f;
}
.txt-daisy {
  color: #f9ba13 !important;
}
.txt-champagne {
  color: #fbeecf;
}
.txt-porcelian {
  color: #f3f4f5;
}
.txt-green {
  color: #7cb518 !important;
}
.tp-bdr-stone {
  border-top: 2px solid #132c3f;
}
.alert {
  padding: 8px;
  border-radius: 8px;
}
.alert:first-child {
  grid-column: 1/-1;
}
.alert-blue {
  background-color: rgba(84, 196, 241, 0.5);
}
.alert-lavendar {
  background-color: rgba(163, 137, 184, 0.5);
}
.desktop,
.tablet {
  display: none;
}
.container {
  padding: 28px 16px 48px;
}
.home .container.content-block {
  padding-bottom: 20px;
}
.home .content-container {
  padding-bottom: 16px;
}
ul.inline {
  display: flex;
  gap: 18px;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.half-bg {
  position: relative;
}
.half-bg .container {
  position: relative;
  z-index: 1;
}
.half-bg .bg {
  position: absolute;
  z-index: 0;
  height: 55%;
  width: 100%;
}
.half-bg .bg.btm {
  bottom: 0;
}
.half-bg .bg.tp {
  top: 0;
}
.w-100 {
  width: 100% !important;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-1 {
  margin-top: 10px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-1 {
  padding-top: 10px;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-fallback";
  src: local("Arial");
  font-style: normal;
}
* {
  font-family: "Nunito", Nunito-fallback, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
p,
a,
li {
  font-size: 16px;
  line-height: 22px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.title,
.link,
strong,
.strong {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
h1,
.h1 {
  font-size: 26px;
  line-height: 34px;
}
h2,
.h2 {
  font-size: 22px;
  line-height: 28px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 28px;
}
.subheading {
  font-size: 16px;
  line-height: 22px;
  font-family: "Nunito-SemiBold", Nunito-fallback, sans-serif;
}
p {
  margin: 16px 0;
}
.large {
  font-size: 18px;
}
.card h3,
.card .h3 {
  font-size: 18px;
  line-height: 24px;
}
.card .title {
  font-size: 18px;
  line-height: 24px;
}
.card .link {
  font-size: 14px;
  line-height: 20px;
}
.card .small {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
button.btn {
  border: none;
  cursor: pointer;
}
.btn {
  font-size: 14px;
  border-radius: 6px;
  padding: 10px 14px;
  text-decoration: none !important;
  display: inline-block;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn:hover {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.card .btn {
  border-radius: 4px;
  padding: 8px 12px;
}
.btn-stone {
  background: #132c3f;
  color: #fff !important;
}
.btn-stone:hover {
  background: #434e5f;
  color: #fff;
}
.btn-daisy {
  background: #f9ba13;
  color: #132c3f !important;
}
.btn-daisy:hover {
  background: #f8a90f;
}
.btn-blue {
  background: #54c4f1;
  color: #132c3f;
}
.btn-blue:hover {
  background: #7fd3f4;
}
.btn-lavender {
  background: #8462a0;
  color: #fff !important;
}
.btn-lavender:hover {
  background: #a389b8;
}
.btn-white {
  background: #fff;
  color: #132c3f !important;
}
.btn-white:hover {
  background: #f1f1f2;
}
.btn-green {
  background: #7cb518;
  color: #132c3f !important;
}
.btn-green:hover {
  background: #3d7f04;
  color: #fff !important;
}
.btn-outline {
  background: transparent;
  color: #132c3f;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.btn-outline.btn {
  padding: 8px 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
}
.btn-outline.btn-stone {
  border-color: #132c3f;
}
.btn-outline.btn-daisy {
  border-color: #f8a90f;
}
.btn-outline.btn-blue {
  border-color: #54c4f1;
}
.btn-outline.btn-lavender {
  border-color: #8462a0;
  color: #132c3f !important;
}
.btn-outline.btn-lavender:hover {
  background: #8462a0;
  color: #fff !important;
}
.btn-outline.btn-white {
  border-color: #d0d1d5;
}
.btn-outline.btn-green {
  border-color: #7cb518;
}
.btn-outline:hover {
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
.btn-outline.btn-white-txt {
  color: #fff !important;
}
.btn-outline.btn-white-txt:hover {
  color: #132c3f !important;
}
.card .btn-outline.btn {
  padding: 6px 10px;
}
.form {
  border-radius: 8px;
  overflow: hidden;
}
.form-wrapper {
  padding: 16px;
}
.input {
  margin-bottom: 16px;
}
.input label {
  display: none;
}
.checkbox label span {
  display: none;
}
input[type="text"],
input[type="checkbox"],
input[type="email"],
select,
textarea {
  background: #fff;
  color: #132c3f;
  border-radius: 4px;
  border: 1px solid #132c3f;
  padding: 8px;
  width: 100%;
}
textarea {
  resize: none;
}
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: 1px solid #132c3f !important;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: rgba(84, 196, 241, 0.75) !important;
}
.optional {
  background: rgba(255, 255, 255, 0.5);
}
input[type="checkbox"] {
  width: 26px;
  height: 26px;
}
.flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.flex input {
  margin-bottom: 0;
}
.submit {
  gap: 20px;
  padding-top: 10px;
}
.submit input {
  padding: 12px 14px;
  border-radius: 8px;
  border: none;
  background: #132c3f;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.submit input:hover {
  background: #434e5f;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
form span {
  font-size: 14px;
}
form span a {
  font-size: 14px !important;
}
form a {
  color: #132c3f;
  text-decoration: underline;
}
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
.wpcf7-not-valid input[type="checkbox"] {
  border: 2px solid red !important;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("/assets/img/menu-arrow.svg") no-repeat center right 16px;
  background-size: 16px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #132c3f;
  border-radius: 2px;
  transform: translateY(-0.075em);
}
input[type="checkbox"]:checked {
  background: #132c3f url("../img/check-icon-white.svg") no-repeat center;
  border-color: #132c3f;
  background-size: 15px;
}
.contact-form h2 {
  margin: 10px 0;
}
.contact-form .group {
  gap: 8px;
}
.contact-form .input {
  margin-bottom: 8px;
}
.contact-form textarea {
  height: 125px;
  margin-bottom: 0;
}
.contact-form .flex {
  margin-bottom: 8px;
}
.contact-form .submit {
  padding-top: 0;
  margin-bottom: 0;
}
.surgical-page .modal-form .btn-close {
  top: -20px;
}
.errors {
  color: red;
  margin-top: 8px;
  font-size: 16px;
}
.wpcf7-textarea.wpcf7-not-valid {
  border: 2px solid red;
}
#skip-container {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #2e3f50;
  padding: 8px 16px;
}
#skip-container a {
  color: #fff;
}
.keyboard-control *:focus {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-color: #132c3f !important;
  outline-offset: 0px;
  transition: none !important;
}
.keyboard-control nav *:focus,
.keyboard-control .bg-stone *:focus {
  outline-color: #fff !important;
}
.keyboard-control .cc input:focus ~ .checkmark {
  outline: 2px solid #767676;
  outline-offset: 2px;
}
.keyboard-control #skip-container {
  display: block;
}
.keyboard-control .menu-mobile .menu-bar {
  top: 35px;
}
.keyboard-control header.toggled nav {
  top: 106px;
}
.menu-desktop {
  display: none;
}
nav a {
  font-family: "Nunito-SemiBold", Nunito-fallback, sans-serif;
  color: #132c3f;
}
.menu-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: rgba(19, 44, 63, 0.67);
  padding: 16px;
  transition: background ease 0.5s;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.menu-bar button {
  background: transparent;
  border: none;
}
.menu-bar.solid {
  background: #132c3f !important;
}
.menu-mobile .menu-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-mobile .menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  height: 34px;
  margin: -5px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.menu-mobile .menu-bar1,
.menu-mobile .menu-bar2,
.menu-mobile .menu-bar3 {
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu-mobile nav {
  display: block;
  position: fixed;
  top: 71px;
  z-index: 1000;
  width: 100%;
  overflow-y: scroll;
  height: 0;
  opacity: 0;
  background: #132c3f;
  transition: all ease 0.5s;
}
.menu-mobile nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #f9ba13;
}
.menu-mobile nav ul li {
  border-top: 1px solid #fbeecf;
}
.menu-mobile nav ul li a {
  display: inline-block;
  padding: 16px 32px 15px;
  text-decoration: none;
}
.menu-mobile nav ul li li {
  background: #fbeecf;
  border-top: 1px solid #d0d1d5;
}
.menu-mobile nav ul li li a {
  padding-left: 48px;
}
.menu-mobile nav ul li li li {
  background: #fff;
  border-top: 1px solid #fbeecf;
}
.menu-mobile nav ul li li li a {
  padding-left: 64px;
}
.menu-mobile nav ul li li li li {
  background: #f8f8f8;
}
.menu-mobile nav ul li li li li a {
  padding-left: 96px;
}
.menu-mobile nav ul li:first-child {
  border-top: none;
}
.menu-mobile nav li.menu-item a {
  width: 100%;
  color: #132c3f;
}
.menu-mobile nav li.menu-item button {
  border: none;
}
.menu-mobile nav li.menu-item-has-children > a {
  width: calc(100% - 90px);
}
.menu-mobile nav .sub-menu-toggle {
  display: inline-block;
  width: 84px;
  height: 48px;
  background: url("../img/menu-arrow.svg") no-repeat center;
  background-size: 18px;
  float: right;
  cursor: pointer;
  transition: transform 0.2s ease-out 0.1s;
}
.menu-mobile nav .sub-menu {
  display: none;
}
.menu-mobile nav button[aria-expanded="true"] {
  transform: rotate(180deg);
}
header.toggled .menu-mobile .menu-bar {
  background: #132c3f;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
header.toggled .menu-toggle {
  margin: -8px 0 0;
}
header.toggled .menu-bar1,
header.toggled .menu-bar2,
header.toggled .menu-bar3 {
  background-color: #fff;
  width: 30px;
}
header.toggled .menu-bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 4px);
  transform: rotate(-45deg) translate(-8px, 6px);
  margin: 3px 1px;
}
header.toggled .menu-bar2 {
  opacity: 0;
}
header.toggled .menu-bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
  margin: 0;
}
header.toggled nav {
  top: 71px;
  height: calc(100vh - 71px);
  opacity: 1;
}
header.toggled nav .menu-item.focus > .sub-menu {
  display: block;
}
nav .item-depth-0 > a {
  text-transform: uppercase !important;
}
.swiper-banners,
.banner {
  padding-bottom: 30px;
  border-bottom: 12px solid #f9ba13;
}
.swiper-banners .container,
.banner .container {
  padding: 0 16px;
}
.swiper-banners .swiper-slide picture {
  display: block;
  height: 490px;
  width: 100%;
  overflow: hidden;
}
.swiper-banners .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: url("../img/mask/daisy-sm.svg");
  mask-image: url("../img/mask/daisy-sm.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
}
.swiper-banners .swiper-nav-wrapper {
  padding: 32px 0;
}
.banner .item picture {
  position: relative;
  display: block;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.banner .item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url("../img/mask/circle-sm.svg");
  mask-image: url("../img/mask/circle-sm.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
}
.banner .banner-logo {
  margin: 12px 0;
}
.banner-brand,
.product-banner {
  height: 172px;
  display: flex;
  align-items: end;
}
.banner-brand .container,
.product-banner .container {
  padding: 0 16px 10px;
}
.banner-brand .container h1,
.product-banner .container h1 {
  font-size: 22px;
  color: #f9ba13;
}
.banner-brand .container .content,
.product-banner .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-brand .container .content img,
.product-banner .container .content img {
  height: 36px;
  width: auto;
}
.product-banner .container h1 {
  color: #54c4f1;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
}
.mobile.swiper-container {
  padding: 24px 16px 50px;
}
.swiper-nav {
  display: flex;
  gap: 8px;
}
.swiper-btn {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px !important;
}
.swiper-btn[aria-disabled="true"] {
  opacity: 50%;
}
.swiper-next {
  background-image: url("../img/arrow-right-dark.svg");
}
.swiper-prev {
  background-image: url("../img/arrow-left-dark.svg");
}
.swiper-pause {
  background-image: url("../img/pause-dark.svg");
}
.swiper-play {
  background-image: url("../img/play-dark.svg") !important;
  background-size: 40px !important;
}
.bg-stone .swiper-next {
  background-image: url("../img/arrow-right.svg");
}
.bg-stone .swiper-prev {
  background-image: url("../img/arrow-left.svg");
}
.bg-stone .swiper-play {
  background-image: url("../img/play.svg") !important;
  background-size: 42px !important;
}
.bg-stone .swiper-pause {
  background-image: url("../img/pause.svg");
}
.swiper-events .swiper-nav-wrapper {
  padding-top: 25px;
  padding-bottom: 7px;
}
.swiper.event-posts {
  padding: 0 16px;
}
.swiper.event-posts .swiper-nav-wrapper.mobile {
  padding: 24px 0;
}
.videos .card {
  padding: 0;
  background: none;
  border: none !important;
  width: 100%;
  cursor: pointer;
}
.videos .card .content {
  background: none;
  padding: 0;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  min-height: 0;
}
.videos .card .image {
  position: relative;
  border-radius: 8px;
  background: #132c3f;
}
.videos .card .image img {
  opacity: 0.3;
}
.videos .card .image .play {
  background: url("../img/play-video.svg") no-repeat center;
}
.education-events .videos .card .image .play {
  background: url("../img/play-video-green.svg") no-repeat center;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  background: rgba(19, 44, 63, 0.67);
  color: #fff;
  transition: all ease 1s;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
.modal .btn-close {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1011;
  font-size: 60px;
  color: #fff;
  background: transparent;
  border: none;
}
.modal .contact-form,
.modal .modal-iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal iframe {
  width: 320px;
  height: 180px;
}
.swiper-suppliers,
.logo-block {
  padding: 16px 16px 48px;
}
.swiper-suppliers .swiper-slide,
.logo-block .swiper-slide {
  background-color: #f3f4f5;
  border-radius: 8px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-suppliers .swiper-slide img,
.logo-block .swiper-slide img {
  width: 65px;
}
.logo-block .swiper-wrapper {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-block .swiper-nav-wrapper {
  justify-content: center;
}
.home .swiper-suppliers .swiper-nav-wrapper {
  padding-top: 48px;
}
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.card {
  position: relative;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
}
.card a {
  font-size: 14px;
  text-decoration: underline;
}
.card a:hover {
  text-decoration: none;
}
.card .image a:hover img {
  border-color: #54c4f1;
}
.card .content a {
  text-decoration: none;
}
.card .content a:hover h3 {
  color: #54c4f1;
}
a.card:hover {
  cursor: pointer !important;
}
.card-image {
  padding: 0 !important;
  text-decoration: none !important;
}
.card-image .image {
  position: relative;
  width: 100%;
  height: 174px;
  overflow: hidden;
}
.card-image .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-image .image span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.card-image .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
}
.card-image .content h3 {
  margin: 0;
  min-height: 100px;
}
.card-image .content span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-family: "Nunito-SemiBold", Nunito-fallback, sans-serif;
  padding-top: 12px;
  min-height: 64px;
}
.link-cards .card-image {
  width: 100%;
  padding: 0 !important;
}
.link-cards .card-image .image {
  height: 182px;
}
.link-cards .card-image .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.link-cards .card-image .image span {
  height: 100%;
}
.link-cards a.card-image .image span {
  color: #fff;
}
.home .link-cards {
  margin-top: 20px;
  border-top: 1px solid #f9ba13;
}
.home .link-cards .cards {
  margin-top: 30px;
}
.icon-cards .card {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.icon-cards a {
  text-decoration: none;
}
.icon-cards a:hover {
  text-decoration: underline;
}
.link-card {
  padding-top: 8px;
  text-decoration: none;
}
.link-card:hover {
  text-decoration: underline;
}
.link-card .image {
  height: 160px;
}
.link-card .image img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.link-card .h4 {
  margin-bottom: 8px;
}
.basic-card {
  width: 80%;
  padding: 0;
  border-radius: 0;
}
.basic-card .image {
  position: relative;
  /*height: 180px;*/
  overflow: hidden;
}
.basic-card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #d0d1d5;
}
.basic-card .content .logo {
  height: 30px;
  width: auto;
  margin: 20px 0 10px;
}
.basic-card .content .logo.square {
  height: 88px;
}
.basic-card .content h3 {
  margin: 0;
}
.basic-card .content p {
  margin: 4px 0 16px;
}
.basic-card .content .btn {
  display: inline-block;
}
.basic-card .content a {
  text-decoration: underline;
}
.basic-card .content a:hover {
  text-decoration: none;
}
.products .card h3 {
  margin: 6px 0 0;
}
.products .card p {
  margin: 8px 0;
}
.products a.card {
  text-decoration: none;
}
.products a.card .link {
  text-decoration: underline;
}
.intro-content .content h2 {
  margin: 30px 0 0;
  width: 260px;
}
.intro-content .content p:first-of-type {
  margin-top: 8px;
}
.intro-content .content p:last-of-type {
  margin-bottom: 35px;
}
.container.rm-space {
  padding-top: 0;
  padding-bottom: 0;
}
.container.highlighted {
  padding-bottom: 0 !important;
}
.page-404 main .container p,
.page-404 main .container a {
  font-size: 22px;
  line-height: 28px;
}
.rc-anchor-normal-footer {
  display: none !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.breadcrumbs {
  background: #f3f4f5;
  color: #132c3f;
  font-size: 12px;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #132c3f;
  font-size: 12px;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.event-page .breadcrumbs {
  background: transparent !important;
  color: #fff !important;
  margin: 10px 0 60px !important;
}
.event-page .breadcrumbs a {
  color: #fff !important;
}
.surgical-page h1 {
  color: #54c4f1;
}
.surgical-page .banner,
.surgical-page .product-banner {
  border-color: #54c4f1;
}
.surgical-page .related-products .card {
  border: none !important;
}
.surgical-page .taxonomy-products .basic-card .logo {
  margin-top: 12px;
}
.surgical-page .taxonomy-products .basic-card .logo.square {
  height: 88px;
}
.surgical-page .taxonomy-products .basic-card a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .surgical-page .news-posts .tp-bdr-stone {
    border: none;
  }
}
.about-product .swiper {
  margin-bottom: 24px;
}
.about-product .logo {
  width: auto;
  height: 64px;
}
.about-product .logo.square {
  height: 120px;
}
.about-product .product-gallery {
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.about-product .product-gallery .image {
  object-fit: cover;
}
.about-product .product-gallery .swiper-button-next,
.about-product .product-gallery .swiper-button-prev {
  background-color: transparent;
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  width: 32px;
}
.about-product .product-gallery .swiper-button-prev {
  background-image: url("../img/swiper-prev-white.svg");
}
.about-product .product-gallery .swiper-button-next {
  background-image: url("../img/swiper-next-white.svg");
}
.about-product .product-gallery .swiper-button-next::after,
.about-product .product-gallery .swiper-button-prev::after {
  content: "";
}
.about-product .product-gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.about-product .product-gallery .swiper-pagination-bullet-active {
  background-color: #54c4f1;
}
.about-product .content {
  font-size: 18px;
}
.about-product .content ul {
  margin-left: 0;
  padding-left: 12px;
}
.no-bdr {
  border: none !important;
}
.videos-container {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.product-videos {
  border-top: 2px solid #54c4f1;
  border-bottom: 2px solid #54c4f1;
  padding-top: 16px;
}
.product-videos h2 {
  font-size: 20px;
}
.product-videos .cards .card {
  padding: 0;
  margin-right: 0;
  width: 80%;
}
.product-videos .cards .card .content {
  min-height: 76px;
}
.product-details .accordion {
  background: rgba(84, 196, 241, 0.25);
  cursor: pointer;
  padding: 20px 16px;
  font-size: 18px;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .accordion::after {
  content: "+";
  font-size: 36px;
  font-family: "Nunito", Nunito-fallback, sans-serif !important;
}
.product-details .accordion.active::after {
  content: "−";
}
.product-details .active,
.product-details .accordion:hover {
  background: rgba(84, 196, 241, 0.75);
}
.product-details .panel {
  padding: 0 18px;
  background: #f8f8f8;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-out;
}
.product-details h2 {
  font-size: 18px;
}
.product-details .table-container {
  overflow-x: scroll;
}
.product-details table {
  font-size: 14px;
  width: 150%;
  border-collapse: collapse;
}
.product-details table tr {
  background-color: rgba(84, 196, 241, 0.25);
}
.product-details table tr:nth-child(even) {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 100%);
}
.product-details table tbody tr {
  background-color: rgba(84, 196, 241, 0.1);
}
.product-details table th,
.product-details table td {
  padding: 6px 12px;
}
.product-details .cards {
  padding-bottom: 24px;
}
.product-details .card {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d0d1d5;
}
.product-details .card a {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
.product-details .brochures a.card {
  background: #f8f8f8;
  text-decoration: none;
}
.product-details .brochures a.card .link {
  text-decoration: underline;
}
.product-details .brochures a.card:hover {
  background: #f1f1f2;
  border-color: #54c4f1;
}
.product-details .brochures a.card:hover .link {
  text-decoration: none;
  color: #54c4f1;
}
.product-contact {
  text-align: center;
  padding: 20px 50px 28px;
}
.product-contact p {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
.product-complaint {
  text-align: center;
}
.product-complaint p {
  margin-bottom: 32px;
}
.taxonomy-view,
.taxonomy-products {
  display: flex;
  flex-direction: column;
}
.taxonomy-view .card {
  background: #f8f8f8;
  border: 1px solid #d0d1d5;
  text-decoration: none;
}
.taxonomy-view .card:hover {
  background: #f1f1f2;
  border-color: #54c4f1;
}
.taxonomy-view .card h3 {
  margin: 6px 0 0;
}
.taxonomy-view .card p {
  margin: 8px 0;
}
.taxonomy-view .card .link {
  text-decoration: underline;
}
.taxonomy-view a.card:hover {
  border-color: #54c4f1;
}
.taxonomy-product-view {
  gap: 24px;
}
.taxonomy-product-view .card-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f8f8f8;
  border: 1px solid #d0d1d5;
  transition: unset;
}
.taxonomy-product-view .card-image:hover {
  background: #f1f1f2;
  border-color: #54c4f1;
}
.taxonomy-product-view .card-image .image {
  height: 230px;
}
.taxonomy-product-view .card-image .content {
  display: block;
}
.taxonomy-product-view .card-image .content h3 {
  min-height: unset;
  color: #132c3f;
}
.taxonomy-product-view .card-image .content p {
  margin-top: 5px;
}
.taxonomy-product-view .card-image .content .read-more .btn {
  color: #132c3f;
}
.taxonomy-product-view .card-image .content.first {
  padding-bottom: 0;
}
.taxonomy-product-view .read-more {
  border-top: 1px solid #d0d1d5;
  padding-top: 12px;
}
.taxonomy-product-view .read-more a {
  display: inline-block;
}
.taxonomy-products {
  gap: 44px;
}
.modal-form {
  background: #fff;
}
.modal-form .btn-close {
  position: fixed;
  color: #132c3f;
}
.modal-form .form {
  width: 1240px;
  color: #132c3f;
}
.modal-box {
  width: 94%;
  margin: 0 auto;
  padding: 32px;
  border-radius: 18px;
}
.modal-box p.header {
  text-align: center;
  font-size: 22px;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  margin-bottom: 48px;
}
.modal-box .buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-box .buttons .btn {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 16px;
}
.patient-modal .modal-box {
  padding: 32px 0;
}
.patient-modal .modal-box .header {
  padding: 0 16px;
}
.patient-modal .modal-box .cards {
  padding-left: 16px;
}
.patient-modal .modal-box .cards .card {
  border: none !important;
}
.patient-modal .modal-box .cards .card .image {
  margin-bottom: 22px;
}
.recovery-page h1 {
  color: #a389b8 !important;
}
.recovery-page .banner,
.recovery-page .product-banner {
  border-color: #a389b8;
}
.recovery-page .filter-options .select {
  background: #a389b8;
  color: #fff;
}
.recovery-page .cards {
  gap: 16px;
}
.recovery-btn {
  display: inline-block;
  margin: 10px 0;
}
.recovery-card .image a:hover img {
  border-color: #a389b8;
}
.recovery-card .content div a {
  text-decoration: none;
}
.recovery-card .content div a:hover h3 {
  color: #a389b8;
}
.recovery-card .content div p {
  margin-top: 5px;
}
.recovery-card .read-more {
  display: inline-block;
}
.logo-container {
  border-top: 1px solid #d0d1d5;
  margin-top: 20px;
  padding-top: 16px;
}
.logo-container p {
  line-height: 1;
  font-size: 14px !important;
  margin: 0 !important;
}
.logos {
  display: flex;
  gap: 32px;
  margin-top: 15px;
}
.logos img {
  height: 30px !important;
  width: auto !important;
}
.recovery-product .logos {
  margin-top: 0;
}
.recovery-page .taxonomy-index .recovery-btn {
  margin-top: 12px;
}
.recovery-page .taxonomy-index .card {
  background: #f8f8f8;
}
.recovery-page .taxonomy-index .card:hover {
  background: #f1f1f2;
  border-color: #a389b8;
}
.recovery-page .taxonomy-index .card .h3 {
  margin: 4px 0 0;
}
.recovery-page .taxonomy-view {
  gap: 48px;
}
.recovery-page .filter-options-header {
  background-color: #a389b8 !important;
  border-color: #a389b8 !important;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .recovery-page .taxonomy-index .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
  }
  .recovery-page .recovery-card .h4 {
    margin-top: 10px;
  }
}
.clinical-page .clinical-banner {
  border-color: #7cb518;
}
.clinical-page .clinical-banner h1 {
  color: #7cb518;
}
.clinical .table *,
.product-clinical .table * {
  font-size: 14px;
  line-height: 18px;
}
.clinical .row,
.product-clinical .row {
  display: grid;
  padding: 20px 16px;
}
.clinical .header,
.product-clinical .header {
  display: none;
}
.clinical .even,
.product-clinical .even {
  background: #f2f7e7 !important;
}
.clinical .col,
.product-clinical .col {
  margin-bottom: 12px;
}
.clinical .col span,
.product-clinical .col span {
  display: block;
}
.clinical .col span,
.clinical .col a,
.product-clinical .col span,
.product-clinical .col a {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
.clinical .title,
.product-clinical .title {
  order: 1;
  border-bottom: 1px solid #132c3f;
  padding-bottom: 12px;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
.clinical .category,
.product-clinical .category {
  order: 2;
}
.clinical .author,
.product-clinical .author {
  order: 3;
}
.clinical .link,
.product-clinical .link {
  order: 4;
  margin-bottom: 0;
}
.product-clinical .odd {
  background: rgba(84, 196, 241, 0.1);
}
.clinical-filter {
  padding: 0 !important;
  margin: 0 0 32px !important;
}
.clinical-filter .wrapper {
  display: unset !important;
}
.clinical-filter .select {
  width: 100% !important;
  background: #7cb518 !important;
  border: none !important;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.pagination .disabled {
  opacity: 0.25;
}
.events-index .event-posts {
  border-bottom: 2px solid #7cb518;
}
.events-index .event-posts .swiper-wrapper {
  padding-bottom: 38px;
}
.events-index .event-posts h2 {
  padding-top: 24px;
  margin-top: 0;
}
.events-index .event-posts:first-child h2 {
  padding-top: 32px;
}
.event-posts {
  padding-bottom: 48px;
}
.event-posts h2 {
  margin: 25px 0;
}
.event-posts:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
.event-posts .card-image {
  border: 1px solid #d0d1d5;
}
.event-posts .card-image .image span {
  color: transparent;
}
.events .card-image .image span {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  font-size: 22px;
}
.event-banner {
  padding-top: 70px !important;
}
.event-banner .card-image {
  margin: 16px 0 32px;
  width: 100%;
  background: rgba(91, 97, 112, 0.5);
}
.event-banner #count-down {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 150px;
}
.event-banner #count-down span {
  display: block;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  font-size: 10px;
}
.event-banner #count-down div {
  background: #7cb518;
  color: #132c3f;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 7px;
  width: 51px;
  height: 51px;
}
.event-banner #count-down div span:first-child {
  font-size: 16px;
  line-height: 1;
}
.event-banner .venue-wrapper .venue-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 50px 16px 15px;
  font-size: 14px;
}
.event-banner .venue-wrapper .venue-details span {
  color: #7cb518;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  line-height: 18px;
}
.event-banner .venue-wrapper .venue-details p {
  margin: 0;
}
.event-banner .venue-wrapper .venue-details .share {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.event-banner .venue-wrapper .venue-details .btn {
  color: #fff !important;
  font-size: 18px !important;
}
.event-banner .venue-wrapper .venue-details .btn:hover {
  color: #132c3f !important;
}
.event-banner .map {
  padding: 16px;
}
.event-banner .banner-content h1,
.event-banner .banner-content .h2 {
  color: #7cb518 !important;
}
.event-banner .banner-content ul {
  margin-left: 0;
  padding-left: 16px;
}
.event-banner .banner-content li {
  color: #fff;
}
.event-banner .banner-content .more {
  border-top: 1px solid #7cb518;
  width: 100%;
  padding-top: 40px;
  margin-top: 20px;
}
.event-banner .banner-content .more .logo {
  margin-top: 50px;
}
.event-banner .map-container {
  margin: 0 16px 16px;
}
.event-banner .map-container-2 {
  height: 160px;
}
.event-banner #map {
  border-radius: 8px;
}
.event-register {
  margin-top: -400px;
}
.event-filter .l2-term a {
  padding-left: 32px !important;
}
.event-page .half-bg {
  background: none;
}
.event-page .related-events h2 {
  margin-top: 0;
}
.event-page .related-events .btn {
  background-color: #7cb518;
}
.event-page .related-events .btn:hover {
  background-color: #3d7f04;
  color: #fff !important;
}
.home .events .link-cards {
  margin-top: 0;
}
.home .event-posts a.card-image {
  border: none;
}
.home .event-posts a.card-image .content {
  background-color: #434e5f;
}
.home .event-posts a.card-image .content .h4 {
  color: #fff;
}
.home .event-posts a.card-image .content span {
  color: #d0d1d5;
}
.home .event-posts a.card-image:hover .content {
  background-color: #2b3d4f;
}
.event-form input[type="text"],
.event-form input[type="email"],
.event-form select,
.event-form textarea {
  padding: 14px;
}
.event-form .wpcf7-list-item-label {
  line-height: 1;
}
.event-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.event-form .input {
  margin-bottom: 20px;
}
.news-posts .card-image,
.related-posts .card-image {
  background: #f3f4f5;
  border: 1px solid rgba(91, 97, 112, 0.25);
  padding: 0 !important;
}
.news-posts .card-image .image,
.related-posts .card-image .image {
  height: 180px;
}
.news-posts .card-image .content .h4,
.related-posts .card-image .content .h4 {
  min-height: unset;
}
.news-posts .card-image .read-more,
.related-posts .card-image .read-more {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(91, 97, 112, 0.25);
  padding-top: 12px;
  margin-top: 20px;
}
.news-posts .card-image .read-more a,
.related-posts .card-image .read-more a {
  text-decoration: none;
}
.news-posts .card-image .read-more span,
.related-posts .card-image .read-more span {
  border: none;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  padding-top: 0;
  min-height: unset;
  line-height: 16px;
}
.news-posts .card-image .read-more span span,
.related-posts .card-image .read-more span span {
  display: block;
}
.post-banner {
  border-bottom: 12px solid #f9ba13;
}
.post-banner .container {
  padding: 70px 16px 28px;
}
.post-banner .container h1 {
  font-size: 22px;
  color: #fff;
}
.post-banner .container p {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #f9ba13;
}
.news-page .blocks {
  padding: 34px 0 17px;
}
.news-page .blocks .container {
  padding: 0 16px;
}
.news-page .blocks .post-images,
.news-page .blocks .post-image {
  padding: 16px;
}
.news-page .blocks .post-images,
.news-page .blocks .post-image {
  padding: 16px;
}
.news-page .blocks .post-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-page img {
  border-radius: 4px;
  overflow: hidden;
}
.news-page .tp-bdr-stone {
  border-top: none;
}
.news-page .news-posts .container {
  padding-left: 0;
  padding-right: 0;
}
.news-page .news-posts .container h2,
.news-page .news-posts .container .swiper-nav-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.news-page .news-posts .container .swiper-nav-wrapper {
  padding-top: 24px;
}
.related-news .card-image {
  border: none;
}
.related-news .card:first-child {
  margin-left: 16px;
}
.related-news .card:last-child {
  margin-right: 16px;
}
.team-posts .team-group {
  display: block;
  margin-bottom: 50px;
}
.team-posts .card {
  padding: 0;
  min-height: 350px;
}
.team-posts .card .image img {
  width: 100%;
}
.team-posts .profile {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #f9ba13;
  width: 100%;
  height: 130px;
  transition: height 0.5s ease-out;
}
.team-posts .profile .top {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 10px;
}
.team-posts .profile .top input[type="checkbox"] {
  display: none;
}
.team-posts .profile .top .more {
  width: 40px;
  height: 40px;
  background: url("../img/plus.svg") no-repeat;
  background-size: 40px;
}
.team-posts .profile .bottom {
  transition: opacity 0.5s ease-out 0.5s;
  opacity: 0;
}
.team-posts .profile input[type="checkbox"]:checked > .profile {
  height: 100%;
}
.team-posts .card.active > .profile {
  height: 100%;
}
.team-posts .card.active > .profile .top .more {
  background-image: url("../img/minus.svg") !important;
}
.team-posts .card.active > .profile .bottom {
  transition: opacity 0.2s ease-out 0.1s;
  opacity: 1;
}
@media only screen and (min-width: 425px) {
  .team-posts .card {
    min-height: 390px;
  }
  .team-posts .profile {
    height: 120px;
  }
}
.filter {
  position: relative;
  z-index: 100;
  padding-top: 32px;
  font-size: 16px;
}
.filter .wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.filter .label {
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
}
.filter .label.mobile {
  text-align: center;
  margin-bottom: 12px;
}
.filter .options {
  position: absolute;
  top: -10000px;
  z-index: 101;
  display: flex;
  flex-direction: column;
  opacity: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #d0d1d5;
  border-top: none;
  overflow: hidden;
  width: 195px;
  transition: opacity ease 0.5s;
}
.filter .options.open {
  top: 74px;
  opacity: 1;
}
.filter .options li {
  border-top: 1px solid #d0d1d5;
}
.filter .options label {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
}
.filter .options label input[name="team"] {
  display: none;
}
.filter .options label:hover {
  background: #f3f4f5;
}
.filter .options input[name="team"]:checked > label {
  background: #f3f4f5;
}
.filter-options-header {
  position: relative;
  z-index: 0;
  text-align: left;
  border: 1px solid #d0d1d5;
  border-radius: 8px;
  padding: 12px 42px 12px 12px !important;
  font-size: 14px;
  width: 195px;
}
.filter-options-header i {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
  width: 42px;
  height: 30px;
  background: transparent url("../img/filter-arrow-down.svg") no-repeat right
    16px center;
  background-size: 16px auto;
  transition: all ease 0.5s;
}
.filter-options-header.selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-options-header.selected i {
  top: 5px;
  transform: scaleY(-1);
}
.filter-options-header.auto {
  width: auto;
}
.education-events .filter-options-header i {
  background-image: url("../img/filter-arrow-down-green.svg");
}
.team-filter .has-parent {
  padding-left: 32px !important;
}
.checkbox-filter {
  margin-bottom: 32px;
}
.checkbox-filter .filter .options {
  top: 0;
  opacity: 1;
}
.filter-mobile .filter-options-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-mobile .filter-options {
  display: none;
}
.filter-mobile .filter-options.open {
  display: block;
}
.filter-mobile .filter-options.open .options {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
}
.checkbox-filter {
  padding-top: 0;
}
.checkbox-filter .filter-options-header {
  position: relative;
  background-color: rgba(84, 196, 241, 0.75);
  border-color: rgba(84, 196, 241, 0.75);
  width: 100%;
}
.checkbox-filter .filter-options-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 18px;
  height: 100%;
  background: url("../img/menu-arrow.svg") no-repeat center right;
  background-size: 18px;
  transition: transform 0.2s ease-out;
}
.checkbox-filter .filter-options-header.active::after {
  transform: rotate(180deg);
}
.checkbox-filter .options {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.checkbox-filter .options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkbox-filter .options ul[aria-hidden="true"] {
  position: absolute;
  left: -1000px;
  height: 0;
  opacity: 0;
  transition: height 1s ease;
}
.checkbox-filter .options ul ul[aria-hidden="false"] {
  left: 0;
  height: auto;
  opacity: 1;
}
.checkbox-filter .options .filter-item label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
  align-items: center;
  font-size: 16px;
}
.checkbox-filter .options .filter-item label.level1 {
  grid-template-columns: 1fr 20px;
}
.checkbox-filter .options .filter-item.active {
  background: #f3f4f5;
}
.checkbox-filter .options .filter-item.has-children {
  display: grid;
  grid-template-columns: 1fr 52px;
}
.checkbox-filter .options .filter-item.has-children label {
  grid-template-columns: 20px 1fr;
}
.checkbox-filter .options ul.level3 label {
  padding-left: 36px;
}
.checkbox-filter .options .toggle {
  font-size: 32px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: unset;
}
.checkbox-filter .options .toggle:hover {
  color: #54c4f1;
}
.checkbox-filter .filter-btn-group {
  border: 1px solid #d0d1d5;
  border-top: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  gap: 18px;
  padding: 16px;
}
.checkbox-filter .filter-btn-group .btn {
  width: 100%;
  text-align: center;
}
.checkbox-filter input[type="checkbox"]:checked {
  border-color: rgba(84, 196, 241, 0.75);
  background: rgba(84, 196, 241, 0.75) url("../img/check-icon.svg") no-repeat
    center;
}
.recovery-page .checkbox-filter .filter-options-header::after {
  background-image: url("../img/menu-arrow-white.svg");
}
.recovery-page .checkbox-filter input[type="checkbox"]:checked {
  background: #a389b8 url("../img/check-icon-white.svg") no-repeat center;
  border-color: #a389b8;
}
.recovery-page .options .toggle:hover {
  color: #a389b8;
}
.clinical-page .checkbox-filter .filter-options-header {
  background-color: #7cb518;
  border-color: #7cb518;
}
.clinical-page .checkbox-filter input[type="checkbox"]:checked {
  background-color: #7cb518;
  border-color: #7cb518;
}
.clinical-page .options .toggle:hover {
  color: #7cb518;
}
.headquarters .container {
  padding: 16px 16px 0;
}
.headquarters .address {
  padding-top: 16px;
}
.headquarters .map-container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d0d1d5;
}
.contact-cards {
  padding-top: 16px;
}
.half-bg {
  background: #132c3f;
}
.wpcf7-response-output {
  display: none;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-message {
  -webkit-animation: fadeInOut 5s;
  animation: fadeInOut 5s;
}
.certifications h2 {
  padding-top: 16px;
}
.certifications .container {
  padding-top: 0;
}
.certifications .basic-card h3 {
  margin-top: 20px;
}
.certifications .certifications-swiper {
  padding: 0 16px 48px;
}
.certifications .certifications-swiper .card .image {
  border: 1px solid #d0d1d5;
  border-radius: 8px;
}
.certifications .certifications-swiper .card .image img {
  object-fit: contain;
}
.accordions .item {
  background: #f6f6f7;
  border-radius: 8px;
  border: 1px solid #d0d1d5;
  margin-bottom: 24px;
  overflow: hidden;
}
.accordions .item .accordion {
  cursor: pointer;
  padding: 16px 24px;
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border: none;
  background: #f6f6f7 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordions .item .accordion:active {
  background: transparent;
}
.accordions .item .accordion::after {
  content: "+";
  font-size: 36px;
  font-family: "Nunito", Nunito-fallback, sans-serif !important;
}
.accordions .item .accordion.active::after {
  content: "−";
}
.accordions .item .panel {
  background: transparent;
  overflow: auto;
  padding: 0 24px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.search-page {
  background-image: url("../img/bg-daisy-slate.svg");
  background-repeat: no-repeat;
  background-position: -10% center;
  object-fit: cover;
  width: 100%;
}
.search-page main {
  display: flex;
  align-items: center;
  height: 100vh;
}
.search-page.results {
  background-image: none;
}
.search-page.results main {
  display: unset;
}
.search .container {
  color: #fff;
  text-align: center;
  padding: 0 16px;
}
.search h1 {
  margin: 0 0 8px;
}
.search p {
  color: #fff;
}
.search-form {
  margin-top: 45px;
  border: 1px solid #f9ba13;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: center;
  align-items: flex-start;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 12px;
  font-size: 16px;
  font-family: "Nunito-SemiBold", Nunito-fallback, sans-serif;
}
.search-form .search-field {
  width: 100%;
  background: #fff url("../img/search-dark.svg") no-repeat left 8px center;
  background-size: 28px;
  padding-left: 48px;
}
.search-form .search-submit {
  background: #f9ba13;
}
.search-banner {
  padding: 120px 0 50px;
  border-bottom: 12px solid #f9ba13;
  background: #132c3f;
}
.search-banner form {
  margin: 0;
}
.search-results .item {
  border-bottom: 2px solid #f9ba13;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.search-results .item h2 {
  margin-top: 8px;
}
.search-results .post-type,
.search-results .site-url a {
  font-size: 12px;
  color: #5b6170;
}
.search-results .site-url a {
  text-decoration: underline;
}
.search-results .site-url a:hover {
  text-decoration: none;
}
.search-results .taxonomy-products,
.search-results .recovery-product {
  margin: 16px 0;
}
.search-results .event-posts .card {
  margin-top: 12px;
}
footer {
  border-top: 12px solid #f9ba13;
  padding-top: 30px;
  padding-bottom: 36px;
  line-height: 20px;
}
footer * {
  color: #fff;
}
footer h3 {
  color: #f9ba13;
}
footer h3,
footer p {
  font-size: 14px;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.logo-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.logo-images .jo-logo {
  height: 37px;
  width: 180px;
}
.logo-images .accreditations img {
  width: auto;
  height: 42px;
}
.logo-images ul {
  gap: 9px;
}
.jo-details {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.jo-details .company-details .number {
  margin-top: 30px;
}
.jo-details .company-contact .support-number,
.jo-details .company-contact .social-media {
  margin-top: 30px;
  align-items: center;
}
.jo-details .page-links ul {
  gap: 8px;
  flex-wrap: wrap;
}
.jo-details .page-links ul li a {
  white-space: nowrap;
  padding: 5px 0;
  display: inline-block;
}
.jo-details .page-links li::after {
  content: "|";
  margin-left: 8px;
}
.jo-details .page-links li:last-child::after {
  content: "";
} 
