.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-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-certification-list {
  position: relative;
  margin: 0 auto;
}
.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-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.CM-certification-list .cert-item img {
  align-self: flex-start;
}
.CM-certification-list .cert-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #2a8a8e;
  font-weight: bold;
}
.CM-certification-list .cert-descript {
  line-height: 24px;
}
@media (max-width: 1023px) {
  .CM-certification-list .cert-item + .cert-item {
    padding-top: 15px;
    border: 1px solid #eeeeee;
  }
  .CM-certification-list .cert-descript {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .CM-certification-list .CM-wrapper {
    display: flex;
  }
  .CM-certification-list .cert-header {
    display: block;
    width: 100%;
  }
  .CM-certification-list .cert-item {
    box-sizing: border-box;
    display: flex;
    width: 50%;
    align-self: flex-start;
    margin-bottom: 20px;
  }
  .CM-certification-list .cert-right {
    padding-top: 15px;
    padding-left: 15px;
  }
  .CM-certification-list .cert-title {
    padding-bottom: 15px;
  }
}

.CM-productfilter {
  position: relative;
  display: flex;
  flex-grow: 1;
}
.CM-productfilter .CM-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.CM-productfilter .sidebar-banner {
  height: 100%;
  padding: 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .CM-productfilter .sidebar-banner {
    width: 100%;
  }
}
.CM-productfilter .sidebar-banner-box {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 20px;
  background-image: url(../../assets/media/ultrachoco.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.CM-productfilter .sidebar-banner-box::after {
  content: "";
  display: block;
  background-image: linear-gradient(black, transparent);
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 25px;
  z-index: 1;
}
.CM-productfilter .sidebar-banner-title {
  z-index: 2;
}
.CM-productfilter .sidebar-banner-title h2 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 5%;
}
.CM-productfilter .sidebar-banner-description {
  z-index: 2;
  margin: 20px 0;
}
.CM-productfilter .sidebar-banner-description p {
  color: #ffffff;
}
.CM-productfilter .sidebar-banner-description-text.show-read-more.active {
  height: auto;
}
.CM-productfilter .sidebar-banner-description-text.show-read-more {
  height: 140px;
  overflow: hidden;
}
.CM-productfilter .sidebar-banner-description-text {
  height: auto;
}
.CM-productfilter .sidebar-banner-description-read-more {
  color: #faa434;
}
.CM-productfilter .sidebar-banner-description-read-more:hover {
  text-decoration: underline;
}
.CM-productfilter .sidebar-banner-back-to-link {
  z-index: 2;
}
.CM-productfilter .sidebar-banner-back-to-link a {
  color: #ffffff;
}
.CM-productfilter .sidebar-banner-back-to-link a:before {
  content: "\f0d9";
  font: normal normal normal 20px/1 FontAwesome;
  order: 99;
  padding-right: 10px;
  color: #ffffff;
}
.CM-productfilter .filter-sidebar {
  padding: 15px;
}
.CM-productfilter .filter-sidebar--product-finder {
  height: 100%;
}
.CM-productfilter .filter-sidebar .sidebar-category-menu {
  background: #faa434;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
}
.CM-productfilter .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-productfilter .filter-sidebar .sidebar-category-menu.CM-active:after {
  transform: rotate(180deg);
  transition: 0.4s;
}
.CM-productfilter .filter-sidebar .category-menu-title {
  position: relative;
  color: white;
  font-size: 1.8rem;
  font-family: "Poppins";
  font-weight: bold;
  padding: 10px 15px 10px 15px;
}
.CM-productfilter .filter-sidebar .sidebar-title h2 {
  padding-bottom: 10px;
}
.CM-productfilter .filter-sidebar .sidebar-description {
  padding-bottom: 15px;
}
.CM-productfilter .filter-sidebar .sidebar-category-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.CM-productfilter .filter-sidebar .category-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s;
}
.CM-productfilter .filter-sidebar .category-bg.state-hover {
  top: 0;
  left: 0;
  opacity: 0;
}
.CM-productfilter .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: #ffffff;
}
.CM-productfilter .filter-sidebar .sidebar-category-menu.CM-active {
  padding: 10px;
  border-radius: 15px;
  background: #faa434;
}
@media (max-width: 1023px) {
  .CM-productfilter .filter-sidebar {
    width: 100%;
  }
  .CM-productfilter .filter-sidebar .sidebar-category-items-wrapper {
    display: none;
  }
  .CM-productfilter
    .filter-sidebar
    .sidebar-category-menu.CM-active
    + .sidebar-category-items-wrapper {
    display: block;
  }
  .CM-productfilter .filter-sidebar .sidebar-category-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
  }
  .CM-productfilter .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-productfilter .filter-sidebar .sidebar-category-item.CM-active:before {
    background-color: #faa434;
  }
}
@media (min-width: 1024px) {
  .CM-productfilter .filter-sidebar .category-title {
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
    background: #b0b0b0;
  }
  .CM-productfilter .filter-sidebar .sidebar-category-item:hover .category-bg,
  .CM-productfilter
    .filter-sidebar
    .sidebar-category-item.CM-active
    .category-bg {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .CM-productfilter
    .filter-sidebar
    .sidebar-category-item:hover
    .category-bg.state-hover,
  .CM-productfilter
    .filter-sidebar
    .sidebar-category-item.CM-active
    .category-bg.state-hover {
    opacity: 1;
  }
  .CM-productfilter
    .filter-sidebar
    .sidebar-category-item:hover
    .category-title,
  .CM-productfilter
    .filter-sidebar
    .sidebar-category-item.CM-active
    .category-title {
    color: white;
    background: #faa434;
  }
}
.CM-productfilter .filter-sidebar .sidebar-multifilter hr {
  margin: 0;
}
.CM-productfilter .filter-sidebar .sidebar-multifilter-label {
  padding-top: 15px;
  font-weight: bold;
}
.CM-productfilter .filter-sidebar .sidebar-multifilter-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.CM-productfilter
  .filter-sidebar
  .sidebar-multifilter-menu.CM-active
  .multifilter-menu-title:after {
  transform: rotate(180deg);
}
.CM-productfilter .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-productfilter .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-productfilter .filter-sidebar .multifilter-menu-icon {
  padding-left: 5px;
}
.CM-productfilter .filter-sidebar .sidebar-multifilter-items-wrapper {
  display: none;
}
.CM-productfilter .filter-sidebar .sidebar-multifilter-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px;
}
.CM-productfilter .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-productfilter .filter-sidebar .sidebar-multifilter-item.CM-active:before {
  background-color: #faa434;
}
.CM-productfilter
  .filter-sidebar
  .sidebar-multifilter-menu.CM-active
  ~ .sidebar-multifilter-items-wrapper {
  display: block;
}
.CM-productfilter .filter-sidebar .sidebar-search {
  display: flex;
  font-size: 1.7rem;
  font-family: "Poppins";
  font-weight: bold;
  border-radius: 5px;
  background-color: #e8e8e8;
}
.CM-productfilter .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-productfilter .filter-sidebar .sidebar-search input:-ms-input-placeholder {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
}
.CM-productfilter
  .filter-sidebar
  .sidebar-search
  input::-webkit-input-placeholder {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
}
.CM-productfilter .filter-sidebar .sidebar-search input::placeholder {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
}
.CM-productfilter .filter-sidebar .sidebar-search .fa {
  padding: 7px;
  padding-right: 10px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  color: #faa434;
}
.CM-productfilter .sidebar-box {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}
.CM-productfilter .sidebar-box .overflow-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  flex: 1;
}
.CM-productfilter .sidebar-box .overflow-wrapper.CM-nice-scroll {
  overflow: auto;
  overflow-y: auto;
  height: 100%;
}
.CM-productfilter .sidebar-box .contact-title {
  margin-top: 20px;
}
.CM-productfilter .filter-sidebar .filter-results {
  height: auto;
  padding: 15px 0;
}
.CM-productfilter .filter-sidebar .filter-results .filter-results-description {
  line-height: 25px;
}
.CM-productfilter .filter-results {
  height: 100%;
  padding: 15px;
}
.CM-productfilter .filter-results .filter-results-stats {
  font-size: 1.3rem;
  padding: 25px 0px 0px 15px;
}
.CM-productfilter .filter-results .results-tile-image {
  padding-top: 73%;
  background-color: white;
  position: relative;
}
.CM-productfilter .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%;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.4s;
}
.CM-productfilter .filter-results .results-tile-image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  background: #2a8a8e91;
  color: white;
  text-align: center;
}
.CM-productfilter .filter-results.script-loaded .results-tile-description {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
  background-color: #2a8a8e;
}
.CM-productfilter .filter-results.script-loaded .results-tile-description p {
  padding: 15px;
  font-size: 15px;
  color: #ffffff;
  box-sizing: border-box;
}
.CM-productfilter .filter-results .results-tile-image {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.CM-productfilter .filter-results .results-tile-image:after {
  content: "\f107";
  position: absolute;
  bottom: 10px;
  right: 18%;
  text-align: center;
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  transition: all 0.4s;
}
.CM-productfilter .filter-results .results-tile-image.CM-active:after {
  transform: rotate(180deg);
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .CM-productfilter .filter-results .results-tile-image {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .CM-productfilter .filter-results .filter-results-tile {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .CM-productfilter .filter-results {
    padding: 15px;
  }
  .CM-productfilter .filter-results.script-loaded .results-tile-description {
    position: absolute;
    width: calc(100% - (30px - 0px));
  }
  .CM-productfilter .filter-results.script-loaded .results-tile-description p {
    padding: 20px;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box;
  }
  .CM-productfilter .filter-results .filter-results-title {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .CM-productfilter .filter-results .filter-results-tiles-wrapper {
    display: block;
    font-size: 0;
  }
  .CM-productfilter .filter-results .filter-results-tiles-wrapper .finder {
    width: 33.333% !important;
  }
  .CM-productfilter .filter-results .filter-results-tile {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    padding: 15px;
    font-size: 1.6rem;
    position: relative;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile
    .results-tile-image-bg {
    transition: all 0.4s;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile
    .results-tile-image:before {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0);
    transition: all 0.4s;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile
    .results-tile-image
    .results-tile-image-text:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-color: #2a8a8e;
    top: 100%;
    height: 8px;
    top: calc(100%);
    transition: all 0.3s;
    opacity: 0;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile.CM-active
    .results-tile-image-bg {
    transition: all 0.4s;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile.CM-active
    .results-tile-image {
    z-index: 3;
    border-radius: 20px 20px 0 0;
  }
  .CM-productfilter
    .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);
    transition: all 0.4s;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile.CM-active
    .results-tile-image
    .results-tile-image-text:after {
    top: calc(100% - 4px);
    transition: all 0.3s;
    opacity: 1;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile.CM-active
    .results-tile-description {
    border-radius: 0 0 20px 20px;
  }
  .CM-productfilter
    .filter-results
    .filter-results-tile.CM-active
    .results-tile-description:before {
    top: 0px;
    z-index: -1;
  }
  .CM-productfilter .filter-results .results-tile-description {
    z-index: 2;
    background-color: #2a8a8e;
  }
}
@media (max-width: 1023px) {
  .CM-productfilter .CM-wrapper {
    position: relative;
    flex-direction: column;
  }
  .CM-productfilter .filter-sidebar .category-title {
    color: #faa434;
  }
  .CM-productfilter .CM-productfilter .results-tile-description p {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .CM-productfilter {
    height: 100%;
  }
  .CM-productfilter .sidebar-box {
    height: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .CM-productfilter .filter-sidebar .sidebar-category-menu:after {
    font: normal normal normal 2em/1 FontAwesome;
  }
  .CM-productfilter .results-tile-image:after {
    right: 25% !important;
  }
  .CM-productfilter .filter-results .filter-results-tile {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 15px;
  }
}

.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 {
  display: none !important;
}
.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;
  position: relative;
}
.CM-header .navigation-wrapper .nav-icon img {
  width: 100%;
  height: auto;
}
.CM-header .navigation-wrapper .nav-icon .nav-icon-active {
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  top: 0;
  left: 0;
  z-index: 0;
}
@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
    .nav-icon-active,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent.CM-active
    .nav-icon-active {
    opacity: 1;
    transition: all 0.4s;
  }
  .CM-header .navigation-wrapper > .nav-item.is-parent.CM-active > .nav-title,
  .CM-header
    .navigation-wrapper
    .sf_colsIn
    > .nav-item.is-parent.CM-active
    > .nav-title {
    color: #faa434;
  }
  .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: 1280px) {
	.CM-header .navigation-wrapper > .nav-item,
	.CM-header .navigation-wrapper .sf_colsIn > .nav-item {
		font-size: 1.7rem !important;
	  }
}

@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;
	font-size: 1.3rem;
  }
  .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;
  }
  .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-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:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  order: 99;
  padding-left: 10px;
}
.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: 50px;
  }
  .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;
    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 {
    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;
  }
}
_:-ms-fullscreen,
:root .CM-tabletop .tooltip-button {
  left: -50%;
}
.CM-tabletop .CM-hero-boxes h1 {
  font-size: 35px;
  text-align: center;
}
