﻿.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url("./../media/ajax-loader.gif") center center no-repeat;
  }
  @font-face {
    font-family: "slick";
    src: url("./fonts/../../fonts/slick.eot");
    src: url("./fonts/../../fonts/slick.eot?#iefix") format("embedded-opentype"),
      url("./fonts/../../fonts/slick.woff") format("woff"),
      url("./fonts/../../fonts/slick.ttf") format("truetype"),
      url("./fonts/../../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 3;
  }
  .slick-prev:hover{
background-color: red;
  }
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir="rtl"] .slick-prev:before {
    content: "→";
  }
  .slick-next {
    right: -25px;
  }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
  }
  .slick-next:before {
    content: "→";
  }
  [dir="rtl"] .slick-next:before {
    content: "←";
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
  }
  
  .CM-sitemap .con-sitemap {
    margin: 50px 15px;
  }
  .CM-sitemap .nav-sitemap {
    padding: 20px;
    color: #faa434;
    line-height: 30px;
  }
  .CM-sitemap .nav-sitemap .nav-stacked {
    list-style-type: disc;
  }
  .CM-sitemap .nav-sitemap a {
    color: #535353;
  }
  
  .CM-award-list {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
  }
  .CM-award-list .CM-wrapper {
    height: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 0;
  }
  .CM-award-list .award-sidebar {
    padding: 15px;
  }
  .CM-award-list .award-sidebar .sidebar-description {
    padding: 15px 0 15px 0;
  }
  .CM-award-list .award-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .CM-award-list .award-header .descript {
    padding-top: 30px;
    line-height: 1.4;
  }
  .CM-award-list .award-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .CM-award-list .award-item {
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    color: #535353;
  }
  .CM-award-list .award-item .sidebyside-iconlink {
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .CM-award-list .award-item .sidebyside-iconlink > a {
    display: flex;
    align-items: center;
  }
  .CM-award-list .award-item .sidebyside-iconlink + .sidebyside-iconlink {
    margin-top: 5px;
  }
  .CM-award-list .award-item .sidebyside-iconlink-link {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    color: #2a8a8e;
    padding: 5px 10px 5px 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .CM-award-list .award-img {
    margin-bottom: 17px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .CM-award-list .award-img img {
    max-width: 100%;
  }
  .CM-award-list .award-txt {
    line-height: 24px;
  }
  .CM-award-list .award-txt ul {
    margin: 0;
  }
  .CM-award-list .award-txt ul li {
    padding-bottom: 10px;
  }
  .CM-award-list .award-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #2a8a8e;
    font-weight: bold;
  }
  @media (min-width: 1024px) {
    .CM-award-list {
      flex-direction: row;
      height: 100%;
      overflow-y: hidden;
    }
    .CM-award-list .CM-wrapper {
      display: flex;
    }
    .CM-award-list .award-sidebar {
      display: flex;
    }
    .CM-award-list .award-sidebar .sidebar-box {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
    .CM-award-list .award-header {
      display: block;
      width: 100%;
    }
    .CM-award-list .award-item {
      margin-left: 0;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .CM-award-list .award-img {
      width: 24%;
      min-width: 24%;
      max-width: 24%;
    }
    .CM-award-list .award-right {
      padding-top: 15px;
      padding-left: 15px;
    }
    .CM-award-list .award-title {
      padding-bottom: 15px;
    }
  }
  
  .CM-certification-list {
    position: relative;
  }
  .CM-certification-list .CM-wrapper {
    width: 100%;
    height: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .CM-certification-list .cert-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .CM-certification-list .cert-header .descript {
    padding-top: 30px;
    line-height: 1.4;
  }
  .CM-certification-list .cert-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
  }
  .CM-certification-list .cert-item {
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #2a8a8e;
  }
  .CM-certification-list .cert-img {
    margin-bottom: 15px;
  }
  .CM-certification-list .cert-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #2a8a8e;
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .CM-certification-list .cert-item {
      width: calc(50% - 30px);
    }
  }
  @media (min-width: 1024px) {
    .CM-certification-list {
      margin: 0 auto;
    }
    .CM-certification-list .CM-wrapper {
      display: flex;
    }
    .CM-certification-list .cert-wrapper {
      height: 60%;
    }
    .CM-certification-list .cert-header {
      display: block;
      width: 100%;
    }
    .CM-certification-list .cert-item {
      box-sizing: border-box;
      display: flex;
      width: calc(25% - 30px);
    }
    .CM-certification-list .cert-right {
      padding-top: 15px;
      padding-left: 15px;
    }
    .CM-certification-list .cert-title {
      padding-bottom: 15px;
    }
  }
  
  .CM-filter-listing.v2 .filter-sidebar .sidebar-title h2 {
    color: rgba(0, 79, 89, 1);
    font-size: 2.2rem;
    font-weight: 400;
    padding: 15px;
    background-color: none;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-box {
    padding: 0;
    width: 100%;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category {
    /*background-color:white;box-shadow:0px 2px 1px rgba(0,0,0,0.25)*/
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category-menu {
    background: none;
    border: none;
    color: #faa434;
    margin-bottom: 0;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category-menu:after {
    content: "\f106";
    color: #555555;
    font-size: 24px;
  }
  .CM-filter-listing.v2 .filter-sidebar .category-menu-title {
    color: #faa434;
    font-weight: normal;
    font-feature-settings: normal;
    padding: 15px;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item {
    padding: 15px;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item .category-title {
    color: #555555;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item.CM-active {
    display: none;
  }
  .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item:before {
    display: none;
  }
  @media (min-width: 1024px) {
    .CM-filter-listing.v2 .filter-sidebar .sidebar-title h2 {
      font-size: 2.8rem;
    }
    .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item {
      padding: 15px 15px 15px 15px;
    }
    .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item:hover,
    .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item.CM-active {
      display: block;
    }
    .CM-filter-listing.v2
      .filter-sidebar
      .sidebar-category-item:hover
      .category-title,
    .CM-filter-listing.v2
      .filter-sidebar
      .sidebar-category-item.CM-active
      .category-title {
      color: rgba(0, 79, 89, 1);
      font-style: 'Poppins' !important;
    }
    .CM-filter-listing.v2 .filter-sidebar .sidebar-category-item:last-child {
      padding-bottom: 25px;
    }
    .CM-filter-listing.v2 .filter-sidebar .category-title {
      padding: 0;
    }
  }
  .CM-filter-listing.v2 .filter-results h3 {
    font-size: 2.2rem;
  }
  .CM-filter-listing.v2 .filter-results .filter-results-tile {
    flex-direction: column;
    width: calc(100% + 30px);
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
  }
  .CM-filter-listing.v2 .filter-results .filter-results-tile img {
    max-width: 100%;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-img .product-img {
    max-width: 70%;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-details {
    padding: 0;
    flex-grow: 1;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-title {
    margin: 0;
    padding: 0px 10px 25px 10px;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-title--product-categories {
    padding: 0px 10px 5px 10px;
    line-height: 20px;
  }
  .CM-filter-listing.v2
    .filter-results
    .sidebyside-title--product-categories-custom {
    font-size: 14px;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-details .sidebyside-iconlink {
    border: 1px solid rgba(42, 138, 142, 0.5);
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
  }
  .CM-filter-listing.v2 .filter-results .sidebyside-iconlink-icon {
    width: 27px;
    height: 27px;
  }
  .CM-filter-listing.v2
    .filter-results
    .sidebyside-details
    .sidebyside-iconlink-link {
    text-align: left;
    padding: 5px;
    background-color: transparent;
  }
  @media (min-width: 1024px) {
    .CM-filter-listing.v2 .filter-results .filter-results-tile {
      flex-basis: calc(33.333% - 10px);
      padding-top: 10px;
      background-color: white;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
      margin-bottom: 30px;
    }
    .CM-filter-listing.v2 .filter-results .sidebyside-details {
      justify-content: center;
      align-items: center;
    }
    .CM-filter-listing.v2 .filter-results .sidebyside-title {
      text-align: center;
    }
    .CM-filter-listing.v2 .filter-results .sidebyside-iconlink {
      border: 1px solid #2a8a8e;
    }
    .CM-filter-listing.v2 .filter-results .sidebyside-img .product-img {
      max-width: 70%;
      transition: all 0.3s;
    }
    .CM-filter-listing.v2 .filter-results .sidebyside-img .product-img:hover {
      transform: scale(1.1);
      transition: all 0.3s;
    }
  }
  .CM-filter-listing.v2 .filter-results-kv {
    /* background-color:#f5f5f5;box-shadow:0px 2px 3px rgba(0,0,0,0.3) */
  }
  .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-base {
    position: relative;
  }
  .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-image {
    padding: 15px;
  }
  .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-image img {
    max-width: 100%;
  }
  .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-desc {
    padding: 20px;
    text-align: center;
  }
  .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.75);
  }
  @media (min-width: 1024px) {
    .CM-filter-listing.v2 .filter-results-kv {
      position: relative;
    }
    .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-base {
      padding: 20px 0 30px 0;
    }
    .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-image {
      padding: 0;
      width: 54%;
      margin-left: 0;
    }
    .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-image img {
      margin-left: 30px;
    }
    .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-text {
      font-size: 6rem;
      max-width: 50%;
      margin-left: 5%;
    }
    .CM-filter-listing.v2 .filter-results-kv .filter-results-kv-desc {
      line-height: 1.3;
      width: 35%;
      position: absolute;
      bottom: 0;
      right: 30px;
      top: 0;
      display: flex;
      align-items: center;
      text-align: left;
    }
  }
  
  .CM-filter-listing .filter-sidebar {
    padding: 15px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-box {
    padding-bottom: 10px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-category-menu {
    background-color: #faa434;
    background-image: linear-gradient(to bottom, #ffc25c, #faa434);
    border: 3px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-category-menu:after {
    content: "\f0d7";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    color: white;
    transform: rotate(0deg);
    transition: 0.4s;
  }
  .CM-filter-listing .filter-sidebar .sidebar-category-menu.CM-active:after {
    transform: rotate(180deg);
    transition: 0.4s;
  }
  .CM-filter-listing .filter-sidebar .category-menu-title {
    position: relative;
    color: white;
    font-size: 1.8rem;
    font-family: "Avenir";
    font-weight: bold;
    padding: 10px 15px 10px 15px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-title h2 {
    padding-bottom: 10px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-description {
    padding-bottom: 15px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-category-item {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .CM-filter-listing .filter-sidebar .category-bg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s;
  }
  .CM-filter-listing .filter-sidebar .category-bg.state-hover {
    top: 0;
    left: 0;
    opacity: 0;
  }
  .CM-filter-listing .filter-sidebar .category-title {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    align-items: center;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 1.8rem;
    color: #faa434;
  }
  @media (max-width: 1023px) {
    .CM-filter-listing .filter-sidebar {
      width: 100%;
    }
    .CM-filter-listing .filter-sidebar .sidebar-category-items-wrapper {
      display: none;
    }
    .CM-filter-listing
      .filter-sidebar
      .sidebar-category-menu.CM-active
      + .sidebar-category-items-wrapper {
      display: block;
    }
    .CM-filter-listing .filter-sidebar .sidebar-category-item {
      display: flex;
      align-items: center;
      flex-direction: row;
      padding: 10px;
    }
    .CM-filter-listing .filter-sidebar .sidebar-category-item:before {
      content: "";
      display: block;
      border-radius: 100%;
      min-width: 10px;
      min-height: 10px;
      max-width: 10px;
      max-height: 10px;
      border: 2px solid #faa434;
      margin-right: 10px;
    }
    .CM-filter-listing .filter-sidebar .sidebar-category-item.CM-active:before {
      background-color: #faa434;
    }
  }
  @media (min-width: 1024px) {
    .CM-filter-listing .filter-sidebar {
      display: flex;
    }
    .CM-filter-listing .filter-sidebar .sidebar-box {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 100%;
    }
    .CM-filter-listing .filter-sidebar .category-title {
      padding: calc(4% + 5px) 30px calc(9% + 5px) calc(4% + 5px);
    }
    .CM-filter-listing .filter-sidebar .sidebar-category-item:hover .category-bg,
    .CM-filter-listing
      .filter-sidebar
      .sidebar-category-item.CM-active
      .category-bg {
      opacity: 0;
      transition: opacity 0.3s;
    }
    .CM-filter-listing
      .filter-sidebar
      .sidebar-category-item:hover
      .category-bg.state-hover,
    .CM-filter-listing
      .filter-sidebar
      .sidebar-category-item.CM-active
      .category-bg.state-hover {
      opacity: 1;
    }
    .CM-filter-listing
      .filter-sidebar
      .sidebar-category-item:hover
      .category-title,
    .CM-filter-listing
      .filter-sidebar
      .sidebar-category-item.CM-active
      .category-title {
      color: white;
    }
    .CM-filter-listing .filter-sidebar .sidebar-multifilter-body {
      max-height: calc(100vh - 318px);
    }
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter hr {
    margin: 0;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-label {
    padding-top: 15px;
    font-weight: bold;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
  }
  .CM-filter-listing
    .filter-sidebar
    .sidebar-multifilter-menu.CM-active
    .multifilter-menu-title:after {
    transform: rotate(180deg);
  }
  .CM-filter-listing .filter-sidebar .multifilter-menu-title {
    position: relative;
    color: #faa434;
    font-size: 1.8rem;
    font-family: "Poppins";
    padding: 10px 25px 10px 5px;
    flex-grow: 1;
  }
  .CM-filter-listing .filter-sidebar .multifilter-menu-title:after {
    content: "\f0d7";
    display: flex;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    align-items: center;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .CM-filter-listing .filter-sidebar .multifilter-menu-icon {
    padding-left: 5px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-items-wrapper {
    display: none;
  }
  .CM-filter-listing
    .filter-sidebar
    .sidebar-multifilter-items-wrapper--product-finder {
    padding: 10px;
  }
  .CM-filter-listing
    .filter-sidebar
    .sidebar-multifilter-items-wrapper
    .checkbox-text {
    padding-left: 5px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-item:before {
    content: "";
    display: block;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    border: 2px solid #faa434;
    margin-right: 10px;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-item.CM-active:before {
    background-color: #faa434;
  }
  .CM-filter-listing .filter-sidebar .sidebar-multifilter-item--product-finder {
    display: initial;
    margin-bottom: 20px;
    width: 15px;
    height: 15px;
  }
  .CM-filter-listing
    .filter-sidebar
    .sidebar-multifilter-menu.CM-active
    + hr
    + .sidebar-multifilter-items-wrapper {
    display: block;
  }
  .CM-filter-listing .filter-sidebar .sidebar-search {
    display: flex;
    font-size: 1.7rem;
    font-family: "Poppins";
    font-weight: bold;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .CM-filter-listing .filter-sidebar .sidebar-search input {
    flex-grow: 1;
    padding: 7px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 0;
    min-width: 0;
    width: auto;
    box-shadow: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
  }
  .CM-filter-listing .filter-sidebar .sidebar-search input:-ms-input-placeholder {
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
  }
  .CM-filter-listing
    .filter-sidebar
    .sidebar-search
    input::-webkit-input-placeholder {
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
  }
  .CM-filter-listing .filter-sidebar .sidebar-search input::placeholder {
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
  }
  .CM-filter-listing .filter-sidebar .sidebar-search .fa {
    padding: 7px;
    padding-right: 10px;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    color: #faa434;
  }
  .CM-filter-listing .filter-results {
    /* padding: 15px; */
  }
  .CM-filter-listing .filter-results h3 {
    font-size: 3rem;
    color: rgba(0, 79, 89, 1);
    margin: 0;
    padding: 20px 0 20px 0;
  }
  .CM-filter-listing .filter-results .filter-results-stats {
    font-size: 1.3rem;
    padding: 25px 0px 0px 15px;
  }
  .CM-filter-listing .filter-results .results-tile-image {
    padding-top: 73%;
    background-color: white;
    position: relative;
  }
  .CM-filter-listing .filter-results .results-tile-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50% 50%;
  }
  .CM-filter-listing .filter-results .results-tile-image-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: white;
  }
  .CM-filter-listing .filter-results.script-loaded .results-tile-description {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s;
  }
  .CM-filter-listing .filter-results .results-tile-image {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .CM-filter-listing .filter-results .results-tile-image:after {
    content: "\f107";
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3em;
    transition: all 0.4s;
  }
  .CM-filter-listing .filter-results .results-tile-image.CM-active:after {
    transform: rotate(180deg);
    transition: all 0.4s;
  }
  @media (max-width: 1023px) {
    .CM-filter-listing .filter-results .results-tile-image {
      width: calc(100% + 30px);
      margin-left: -15px;
    }
    .CM-filter-listing .filter-results .filter-results-tile {
      margin-bottom: 5px;
    }
  }
  @media (min-width: 1024px) {
    .CM-filter-listing .filter-results {
      /* padding: 15px; */
      overflow: hidden;
      overflow-y: auto;
    }
    .CM-filter-listing .filter-results.script-loaded .results-tile-description {
      position: absolute;
      width: calc(100% - (30px - 14px));
      margin-left: -7px;
    }
    .CM-filter-listing .filter-results.script-loaded .results-tile-description p {
      padding: 7px;
      box-sizing: border-box;
    }
    .CM-filter-listing .filter-results .filter-results-title {
      padding-top: 5px;
      padding-bottom: 10px;
    }
    .CM-filter-listing .filter-results .filter-results-tiles-wrapper {
      justify-content: space-between;
      display: block;
      font-size: 0;
    }
    .CM-filter-listing .filter-results .filter-results-tile {
      box-sizing: border-box;
      width: 33.333%;
      display: inline-block;
      padding: 15px;
      font-size: 1.6rem;
      position: relative;
    }
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-image {
      z-index: 3;
    }
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-image:before {
      border-radius: 5px 5px 0 0;
      box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    }
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-image
      .results-tile-image-text:after {
      content: "";
      display: block;
      width: calc(100% + 14px);
      position: absolute;
      background-color: white;
      top: 100%;
      height: 5px;
    }
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-description {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      border-radius: 0 0 5px 5px;
    }
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-image:before,
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-description:before {
      content: "";
      display: block;
      width: calc(100% + 14px);
      height: calc(100% + 7px);
      background-color: white;
      position: absolute;
      top: -7px;
      left: -7px;
    }
    .CM-filter-listing
      .filter-results
      .filter-results-tile.CM-active
      .results-tile-description:before {
      top: 0px;
      z-index: -1;
    }
    .CM-filter-listing .filter-results .results-tile-description {
      z-index: 2;
      background-color: white;
    }
  }
  .CM-filter-listing .other-brands {
    margin-top: 25px;
    width: 100%;
    max-width: calc(100vw - 30px);
    box-sizing: border-box;
  }
  .CM-filter-listing .other-brands .sub-title {
    font-weight: bold;
    color: #faa434;
    font-size: 1.6rem;
  }
  .CM-filter-listing .other-brands .slick-slider .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .CM-filter-listing .other-brands .slick-slider .slick-arrow {
    background-color: white;
    border: 1px solid #faa434;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .CM-filter-listing .other-brands .slick-slider .slick-arrow:before {
    content: "\F129";
    font-family: "FontAwesome";
    color: #faa434;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .CM-filter-listing .other-brands .slick-slider .slick-arrow.slick-next:before {
    transform: rotate(180deg);
  }
  .CM-filter-listing .other-brands .carol {
    /* margin: 0 25px 0 25px; */
    box-sizing: border-box;
    padding: 0 35px 0 55px;
  }
  .CM-filter-listing .other-brands .carol-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .CM-filter-listing .other-brands .carol-item-inner {
    /* padding: 15px 25px 15px 25px; */
    box-sizing: border-box;
  }
  .CM-filter-listing .filter-results-stats + .sidebyside {
    margin-top: 20px;
  }
  .CM-filter-listing .filter-results .sidebyside {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1%;
  }
  .CM-filter-listing .filter-results .sidebyside-tile {
    width: 100%;
    position: relative;
    display: flex;
  }
  .CM-filter-listing .filter-results .sidebyside-tile img {
    max-width: 75%;
  }
  .CM-filter-listing .filter-results .sidebyside-tile .product-img {
    width: 130%;
    max-width: 130%;
  }
  .CM-filter-listing .filter-results .filter-results-filler-tile {
    box-sizing: border-box;
    width: calc(33.333% - 10px);
    display: inline-block;
    padding: 15px;
    font-size: 1.6rem;
    position: relative;
    height: 1px;
    padding: 0;
    margin: 0;
    margin-top: -1px;
  }
  .CM-filter-listing .filter-results .sidebyside-img {
    min-width: 25%;
    max-width: 25%;
    position: relative;
  }
  .CM-filter-listing .filter-results .sidebyside-img .country-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center center;
  }
  .CM-filter-listing .filter-results .sidebyside-title {
    font-weight: bold;
    color: #2a8a8e;
    margin-bottom: 10px;
  }
  .CM-filter-listing .filter-results .sidebyside-desc {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .CM-filter-listing .filter-results .sidebyside-details {
    display: flex;
    flex-direction: column;
    padding-right: 25px;
    padding-left: 25px;
  }
  .CM-filter-listing .filter-results .sidebyside-details .sidebyside-iconlink {
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
  }
  .CM-filter-listing
    .filter-results
    .sidebyside-details
    .sidebyside-iconlink
    > a {
    display: flex;
    align-items: center;
  }
  .CM-filter-listing
    .filter-results
    .sidebyside-details
    .sidebyside-iconlink
    + .sidebyside-iconlink {
    margin-top: 5px;
  }
  .CM-filter-listing
    .filter-results
    .sidebyside-details
    .sidebyside-iconlink-link {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    color: #2a8a8e;
    padding: 5px 10px 5px 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  @media (max-width: 1023px) {
    .CM-filter-listing .filter-results .sidebyside-tile {
      margin-bottom: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
  }
  @media (min-width: 1024px) {
    .CM-filter-listing .filter-results {
      height: 100%;
    }
    .CM-filter-listing .filter-results .sidebyside-tile {
      width: 50%;
    }
  }
  .sidebar-box--contact {
    margin: 50px 10px;
  }
  .sidebar-multifilter-label-container {
    display: flex;
    justify-content: space-between;
  }
  .sidebar-multifilter-label-container .reset-label {
    color: #2b898e;
    text-decoration: underline;
    cursor: pointer;
  }
  .sidebar-multifilter-checkboxs {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .sidebar-multifilter-checkboxs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 2px solid #faa435;
  }
  .sidebar-multifilter-checkboxs input:checked ~ .checkmark {
    background-color: #faa435;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .sidebar-multifilter-checkboxs input:checked ~ .checkmark:after {
    display: block;
  }
  
  .CM-footer {
    position: relative;
  }
  .CM-footer a {
    text-decoration: none;
    color: #535353;
  }
  .CM-footer .CM-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 0;
  }
  .CM-footer .wrap-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  .CM-footer .footer-copy {
    padding-top: 1.3rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1.3rem;
    font-size: 1.3rem;
    width: 100%;
  }
  .CM-footer .footer-links {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1.3rem;
    width: 100%;
    font-size: 0;
  }
  .CM-footer .footer-links a {
    font-size: 1.3rem;
  }
  .CM-footer .footer-links a + a:before {
    content: "|";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .CM-footer .backtotop {
    min-width: 58px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    color: #2a8a8e;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .CM-footer .backtotop .fa {
    font-size: 2rem;
  }
  @media (max-width: 1023px) {
    .CM-footer .footer-links a:first-child {
      display: block;
      margin-bottom: 1.3rem;
    }
    .CM-footer .footer-links a:nth-child(2):before {
      display: none;
    }
  }
  @media (min-width: 1024px) {
    .CM-footer .CM-wrapper {
      text-align: center;
      justify-content: center;
    }
    .CM-footer .footer-copy {
      white-space: nowrap;
      display: inline-block;
      width: auto;
      padding-right: 0;
    }
    .CM-footer .footer-links {
      display: inline-block;
      width: auto;
      padding-left: 0px;
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
    }
    .CM-footer .footer-links a:first-child:before {
      content: "";
      display: inline-block;
      width: 10px;
    }
  }
  
  .CM-global-presence {
    width: 100%;
    margin: 0 5% 0;
  }
  @media (max-width: 480px) {
    .CM-global-presence {
      padding: 0 15px;
      width: auto;
    }
  }
  .CM-global-presence .global-presence-wrapper {
    width: 100%;
    position: relative;
    margin-left: -1%;
  }
  .CM-global-presence .global-presence-content {
    margin-bottom: 5%;
  }
  .CM-global-presence .global-presence-content h2 {
    color: #2a8a8e;
    margin-bottom: 2rem;
    line-height: 4rem;
  }
  .CM-global-presence .global-presence-content p {
    font-size: 20px;
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-content h2 {
      font-size: 28px;
    }
    .CM-global-presence .global-presence-content p {
      font-size: 16px;
    }
  }
  .CM-global-presence .global-presence-header {
    text-align: center;
    color: #2a8a8e;
    font-size: 20px;
    font-weight: 600;
    margin: 7% 0 4%;
    margin-left: 5%;
  }
  .CM-global-presence .global-presence-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-left: 11%;
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-container {
      display: block;
    }
  }
  .CM-global-presence .global-presence-map {
    height: 100%;
    width: 800px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    position: relative;
    margin-top: 5rem;
    margin-left: -5%;
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-map {
      width: auto;
      min-height: 181px;
      margin-top: 0;
      margin-bottom: 4rem;
    }
  }
  .CM-global-presence .global-presence-map-pin {
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    border: 2px solid #faa534;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
  }
  .CM-global-presence .global-presence-map-pin:before {
    display: none;
  }
  .CM-global-presence .global-presence-map-pin:hover {
    border: 4px solid #faa534;
  }
  .CM-global-presence .global-presence-map-pin:hover .pin-message {
    visibility: visible;
    opacity: 1;
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-map-pin:hover .pin-message {
      visibility: hidden;
      opacity: 0;
    }
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-map-pin:hover {
      border: 2px solid #faa534;
    }
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-map-pin {
      height: 14px;
      width: 14px;
    }
  }
  .CM-global-presence .global-presence-map-pin.active {
    border: 4px solid #faa534;
  }
  .CM-global-presence .global-presence-map-pin.active .pin-message {
    visibility: visible;
    opacity: 1;
  }
  .CM-global-presence .global-presence-map-pin .pin-message {
    position: absolute;
    top: -46px;
    text-align: center;
    left: -60px;
    width: auto;
    background: #faa534;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px;
    border-radius: 5px;
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
  }
  .CM-global-presence .global-presence-map-pin .pin-message:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid #faa534;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-map-pin .pin-message {
      font-size: 14px;
      padding: 6px 0;
    }
    .CM-global-presence .global-presence-map-pin .pin-message:before {
      content: "\00d7";
      color: #fff;
      position: absolute;
      right: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
    }
  }
  .CM-global-presence .global-presence-slider {
    width: 300px;
    position: relative;
    min-height: 400px;
    border: 1px solid #2a8a8e;
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 2rem;
    margin-left: -7%;
    z-index: 10;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-slider {
      width: auto;
      display: block;
    }
  }
  .CM-global-presence .global-presence-slider .slick-slide {
    margin: 0 10px;
  }
  .CM-global-presence .global-presence-slider .slick-list {
    margin: 0 -10px;
  }
  .CM-global-presence .global-presence-slider .slide-item-header {
    color: #faa534;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .CM-global-presence .global-presence-slider .slide-item-subheader {
    color: #2a8a8e;
    line-height: 18px;
    margin: 1.5rem 0;
    font-size: 18px;
  }
  .CM-global-presence .global-presence-slider .slide-item-content p {
    padding-bottom: 3rem;
  }
  .CM-global-presence .global-presence-slider .global-presence-count {
    bottom: 15px;
    display: block;
  }
  .CM-global-presence .global-presence-slider .slick-slide img {
    width: 100%;
  }
  .CM-global-presence .global-presence-slider .slick-prev {
    bottom: -1.5rem;
    left: 0;
    top: auto;
    z-index: 20;
    border-top: 10px solid transparent;
    border-right: 20px solid #faa534;
    border-bottom: 10px solid transparent;
  }
  .CM-global-presence .global-presence-slider .slick-prev:before {
    display: none;
  }
  .CM-global-presence .global-presence-slider .slick-next {
    bottom: -1.5rem;
    right: 0;
    top: auto;
    z-index: 20;
    border-top: 10px solid transparent;
    border-left: 20px solid #faa534;
    border-bottom: 10px solid transparent;
  }
  .CM-global-presence .global-presence-slider .slick-next:before {
    display: none;
  }
  .CM-global-presence .global-presence-slider .slide-item-content {
    max-height: 145px;
    overflow-y: scroll;
    margin: 15px 0 30px;
  }
  .CM-global-presence
    .global-presence-slider
    .slide-item-content::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .CM-global-presence
    .global-presence-slider
    .slide-item-content::-webkit-scrollbar:vertical {
    width: 6px;
  }
  .CM-global-presence
    .global-presence-slider
    .slide-item-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #faa434;
    border: 1px solid #fff;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .CM-global-presence .global-presence-slider .slide-item-content p {
    padding-right: 10px;
  }
  .CM-global-presence .global-presence-slider .slide-item-content p:last-child {
    padding-bottom: 0;
  }
  .CM-global-presence .global-presence-count {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    color: #faa534;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    z-index: 11;
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-count {
      display: none;
    }
    .CM-global-presence .global-presence-count.activate-mobile {
      display: block;
      z-index: 11;
    }
  }
  .CM-global-presence .global-presence-close {
    display: none;
  }
  @media (max-width: 480px) {
    .CM-global-presence .global-presence-close {
      position: absolute;
      top: 0.5rem;
      right: 4rem;
      z-index: 20;
    }
    .CM-global-presence .global-presence-close:before {
      content: "+";
      width: 30px;
      height: 30px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      right: 0;
      left: 0;
      top: 1rem;
      margin: 0 auto;
      font-size: 40px;
      text-align: center;
      color: #faa534;
      line-height: 30px;
      cursor: pointer;
      transform: rotate(-45deg);
      z-index: 4;
    }
  }
  
  .CM-header {
    position: relative;
  }
  .CM-header .CM-wrapper {
    width: 100%;
    height: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .CM-header .logo {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .CM-header .lang-selector a {
    font-weight: 600;
    color: #535353;
    cursor: pointer;
  }
  .CM-header .lang-selector a + a:before {
    content: " / ";
  }
  .CM-header .lang-selector a.CM-active span {
    color: #faa434;
  }
  .CM-header .mobile-menu {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #2a8a8e;
    color: #2a8a8e;
    border-radius: 5px;
    padding: 10px 8px 8px 8px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: auto;
    cursor: pointer;
    user-select: none;
    transition: all 0.4s;
  }
  .CM-header .mobile-menu.CM-active {
    border-color: #faa434;
    background-color: #faa434;
    color: white;
    transition: all 0.4s;
  }
  .CM-header .navigation-wrapper .nav-item {
    display: flex;
    position: relative;
    align-items: center;
    color: #2a8a8e;
  }
  .CM-header .navigation-wrapper .nav-title {
    color: #2a8a8e;
  }
  .CM-header .navigation-wrapper .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    margin-right: 5px;
  }
  .CM-header .navigation-wrapper .nav-icon img {
    width: 100%;
    height: auto;
  }
  @media (max-width: 1023px) {
    .CM-header .logo {
      flex-basis: 100%;
    }
    .CM-header .lang-selector {
      display: flex;
      position: relative;
      flex-basis: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #d7d7d7;
    }
    .CM-header .lang-selector .lang-label {
      font-weight: bold;
    }
    .CM-header .lang-selector .lang-bar {
      margin-left: auto;
    }
    .CM-header .navigation {
      position: relative;
      flex-basis: 100%;
    }
    .CM-header .navigation-wrapper {
      position: absolute;
      width: 100%;
      background-color: transparent;
      max-height: 0;
      height: 100vh;
      overflow: hidden;
      transition: all 0.4s;
      top: 0;
      left: 0;
    }
    .CM-header .navigation-wrapper:before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      height: 0;
      width: 100%;
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.9);
      transition: all 0.4s;
    }
    .CM-header .navigation-wrapper.CM-active {
      max-height: calc(100vh - 78px);
      border-top: 1px solid #d7d7d7;
    }
    .CM-header .navigation-wrapper.CM-active:before {
      height: 100vh;
      pointer-events: all;
      transition: all 0.4s;
    }
    .CM-header .navigation-wrapper .nav-item {
      flex-wrap: wrap;
      flex-basis: 100%;
    }
    .CM-header .navigation-wrapper > .nav-item,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 15px;
      border-bottom: 1px solid #d7d7d7;
      font-weight: bold;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent:after,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:after {
      display: flex;
      align-items: flex-start;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f0d7";
      position: absolute;
      right: 15px;
      top: 15px;
      transition: all 0.4s;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent > .child-wrapper,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent
      > .child-wrapper {
      display: block;
      width: 100%;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item {
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s;
      font-weight: 400;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item
      .nav-title,
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item
      .nav-icon,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item
      .nav-title,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item
      .nav-icon {
      margin-top: 15px;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent.CM-active:after,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent.CM-active:after {
      transform: rotate(180deg);
      transition: all 0.4s;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent.CM-active
      > .child-wrapper
      .nav-item,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent.CM-active
      > .child-wrapper
      .nav-item {
      max-height: 100px;
      transition: all 0.4s;
    }
    .CM-header .navigation-wrapper > .nav-item:last-child,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item:last-child {
      padding-bottom: 15px;
    }
  }
  @media (min-width: 1024px) {
    .CM-header .navigation {
      flex-grow: 1;
    }
    .CM-header .lang-selector {
      order: 999;
      margin-left: auto;
      margin-right: 15px;
    }
    .CM-header .navigation-wrapper {
      display: flex;
      align-items: center;
    }
    .CM-header .navigation-wrapper .nav-item {
      cursor: pointer;
    }
    .CM-header .navigation-wrapper > .sf_colsIn {
      display: flex;
      align-items: center;
    }
    .CM-header .navigation-wrapper > .nav-item,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item {
      padding-left: 9px;
      padding-right: 9px;
      height: 50px;
      font-weight: bold;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent
      > .child-wrapper
      .nav-item {
      display: none;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent:hover,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:hover {
      box-shadow: 1px 1px 5px #535353;
      border-radius: 10px 10px 0px 0px;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent:hover:after,
    .CM-header .navigation-wrapper > .nav-item.is-parent:hover:before,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:hover:after,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:hover:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      background-color: white;
      top: calc(100% - 5px);
      left: 0;
      width: 100%;
      height: 6px;
      border-radius: 10px 10px 0px 0px;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent:hover:before,
    .CM-header .navigation-wrapper .sf_colsIn > .nav-item.is-parent:hover:before {
      height: 100%;
      top: 0;
      z-index: -1;
    }
    .CM-header .navigation-wrapper > .nav-item.is-parent:hover > .child-wrapper,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent:hover
      > .child-wrapper {
      position: absolute;
      box-shadow: 1px 1px 5px #535353;
      top: 100%;
      left: 0;
      padding-top: 5px;
      white-space: nowrap;
      background-color: white;
      border-radius: 0px 10px 10px 10px;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent:hover
      > .child-wrapper
      > .nav-item,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent:hover
      > .child-wrapper
      > .nav-item {
      display: flex;
      padding-bottom: 10px;
      padding-left: 9px;
      padding-right: 9px;
      border-bottom: 1px solid #d7d7d7;
      font-weight: 400;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent:hover
      > .child-wrapper
      > .nav-item
      + .nav-item,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent:hover
      > .child-wrapper
      > .nav-item
      + .nav-item {
      padding-top: 10px;
    }
    .CM-header
      .navigation-wrapper
      > .nav-item.is-parent:hover
      > .child-wrapper
      > .nav-item:last-child,
    .CM-header
      .navigation-wrapper
      .sf_colsIn
      > .nav-item.is-parent:hover
      > .child-wrapper
      > .nav-item:last-child {
      border-bottom: none;
    }
  }
  
  .CM-marker-image {
    width: 100%;
    margin: 5% 0 0;
  }
  @media (max-width: 480px) {
    .CM-marker-image {
      padding: 30px 15px 0;
      width: auto;
    }
  }
  .CM-marker-image .marker-image-wrapper {
    position: relative;
  }
  .CM-marker-image .marker-image-items {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .CM-marker-image .marker-image-container {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
  }
  .CM-marker-image .marker-image-background img {
    width: 100%;
    height: auto;
    display: block;
  }
  .CM-marker-image .marker-image-content {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 5%;
  }
  .CM-marker-image .marker-image-content h2 {
    color: #2a8a8e;
    margin-bottom: 5%;
  }
  .CM-marker-image .marker-image-content p {
    font-size: 22px;
  }
  @media (max-width: 480px) {
    .CM-marker-image .marker-image-content {
      max-width: 100%;
    }
    .CM-marker-image .marker-image-content h2 {
      font-size: 28px;
      padding: 0 5px;
    }
    .CM-marker-image .marker-image-content p {
      font-size: 16px;
    }
  }
  .CM-marker-image .marker-image-link {
    font-size: 20px;
    color: #ffffff;
    background: #faa534;
    padding: 10px 10px;
    display: inline-block;
    min-width: 240px;
    border-radius: 8px;
    margin: 20px 0 20px;
  }
  .CM-marker-image .marker-image-modal {
    display: none;
  }
  @media (max-width: 480px) {
    .CM-marker-image .marker-image-modal.active-modal {
      display: block;
      position: absolute;
      top: 30%;
      width: 100%;
      height: 100%;
      z-index: 5;
    }
    .CM-marker-image .marker-image-modal.active-modal .item-content {
      display: block;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding-top: 50px;
    }
    .CM-marker-image .marker-image-modal-close {
      position: relative;
      width: 260px;
      display: block;
      margin: 0 auto;
    }
    .CM-marker-image .marker-image-modal-close:before {
      content: "+";
      width: 30px;
      height: 30px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      right: 0;
      left: 0;
      top: 1rem;
      margin: 0 auto;
      font-size: 40px;
      text-align: center;
      color: #faa534;
      line-height: 30px;
      cursor: pointer;
      transform: rotate(-45deg);
      z-index: 4;
    }
  }
  .CM-marker-image .marker-item {
    position: absolute;
    display: table;
  }
  .CM-marker-image .marker-item::before {
    content: "+";
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0f9544;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5rem;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;
  }
  .CM-marker-image .marker-item.active::before {
    transform: rotate(-45deg);
    z-index: 2;
  }
  .CM-marker-image .marker-item.active .item-content {
    display: table-cell;
    z-index: 1;
  }
  @media (max-width: 480px) {
    .CM-marker-image .marker-item.active .item-content {
      display: none;
    }
  }
  .CM-marker-image .item-content {
    width: 200px;
    background: #ffffff;
    border: 1px solid #2a8a8e;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: none;
    position: absolute;
    left: 0px;
    padding: 0px 0 10px;
  }
  .CM-marker-image .item-content h2 {
    color: #2a8a8e;
    font-size: 24px;
  }
  .CM-marker-image .item-content .marker-button {
    color: #fff;
    background: #faa534;
    padding: 0.5rem 1rem;
    display: block;
    max-width: 70%;
    margin: 1rem auto 0;
    border-radius: 5px;
  }
  
  .CM-masthead {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 500px;
  }
  @media (max-width: 480px) {
    .CM-masthead {
      height: auto;
    }
  }
  .CM-masthead .masthead-video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
  }
  @media (max-width: 480px) {
    .CM-masthead .masthead-video {
      object-fit: cover;
      height: 50vh;
      overflow: hidden;
      position: relative;
    }
  }
  .CM-masthead .masthead-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 480px) {
    .CM-masthead .masthead-container {
      position: relative;
    }
  }
  .CM-masthead .masthead-content {
    left: 8rem;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    color: #2a8a8e;
  }
  .CM-masthead .masthead-content h2 {
    font-size: 40px;
    color: #2a8a8e;
  }
  .CM-masthead .masthead-content p {
    font-size: 20px;
  }
  @media (max-width: 480px) {
    .CM-masthead .masthead-content {
      position: relative;
      left: 0;
    }
    .CM-masthead .masthead-content h2 {
      font-size: 28px;
    }
    .CM-masthead .masthead-content p {
      font-size: 14px;
    }
  }
  
  .CM-tabletop .tabletop-tooltip .tooltip-content > a {
    padding: 10px;
    text-decoration: none;
    text-align: center;
    box-shadow: 2px 10px 5px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    font-weight: bold;
    align-items: center;
  }
  .CM-tabletop .tabletop-tooltip .tooltip-content > a.show-arrow:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    order: 99;
    padding-left: 10px;
  }
  .CM-tabletop .CM-hide {
    display: none;
  }
  .CM-tabletop .CM-active {
    display: block;
  }
  .CM-tabletop .text-wrap {
    color: #2a8a8e;
    font-weight: bold;
  }
  @media (max-width: 1023px) {
    .CM-tabletop {
      padding-bottom: 50px;
    }
    .CM-tabletop .ratio-wrapper {
      padding-top: 0;
    }
    .CM-tabletop .tabletop-item {
      position: static;
      width: auto !important;
      height: auto !important;
    }
    .CM-tabletop .tabletop-item > .item-boundary > img {
      padding-top: 100px;
    }
    .CM-tabletop .tabletop-tooltip {
      display: flex;
      justify-content: center;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-button {
      display: none;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content > a {
      position: relative;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content > a:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border: 15px solid transparent;
      border-bottom-color: #faa434;
      top: auto;
      left: 50%;
      bottom: 100%;
      transform: translate(-50%);
    }
    .CM-tabletop .CM-showonly-desktop {
      display: none;
    }
  }
  @media (min-width: 1024px) {
    .CM-tabletop .CM-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
    }
    .CM-tabletop .CM-wrapper--allow-scroll {
      width: 120vw;
      padding-top: 17px;
      overflow: auto;
      user-select: none;
    }
    .CM-tabletop .tabletop-item {
      position: absolute;
      width: 1px;
      height: 1px;
      pointer-events: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
    .CM-tabletop .tabletop-item .item-boundary {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .CM-tabletop .tabletop-item .item-boundary > img {
      pointer-events: none;
    }
    .CM-tabletop .tabletop-tooltip * {
      pointer-events: all;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-button {
      width: 10px;
      height: 10px;
      background-color: white;
      border-radius: 100%;
      cursor: pointer;
      position: relative;
      z-index: 2;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-button:hover + .tooltip-content {
      display: flex;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 35px;
      min-width: 250px;
      display: none;
      justify-content: center;
      align-items: center;
      transform: translate(-50%, 0%);
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content:hover,
    .CM-tabletop .tabletop-tooltip .tooltip-content.CM-active {
      display: flex;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content > a {
      position: relative;
      background-color: white;
      text-decoration: none;
      top: 0;
      left: 0;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content > a:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border: 15px solid #faa434;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-right-color: transparent;
      top: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    .CM-tabletop .tabletop-tooltip.bottom .tooltip-content {
      top: 35px;
      left: 0;
      bottom: auto;
    }
    .CM-tabletop .tabletop-tooltip.bottom .tooltip-content > a {
      top: 0;
      left: 0;
    }
    .CM-tabletop .tabletop-tooltip.bottom .tooltip-content > a:after {
      border-top-color: transparent;
      border-bottom-color: #faa434;
      top: auto;
      left: 50%;
      bottom: 100%;
      transform: translate(-50%);
    }
    .CM-tabletop .tabletop-tooltip.left .tooltip-content {
      justify-content: flex-end;
      transform: translate(-100%, -50%);
      top: 50%;
      bottom: 0;
    }
    .CM-tabletop .tabletop-tooltip.left .tooltip-content > a {
      top: 0;
      left: -25px;
    }
    .CM-tabletop .tabletop-tooltip.left .tooltip-content > a:after {
      top: 50%;
      right: 0;
      left: 100%;
      transform: translate(0%, -50%);
      border-top-color: transparent;
      border-left-color: #faa434;
    }
    .CM-tabletop .tabletop-tooltip.right .tooltip-content {
      justify-content: flex-start;
      transform: translate(0, -50%);
      top: 50%;
      bottom: 0;
    }
    .CM-tabletop .tabletop-tooltip.right .tooltip-content > a {
      top: 0;
      left: 25px;
    }
    .CM-tabletop .tabletop-tooltip.right .tooltip-content > a:after {
      top: 50%;
      left: 0;
      transform: translate(-100%, -50%);
      border-top-color: transparent;
      border-right-color: #faa434;
    }
    .CM-tabletop .tabletop-hero {
      position: absolute;
      top: 0;
      left: 0;
    }
    .CM-tabletop .CM-hero-boxes {
      z-index: 2;
    }
  }
  .CM-tabletop .tabletop-tooltip .tooltip-content.CM-active .item-nested-content {
    display: flex;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content {
    display: none;
    flex-direction: column;
    min-width: 100px;
    max-width: 300px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .item-nested-closebtn {
    width: 22px;
    height: 22px;
    right: 0;
    top: 0;
    background-color: #faa434;
    position: absolute;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #faa434;
    padding-left: 2px;
    padding-bottom: 2px;
    cursor: pointer;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .mini-slider {
    width: 100%;
    overflow: hidden;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .mini-slider-wrapper {
    position: relative;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .mini-item {
    margin-top: 10px;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .mini-item img {
    max-height: 200px;
    margin: 0 auto 0 auto;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .tabletop-mini-slider2 {
    padding: 0 15px 0 15px;
    box-sizing: border-box;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-arrow:before {
    color: #faa434;
    font: normal normal normal 20px/1 FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-next {
    right: 0;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-next:before {
    content: "\f105";
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-prev {
    left: 0;
    z-index: 1;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-prev:before {
    content: "\f104";
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-dots li {
    margin: 0 2px 0 2px;
    padding: 0;
    width: auto;
    height: auto;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-dots button {
    border-radius: 100%;
    border: 2px solid #faa434;
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .CM-tabletop .tabletop-tooltip .item-nested-content .slick-dots button:before {
    content: "";
    display: none;
  }
  .CM-tabletop
    .tabletop-tooltip
    .item-nested-content
    .slick-dots
    li.slick-active
    button {
    background-color: #faa434;
  }
  .CM-tabletop .tabletop-tooltip.right .item-nested-content {
    left: 0;
  }
  .CM-tabletop .tabletop-tooltip.left .item-nested-content {
    right: -2px;
  }
  .CM-tabletop .tabletop-tooltip.top .item-nested-content {
    bottom: -25px;
  }
  .CM-tabletop .tabletop-tooltip.bottom .item-nested-content {
    top: -25px;
  }
  @media (max-width: 1023px) {
    .CM-tabletop .item-boundary {
      position: relative;
    }
    .CM-tabletop .tabletop-tooltip.top .item-nested-content {
      bottom: unset;
    }
    .CM-tabletop .tabletop-tooltip .tooltip-content .item-nested-content {
      top: 80px;
      left: 0;
      right: 0;
      margin: auto;
      width: 250px;
      z-index: 2;
    }
  }
  @media (min-width: 1024px) {
    .CM-tabletop .tabletop-tooltip .tooltip-content.CM-active .item-nested-menu {
      display: none;
    }
  }
  .CM-tabletop .nugget {
    pointer-events: all;
  }
  .CM-tabletop .nugget .item-boundary {
    margin: 80px auto;
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 300px;
  }
  .CM-tabletop .nugget .item-boundary img {
    width: 50%;
  }
  .CM-tabletop .nugget .item-boundary .color-black {
    width: 50%;
  }
  @media (min-width: 1024px) {
    .CM-tabletop .nugget .item-boundary {
      margin: 0;
      max-width: 400px;
    }
  }
  _:-ms-fullscreen,
  :root .CM-tabletop .tooltip-button {
    left: -50%;
  }
  .CM-tabletop .CM-hero-boxes h1 {
    font-size: 32px;
    text-align: center;
  }
  