.mainWrapper, .productFilter_head, .productFilter_dropHead, .productFilter_dropBody .formItem, .productFilter_dropBody .formItem .check-element, .productContent_head, .productContent_head .showing, .productContent_head .filter, .productContent_head .filter_item, .productContent_head .mobileFilter, .productContent_head .mobileFilter a, .productContent_item, .productContent_item .seemore, .productContent_imgCont, .mobileFilter_bottom, .mobileFilter_bottom .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bodyWrapper, .productContent, .productContent_body, .mobileFilter_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productHero, .productHero_content, .productFilter_dropHead .badge, .productContent_pager, .productContent_pager .pager, .productContent_pager .pager span, .productContent_pager .arrowLeft, .productContent_pager .arrowRight, .mobileFilter_head, .mobileFilter_head .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productContent_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productHero_background, .productContent_item {
  overflow: hidden;
}

.productFilter_dropBody .formItem .check-element input:checked ~ .checkmark:after {
  display: block;
}

.mobileFilter_content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.productFilter_dropBody, .productContent_item .seemore img {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.bodyWrapper, .productHero, .productHero_content, .mainWrapper, .productFilter_head a, .productFilter_body, .productFilter_dropHead, .productFilter_dropBody .formItem .check-element, .productContent, .productContent_head .filter, .productContent_item, .productContent_item .seemore img, .mobileFilter_content, .mobileFilter_head {
  position: relative;
}

.productHero_background, .productFilter_dropHead .badge, .productFilter_dropHead img, .productFilter_dropBody .formItem .check-element input, .productFilter_dropBody .formItem .check-element .checkmark, .productFilter_dropBody .formItem .check-element .checkmark:after, .productContent_head .filter_dropdown, .productContent_item .seemore, .mobileFilter_head .close, .mobileFilter_bottom {
  position: absolute;
}

.productHero_background, .productHero_background img, .productContent_head .mobileFilter a {
  width: 100%;
  height: 100%;
}

.bodyWrapper, .mainWrapper, .productFilter_body, .productContent_head .filter_dropdown, .productContent_body {
  width: 100%;
  height: auto;
}

.productContent_head .showing, .productContent_head .filter {
  width: auto;
  height: 100%;
}

.productFilter_dropBody .formItem .check-element a {
  text-decoration: none;
  color: inherit;
}

.productContent_head .filter_dropdown {
  margin: 0;
  padding: 0;
}

/** PRODUCTS */
.bodyWrapper {
  margin: 0 auto;
}

.productHero {
  width: 100%;
  height: calc(80vh - 115px);
  color: white;
}

.productHero_background {
  z-index: 1;
}

.productHero_background img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 3.5s ease-in-out;
  transition: 3.5s ease-in-out;
}

.productHero_content {
  padding: 15px 45px;
  text-align: center;
  background: #00000036;
  bottom: -10%;
  border-radius: 2px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 1.75s cubic-bezier(0.02, 0.51, 0.49, 1.06);
  transition: all 1.75s cubic-bezier(0.02, 0.51, 0.49, 1.06);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.productHero_content h1 {
  font-weight: 300;
  text-shadow: 1px 1px 4px #0000009e;
  z-index: 3;
}

.productHero_content.appear {
  bottom: 0%;
  opacity: 1;
}

.productHero:hover .productHero_background img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.mainWrapper {
  background-color: white;
  padding: 60px;
  min-height: 500px;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.productFilter {
  background-color: #FAFAFA;
  border: 1px solid #D2D2D2;
  color: #282923;
  width: 240px;
  height: auto;
  min-height: 300px;
  padding-bottom: 70px;
}

.productFilter_head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 60px;
}

.productFilter_head h2 {
  font-size: 1.3em;
  margin: 0;
}

.productFilter_head a {
  color: #175ADF;
  font-size: 0.9em;
  top: 0.1em;
}

.productFilter_dropdown:last-child .productFilter_dropHead.not {
  border-bottom: 1px solid #D2D2D2;
}

.productFilter_dropHead {
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 20px;
  cursor: pointer;
}

.productFilter_dropHead.not {
  border-bottom: 1px solid white;
}

.productFilter_dropHead h2:nth-child(2) {
  display: none;
}

.productFilter_dropHead h2 {
  font-size: 1em;
  margin: 0;
}

.productFilter_dropHead .badge {
  width: 20px;
  height: 20px;
  color: #5f5f5f;
  background-color: #c3c3c3;
  right: 40px;
  font-size: 0.7em;
  border-radius: 100%;
}

.productFilter_dropHead .badge.selected {
  color: white;
  background-color: #175ADF;
}

.productFilter_dropHead img {
  height: 25px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 12px;
}

.productFilter_dropBody {
  width: 100%;
  overflow: hidden;
}

.productFilter_dropBody.hide {
  height: 0 !important;
}

.productFilter_dropBody form {
  padding: 15px 15px 15px 20px;
}

.productFilter_dropBody .formItem {
  width: 100%;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productFilter_dropBody .formItem .check-element {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #737373;
  font-size: 0.9em;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.productFilter_dropBody .formItem .check-element a {
  color: blue;
}

.productFilter_dropBody .formItem .check-element a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.productFilter_dropBody .formItem .check-element input {
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: 0;
  top: 0;
  left: 0;
}

.productFilter_dropBody .formItem .check-element input:checked ~ .checkmark {
  background-color: #e8f2f9;
}

.productFilter_dropBody .formItem .check-element .checkmark {
  top: 6px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.productFilter_dropBody .formItem .check-element .checkmark:after {
  content: "";
  display: none;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #175ADF;
}

.productFilter_dropBody .formItem .check-element:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

.productContent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 280px);
  min-height: 300px;
}

.productContent_head {
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
}

.productContent_head .showing {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productContent_head .showing h2 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.productContent_head .showing h2 span {
  font-weight: 600;
  color: #282923;
}

.productContent_head .filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.productContent_head .filter p {
  margin: 0;
}

.productContent_head .filter p span {
  color: #175ADF;
}

.productContent_head .filter img {
  height: 24px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
}

.productContent_head .filter_dropdown {
  list-style: none;
  top: 100%;
  z-index: 1;
  border: 1px solid #707070;
  overflow: hidden;
}

.productContent_head .filter_dropdown.hide {
  height: 0 !important;
  border-top: 0;
  border-bottom: 0;
}

.productContent_head .filter_item {
  width: 100%;
  height: 50px;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #707070;
}

.productContent_head .filter_item.selected, .productContent_head .filter_item:hover {
  color: white;
  background-color: #175ADF;
}

.productContent_head .filter_item.selected, .productContent_head .filter_item:last-child, .productContent_head .filter_item:hover {
  border-bottom: 0;
}

.productContent_head .mobileFilter {
  height: 80%;
  min-width: 130px;
  color: white;
  background-color: #002e89;
  font-size: 1.1em;
}

.productContent_head .mobileFilter a {
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productContent_head .mobileFilter a img {
  height: 20px;
}

.productContent_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33% - 13.5px);
  min-height: 420px;
  max-height: 420px;
  margin-right: 20px;
  padding: 0 30px;
  background-color: #FAFAFA;
  border: 1px solid #D2D2D2;
  color: #282923;
}

.productContent_item:nth-child(3n) {
  margin-right: 0;
}

.productContent_item:nth-child(n+4) {
  margin-top: 20px;
}

.productContent_item .name {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.productContent_item .name sup {
  font-size: 0.7em;
}

.productContent_item .description {
  font-size: 0.8em;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productContent_item .seemore {
  bottom: 0;
  width: 100%;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  font-size: 0.9em;
  color: #175ADF;
  font-weight: 600;
  cursor: pointer;
}

.productContent_item .seemore img {
  height: 25px;
  left: 5px;
}

.productContent_item .seemore:hover img {
  left: 10px;
}

.productContent_imgCont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 280px;
}

.productContent_imgCont img {
  width: 100%;
  max-width: 180px;
  height: auto;
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.productContent_pager {
  width: 100%;
  height: 70px;
  margin-top: 30px;
}

.productContent_pager .pager {
  width: auto;
  height: 30px;
}

.productContent_pager .pager span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 0.8em;
  color: #9F9F9F;
  background-color: #D2D2D2;
  cursor: pointer;
}

.productContent_pager .pager span:hover {
  color: white;
  background-color: #175ADF;
}

.productContent_pager .pager span.active {
  color: white;
  background-color: #175ADF;
}

.productContent_pager .pager span:last-child {
  margin-right: 0;
}

.productContent_pager .arrowLeft {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.productContent_pager .arrowLeft svg {
  width: 16px;
  height: 16px;
}

.productContent_pager .arrowRight {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  cursor: pointer;
}

.productContent_pager .arrowRight svg {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.productContent_pager .arrowRight.active svg path {
  fill: #00297A;
}

.mobileFilter_content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 15;
}

.mobileFilter_content.hide {
  top: 100vh;
}

.mobileFilter_head {
  width: 100%;
  height: 60px;
  color: white;
  background-color: #00297A;
}

.mobileFilter_head h2 {
  margin: 0;
}

.mobileFilter_head .close {
  width: 60px;
  height: 60px;
  right: 0;
}

.mobileFilter_head .close img {
  width: 40%;
}

.mobileFilter_body {
  width: 100%;
  height: calc(100% - 60px);
  overflow: scroll;
}

.mobileFilter_bottom {
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00297A;
  padding: 0 40px;
}

.mobileFilter_bottom .results {
  width: auto;
  height: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  color: white;
  background-color: #F78F1E;
}

@media only screen and (max-width: 1100px) {
  .productFilter {
    width: 200px;
  }
  .productContent {
    width: calc(100% - 240px);
  }
  .productContent_item {
    min-height: 380px;
    max-height: 380px;
  }
  .productContent_item .name {
    font-size: 1em;
  }
  .productContent_imgCont {
    height: 220px;
  }
}

@media only screen and (max-width: 1000px) {
  .mainWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productFilter {
    display: none;
  }
  .productFilter_body {
    height: calc(100% - 60px);
    overflow: scroll;
  }
  .productContent {
    width: 100%;
  }
  .productContent_head {
    margin-bottom: 20px;
  }
  .productContent_head .filter {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .productContent_item {
    width: calc(50% - 10px);
  }
  .productContent_item:nth-child(n+4) {
    margin-top: 20px;
  }
  .productContent_item:nth-child(3n) {
    margin-right: 20px;
    margin-top: 20px;
  }
  .productContent_item:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 700px) {
  .productContent_item {
    width: 100%;
    margin-right: 0px;
  }
  .productContent_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .productContent_item:nth-child(3n) {
    margin-right: 0px;
  }
  .productContent_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 120px;
  }
  .productContent_head .showing, .productContent_head .mobileFilter {
    width: 100%;
    height: 60px;
  }
  .productContent_head .showing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productContent_head .showing h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .mainWrapper {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .productHero {
    height: 40vh;
  }
}

@media only screen and (min-width: 1000px) {
  .mobileFilter_content, .mobileFilter {
    display: none !important;
  }
}
/*# sourceMappingURL=product.css.map */