@-webkit-keyframes pulse-error {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
  }
}
@keyframes pulse-error {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
    box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
    box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
  }
}
@-webkit-keyframes pulse-message {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
  }
}
@keyframes pulse-message {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
    box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
    box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
    box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
  }
}
@-webkit-keyframes pulse-info {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
  }
}
@keyframes pulse-info {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
    box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
    box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  animation: pulse-error 2s infinite;
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  background: #ffe9e9 !important;
  color: #a92f2f;
  font-weight: 800;
  border: none;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-m);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 1.6rem 0rem;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.wpcf7 form.sent .wpcf7-response-output {
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  color: #7fa92f;
  font-weight: 800;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-m);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 1.6rem 0rem;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.primary-button--with-icon .primary-button__text {
  margin-right: var(--space-xs);
}
.header-menu .menu-item:not(.current-menu-item) {
  position: relative;
}
.header-menu .menu-item:not(.current-menu-item):after {
  content: "";
  height: 4px;
  transition: 300ms;
  width: 0;
  background: white;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  border-radius: var(--radius-l);
}
.header-menu .menu-item:not(.current-menu-item):hover:after {
  width: 100%;
}
.header-menu .current-menu-item {
  position: relative;
}
.header-menu .current-menu-item:after {
  content: "";
  height: 4px;
  width: 100%;
  background: white;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  border-radius: var(--radius-l);
}
.header-menu .current-menu-item a {
  font-weight: 800;
}
.header-menu .menu-item {
  margin-left: var(--space-xl);
}
.primary-button {
  transition: 300ms;
}
.primary-button:hover {
  box-shadow: 0 30px 40px var(--primary-trans-20);
  transform: translateY(-4px);
  background: var(--primary-hover);
}
.topbar .oxy-header-container {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-block: var(--space-xs);
}
.card-item {
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.card-item img {
  max-width: 40px;
  max-height: 40px;
}
.card-item .ct-text-block {
  font-size: var(--text-m);
  font-weight: 800;
}
.ref-card {
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
  background: white;
  padding: var(--space-xl);
  border-radius: var(--radius-l);
}
.ref-carousel .flickity-viewport .is-previous, .ref-carousel .flickity-viewport .is-next {
  opacity: 0 !important;
  transition: opacity 300ms;
}
body .breakout--full {
  max-width: 99vw !important;
  width: 99vw !important;
  margin-left: calc(-49.5vw + 50.25%) !important;
}
.gallery-grid .wpgb-card .gallery-card_title {
  color: white;
  padding-bottom: var(--space-xl);
  padding-inline: var(--space-xs);
  font-size: var(--text-l) !important;
  font-weight: 800 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.gallery-grid .wpgb-card .gallery-card_title:after {
  content: "";
  height: 8px;
  width: 6rem;
  margin-top: var(--space-xs);
  background: var(--primary);
  display: block;
  border-radius: var(--space-m);
}
.gallery-grid .wpgb-card-inner {
  border-radius: var(--radius-l);
}
.form-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-l);
  padding: var(--space-xl);
  background: var(--base);
  border-radius: var(--radius-l);
  border-bottom: 10px solid var(--primary);
}
.form-grid-wrapper p {
  margin: 0;
}
.form-grid-wrapper input, .form-grid-wrapper textarea {
  width: 100%;
  padding: var(--space-xs);
  border-radius: var(--radius-m);
}
.form-grid-wrapper input::placeholder, .form-grid-wrapper textarea::placeholder {
  color: #3333334f;
}
.form-grid-wrapper .form-grid-2 p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
}
.form-grid-wrapper .form-button-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.form-grid-wrapper .form-button-wrapper .wpcf7-spinner {
  margin-top: var(--space-s) !important;
}
.form-grid-wrapper .form-button-wrapper input {
  transition: 300ms;
  width: max-content !important;
  background: var(--primary);
  border: none;
  color: white;
  font-size: var(--text-l);
  font-weight: 800;
  padding-inline: var(--space-xxl);
  padding-block: var(--space-s);
}
.form-grid-wrapper .form-button-wrapper input:hover {
  cursor: pointer;
  box-shadow: 0 30px 40px var(--primary-trans-20);
  transform: translateY(-4px);
  background: var(--primary-hover);
}
.special-image_wrapper-right {
  position: relative;
  z-index: 2;
  height: max-content;
}
.special-image_wrapper-right:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/06/dots.svg);
  top: -10%;
  left: -10%;
  z-index: -1;
  width: 70%;
  height: 100%;
  display: block;
}
.special-image_wrapper-left {
  position: relative;
  z-index: 2;
  height: max-content;
}
.special-image_wrapper-left:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/06/dots.svg);
  top: -10%;
  right: -10%;
  z-index: -1;
  width: 70%;
  height: 100%;
  display: block;
}
.technology-item img {
  margin-top: 4px;
  box-shadow: 0px 4px 12px #e4254214;
  border-radius: 100%;
  padding: 4px;
}
.after-footer-text a {
  color: white !important;
}
.oxy-content-timeline_marker {
  background: #fff !important;
  border-radius: 100px !important;
  box-shadow: 0px 10px 15px #00000012 !important;
}
.oxel_image_comparison__icon > .ct-fancy-icon {
  transition: 300ms;
}
.oxel_image_comparison__icon > .ct-fancy-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 10px 15px #00000012 !important;
}
.wpgb-button:focus {
  outline: none !important;
  border: none !important;
}
.new-about-card {
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-l);
}
.brands-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.footer-menu .menu-item a {
  flex-direction: column !important;
  align-items: flex-start !important;
  width: max-content;
}
.footer-menu .menu-item a:hover:after {
  width: 100%;
}
.footer-menu .menu-item a:after {
  content: "";
  height: 4px;
  width: 0;
  background: var(--primary);
  transition: 300ms;
  border-radius: var(--radius-m);
}
#image-18-116 {
  width: auto !important;
}
@media only screen and (max-width: 820px) and (min-width: 768px) {
  #image-18-116 {
    max-height: 45px !important;
  }
}

