/*!
 * Eflare Corp v3.1 | Unicence
 * http://simonpadbury.github.io/Codebase/
 */
body {
  background-color: #FFFFFF;
}

body.menu-active {
  overflow: hidden;
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: revert !important;
}

.site-header-image {
  display: block;
  margin: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
}

.bg-grey {
  background-color: #f4f3f8;
}

.bg-dark-grey {
  background-color: #e4e4e4;
}

.bg-pale {
  background-color: #eaeaeb;
}

.bg-dark-blue {
  background-color: #16132d;
}

.full-size {
  width: 100%;
  height: auto;
  max-width: none;
}

hr {
  border-top: 1px solid rgba(141, 141, 143, 0.2);
}

hr.small {
  max-width: 60px;
  border-top: 2px solid #b2d011;
  margin: 40px auto 40px 0;
}

/* Main content */
/* Sidebar */
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.entry-content li {
  margin-bottom: 20px;
}

/***********************/
/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/
.wp-block-cover-text p {
  padding: 1.5em 16px;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 16px;
}

/* Inter Regular 400 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2") format("woff2");
}
/* Inter Medium 500 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-Medium.woff2") format("woff2");
}
/* Inter Semi-Bold 600 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBold.woff2") format("woff2");
}
/* Inter Extra-Bold 900 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2");
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #111116;
}

p,
.entry-content li {
  font-family: "Inter", sans-serif;
}

.text-grey {
  color: #8d8d8f;
}

.text-green {
  color: #ccdb29;
}

.text-blue {
  color: #263C4E;
}

b, strong {
  font-weight: 900 !important;
}

.more-link {
  display: block;
}

a {
  color: #111116;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
a:hover {
  color: #ccdb29;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-weight: 200;
}

.text-small,
.text-small p {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
    line-height: 40px;
  }
  p,
  .text-column li {
    font-size: 18px;
    line-height: 30px;
  }
  .text-column li::marker {
    font-size: 10px;
  }
}
.fw-extrabold {
  font-weight: 900 !important;
}

.navbar {
  position: relative;
  z-index: 10002;
  width: 100%;
  padding: 0;
  background-color: #16132d;
  height: 86px;
}

.navbar-brand {
  background: url("../img/main-logo.svg") center center no-repeat;
  width: 178px;
  height: 68px;
  color: transparent;
  font-size: 0;
  position: relative;
  z-index: 1004;
  background-size: contain;
  margin: 0 20px;
  padding: 0;
}

.navbar-expand-xl .navbar-nav > .menu-item {
  padding: 0 20px;
  margin: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-expand-xl .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  border-bottom: 1px solid transparent;
}
.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #b2d011;
  text-decoration: none;
  border-bottom: 1px solid #b2d011;
}
.navbar-expand-xl .navbar-nav .nav-item a:focus {
  outline: none;
}
.navbar-expand-xl .navbar-nav > .menu-item.active > .nav-link, .navbar-expand-xl .navbar-nav .nav-item.show > a, .navbar-expand-xl .navbar-nav .current_page_item .nav-link, .navbar-expand-xl .navbar-nav .current_page_item > .dropdown-item {
  color: #b2d011;
}

.dropdown-menu {
  padding: 20px 20px 10px;
  font-size: 14px;
  color: #1f2326;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-top: 10px;
  top: 50px;
}
.dropdown-menu .menu-item {
  padding: 0;
}
.dropdown-menu a.dropdown-item {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #1f2326;
  padding: 0 0 10px;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media (max-width: 1199.98px) {
  .offcanvas-collapse {
    position: fixed;
    z-index: 1001;
    top: 80px;
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(22, 19, 45, 0.98);
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navbar-expand-xl .navbar-nav {
    margin-top: 50px;
  }
  .navbar-expand-xl .navbar-nav .menu-item {
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    height: auto;
  }
  .navbar-expand-xl .navbar-nav .current_page_item .nav-link {
    border-bottom: none;
  }
  .navbar-expand-xl .navbar-nav .menu-item.current-menu-item > a {
    color: #00afef;
  }
  .navbar-toggler {
    z-index: 1002;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 20px;
    padding: 0;
    display: inline;
    border: none;
  }
  .dropdown-menu {
    display: block;
    padding: 0 0 0 20px;
    background-color: transparent;
    border: none;
  }
  .dropdown-menu a.dropdown-item {
    font-size: 16px;
    color: #fff;
    padding: 0;
    white-space: normal;
  }
  .dropdown-menu a.dropdown-item:focus, .dropdown-menu a.dropdown-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
  }
  .dropdown-toggle::after {
    content: none;
  }
}
@media (max-width: 576px) {
  .offcanvas-collapse {
    width: 100%;
  }
}
/* Hamburger */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: #fff;
  text-transform: none;
  background-color: transparent;
  margin: 0 0 0 auto;
  overflow: visible;
  padding: 6px 10px;
  border-radius: 0;
}
.hamburger:focus {
  outline: none;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
  background-color: #FFF;
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
  background-color: #FFF;
  width: 30px;
}

.check-suspect {
  display: none;
}

@media (min-width: 992px) {
  .registration {
    background-color: #ccdb29;
    border: 1px solid #ccdb29;
    display: block;
    position: absolute;
    z-index: 10001;
    top: 400px;
    right: -132px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .registration a {
    color: #000;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .registration:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
  }
  .registration:hover {
    background-color: #FFFFFF;
  }
  .registration:hover a {
    text-decoration: none;
  }
}
.searchbar {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1006;
  width: 100%;
  height: 80px;
  background-color: #16132d;
  -webkit-transition: top 0.25s linear;
  transition: top 0.25s linear;
}
@media (min-width: 1200px) {
  .searchbar {
    z-index: 21;
  }
}
.searchbar.open {
  top: 0;
}
.searchbar .btn-search-close {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17px' height='17px' viewBox='0 0 17 17' style='enable-background:new 0 0 17 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='17,1.3 15.7,0 8.5,7.2 1.3,0.1 0,1.4 7.2,8.5 0.1,15.6 1.4,16.9 8.5,9.8 15.6,17 16.9,15.7 9.8,8.5 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  font-size: 0;
  margin-left: 30px;
}
@media (min-width: 1200px) {
  .searchbar .btn-search-close {
    margin-right: 15px;
  }
}
@media (min-width: 1400px) {
  .searchbar .btn-search-close {
    position: absolute;
    right: -30px;
    margin: 0;
  }
}
.searchbar #searchform {
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .searchbar #searchform {
    max-width: 500px;
  }
}
.searchbar .search__container {
  width: calc(100% - 54px);
}
.searchbar .search__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #FFFFFF;
}
.searchbar .search__input {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  border-right: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.searchbar .search__input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
  letter-spacing: 1.5px;
}
.searchbar .search__input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
  letter-spacing: 1.5px;
}
.searchbar .search__input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
  letter-spacing: 1.5px;
}
.searchbar .search__input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
  letter-spacing: 1.5px;
}
.searchbar .search__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
  letter-spacing: 1.5px;
}
.searchbar .search__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  letter-spacing: 1.5px;
}
.searchbar .search__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
  letter-spacing: 1.5px;
}
.searchbar label {
  font-size: 0;
  color: transparent;
  display: none;
}

.wp-block-quote {
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
}

.wp-block-quote > * {
  margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .wp-block-quote {
    margin: 48px auto;
  }
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-pullquote.alignright {
  margin-left: 2rem;
}

.wp-block-pullquote.alignleft {
  margin-right: 2rem;
}

.container-fluid {
  position: relative;
  max-width: 1300px;
  padding: 0 15px;
}

#intro-panels {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #intro-panels {
    margin-top: -115px;
  }
}

.hero {
  height: calc(100vh - 100px);
  max-height: 440px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    min-height: auto;
    max-height: 640px;
  }
  .hero:before {
    display: block;
    width: 100%;
    padding-top: 39.2%;
    min-height: 5px;
  }
}

@media (min-width: 768px) {
  .hero-inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 20px;
  }
}

.hero-title {
  display: block;
  color: #fff;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-title {
    margin: 0px auto 0 0;
    text-align: left;
    width: 50%;
    max-width: 520px;
  }
}

.hero-overlay {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#introVideo {
  left: 50%;
  height: auto;
  width: auto;
  position: absolute;
  bottom: 0;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-launch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  z-index: 20;
  text-transform: uppercase;
}
.video-launch::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34'%3E%3Cpath fill='%23fff' d='M18 0c.4.1.9 0 1.3.1 7.5 1 13.6 7.1 14.6 14.6s0 .9.1 1.3v2c-.8 14.5-18.6 21.4-29 11.1S1.5.8 16 0h2Zm-1.7 3.4C5.9 4-.2 15.8 5.7 24.6s19.9 7.6 24-2.6S26.1 2.9 16.3 3.4Z'/%3E%3Cpath fill='%23fff' d='M13.9 10.8c.5 0 .9.2 1.3.4 2.7 1.4 5.4 3.3 8.1 4.7 1 .7 1.1 1.6 0 2.3-2.7 1.4-5.4 3.3-8.1 4.7s-2 .6-2.2-.9V12c0-.5.4-1.1 1-1.2Z'/%3E%3C/svg%3E") center no-repeat;
  margin-right: 10px;
}

.video-launch:hover {
  color: #fff;
}

.embed-responsive-random:before {
  padding-top: 50%;
}

#playBtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: bisque;
  text-indent: 1000000000000000000000px;
  text-transform: capitalize;
  cursor: pointer;
}

#playBtn:hover {
  background-position: -300px -225px;
}

@media (min-width: 768px) {
  #playBtn {
    bottom: 10px;
    top: auto;
  }
}
button.close {
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  float: none;
  font-size: 40px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}

.about-panel-container {
  margin-bottom: 70px;
}
.about-panel-container .panel-text {
  z-index: 1;
  position: relative;
  color: #FFFFFF;
  background-color: #1f2326;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .about-panel-container .panel-thumb {
    padding: 35px 0 0 35px;
    position: relative;
    z-index: 2;
  }
  .about-panel-container .panel-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-panel-container.odd .panel-thumb {
    margin-right: -8.3333333333%;
  }
  .about-panel-container.odd .panel-text {
    margin-left: -8.3333333333%;
    padding-left: calc(16.6666666667% + 60px);
    padding-right: calc(8.3333333333% + 30px);
  }
  .about-panel-container.even .panel-thumb {
    margin-left: -8.3333333333%;
  }
  .about-panel-container.even .panel-text {
    margin-right: -8.3333333333%;
    padding-right: calc(16.6666666667% + 60px);
    padding-left: calc(8.3333333333% + 30px);
  }
}
.about-panel-container h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.panel-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (min-width: 768px) {
  .panel-container {
    margin-bottom: 0;
  }
}
.panel-container .panel-thumb {
  clip-path: polygon(90% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.panel-container .panel-thumb:before {
  display: block;
  content: "";
  padding-top: 55%;
}
.panel-container .panel-text {
  color: #FFFFFF;
  background-color: #16132d;
  padding: 25px 25px 35px;
  text-align: center;
  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-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: -1px;
}
.panel-container .panel-text h3 {
  margin-bottom: 30px;
  font-weight: 900;
}
.panel-container .panel-text.bg-green {
  background-color: #5c6336;
}
.panel-container .panel-text.bg-blue {
  background-color: #2A5E88;
}

#capability-panels .capability-item {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
  /* The reveal opens smoothly */
}
#capability-panels .capability-item::before {
  content: "";
  display: block;
  padding-bottom: 128%;
}
#capability-panels .capability-item .capability-content {
  position: absolute;
  inset: 0;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.2rem;
  background: transparent;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}
#capability-panels .capability-item .capability-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05));
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 0;
}
#capability-panels .capability-item .capability-content::after {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 20px 0 0 36px;
  border-color: transparent transparent transparent #ccdb29;
}
#capability-panels .capability-item .capability-title {
  font-weight: 600;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#capability-panels .capability-item .capability-reveal {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
#capability-panels .capability-item .capability-title,
#capability-panels .capability-item .capability-reveal {
  z-index: 1;
}
#capability-panels .capability-item .capability-link {
  display: inline-block;
  color: #ccdb29;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
#capability-panels .capability-item:hover .capability-content, #capability-panels .capability-item:focus-within .capability-content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05));
}
#capability-panels .capability-item:hover .capability-reveal, #capability-panels .capability-item:focus-within .capability-reveal {
  max-height: 150px;
  opacity: 1;
}
#capability-panels .capability-item:hover .capability-content::before, #capability-panels .capability-item:focus-within .capability-content::before {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  #capability-panels .capability-item * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  #capability-panels .capability-item .capability-reveal {
    max-height: none;
    opacity: 1;
  }
}

.contact-container {
  display: -ms-grid;
  display: grid;
  gap: 0px 0px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: repeat(4, auto);
}

.contact-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.contact-container > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.contact-container > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.contact-container > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.contact-container .bg-image {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-container .bg-image::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.contact-container .title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  padding: 0 20px;
}
.contact-container .left-column {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  padding: 0 20px;
}
.contact-container .right-column {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/5/2;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .contact-container {
    -ms-grid-columns: 1fr (minmax(20px, 650px))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(20px, 650px)) 1fr;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
  }
  .contact-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contact-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contact-container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contact-container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .contact-container > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .contact-container > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .contact-container > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .contact-container > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .contact-container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contact-container > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .contact-container > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contact-container > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .contact-container .bg-image {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 3/1/4/5;
  }
  .contact-container .bg-image::before {
    padding-bottom: 37.5%;
  }
  .contact-container .title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
  }
  .contact-container .left-column {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    padding-left: 20px;
    padding-right: calc(30px + 16.6666666667%);
  }
  .contact-container .right-column {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/4/4;
  }
}

#logoticker {
  overflow: hidden;
}
#logoticker .carouselTicker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#logoticker .carouselTicker__list .carouselTicker__item {
  margin: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form {
  -webkit-filter: drop-shadow(0px 0px 18px rgba(15, 23, 42, 0.13));
          filter: drop-shadow(0px 0px 18px rgba(15, 23, 42, 0.13));
}

.contact-form > span {
  display: block;
  clip-path: polygon(90% 0, 100% 50px, 100% 100%, 0 100%, 0 0);
}

.contact-panel {
  position: relative;
  background-color: #f7f7f7;
  padding: 4px 20px;
  margin-left: 40px;
  display: block;
  line-height: 32px;
}
.contact-panel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #5c6336;
  position: absolute;
  top: 0;
  left: -40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-panel.contact-address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 40 40'%3E%3Cpath fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='1.2' d='M22.48 13.81h4.09M22.48 16.76h4.09M22.48 19.71h4.09M22.48 22.67h4.09M13.43 22.67h4.09'/%3E%3Cpath fill='%23FFF' d='M19.43 10v8.29h-9.1V30h19.34V10H19.43zm-7.95 18.86v-9.43h7.95v9.43h-7.95zm14.71 0H23.1v-2.71h3.09v2.71zm2.33 0h-1.19V25h-5.38v3.86h-1.38V11.14h7.95v17.72z'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='1.2' d='M13.43 25.86h4.09'/%3E%3C/svg%3E");
}
.contact-panel.contact-email:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Utils' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath id='email_3_' class='st0' d='M0,2.5c0,3.1,0,12,0,15c7.2,0,12.5,0,20,0c0-3,0-11.9,0-15C11.3,2.5,8.8,2.5,0,2.5z M2,15.5V7.4 l8,7l8-7v8H2z M18,4.8l-8,7l-8-7V4.5h16V4.8z'/%3E%3C/svg%3E%0A");
}
.contact-panel.contact-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Utils' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath id='call_1_' class='st0' d='M17.2,14.8c-0.5,1.4-2.3,2.1-3.6,2c-1.8-0.2-3.7-1.1-5.2-2.1c-2.1-1.5-4.2-3.9-5.3-6.4 c-0.8-1.8-1-3.9,0.2-5.5c0.5-0.6,0.9-0.9,1.7-0.9c1-0.1,1.2,0.5,1.5,1.5C6.9,4,7.2,4.7,7.4,5.4c0.4,1.3-0.9,1.4-1.1,2.5 C6.2,8.5,7.1,9.4,7.4,9.9c0.7,1,1.6,1.8,2.6,2.4c0.6,0.4,1.5,1,2.1,0.6c1-0.5,0.9-2.2,2.3-1.7c0.7,0.3,1.4,0.7,2.1,1.1 C17.7,13,17.6,13.6,17.2,14.8C16.9,15.7,17.5,13.9,17.2,14.8z'/%3E%3C/svg%3E");
}
.contact-panel.contact-fax:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Utils' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath id='printer' class='st0' d='M18,6V0H2v6H0v12h3v2h14v-2h3V6H18z M4,2h12v4H4V2z M15,18H5c0-1.4,0-2.6,0-4h10 C15,15.4,15,16.6,15,18z M18,8c0,2.8,0,5.1,0,8h-1v-4H3v4H2c0-2.8,0-5.1,0-8v0C5,8,14.5,8,18,8L18,8z M5.2,9.8c0,0.6-0.4,1-1,1 c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1C4.7,8.8,5.2,9.3,5.2,9.8z M9.2,9.8c0,0.6-0.4,1-1,1c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1 C8.7,8.8,9.2,9.3,9.2,9.8z'/%3E%3C/svg%3E%0A");
}
.contact-panel a {
  color: #111116;
}

.fp-news-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0 0 20px;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .fp-news-list {
    padding: 0;
    overflow: hidden;
  }
}

.fp-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .fp-news-item {
    min-width: 25%;
  }
}

.news-item h2 {
  font-size: 38px;
}

.events-thumbnail,
.news-thumbnail {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.events-thumbnail:before,
.news-thumbnail:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.events-thumbnail img,
.news-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.events-thumbnail {
  margin-bottom: 0;
}

.events-thumbnail:before {
  content: "";
  display: block;
  padding-top: 67%;
}

.news-text {
  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-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.searchandfilter .sf-field-taxonomy-product-category {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.searchandfilter .sf-field-taxonomy-product-category > ul {
  height: 50px;
}
.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.searchandfilter input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.searchandfilter label.sf-label-radio {
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.6px;
  border-radius: 0;
  padding: 0;
  margin-right: 20px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 10px 20px !important;
  white-space: nowrap;
}
.searchandfilter label.sf-label-radio:hover {
  cursor: pointer;
}
.searchandfilter input[type=radio]:checked + label {
  color: #111116;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.search-filter-results {
  margin: 0 -15px;
}

header.intro {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 100px);
  max-height: 440px;
}
header.intro .sub-heading {
  text-transform: uppercase;
  color: #bee004;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  header.intro {
    max-height: 640px;
  }
}

.listing-header {
  height: calc(100% - 70px);
}

.tax-product-category header,
.single-product header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 7px solid #ccdb29;
  background-image: url("../img/product-header.webp");
  /*
  &:before {
          content: "";
          display: block;
          width: 100%;
          padding-top: 62.65%;

      }
  */
}
.tax-product-category header .sub-heading,
.single-product header .sub-heading {
  text-transform: uppercase;
  color: #bee004;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.tax-product-category header h1,
.single-product header h1 {
  color: #fff;
}
.tax-product-category header p,
.single-product header p {
  font-weight: 300;
}
.tax-product-category #documents #pills-tab,
.single-product #documents #pills-tab {
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d2;
}
.tax-product-category #documents .nav-pills .nav-link,
.single-product #documents .nav-pills .nav-link {
  font-size: 14px;
  color: #8d8d8f;
  letter-spacing: 1.6px;
  border-radius: 0;
  padding: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.tax-product-category #documents .nav-pills .nav-link.active,
.tax-product-category #documents .nav-pills .show > .nav-link,
.single-product #documents .nav-pills .nav-link.active,
.single-product #documents .nav-pills .show > .nav-link {
  color: #111116;
  background-color: transparent;
  border-bottom: 1px solid #111116;
}
.tax-product-category #documents table,
.single-product #documents table {
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.tax-product-category #documents th,
.single-product #documents th {
  color: #8d8d8f;
  font-weight: 400;
}
.tax-product-category #documents th, .tax-product-category #documents td,
.single-product #documents th,
.single-product #documents td {
  padding: 30px 0;
  border-bottom: 1px solid #8d8d8f;
}
.tax-product-category #usage,
.single-product #usage {
  background-color: #eaeaeb;
}
.tax-product-category #usage .usage-text h1, .tax-product-category #usage .usage-text h2, .tax-product-category #usage .usage-text h3, .tax-product-category #usage .usage-text h4, .tax-product-category #usage .usage-text h5, .tax-product-category #usage .usage-text h6,
.single-product #usage .usage-text h1,
.single-product #usage .usage-text h2,
.single-product #usage .usage-text h3,
.single-product #usage .usage-text h4,
.single-product #usage .usage-text h5,
.single-product #usage .usage-text h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.tax-product-category #usage .usage-text .embed-responsive,
.single-product #usage .usage-text .embed-responsive {
  border: 20px solid #efeff0;
}
.tax-product-category .accordion .accordion-header,
.single-product .accordion .accordion-header {
  position: relative;
  color: #8d8d8f;
  font-size: 16px;
  padding: 25px 0;
  border-bottom: 1px solid #d1d1d2;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
.tax-product-category .accordion .accordion-header:after,
.single-product .accordion .accordion-header:after {
  content: "";
  top: 25px;
  right: 0px;
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26px' height='26px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238D8D8F;%7D%0A%3C/style%3E%3Crect y='12.5' class='st0' width='26' height='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.tax-product-category .accordion .accordion-header.collapsed:after,
.single-product .accordion .accordion-header.collapsed:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26px' height='26px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238D8D8F;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='26,12.5 13.5,12.5 13.5,0 12.5,0 12.5,12.5 0,12.5 0,13.5 12.5,13.5 12.5,26 13.5,26 13.5,13.5 26,13.5 '/%3E%3C/svg%3E");
}
.tax-product-category .accordion .accordion-body,
.single-product .accordion .accordion-body {
  padding: 25px 0;
}

.image-thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  border: 20px solid #fff;
}
.image-thumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (min-width: 768px) {
  .image-thumbnail {
    border-width: 40px;
  }
}
@media (min-width: 1490px) {
  .image-thumbnail.odd {
    margin-left: -90px;
  }
  .image-thumbnail.even {
    margin-right: -90px;
  }
}
@media (min-width: 1700px) {
  .image-thumbnail.odd {
    margin-left: -190px;
  }
  .image-thumbnail.even {
    margin-right: -190px;
  }
}

.text-column hr {
  max-width: 60px;
  border-top: 2px solid #b2d011;
  margin: 40px auto 40px 0;
}
.text-column p,
.text-column li {
  font-weight: 400;
}
.text-column ul {
  padding: 0 0 0 15px;
}
.text-column li {
  margin-bottom: 5px;
}

.embed-360 {
  z-index: 10000000000000000000;
}

.spec-detail {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d1d2;
}
.spec-detail a {
  color: #000;
}
.spec-detail a:hover {
  color: #e74011;
}
.spec-detail .spec-type {
  color: #8d8d8f;
}

#affiliations .affiliation-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#affiliations .affiliation-list li {
  width: 33.3333333333%;
  padding: 10px;
}
@media (min-width: 768px) {
  #affiliations .affiliation-list li {
    width: 16.6666666667%;
  }
}

.contact-form label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-form .req {
  color: red;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}
.contact-form select.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 21 16' viewBox='0 0 21 16'%3E%3Cpath d='M10.5 16 .22 0h20.55L10.5 16z' style='opacity:.43;fill:%2310182a'/%3E%3C/svg%3E") center right 10px no-repeat;
  border-radius: 0;
  background-size: 16px 13px;
}
.contact-form select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.contact-form select.wpcf7-form-control,
.contact-form input.wpcf7-date,
.contact-form textarea.wpcf7-form-control,
.contact-form input.wpcf7-text {
  border: 1px solid #000;
  border-radius: 0;
  padding: 20px;
  height: auto;
  width: 100%;
  margin-bottom: 5px;
}
.contact-form input.wpcf7-date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cpath d='M24.6 3v22H0V3h3.5v.9c0 1.4 1.2 2.6 2.6 2.6 1.2 0 2.3-.8 2.6-2 .1-.4.1-.8.1-1.3V3H15.6c.2 0 .2 0 .2.2v.6c0 1.2.7 2.1 1.8 2.5 1.3.5 2.7-.2 3.3-1.4.2-.5.2-.9.2-1.4V3H24.6zM12.3 9.2H2c-.3 0-.3 0-.3.3V23c0 .3 0 .3.3.3h20.6c.3 0 .3 0 .3-.3V9.4c0-.3 0-.3-.3-.3-3.4.1-6.8.1-10.3.1z'/%3E%3Cpath d='M18.7 0c.3.1.5.2.8.3.5.3.7.8.7 1.4v1.9c0 .9-.9 1.6-1.8 1.5-.9-.1-1.6-.7-1.6-1.6v-2c0-.8.6-1.4 1.4-1.6h.1c.1.1.3.1.4.1zM6.4 0c.4.1.7.2 1 .5.3.3.5.7.5 1.2v2.1c-.1.8-.8 1.4-1.7 1.5-.8 0-1.6-.6-1.7-1.4v-.4-2C4.4.9 5 .2 5.7 0h.7zM7.1 21.7H4.5l-.1-.1v-2.2l.1-.1H7l.1.1c.1.7.1 1.5 0 2.3.1 0 .1 0 0 0zM13.3 19.3h2.8v2.2c0 .2 0 .2-.2.2h-2.4c-.1 0-.2 0-.2-.1v-2.3zM8.8 21.7v-.3-2c0-.1 0-.2.2-.2h2.6v2.2c0 .2 0 .2-.2.2H9c-.1.1-.1.1-.2.1zM20.2 19.3v2.4h-2.6c-.2 0-.2 0-.2-.2v-2.1c0-.1 0-.2.2-.2.8.1 1.7.1 2.6.1-.1 0 0 0 0 0zM7.2 15.1v2.4H4.6c-.2 0-.2 0-.2-.2v-2.1c0-.1 0-.2.2-.2.8.1 1.6.1 2.6.1-.1 0-.1 0 0 0zM8.8 13.5v-.2-2.1c0-.2 0-.2.2-.2h2.4c.1 0 .2 0 .2.2v2.1c0 .1 0 .2-.2.2H8.9h-.1zM14.7 13.5h-1.2c-.1 0-.2 0-.2-.2v-2.1c0-.1 0-.2.2-.2H16c.1 0 .2 0 .2.2v2.1c0 .1 0 .2-.2.2h-1.3zM20.2 11.1v2.4H17.6c-.2 0-.2 0-.2-.2v-2.1c0-.1 0-.2.2-.2.9 0 1.7 0 2.6.1-.1-.1 0 0 0 0zM11.6 15.1v2.2c0 .1 0 .2-.2.2H8.9c-.1 0-.2 0-.2-.1v-2.3h2.9zM16.1 15.1v2.2c0 .2 0 .2-.2.2h-2.4c-.2 0-.2 0-.2-.2v-2.1-.2c.9.1 1.8.1 2.8.1zM20.2 15.1v2.4h-2.6c-.2 0-.2 0-.2-.2v-2.1c0-.1 0-.2.1-.2.9.1 1.8.1 2.7.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

#news-feed .news-item {
  display: none;
}
#news-feed .post-tags {
  color: #e74011;
}
#news-feed .post-date {
  background-color: #0f172a;
  color: #FFF;
  padding: 5px 10px 5px 30px;
  margin: 0 0 30px -15px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#news-feed .news-image a {
  outline: 20px solid rgba(255, 255, 255, 0.4);
  outline-offset: -20px;
  display: block;
}

.webfeedsFeaturedVisual {
  display: none !important;
}

.modal-content {
  border-radius: 0;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-body button.close {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Utils' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23111116;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='30,0.7 29.3,0 15,14.3 0.7,0 0,0.7 14.3,15 0,29.3 0.7,30 15,15.7 29.3,30 30,29.3 15.7,15 '/%3E%3C/svg%3E%0A") center center no-repeat;
  padding: 0;
  margin: 10px 10px 40px auto;
}

.video-thumbnail {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.video-thumbnail:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.video-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-thumbnail .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-thumbnail .video-play-disc {
  fill: rgba(0, 0, 0, 0.8);
  -webkit-transition: fill 0.25s linear;
  transition: fill 0.25s linear;
}
.video-thumbnail:hover .video-play-disc {
  fill: #e74011;
}

.single-container {
  display: -ms-grid;
  display: grid;
  gap: 0px 0px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: repeat(3, auto);
}

.single-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.single-container > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.single-container > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.single-container .single-feature {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.single-container .single-share {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 30px 20px;
}
.single-container .single-content {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .single-container {
    -ms-grid-columns: minmax(20px, 540px) minmax(20px, 760px);
    grid-template-columns: minmax(20px, 540px) minmax(20px, 760px);
    -ms-grid-rows: -webkit-min-content 114px auto;
    -ms-grid-rows: min-content 114px auto;
    grid-template-rows: -webkit-min-content 114px auto;
    grid-template-rows: min-content 114px auto;
  }
  .single-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .single-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .single-container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .single-container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .single-container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .single-container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .single-container .single-share {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .single-container .single-content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/4/3;
    padding: 0 20px 0 50px;
  }
}
@media screen and (min-width: 1300px) {
  .single-container {
    -ms-grid-columns: 1fr minmax(20px, 540px) minmax(20px, 760px) 1fr;
    grid-template-columns: 1fr minmax(20px, 540px) minmax(20px, 760px) 1fr;
  }
  .single-container .single-feature {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .single-container .single-share {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .single-container .single-content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/4/4;
    padding: 0 20px 0 110px;
  }
}

.single-post header h1 {
  font-size: 40px;
  color: #1f2326;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-post header h2 {
  font-size: 40px;
  color: #cfcfd1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-post .post-tags {
  color: #bee004;
}
.single-post .post-date {
  border-bottom: 1px solid #181818;
}
.single-post .post-date span {
  background-color: #0f172a;
  color: #FFF;
  padding: 5px 20px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.single-post .single-share .single-shareicons {
  display: inline-block;
  width: 43px;
  height: 43px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  margin-right: 15px;
}
.single-post .single-share .single-shareicons:last-of-type {
  margin: 0;
}
.single-post .single-share .shareicon {
  fill: #000000;
}

.testimonial .testimonial-heading {
  text-transform: uppercase;
  color: #00afef;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #00afef;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 100px;
  margin-bottom: 40px;
}
.testimonial .blockquote {
  padding-left: 100px;
  position: relative;
  font-size: 20px;
  font-weight: 300;
}
.testimonial .blockquote::before {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 100 71.38' version='1.1' viewBox='0 0 100 71.38'%3E%3Cstyle%3E.st1%7Bfill:%2300afef%7D%3C/style%3E%3Cg style='opacity:.17'%3E%3Cpath d='M48.56 0H21.54L.02 34.23H0v37.15h42.66V34.23H27.04zM100 0H72.98L51.46 34.23h-.02v37.15H94.1V34.23H78.48z' class='st1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.testimonial .blockquote cite {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .testimonial .blockquote {
    font-size: 30px;
    padding-left: 150px;
  }
  .testimonial .blockquote::before {
    content: "";
    display: block;
    width: 100px;
    height: 72px;
  }
  .testimonial .blockquote cite {
    font-size: 28px;
  }
}

.capability-block.bg-split {
  background: #F5F5F6;
  background: linear-gradient(180deg, rgb(245, 245, 246) 0%, rgb(245, 245, 246) 125px, rgb(255, 255, 255) 125px, rgb(255, 255, 255) 100%);
}

@media screen and (min-width: 768px) {
  .product-listing {
    -webkit-transform: translateY(-135px);
            transform: translateY(-135px);
  }
}

.product-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.product-item .inner {
  background-color: #ddd;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/product-header.webp");
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}
.product-item .product-thumb {
  position: relative;
}
.product-item .product-thumb::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-item .product-thumb .product-thumb-inner {
  clip-path: polygon(90% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-item .product-text {
  position: static;
  padding: 30px 20px 30px;
}
@media screen and (min-width: 768px) {
  .product-item .inner {
    clip-path: polygon(96% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  }
  .product-item .product-text {
    padding: 50px 50px 70px;
  }
}

.accessories-thumbnail {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background: #E4E3ED;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, rgb(228, 227, 237)), to(rgb(244, 244, 247)));
  background: linear-gradient(0deg, rgb(228, 227, 237) 7%, rgb(244, 244, 247) 100%);
}
.accessories-thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.accessories-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #000;
}

.loader-wheel {
  font-size: 25px; /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  -webkit-animation: loader-wheel-rotate 0.5s steps(12) infinite;
          animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333; /* change color here */
  opacity: 0.8;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: center 0.5em;
          transform-origin: center 0.5em;
}

@-webkit-keyframes loader-wheel-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-wheel-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.nav-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-transform: translateY(calc(-100% + 13px));
          transform: translateY(calc(-100% + 13px));
  position: relative;
  padding-bottom: 20px;
}

.nav-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

#productTabs {
  /* caret */
}
#productTabs .tab-content > .tab-pane {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
#productTabs .tab-content > .tab-pane.show.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#productTabs.nav-tabs {
  width: 100%;
  border: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
}
#productTabs.nav-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
#productTabs.nav-tabs .nav-item:first-child {
  margin-left: auto;
}
#productTabs.nav-tabs .nav-item:last-child {
  margin-right: auto;
}
#productTabs.nav-tabs .nav-link {
  display: inline-block;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #16132d;
  border-radius: 10px 10px 0 0;
  border: none;
  margin: 0 10px 1px;
  font-size: 18px;
  padding: 12px 45px;
  text-transform: uppercase;
  z-index: 2;
}
#productTabs.nav-tabs .nav-link.active {
  background-color: #ccdb29;
  color: #000;
  opacity: 1;
}
#productTabs.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-5px);
          transform: translateX(-50%) translateY(-5px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid transparent;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 1;
}
#productTabs.nav-tabs .nav-link.active::after {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  border-top: 18px solid #ccdb29;
}
#productTabs.nav-tabs .nav-link:hover {
  background-color: #ccdb29;
  opacity: 1;
}

.colour-swatch {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: red;
  margin: 10px 0;
  position: relative;
}
.colour-swatch::after {
  content: "";
  display: block;
  font-size: 16px;
  margin-left: 31px;
  white-space: nowrap;
}
.colour-swatch.red {
  background-color: #ef493e;
}
.colour-swatch.red::after {
  content: "Red";
}
.colour-swatch.amber {
  background-color: #fdb814;
}
.colour-swatch.amber::after {
  content: "Amber";
}
.colour-swatch.blue {
  background-color: #0072bc;
}
.colour-swatch.blue::after {
  content: "Blue";
}
.colour-swatch.green {
  background-color: #00a651;
}
.colour-swatch.green::after {
  content: "Green";
}
.colour-swatch.white {
  background-color: #fff;
  border: 1px solid #8d8d8f;
}
.colour-swatch.white::after {
  content: "White";
}
.colour-swatch.amber-white::before, .colour-swatch.amber-blue::before, .colour-swatch.blue-white::before, .colour-swatch.red-white::before, .colour-swatch.red-amber::before, .colour-swatch.red-blue::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: red;
  margin-left: 15px;
  position: absolute;
}
.colour-swatch.amber-white::after, .colour-swatch.amber-blue::after, .colour-swatch.blue-white::after, .colour-swatch.red-white::after, .colour-swatch.red-amber::after, .colour-swatch.red-blue::after {
  margin-left: 41px;
}
.colour-swatch.red-blue {
  background-color: #ef493e;
}
.colour-swatch.red-blue::before {
  background-color: #0072bc;
}
.colour-swatch.red-blue::after {
  content: "Red/Blue";
}
.colour-swatch.red-amber {
  background-color: #ef493e;
}
.colour-swatch.red-amber::before {
  background-color: #fdb814;
}
.colour-swatch.red-amber::after {
  content: "Red/Amber";
}
.colour-swatch.red-white {
  background-color: #ef493e;
}
.colour-swatch.red-white::before {
  background-color: #fff;
  border: 1px solid #8d8d8f;
}
.colour-swatch.red-white::after {
  content: "Red/White";
}
.colour-swatch.blue-white {
  background-color: #0072bc;
}
.colour-swatch.blue-white::before {
  background-color: #fff;
  border: 1px solid #8d8d8f;
}
.colour-swatch.blue-white::after {
  content: "Blue/White";
}
.colour-swatch.amber-blue {
  background-color: #fdb814;
}
.colour-swatch.amber-blue::before {
  background-color: #0072bc;
}
.colour-swatch.amber-blue::after {
  content: "Amber/Blue";
}
.colour-swatch.amber-white {
  background-color: #fdb814;
}
.colour-swatch.amber-white::before {
  background-color: #fff;
  border: 1px solid #8d8d8f;
}
.colour-swatch.amber-white::after {
  content: "Amber/White";
}

#keyFeatures ul,
.faq-accordion-body ul,
.text-column ul,
#productTabContent ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
#keyFeatures li,
.faq-accordion-body li,
.text-column li,
#productTabContent li {
  font-size: 18px;
  margin-bottom: 20px;
}
#keyFeatures li::marker,
.faq-accordion-body li::marker,
.text-column li::marker,
#productTabContent li::marker {
  color: #8d8d8f;
}

.faq-accordion-item {
  background-color: transparent;
  padding: 0 0 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.faq-accordion-button span {
  font-size: 0;
  color: transparent;
  background: transparent;
  display: block;
  width: 21px;
  height: 1px;
  position: relative;
  background-color: #8d8d8f;
  margin: 10px 10px 0 0;
}
.faq-accordion-button.collapsed span::before {
  display: block;
  content: "";
  height: 21px;
  width: 1px;
  background-color: #8d8d8f;
  position: absolute;
  top: -10px;
  left: 10px;
}

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%;
}

.wp-block-image .alignfull,
.wp-block-gallery.alignfull {
  width: 100vw;
}

.wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.alignleft {
  max-width: 344px;
}

.wp-block-image .alignright,
.wp-block-gallery.alignright {
  margin-left: 2rem;
}

.wp-block-image .alignleft,
.wp-block-gallery.alignleft {
  margin-right: 2rem;
}

.panel-more,
.btn-solid,
.btn-outline,
.btn-submit {
  background-color: #ccdb29;
  color: #0f172a;
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #ccdb29;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-radius: 5px;
}
.panel-more:hover,
.btn-solid:hover,
.btn-outline:hover,
.btn-submit:hover {
  color: #000;
  background-color: #FFFFFF;
  text-decoration: none;
  border-color: #fff;
}

.btn-outline {
  background-color: transparent;
}
.btn-outline:hover {
  color: #0f172a;
  background-color: #b2d011;
  text-decoration: none;
}

.btn-icon,
.read-more {
  position: relative;
  color: #ccdb29;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 14px;
  padding-right: 15px;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.btn-icon::after,
.read-more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #ccdb29;
  -webkit-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
.btn-icon:hover,
.read-more:hover {
  color: #fff;
}
.btn-icon:hover::after,
.read-more:hover::after {
  border-color: transparent transparent transparent #fff;
}

.btn-icon:after {
  bottom: 4px;
}

.panel-more-icon {
  background-color: #00afef;
  color: #0f172a;
  padding: 0 40px 0 30px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 57px;
  display: inline-block;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  position: relative;
}
.panel-more-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #0f172a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view-more-button {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #0f172a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.667;
  border-radius: 0;
}
.view-more-button:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.view-more-button:hover {
  color: #ed7103;
}
.view-more-button:hover:after {
  border-top: 0.3em solid #00afef;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.btn-submit:hover {
  border-color: #ccdb29;
}

.btn-search {
  display: block;
  width: 44px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='17.9px'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M18,16.5l-5.3-5.3c0.9-1.2,1.4-2.7,1.4-4.2c0-1.9-0.7-3.7-2.1-5C9.3-0.7,4.7-0.7,2,2C0.7,3.3,0,5,0,6.9 s0.7,3.7,2.1,5c1.3,1.3,3.1,2.1,5,2.1c1.6,0,3-0.5,4.2-1.4l5.3,5.3L18,16.5z M3.5,10.5C2.5,9.6,2,8.3,2,6.9s0.5-2.6,1.5-3.6 s2.2-1.5,3.6-1.5s2.6,0.5,3.6,1.5s1.5,2.2,1.5,3.6s-0.5,2.6-1.5,3.6C8.7,12.5,5.4,12.5,3.5,10.5z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  font-size: 0;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #FFFFFF;
}

.btn-search-large {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}
@media (min-width: 1200px) {
  .btn-search-large {
    margin: 0 0 0 20px;
    width: 20px;
    height: 30px;
  }
}

.btn-search-icon {
  fill: #FFFFFF;
}

.nav-next a,
.nav-previous a {
  position: relative;
  color: #00afef;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 14px;
}
.nav-next a:hover,
.nav-previous a:hover {
  color: #0f172a;
}

.nav-next a {
  padding-left: 15px;
}
.nav-next a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #00afef transparent transparent;
}

.nav-previous a {
  padding-right: 15px;
}
.nav-previous a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #00afef;
}

.btn-home-large {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}
@media (min-width: 1200px) {
  .btn-home-large {
    margin: 0 0 0 20px;
    width: 20px;
    height: 30px;
  }
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-video video {
  max-width: 720px;
}

.wp-block-table {
  overflow-x: auto;
  margin: 1.5rem0;
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  max-width: 1300px;
  bottom: 50px;
  padding: 0 20px;
  margin: 0;
  list-style: none;
  text-align: left;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .flickity-page-dots {
    bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .flickity-page-dots {
    bottom: 175px;
  }
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  opacity: 1;
  background: transparent;
  border: 1px solid white;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: white;
}

#hero-carousel {
  overflow: hidden;
}
#hero-carousel .carousel-cell {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 640px;
}
#hero-carousel .carousel-cell:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100vh - 120px);
}
@media screen and (min-width: 768px) {
  #hero-carousel .carousel-cell:before {
    padding-top: 62.65%;
  }
}
#hero-carousel .carousel-cell .inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 115px;
}
#hero-carousel .carousel-cell .carousel-heading {
  text-transform: uppercase;
  color: #bee004;
  font-size: 24px;
  font-weight: 400;
}
#hero-carousel .carousel-cell .carousel-title {
  display: block;
  color: #fff;
  font-weight: 900;
  z-index: 10;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #hero-carousel .carousel-cell .carousel-title {
    font-size: 68px;
  }
}

.product-nav {
  background-color: #1f2326;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.33);
  padding: 10px 0;
}

.product-carousel .carousel-cell {
  width: 100%;
  margin-right: 10px;
}

.product-carousel .flickity-viewport {
  border: 2px solid #ccdb29;
  background-color: #16142d;
}

.product-carousel-nav .carousel-cell {
  height: 93px;
  width: 140px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #16142d;
  cursor: pointer;
}
.product-carousel-nav .carousel-cell img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-carousel-nav .carousel-cell.is-nav-selected {
  border: 2px solid #ccdb29;
}

#related-news,
#fp-news {
  overflow: hidden;
}
#related-news .carousel-cell,
#fp-news .carousel-cell {
  width: 80%;
  padding: 0 10px;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  #related-news .carousel-cell,
  #fp-news .carousel-cell {
    width: 25%;
  }
}

div.wpgmp_filter_wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
  padding: 0;
}
@media (min-width: 992px) {
  div.wpgmp_filter_wrappers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.categories_filter,
div.wpgmp_before_listing {
  float: left;
  width: 50%;
  margin: 0;
}

div.wpgmp_before_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-family: "Inter", sans-serif;
}

div.categories_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.wpgmp-map-3 div.categories_filter select,
.categories_filter .categories_filter select {
  margin-top: 0;
  margin-right: 20px;
  background: url(../images/white_select_arrow.png) no-repeat 99% 50% 1f2326;
  background-color: #1f2326;
}
.wpgmp-map-3 div.categories_filter select option:hover,
.categories_filter .categories_filter select option:hover {
  background-color: #474b4d !important;
}

.fc-badge.info {
  display: block;
  width: 29px;
  height: 51px;
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.fc-badge.info.cat-Distributor {
  background-image: url("../img/marker-distributor.png");
}

.fc-badge.info.cat-Leisure {
  background-image: url("../img/marker-leisure.png");
}

.fc-badge.info.cat-Stockist {
  background-image: url("../img/marker-stockists.png");
}

.wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_locations {
  padding: 20px !important;
}
.wpgmp_listing_grid .wpgmp-map-3 .wpgmp_locations,
.wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_locations {
  height: 250px;
  background-color: #f7f7f7;
}
.wpgmp_listing_grid .wpgmp-map-3 a.place_title,
.wpgmp_listing_grid a.place_title {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #111116;
  line-height: 24px;
  background-color: transparent;
  text-decoration: none;
  margin: -10px 0 20px;
}
.wpgmp_listing_grid .wpgmp-map-3 a.place_title:hover,
.wpgmp_listing_grid a.place_title:hover {
  color: #e74011;
  text-decoration: underline;
}
.wpgmp_listing_grid .address {
  display: block;
  margin-bottom: 20px;
}
.wpgmp_listing_grid .contact {
  color: #8d8d8f;
}

.wpgmp_map_container .wpgmp_pagination a {
  background-color: #1f2326;
}

.wpgmp_map_container .wpgmp_pagination a:hover,
.wpgmp_map_container .wpgmp_pagination span.current {
  background-color: #e74011;
}

.wpgmp_map_container .gm-style .gm-style-iw-a {
  max-width: 400px !important;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  background-color: #16132d;
}
@media (min-width: 992px) {
  footer {
    background: #16132d url("../img/bg-footer.svg") right -150px bottom -250px no-repeat;
  }
}
footer .footerfollowicons {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  margin-right: 15px;
}
footer .footericon {
  fill: #FFFFFF;
  -webkit-transition: fill 0.25s linear;
  transition: fill 0.25s linear;
}
footer .footerfollowicons:hover .footericon {
  fill: #bee004;
}
footer .company-byline {
  color: #FFFFFF;
  font-size: 14px;
}
footer p {
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
footer a:hover {
  color: #bee004;
}
footer #menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
footer #menu-footer-menu a {
  margin-bottom: 10px;
  display: block;
}
footer .sub-footer {
  border-top: 1px solid rgba(141, 141, 143, 0.2);
  padding-top: 25px;
}
footer .sub-footer p {
  font-size: 14px;
  color: #FFFFFF;
}