body {
  font-family: "Mona Sans", serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
  background: #fff;
}

html {
  scroll-behavior: smooth !important;
}

iframe {
  max-width: 100%;
}

section {
  margin-bottom: 85px;
}

h1, .h1 {
  font-size: 48px;
  font-weight: 600;
}

h2, .h2 {
  font-size: 38px;
  font-weight: 600;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 16px;
  font-weight: 500;
}

u,
a {
  text-decoration-skip-ink: none;
}

.bg-dark {
  background-color: #434343 !important;
}

.bg-grey {
  background-color: #707272 !important;
}

.bg-grey-light {
  background-color: #E9E9E9 !important;
}

.bg-light {
  background-color: #F2F2F2 !important;
}

.description {
  font-size: 16px;
}

.info {
  font-size: 14px;
  color: #2C2C2C;
}

.note {
  font-size: 12px;
  font-weight: 500;
  color: #2D2D2D;
}

.tiny {
  font-size: 10px;
}

.text-primary {
  color: #E63D2F !important;
}

strong {
  font-weight: 600 !important;
}

.list-style-custom.list-sm {
  font-size: 12px;
}
.list-style-custom.list-sm ul {
  flex-wrap: wrap;
}
.list-style-custom.list-sm ul li {
  width: 47%;
  letter-spacing: 0.5px;
}
.list-style-custom.list-sm ul li:hover:before {
  background: #E63D2F;
  transform: scale(1.3);
}
.list-style-custom.list-sm ul li:before {
  height: 3px;
  width: 3px;
  top: 7px;
}
.list-style-custom.list-sm ul li:nth-child(2n) {
  width: 53%;
}
.list-style-custom ol {
  padding-left: 16px;
}
.list-style-custom ul {
  padding: 0;
  list-style: none;
}
.list-style-custom ul a {
  color: #000;
  text-decoration: none;
}
.list-style-custom ul a:hover {
  text-decoration: underline;
  color: #E63D2F;
}
.list-style-custom ul ul {
  margin-top: 10px;
}
.list-style-custom ul li {
  list-style: none;
  position: relative;
  padding-left: 8px;
  margin-bottom: 5px;
}
.list-style-custom ul li ul li:before {
  border: 1px solid #000;
  background: transparent !important;
}
.list-style-custom ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #000;
  display: block;
}

.image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.badge {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.88px;
}
.badge.badge-primary {
  color: #fff;
  background: #E63D2F;
}

main.main-content {
  min-height: 90vh;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  section.catalog-section .col-xxl-2.col-xl-3 {
    width: 20%;
  }
  section.catalog-section .col-xxl-10.col-xl-9 {
    width: 80%;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 13px;
  }

  h1, .h1 {
    font-size: 38px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  h4, .h4 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }

  section {
    margin-bottom: 30px;
  }

  h1, .h1 {
    font-size: 30px;
  }

  .note {
    font-size: 11px;
  }

  .info {
    font-size: 12px;
  }

  .list-style-custom ul li:before {
    height: 3px;
    width: 3px;
    top: 7px;
  }
}
nav.catalog-menu .nav-item {
  margin-bottom: 6px;
}
nav.catalog-menu .nav-link {
  padding: 14px 15px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  background: #FFF;
}
nav.catalog-menu .nav-link.active {
  background: #E63D2F;
  color: #fff;
}

.page-link {
  border-radius: 4px;
  font-size: 14px;
  color: #313131;
}
.page-link:hover {
  color: #000;
  background: #E9E9E9;
}
.page-link.active {
  color: #fff;
  background: #E63D2F;
  border-color: #E63D2F;
}

.button-menu {
  position: absolute;
  top: -22px;
  padding: 0;
  right: 0;
  border: none;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0;
  z-index: 999;
  background: transparent;
  transition: all ease 0.5s;
  overflow: hidden;
}
.button-menu .hamburger {
  padding: 0;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
}
.button-menu .hamburger svg {
  top: -4px;
  left: -20px;
  position: relative;
  cursor: pointer;
  transform: scale(1.2);
}
.button-menu .hamburger svg path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 24px;
  stroke-linecap: round;
  stroke: #000;
  stroke-dashoffset: 0px;
}
.button-menu .hamburger svg path#top,
.button-menu .hamburger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.button-menu .hamburger svg path#middle {
  transition: all 0.3s ease;
  stroke-dasharray: 240px 240px;
}

body.menu-open .hamburger svg path#top,
body.menu-open .hamburger svg path#bottom {
  stroke-dashoffset: -650px;
}
body.menu-open .hamburger svg path#middle {
  stroke: transparent;
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

@media (min-width: 1200px) {
  nav.header-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
  }
  nav.header-menu .menu .list-item-main {
    list-style: none;
  }
  nav.header-menu .menu .list-item-main.has-children:hover .link-item-main {
    color: #E63D2F;
  }
  nav.header-menu .menu .list-item-main.has-children:hover .link-item-main:hover:before {
    width: 0;
  }
  nav.header-menu .menu .list-item-main.has-children:hover .link-item-main:after {
    transform: rotate(180deg);
  }
  nav.header-menu .menu .list-item-main.has-children:hover .dropdown {
    display: block;
  }
  nav.header-menu .menu .list-item-main.has-children .link-item-main {
    padding-right: 15px;
    padding-bottom: 2rem;
    margin-bottom: -2rem;
  }
  nav.header-menu .menu .list-item-main.has-children .link-item-main:after {
    content: "";
    right: 0;
    top: 9px;
    position: absolute;
    width: 11px;
    height: 6px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M6.8598 7.14263L7 7.28045L7.1402 7.14263L12.6402 1.73617L12.7853 1.59354L12.6402 1.45091L12.0364 0.85737L11.8962 0.719552L11.756 0.857371L7 5.53247L2.24402 0.857371L2.10381 0.719552L1.96361 0.857371L1.3598 1.45091L1.2147 1.59354L1.3598 1.73617L6.8598 7.14263Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.4"/></svg>');
    background-size: cover;
  }
  nav.header-menu .menu .link-item-main {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    position: relative;
  }
  nav.header-menu .menu .link-item-main:hover {
    color: #E63D2F;
  }
  nav.header-menu .menu .link-item-main:hover:before {
    width: 100%;
  }
  nav.header-menu .menu .link-item-main:before {
    content: "";
    right: 0;
    left: 0;
    bottom: -8px;
    width: 0;
    transition: width 0.15s ease;
    height: 1px;
    background: #E63D2F;
    position: absolute;
    margin: 0 auto;
  }
  nav.header-menu .menu .dropdown {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #E63D2F;
    background: #fff;
    top: 70px;
    z-index: 5;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  nav.header-menu .menu .menu-thumb {
    height: 105px;
    width: 105px;
  }
  nav.header-menu .menu .menu-title {
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: 700;
    color: #E63D2F;
    margin-bottom: 24px;
  }
  nav.header-menu .menu .menu-title a {
    text-decoration: none;
  }
  nav.header-menu .menu .menu-title a:hover {
    text-decoration: underline;
  }
  nav.header-menu .menu .menu-secondary {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  nav.header-menu .menu .menu-secondary li {
    margin-bottom: 10px;
  }
  nav.header-menu .menu .menu-secondary li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
  }
  nav.header-menu .menu .menu-secondary li a:hover {
    color: #E63D2F;
    text-decoration: underline;
  }

  nav.header-menu .collapse {
    display: block;
  }
}
@media (max-width: 1600px) {
  nav.header-menu .menu {
    gap: 30px;
  }

  nav.catalog-menu .nav-item {
    margin-bottom: 6px;
  }
  nav.catalog-menu .nav-link {
    padding: 10px 20px;
    font-size: 13px;
  }

  nav.header-menu .menu .menu-secondary li {
    margin-bottom: 8px;
  }

  nav.header-menu .menu .list-item-main.has-children .link-item-main {
    padding-bottom: 1rem;
  }

  nav.header-menu .menu .menu-secondary li a {
    font-size: 14px;
  }

  nav.header-menu .menu .menu-title {
    font-size: 14px;
    letter-spacing: 1.1px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .accordion-menu .accordion-item {
    border: none;
    border-radius: 0;
  }
  .accordion-menu .accordion-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 0;
    color: #000;
  }
  .accordion-menu .accordion-menu-item[aria-expanded=true] {
    color: #E63D2F;
    border-bottom: 1px solid #E63D2F;
  }
  .accordion-menu .accordion-menu-item[aria-expanded=true]:after {
    top: calc(50% - 14px);
  }
  .accordion-menu .accordion-menu-item:after {
    transition: none;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.64493 7.18L6.82038 7.35287L6.99584 7.18L12.383 1.8723L12.5638 1.69421L12.383 1.51613L11.7916 0.933426L11.6161 0.760555L11.4407 0.933426L6.82038 5.48555L2.20011 0.933426L2.02465 0.760556L1.84919 0.933426L1.25777 1.51613L1.07702 1.69421L1.25777 1.8723L6.64493 7.18Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.5"/></svg>');
    background-size: 16px;
  }

  .header-menu {
    display: none;
  }

  body.menu-open .header-menu {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    height: calc(100vh - 64px);
    z-index: 90;
    left: 0;
    right: 0;
    top: 64px;
  }

  nav.header-menu .menu .list-item-main.has-children .link-item-main {
    margin-bottom: 0;
  }

  nav.header-menu .menu {
    display: block;
  }
  nav.header-menu .menu .list-item-main {
    display: block;
  }
  nav.header-menu .menu .list-item-main .link-item-main {
    width: 100%;
    display: block;
    padding: 8px 40px !important;
  }
}
.button {
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-primary {
  color: #fff;
  border-color: #E63D2F;
  background: #E63D2F;
}
.button-primary:hover {
  border-color: #fb1e0c;
  background: #fb1e0c;
}

.button-outline-dark {
  background: transparent;
  border-color: #707272;
  color: #707272;
}
.button-outline-dark:hover {
  border-color: #000;
  color: #000;
}

.button-outline-white {
  border-color: #fff;
  color: #fff;
}
.button-outline-white:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.button-outline-primary {
  border-color: #E63D2F;
  color: #E63D2F;
}
.button-outline-primary:hover {
  border-color: #000;
  color: #000;
}

.button-help {
  min-width: 78px;
}

.button-open,
.button-copy {
  position: relative;
}
.button-open:hover,
.button-copy:hover {
  opacity: 0.5;
}
.button-open:hover svg path,
.button-copy:hover svg path {
  fill: #fb1e0c;
}
.button-open label,
.button-copy label {
  display: none;
  opacity: 0;
  transition: all 1s ease;
}
.button-open.copied label,
.button-copy.copied label {
  display: inline-block;
  position: absolute;
  color: green;
  top: -18px;
  left: -12px;
  opacity: 1;
}

.button-copy-cont span {
  color: #E63D2F;
  display: none;
  font-size: 10px;
  font-weight: 600;
}
.button-copy-cont.copied .button-copy {
  display: none !important;
}
.button-copy-cont.copied span {
  display: inline-block;
}

.button-filter {
  position: absolute;
  padding: 0;
  line-height: 24px;
  height: 28px;
  width: 28px;
  top: 5px;
  right: 5px;
}

.button-xl {
  padding: 15px 25px;
}

@media (max-width: 1200px) {
  .button-xl {
    padding: 6px 10px;
  }

  .button-search {
    min-width: 50px;
  }

  .button-help {
    min-width: 40px;
  }
}
@media (max-width: 767px) {
  .button-usb {
    font-size: 12px;
  }
  .button-usb svg {
    width: 17px;
    height: 17px;
  }
}
.product .product-thumb {
  /*width: 90px;
  height: 110px;*/
}

.product-table h4 {
  font-weight: 700;
  font-size: 13px;
}
.product-table .product-table-head {
  font-size: 13px;
}
.product-table .product-thumb {
  width: 105px;
  height: 110px;
}
.product-table .product-table-row {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.product-table .product-table-row:nth-child(2n) {
  background-color: #E9E9E9 !important;
}
.product-table .col-xl-lg {
  flex: 0 0 auto;
}
.product-table .col-xl-sm {
  flex: 0 0 auto;
}
.product-table .col-xl-xs {
  flex: 0 0 auto;
}
.product-table.animation-table .col-xl-lg {
  width: 40%;
}
.product-table.animation-table .col-xl-md {
  width: 20%;
}
.product-table.animation-table .col-xl-sm {
  width: 11%;
}
.product-table.animation-table .col-xl-xs {
  width: 7%;
}
.product-table.animation-table h4 a {
  font-weight: normal;
  line-height: 160%;
}

@media (max-width: 1600px) {
  .product .product-thumb {
    /*width: 65px;
    height: 80px;*/
  }

  .product-table .product-table-head {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .product-table-row {
    font-size: 13px;
  }

  .last-modified {
    position: absolute;
    min-width: 150px;
    right: 15px;
    bottom: 10px;
  }

  .product-table .col-xl-lg {
    width: 18%;
  }
  .product-table .col-xl-sm {
    width: 11%;
  }
  .product-table .col-xl-xs {
    width: 5%;
  }
  .product-table.animation-table .col-xl-lg {
    width: 33%;
  }
  .product-table.animation-table .col-xl-md {
    width: 21%;
  }
  .product-table.animation-table .col-xl-sm {
    width: 13%;
  }
  .product-table.animation-table .col-xl-xs {
    width: 5%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .product .tiny {
    font-size: 9px;
  }

  .product .note {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .product-table .col-xl-lg {
    width: 20%;
  }
  .product-table .col-xl-sm {
    width: 10%;
  }
  .product-table .col-xl-xs {
    width: 7%;
  }

  .region {
    min-width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .last-modified {
    position: absolute;
    min-width: 150px;
    right: 15px;
    bottom: 10px;
  }

  .product-table .col-xl-lg {
    width: 18%;
  }
  .product-table .col-xl-sm {
    width: 11%;
  }
  .product-table .col-xl-xs {
    width: 7%;
  }
  .product-table.animation-table .col-xl-lg {
    width: 29%;
  }
  .product-table.animation-table .col-xl-md {
    width: 23%;
  }
  .product-table.animation-table .col-xl-sm {
    width: 13%;
  }
  .product-table.animation-table .col-xl-xs {
    width: 7%;
  }
}
@media (max-width: 992px) {
  .product .product-thumb {
    /*width: 35px;
    height: 45px;*/
  }

  .product-table .button-copy {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .product-head {
    border-radius: 6px;
  }
  .product-head hr {
    opacity: 1;
    color: #D9D9D9;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: 1.5rem;
    max-width: inherit;
  }
  .product-head .button-open {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .product-head .button-open svg {
    width: 23px;
    height: 23px;
  }

  .product-table.animation-table .col-xl-lg {
    width: 100%;
  }
  .product-table.animation-table .col-xl-md {
    width: 100%;
  }
  .product-table.animation-table .col-xl-sm {
    width: 100%;
  }
  .product-table.animation-table .col-xl-xs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .video-title {
    padding-right: 15px;
  }

  .product-title {
    font-size: 18px;
  }

  .product .product-thumb {
    /*width: 35px;
    height: 45px;*/
  }
}
.form-control {
  height: 38px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.form-search .form-select {
  border-color: #000;
  font-size: 12px;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.filter-menu {
  z-index: 19;
  width: 410px;
  margin-top: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.filter-menu.collapsing {
  height: auto;
  transition: none;
}

header.main-header .filter-menu {
  width: 313px;
}
header.main-header .filter-menu .slim-select {
  width: 145px;
}
header.main-header .filter-menu #doc_search_type .slim-select {
  width: 200px;
}

section.banner-section .filter-menu {
  width: 402px;
}
section.banner-section .filter-menu .slim-select {
  width: 188px;
}
section.banner-section .filter-menu #doc_search_type .slim-select {
  width: 200px;
}

.form-check {
  position: relative;
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 12px;
  line-height: 2;
}
.form-check .form-check-label {
  pointer-events: none;
}
.form-check input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form-check input:checked ~ .checkmark {
  border-color: #E63D2F;
  background: #E63D2F;
}
.form-check input:checked ~ .checkmark:after {
  opacity: 1;
}
.form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  border-radius: 4px;
}
.form-check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 14px;
  width: 6px;
  left: 8px;
  top: 2px;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.ss-main {
  border-color: #000;
}

.ss-content .ss-list .ss-option {
  font-size: 12px;
}

.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: #fff;
  background-color: #E63D2F;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: #E9E9E9;
}

.ss-main .ss-values .ss-single {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .form-search {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .form-search .form-control {
    width: 100%;
  }

  .filter-menu {
    width: 100%;
  }
  .filter-menu .form-field {
    width: 50%;
  }
  .filter-menu .slim-select {
    width: 100%;
  }

  header.main-header .filter-menu,
section.banner-section .filter-menu {
    width: 100%;
  }
  header.main-header .filter-menu .slim-select,
section.banner-section .filter-menu .slim-select {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .form-search .form-control {
    width: 100%;
    font-size: 14px;
  }

  section.banner-section .filter-menu {
    width: calc(100% + 105px);
  }
  section.banner-section .filter-menu .slim-select {
    width: 100% !important;
  }

  header.main-header .filter-menu {
    width: calc(100% + 105px);
  }
  header.main-header .filter-menu .slim-select {
    width: 100% !important;
  }

  .ss-content .ss-list .ss-option {
    font-size: 14px;
  }

  .ss-main .ss-values .ss-single {
    font-size: 14px;
  }

  .form-check {
    line-height: 2;
    text-align: left;
  }
}
header.main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 12px 10.4px 0px rgba(0, 0, 0, 0.05);
}

main.main-content {
  padding-top: 70px;
}

.logo img {
  max-width: 135px;
}

.logo-footer img {
  max-width: 80px;
}

.video-slider {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
}

.dropdown-filter .dropdown-toggle:after {
  content: none;
}
.dropdown-filter .dropdown-toggle[aria-expanded=false]:after {
  transform: rotate(0deg);
}
.dropdown-filter .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.dropdown-filter .dropdown-menu {
  transform: none !important;
  top: 42px !important;
  width: 100%;
  padding: 0;
}
.dropdown-filter .dropdown-menu .dropdown-item {
  font-size: 14px;
  background: transparent;
}
.dropdown-filter .dropdown-menu .dropdown-item.active {
  background: #E63D2F;
  color: #fff;
}
.dropdown-filter .dropdown-menu .dropdown-item:not(.active):focus, .dropdown-filter .dropdown-menu .dropdown-item:not(.active):hover {
  background: #E9E9E9;
  color: #000;
}

.dropdown-language {
  min-width: 200px;
}
.dropdown-language .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  border: 1px solid #E63D2F;
  border-radius: 4px;
  background: #fff;
  color: #E63D2F;
}
.dropdown-language .dropdown-toggle:after {
  content: "";
  width: 11px;
  height: 6px;
  border: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M6.8598 7.14263L7 7.28045L7.1402 7.14263L12.6402 1.73617L12.7853 1.59354L12.6402 1.45091L12.0364 0.85737L11.8962 0.719552L11.756 0.857371L7 5.53247L2.24402 0.857371L2.10381 0.719552L1.96361 0.857371L1.3598 1.45091L1.2147 1.59354L1.3598 1.73617L6.8598 7.14263Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.4"/></svg>');
  background-size: cover;
  vertical-align: 0.1em;
}
.dropdown-language .dropdown-toggle[aria-expanded=false]:after {
  transform: rotate(0deg);
}
.dropdown-language .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.dropdown-language .dropdown-menu {
  width: 100%;
  padding: 0;
}
.dropdown-language .dropdown-menu .dropdown-item {
  font-size: 14px;
  background: transparent;
  padding-left: 25px;
}
.dropdown-language .dropdown-menu .dropdown-item.active {
  background: #E63D2F;
  color: #fff;
}
.dropdown-language .dropdown-menu .dropdown-item:not(.active):focus, .dropdown-language .dropdown-menu .dropdown-item:not(.active):hover {
  background: #E9E9E9;
  color: #000;
}
.dropdown-language .dropdown-menu b {
  font-size: 14px;
  padding-left: 15px;
}

main.main-content {
  min-height: 80vh;
}

section.banner-section .content-holder {
  min-height: 300px;
  padding: 50px 0;
}
section.banner-section .search-form-content {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.tile-col:last-child .tile .line:before {
  left: initial;
  right: -70px;
}
.tile-col:last-child .tile .category:before {
  right: inherit;
  left: -1px;
  border-left: none;
  border-right: 2px solid #fff;
}
.tile-col:last-child .tile .category:after {
  border-left: none;
  border-right: 1px solid #E63D2F;
  border-bottom: 1px solid #E63D2F;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  left: -20px;
  right: inherit;
  box-shadow: 4px 6px 5px #ffffff;
}
.tile-col:last-child .tile .products-list {
  border-radius: 8px 0px 8px 8px;
  left: inherit;
  right: 0;
}

.tile {
  display: block;
  text-align: center;
  color: #000;
  text-transform: none;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.tile .line {
  display: block;
  position: absolute;
  width: 140px;
  height: 1px;
  background: #E63D2F;
  bottom: 24px;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  margin-left: -70px;
}
.tile .line:before {
  position: absolute;
  content: "";
  height: 50px;
  width: 30px;
  left: -62px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 25%, white 75%, rgba(255, 255, 255, 0) 100%);
  bottom: -33px;
  opacity: 0.5;
}
.tile .image-holder {
  margin: 0 auto 10px;
  height: 105px;
  width: 105px;
  position: relative;
}
.tile .category {
  color: #000;
  text-transform: none;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 40px 10px;
  border-radius: 8px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  z-index: 1;
}
.tile .category:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 2px;
  right: -1px;
  bottom: 0px;
  pointer-events: none;
  visibility: hidden;
  border-left: 2px solid #fff;
}
.tile .category:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  border-left: 1px solid #E63D2F;
  border-bottom: 1px solid #E63D2F;
  border-bottom-left-radius: 8px;
  right: -20px;
  bottom: 24px;
  z-index: 1;
  box-shadow: -4px 6px 5px #ffffff;
}
.tile:hover {
  z-index: 5;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.tile:hover .line {
  opacity: 1;
}
.tile:hover .category {
  border-radius: 8px 8px 0 0;
  border-color: #E63D2F;
}
.tile:hover .category:before, .tile:hover .category:after {
  opacity: 1;
  visibility: visible;
}
.tile:hover .products-list {
  display: block;
}
.tile .products-list {
  margin-top: -25px;
  display: none;
  text-align: left;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E63D2F;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 30px 18px 15px;
  width: 300px;
}

.link {
  color: #000;
}
.link:hover {
  color: #E63D2F;
}

.card {
  border-radius: 4px;
  background: #FFF;
  border: 1px solid transparent;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.swiper-button {
  height: 25px;
  width: 25px;
  z-index: 20;
  border: 1px solid #E63D2F;
  background: #E63D2F;
  bottom: 0;
  top: inherit;
  border-radius: 2px;
  background-size: 50% 50%;
}
.swiper-button.swiper-button-disabled {
  opacity: 1;
  border: 1px solid #D1D1D1;
  background: #fff;
}
.swiper-button.swiper-button-disabled:after {
  color: #D1D1D1;
}
.swiper-button.swiper-button-prev {
  left: 0px;
}
.swiper-button.swiper-button-next {
  left: 35px;
}
.swiper-button:after {
  font-size: 10px;
  color: #fff;
}

.video-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-holder.video-holder-xl {
  height: 620px;
}
.video-holder.video-holder-xl .video-play {
  width: 94px;
  height: 60px;
  top: calc(50% - 30px);
}
.video-holder.video-holder-lg {
  height: 230px;
}
.video-holder.video-holder-lg .video-play {
  width: 94px;
  height: 60px;
  top: calc(50% - 30px);
}
.video-holder.video-holder-md {
  height: 100px;
}
.video-holder.video-holder-md .video-play {
  width: 48px;
  height: 30px;
  top: calc(50% - 15px);
}
.video-holder .video-poster {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  cursor: pointer;
  top: 0;
}
.video-holder .video-play {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video-holder .video-play svg {
  height: 100%;
  width: 100%;
}
.video-holder .video-play:hover svg rect {
  opacity: 1;
}

.modal-title {
  font-size: 16px;
}

.accordion {
  margin-bottom: 100px;
}
.accordion.accordion-help .accordion-item {
  border: none;
  border-bottom: 1px solid #E2E8F0;
}
.accordion.accordion-help .accordion-item .accordion-button {
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  padding: 18px 0px;
}
.accordion.accordion-help .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDYwMzkgMC42NDU5MTdDMC42OTI0ODUgMC41OTkzNTQgMC43NDc2NjEgMC41NjI0MTEgMC44MDg0MDYgMC41MzcyMDRDMC44NjkxNTEgMC41MTE5OTggMC45MzQyNzIgMC40OTkwMjMgMS4wMDAwNCAwLjQ5OTAyM0MxLjA2NTgxIDAuNDk5MDIzIDEuMTMwOTMgMC41MTE5OTggMS4xOTE2NyAwLjUzNzIwNEMxLjI1MjQyIDAuNTYyNDExIDEuMzA3NTkgMC41OTkzNTQgMS4zNTQwNCAwLjY0NTkxN0w3LjAwMDA0IDYuMjkyOTJMMTIuNjQ2IDAuNjQ1OTE3QzEyLjY5MjUgMC41OTk0MjkgMTIuNzQ3NyAwLjU2MjU1MyAxMi44MDg1IDAuNTM3Mzk0QzEyLjg2OTIgMC41MTIyMzQgMTIuOTM0MyAwLjQ5OTI4NSAxMyAwLjQ5OTI4NUMxMy4wNjU4IDAuNDk5Mjg1IDEzLjEzMDkgMC41MTIyMzQgMTMuMTkxNiAwLjUzNzM5NEMxMy4yNTI0IDAuNTYyNTUzIDEzLjMwNzYgMC41OTk0MjkgMTMuMzU0IDAuNjQ1OTE3QzEzLjQwMDUgMC42OTI0MDUgMTMuNDM3NCAwLjc0NzU5NCAxMy40NjI2IDAuODA4MzMzQzEzLjQ4NzcgMC44NjkwNzMgMTMuNTAwNyAwLjkzNDE3MyAxMy41MDA3IDAuOTk5OTE3QzEzLjUwMDcgMS4wNjU2NiAxMy40ODc3IDEuMTMwNzYgMTMuNDYyNiAxLjE5MTVDMTMuNDM3NCAxLjI1MjI0IDEzLjQwMDUgMS4zMDc0MyAxMy4zNTQgMS4zNTM5Mkw3LjM1NDA0IDcuMzUzOTJDNy4zMDc1OSA3LjQwMDQ4IDcuMjUyNDIgNy40Mzc0MiA3LjE5MTY3IDcuNDYyNjNDNy4xMzA5MyA3LjQ4Nzg0IDcuMDY1ODEgNy41MDA4MSA3LjAwMDA0IDcuNTAwODFDNi45MzQyNyA3LjUwMDgxIDYuODY5MTUgNy40ODc4NCA2LjgwODQxIDcuNDYyNjNDNi43NDc2NiA3LjQzNzQyIDYuNjkyNDggNy40MDA0OCA2LjY0NjA0IDcuMzUzOTJMMC42NDYwMzkgMS4zNTM5MkMwLjU5OTQ3NiAxLjMwNzQ3IDAuNTYyNTMzIDEuMjUyMyAwLjUzNzMyNyAxLjE5MTU1QzAuNTEyMTIgMS4xMzA4MSAwLjQ5OTE0NiAxLjA2NTY4IDAuNDk5MTQ2IDAuOTk5OTE3QzAuNDk5MTQ2IDAuOTM0MTUgMC41MTIxMiAwLjg2OTAyOCAwLjUzNzMyNyAwLjgwODI4M0MwLjU2MjUzMyAwLjc0NzUzOCAwLjU5OTQ3NiAwLjY5MjM2MyAwLjY0NjAzOSAwLjY0NTkxN1oiIGZpbGw9IiNFNjNEMkYiLz4KPC9zdmc+Cg==");
}
.accordion.accordion-help .accordion-item .accordion-body {
  padding: 18px 0px;
  font-size: 16px;
  color: #5C5C5C;
}

.full-height-banner {
  min-height: calc(100vh - 724px);
}

.full-height-banner-small {
  min-height: calc(100vh - 626px);
}

.full-height {
  min-height: calc(100vh - 242px);
}

.full-height-without-content {
  min-height: calc(100vh - 156px);
}

.wistia_embed {
  width: 1103px;
  height: 620px;
}

.disabled .ui-state-active {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

.form-search .search-input-container {
  position: relative;
}
.form-search .search-input-container .message {
  color: red;
  display: none;
  position: absolute;
  top: -17px;
  font-size: 12px;
  background-color: #fff;
  padding: 3px 5px;
  left: 14px;
  border-radius: 5px;
  border-color: red;
}
.form-search.form-error .search-input {
  border-color: red;
}
.form-search.form-error .search-input-container .message {
  color: red;
  display: block;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .tile .h4 {
    font-size: 12px;
  }

  .tile .line {
    width: 110px;
    margin-left: -55px;
  }

  .tile .category {
    padding: 20px 10px 30px;
  }

  .tile .products-list {
    padding: 30px 21px 0px 30px;
    width: 270px;
  }
  .tile .products-list .gap-3 {
    gap: 0.5rem !important;
  }

  .tile .image-holder {
    height: 90px;
    width: 90px;
  }

  .video-holder.video-holder-lg {
    height: 200px;
  }

  .search-input-container {
    min-width: 250px;
  }

  .form-search .form-control {
    padding-left: 10px;
  }
  .form-search .form-control::placeholder {
    font-size: 12px;
  }
}
.panel {
  border: none;
  background: none;
}
.panel.panel-tile .panel-header a {
  border: 1px solid transparent;
  padding: 7px 24px 7px 10px;
}
.panel.panel-tile .panel-header a[aria-expanded=false] {
  color: #000;
}
.panel.panel-tile .panel-header a[aria-expanded=false] .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.64493 7.18L6.82038 7.35287L6.99584 7.18L12.383 1.8723L12.5638 1.69421L12.383 1.51613L11.7916 0.933426L11.6161 0.760555L11.4407 0.933426L6.82038 5.48555L2.20011 0.933426L2.02465 0.760556L1.84919 0.933426L1.25777 1.51613L1.07702 1.69421L1.25777 1.8723L6.64493 7.18Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.5"/></svg>');
}
.panel.panel-tile .panel-header a[aria-expanded=true] {
  border-color: #E63D2F;
  background: #fff;
  color: #E63D2F;
}
.panel.panel-tile .panel-header a[aria-expanded=true] .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.99582 0.819943L6.82036 0.647072L6.6449 0.819943L1.25775 6.12764L1.077 6.30573L1.25775 6.48381L1.84917 7.06651L2.02463 7.23938L2.20009 7.06651L6.82036 2.51438L11.4406 7.06651L11.6161 7.23938L11.7916 7.06651L12.383 6.48381L12.5637 6.30573L12.383 6.12764L6.99582 0.819943Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.5"/></svg>');
}
.panel.panel-tile .image-holder {
  width: 36px;
  height: 34px;
}
.panel.panel-tile .panel-body ul li {
  font-size: 13px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E5E5E5;
  width: 45%;
}
.panel .panel-header {
  margin-bottom: 8px;
}
.panel .panel-header a {
  display: block;
  text-decoration: none;
  border: none;
  background: none;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position: relative;
  transition: none;
  line-height: 1.3;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #E2E8F0;
}
.panel .panel-header a[aria-expanded=false] {
  color: #000;
}
.panel .panel-header a[aria-expanded=false] .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.64493 7.18L6.82038 7.35287L6.99584 7.18L12.383 1.8723L12.5638 1.69421L12.383 1.51613L11.7916 0.933426L11.6161 0.760555L11.4407 0.933426L6.82038 5.48555L2.20011 0.933426L2.02465 0.760556L1.84919 0.933426L1.25777 1.51613L1.07702 1.69421L1.25777 1.8723L6.64493 7.18Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.5"/></svg>');
}
.panel .panel-header a[aria-expanded=true] {
  background: #E63D2F;
  color: #fff;
}
.panel .panel-header a[aria-expanded=true] .arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.99582 0.819943L6.82036 0.647072L6.6449 0.819943L1.25775 6.12764L1.077 6.30573L1.25775 6.48381L1.84917 7.06651L2.02463 7.23938L2.20009 7.06651L6.82036 2.51438L11.4406 7.06651L11.6161 7.23938L11.7916 7.06651L12.383 6.48381L12.5637 6.30573L12.383 6.12764L6.99582 0.819943Z" fill="white" stroke="white" stroke-width="0.5"/></svg>');
}
.panel .panel-header a[aria-expanded=true] svg path {
  fill: #fff;
}
.panel .panel-header .arrow {
  height: 8px;
  width: 12px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 15px;
  top: 19px;
}

.product-table-row .video-title svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 3px;
}

@media (min-width: 1200px) {
  .catalog-section .tab-content > .tab-pane .collapse:not(.show):not(.panel-body-anim) {
    display: block;
    padding: 0;
  }

  .panel .panel-header {
    margin-bottom: 8px;
  }
  .panel .panel-header a {
    display: block;
    text-decoration: none;
    border: none;
    background: none;
    padding: 26px 24px;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    position: relative;
    transition: none;
    line-height: 1.3;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #E2E8F0;
  }
  .panel .panel-header a[aria-expanded=false] {
    color: #000;
  }
  .panel .panel-header a[aria-expanded=false] .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.64493 7.18L6.82038 7.35287L6.99584 7.18L12.383 1.8723L12.5638 1.69421L12.383 1.51613L11.7916 0.933426L11.6161 0.760555L11.4407 0.933426L6.82038 5.48555L2.20011 0.933426L2.02465 0.760556L1.84919 0.933426L1.25777 1.51613L1.07702 1.69421L1.25777 1.8723L6.64493 7.18Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.5"/></svg>');
  }
  .panel .panel-header a[aria-expanded=true] {
    background: #fff;
    color: #000;
  }
  .panel .panel-header a[aria-expanded=true] .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M6.99582 0.819943L6.82036 0.647072L6.6449 0.819943L1.25775 6.12764L1.077 6.30573L1.25775 6.48381L1.84917 7.06651L2.02463 7.23938L2.20009 7.06651L6.82036 2.51438L11.4406 7.06651L11.6161 7.23938L11.7916 7.06651L12.383 6.48381L12.5637 6.30573L12.383 6.12764L6.99582 0.819943Z" fill="%23E63D2F" stroke="%23E63D2F" stroke-width="0.5"/></svg>');
  }
  .panel .panel-header a svg {
    margin-right: 5px;
  }
  .panel .panel-header .arrow {
    height: 10px;
    width: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 32px;
  }
}
@media (max-width: 1200px) {
  .wistia_embed {
    width: 906px;
    height: 512px;
  }

  header.main-header {
    position: relative;
  }

  main.main-content {
    padding-top: 0px;
  }

  .catalog-section .tab-content > .tab-pane {
    display: block;
  }

  .tile .image-holder {
    height: 80px;
    width: 80px;
  }

  .tile {
    overflow: hidden;
    height: 100%;
    margin-bottom: 25px;
  }
  .tile:hover {
    border-radius: 8px;
    border: 1px solid #E63D2F;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .tile:hover .category {
    border-radius: 0;
    border-color: transparent;
  }

  .tile .h4 {
    font-size: 18px;
  }

  .tile .category {
    padding: 20px 10px 20px;
  }
  .tile .category:before, .tile .category:after {
    content: none;
  }

  .tile-col {
    margin-bottom: 20px;
  }

  .tile .line {
    bottom: 15px;
    opacity: 1;
    width: calc(100% - 40px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .tile .products-list {
    position: relative;
    display: block;
    margin-top: 0px;
    width: 100%;
    top: 0;
    padding: 0 20px;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .video-holder.video-holder-xl {
    height: 510px;
  }

  .video-holder.video-holder-md {
    height: 250px;
  }

  .modal-dialog.modal-dialog-video {
    max-width: 940px;
  }
}
@media (max-width: 992px) {
  .wistia_embed {
    width: 666px;
    height: 375px;
  }

  .modal-dialog.modal-dialog-video {
    max-width: 700px;
  }

  .video-holder.video-holder-md {
    height: 380px;
  }

  .video-holder.video-holder-xl {
    height: 375px;
  }
  .video-holder.video-holder-xl .video-play {
    width: 48px;
    height: 30px;
    top: calc(50% - 15px);
  }

  .video-holder.video-holder-lg {
    height: 190px;
  }
  .video-holder.video-holder-lg .video-play {
    width: 48px;
    height: 30px;
    top: calc(50% - 15px);
  }

  .product-table-row .video-title svg {
    margin-right: 8px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .form-search .form-control {
    font-size: 13px;
    padding-right: 38px;
  }

  .modal-dialog.modal-dialog-video {
    max-width: 540px;
  }

  .wistia_embed {
    width: 506px;
    height: 290px;
  }

  .modal-title {
    font-size: 12px;
  }

  .video-holder.video-holder-sm,
.video-holder.video-holder-md,
.video-holder.video-holder-xl {
    height: 290px;
  }

  section.search-section .box {
    padding: 24px 24px 0px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #E2E8F0;
  }
  section.search-section .box hr {
    display: none;
  }

  .logo img {
    max-width: 94px;
  }

  .dropdown-language .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    font-size: 11px;
  }

  .dropdown-language {
    min-width: 170px;
    max-width: calc(100% - 30px);
  }

  .dropdown-language .dropdown-toggle {
    font-size: 12px;
    display: block;
    width: 100%;
  }

  section.banner-section .search-form-content {
    padding: 0 !important;
    background: transparent;
    border-radius: 0;
  }

  section.banner-section .image {
    opacity: 0.4;
    background-position: 31% 0;
  }
}
@media (max-width: 576px) {
  .form-search .form-control {
    font-size: 11px;
    padding-left: 5px;
  }

  .video-holder {
    position: relative;
    width: 100%;
    padding-top: 56.78%;
    overflow: hidden;
    height: auto !important;
  }

  .wistia_embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .filter-menu {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
