/* Tue, 15 Nov 2022 12:14:27 +0000 (0.1489s) */

@charset "UTF-8";
html {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #3C5473;
  color: #484848;
}
div, section {
  position: relative;
}
strong {
  font-weight: 600;
}
a, td, div, body, span, * {
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #3C5473;
}
* {
  background-repeat: no-repeat;
}
#wrap {
  margin-top: 110px;
}
a.arrowbutton {
  /* display: table; */
  background-color: #8C0335;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 25px;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 4.2rem 0 2.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  border: 1px solid #8C0335;
  line-height: 1.2em;
  display: inline-flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  a.arrowbutton {
    font-size: 1rem;
  }
}
a.arrowbutton::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-right.svg);
  width: 18px;
  height: 16px;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 0.5s ease;
}
a.arrowbutton:hover::after {
  right: 22px;
}
a.arrowbutton.white {
  background-color: transparent;
  color: #8C0335;
}
a.arrowbutton.white::after {
  background-image: url(../img/arrow-right-red.svg);
}
a.arrowbutton.reverse {
  padding: 0 2.8rem 0 4.2rem;
}
a.arrowbutton.reverse::after {
  background-image: url(../img/arrow-left.svg);
  left: 26px;
  top: 16px;
  transition: left 0.5s ease;
}
a.arrowbutton.reverse:hover::after {
  left: 22px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  border: 1px solid #3C5473;
  z-index: 99;
}
header .top {
  background-color: #3C5473;
  width: 100%;
  text-align: right;
  min-height: 39px;
}
header .top .inner {
  box-sizing: border-box;
  padding-right: 6px;
}
header .top a {
  color: #fff;
  text-decoration: none;
  line-height: 2.3em;
  font-size: 1rem;
  margin-right: 1em;
  display: inline-block;
}
header .top a:hover {
  text-decoration: underline;
}
header .bottom {
  min-height: 70px;
  background-color: #fff;
  position: relative;
  text-align: right;
}
header .bottom .logo {
  position: absolute;
  left: 0;
  background-image: url(../img/cerbelux.svg);
  background-size: auto 100%;
  width: 221px;
  height: 41px;
  left: 16px;
  top: 16px;
  color: transparent;
  font-size: 0;
  text-indent: -200px;
  overflow: hidden;
}
header .bottom nav {
  display: none;
  background-color: #fff;
  text-align: center;
  width: 100vw;
  height: calc(100vh - 110px);
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 999;
}
@media screen and (min-width: 950px) {
  header .bottom nav {
    background-color: transparent;
    text-align: right;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 0.6em;
  }
}
header .bottom nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3C5473;
  transition: all 1s ease;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.5em 20px;
}
@media screen and (min-width: 950px) {
  header .bottom nav a {
    font-size: 1rem;
    padding-right: 0.6em;
    padding: 0 0.6em 0 0;
    line-height: 4.5em;
    display: inline-block;
  }
}
header .bottom nav a.selected, header .bottom nav a:hover {
  color: #8C0335;
}
@media screen and (min-width: 950px) {
  header .bottom nav .item1 {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (min-width: 950px) {
  header .bottom nav .item1 .sub {
    position: absolute;
    display: none;
    top: calc(100% - 10px);
    left: 0;
    border-radius: 10px;
    background-color: #3C5473;
    overflow: hidden;
  }
}
header .bottom nav .item1 .sub a {
  display: block;
  color: #3C5473;
  line-height: 1em;
  padding: 1em;
  background-color: transparent;
  transition: background-color 0.3s ease 0s;
  font-size: 1.2rem;
  text-transform: none;
  padding: 0.5em;
}
@media screen and (min-width: 950px) {
  header .bottom nav .item1 .sub a {
    font-size: 1rem;
    padding: 1em;
    color: #fff;
    text-align: left;
    min-width: 195px;
  }
}
@media screen and (min-width: 950px) {
  header .bottom nav .item1 .sub a.selected, header .bottom nav .item1 .sub a:hover {
    background-color: #8C0335;
  }
}
header .bottom nav .item1 .sub.shown {
  display: block;
}
header .toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 950px) {
  header .toggle {
    display: none;
  }
}
header .toggle .l1, header .toggle .l2 {
  position: absolute;
  left: 10px;
  background-color: #3C5473;
  height: 3px;
  width: 25px;
  transform: rotate(0deg) translate(0, 0);
  transition: all 0.5s ease 0s;
}
header .toggle .l1 {
  top: 15px;
}
header .toggle .l2 {
  top: 25px;
}
body.nav header .toggle .l1 {
  transform: rotate(45deg) translate(3px, 5px);
}
body.nav header .toggle .l2 {
  transform: rotate(135deg) translate(-3px, 4px);
}
body.nav header nav {
  display: block;
}
@media screen and (min-width: 950px) {
  body.nav header nav {
    display: inline-block;
  }
}
footer {
  background-color: #527098;
  padding: 65px 50px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  footer {
    text-align: left;
  }
}
footer .inner {
  display: flex;
  max-width: 866px;
  margin: 0 auto;
  color: #D5E2F2;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  footer .inner {
    flex-direction: row;
  }
}
footer h2 {
  color: #D5E2F2;
  font-size: 1.86rem;
  margin: 0.5em 0 0.5em;
}
footer .col {
  flex: 1 1 auto;
  padding-bottom: 2em;
}
@media screen and (min-width: 600px) {
  footer .col {
    flex: 0 0 32%;
  }
}
footer .col.last {
  flex: 1 1 auto;
}
@media screen and (min-width: 600px) {
  footer .col.last {
    flex: 0 0 36%;
    text-align: right;
  }
}
footer .col p {
  line-height: 1.5em;
}
footer .col a {
  text-decoration: none;
  color: #fff;
}
footer .col a:hover {
  text-decoration: underline;
}
section.hero {
  height: calc(100vh - 110px);
}
section.hero .slider {
  height: 100%;
}
section.hero .slider .slick-list, section.hero .slider .slick-track, section.hero .slider .slick-slide, section.hero .slider .slick-slide > div {
  height: 100%;
}
section.hero .slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
}
section.hero .slide .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
section.hero .slide .center {
  text-align: center;
  padding: 0 20px 4rem;
}
section.hero .slide h1 {
  line-height: 1em;
  font-weight: 500;
  max-width: 650px;
  color: #fff;
  hyphens: auto;
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  section.hero .slide h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  section.hero .slide h1 {
    hyphens: none;
  }
}
section.hero .slide h1 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
section.hero .slide h1 p {
  margin: 0 0 1em;
}
section.hero .veil {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.hero .slick-dots {
  bottom: 35px;
}
section.hero .slick-dots li {
  margin: 0 1px;
}
section.hero .slick-dots li button {
  background-color: transparent;
  border: 0;
}
section.hero .slick-dots li button::before {
  background-color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  transition: all 0.8s ease;
}
section.hero .slick-dots li.slick-active button::before {
  background-color: #8C0335;
}
section.subhero .inner {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 150px;
}
@media screen and (min-width: 600px) {
  section.subhero .inner {
    min-height: 300px;
  }
}
section.subhero h1 {
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
}
section.subhero .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
section.text {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 50px 20px 90px;
}
section.text .inner {
  margin: 0 auto;
  max-width: 800px;
}
section.text h2 {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 1em 0 0.9em;
}
section.text p {
  font-size: 1.28rem;
  line-height: 1.36em;
  margin: 1em 0 2em;
}
section.imageheading {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  min-height: 150px;
}
@media screen and (min-width: 768px) {
  section.imageheading {
    min-height: 320px;
  }
}
section.imageheading .inner {
  padding: 0 20px;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.imageheading .inner .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
section.imageheading .inner h2 {
  color: #fff;
  font-size: 2.1rem;
  hyphens: auto;
  word-wrap: break-word;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.imageheading .inner h2 {
    hyphens: none;
  }
}
section.imagetext {
  background-color: #fff;
  padding: 60px 20px;
  line-height: 1.5em;
}
section.imagetext .inner {
  display: flex;
  flex-direction: column-reverse;
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.imagetext .inner {
    flex-direction: row-reverse;
  }
}
section.imagetext .text {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.imagetext .text {
    text-align: left;
    flex: 0 0 calc(100% - 400px);
  }
}
section.imagetext .image {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.imagetext .image {
    display: flex;
    align-items: center;
    flex: 0 0 400px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.imagetext.right .inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  section.imagetext.right .inner .image {
    text-align: right;
  }
}
section.imagetext h3 {
  font-size: 1.9rem;
  margin: 1em 0 0.7em;
}
section.imagetext a.arrowbutton {
  margin: 2em auto 0;
}
@media screen and (min-width: 768px) {
  section.imagetext a.arrowbutton {
    margin: 2em 0 0;
  }
}
section.imagetext img {
  max-width: 100%;
}
section.halfhalf {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.halfhalf {
    flex-direction: row;
  }
}
section.halfhalf .image {
  background-size: cover;
  background-position: center;
  min-height: 100vw;
  flex: 1 1 auto;
}
@media screen and (min-width: 600px) {
  section.halfhalf .image {
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  section.halfhalf .image {
    flex: 0 0 50%;
  }
}
section.halfhalf .text {
  display: flex;
  flex: 1 1 auto;
  color: #3C5473;
  background-color: #D5E2F2;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.halfhalf .text {
    flex: 0 0 50%;
    padding: 0 80px;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
section.halfhalf .center {
  font-size: 2rem;
  line-height: 1.2em;
}
section.halfhalf .arrowbutton {
  margin-top: 2.3em;
  display: inline-flex;
}
section.testimonials {
  min-height: 460px;
  background-color: #3C5473;
  background-image: url(../img/cerbelux-dogs.svg);
  background-repeat: no-repeat;
  background-position: -32px 40px;
  background-size: 280px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding: 300px 20px 50px;
}
@media screen and (min-width: 768px) {
  section.testimonials {
    background-position: -32px center;
    background-size: 277px auto;
    padding: 50px 80px;
  }
}
section.testimonials .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.testimonials .inner {
    width: 400px;
  }
}
@media screen and (min-width: 850px) {
  section.testimonials .inner {
    width: 530px;
  }
}
section.testimonials .slider {
  margin-bottom: 0;
}
section.testimonials .slide {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 600px) {
  section.testimonials .slide {
    font-size: 1.6rem;
  }
}
section.testimonials .slick-dots {
  right: 0;
  text-align: right;
  bottom: -30px;
}
@media screen and (min-width: 768px) {
  section.testimonials .slick-dots {
    bottom: -80px;
  }
}
section.testimonials .slick-dots li {
  margin: 0 1px;
}
section.testimonials .slick-dots li button {
  background-color: transparent;
  border: 0;
}
section.testimonials .slick-dots li button::before {
  background-color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  transition: all 0.8s ease;
}
section.testimonials .slick-dots li.slick-active button::before {
  background-color: #8C0335;
}
section.brandslider {
  background-color: #fff;
  padding: 50px 20px 75px;
  box-sizing: border-box;
}
section.brandslider .inner {
  display: flex;
  flex-direction: column;
  max-width: 935px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  section.brandslider .inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
section.brandslider .sliderwrap {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 2em;
}
@media screen and (min-width: 850px) {
  section.brandslider .sliderwrap {
    margin-bottom: 0;
    flex: 0 0 35%;
    width: 35%;
  }
}
section.brandslider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
section.brandslider .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline;
}
section.brandslider .slide > div {
  text-align: center;
}
section.brandslider .text {
  flex: 0 0 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 850px) {
  section.brandslider .text {
    flex: 0 0 65%;
    padding: 2em 50px 2em 50px;
    width: 65%;
  }
}
section.brandslider .slick-dots {
  bottom: -55px;
}
section.brandslider .slick-dots li {
  margin: 0;
}
section.brandslider .slick-dots li button:before {
  content: "";
  background-color: #D5E2F2;
  opacity: 1;
  transition: background-color 1s ease 0s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
}
section.brandslider .slick-dots li.slick-active button:before {
  background-color: #8C0335;
}
section.productlinks {
  background-color: #ECEFF2;
  padding: 50px 20px 80px;
}
section.productlinks .inner {
  max-width: 950px;
  margin: 0 auto;
}
section.productlinks .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.productlinks .item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 450px) {
  section.productlinks .item {
    flex: 0 0 calc((100% - 20px) / 2);
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.productlinks .item {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
section.productlinks .item:first-child {
  margin-left: 0;
}
section.productlinks .imagewrap {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
  will-change: transform;
  overflow: hidden;
}
section.productlinks .imagewrap .image {
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1);
  transition: transform 0.5s ease 0s;
}
section.productlinks h3 {
  color: #3C5473;
  text-decoration: none;
  margin: 0 0 0.2em;
}
section.productlinks p {
  text-decoration: none;
  margin: 0;
  color: #484848;
}
section.productlinks .center {
  margin: 40px auto 0;
}
section.productlinks .item:hover .image {
  transform: scale(1.1);
}
section.productlist {
  background-color: #fff;
  padding: 2em 0;
}
section.productlist .inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}
section.productlist .filter {
  background-color: #ECEFF2;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  max-width: 295px;
  vertical-align: top;
}
@media screen and (min-width: 600px) {
  section.productlist .filter {
    width: 50%;
  }
}
section.productlist .filter .title {
  font-size: 1.2rem;
  padding: 0.7em 1em;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #3C5473;
}
section.productlist .filter .title:after {
  font-family: FontAwesome;
  content: "";
  transform: rotate(90deg);
  position: absolute;
  right: 24px;
  font-size: 11px;
  top: 22px;
  transition: all 0.5s ease;
}
section.productlist .filter .items {
  max-height: 0;
  overflow-y: scroll;
  display: block;
  width: 100%;
  position: absolute;
  background-color: #ECEFF2;
  border-radius: 0 0 8px 8px;
  z-index: 99;
}
section.productlist .filter .items button {
  display: block;
  background-color: transparent;
  padding: 1.2em 1em 1em 57px;
  text-align: left;
  position: relative;
  border: 0;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  color: #5B7BA6;
}
section.productlist .filter .items button:before {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 1px;
  content: "";
  font-family: FontAwesome;
  transition: all 0.2s ease;
}
section.productlist .filter .items button.selected, section.productlist .filter .items button:hover {
  background-color: #8C0335;
  color: #fff;
}
section.productlist .filter .items button.selected:before {
  content: "";
  color: #fff;
  background-color: transparent;
  border: 0;
  text-align: center;
  padding-top: 2px;
}
section.productlist .filter.open .items {
  max-height: none;
}
section.productlist .filter.open .title:after {
  transform: rotate(-90deg);
}
section.productlist .search > .search {
  display: inline-block;
  background-color: #dde7f4;
  padding: 13px;
  border-radius: 8px;
  width: 100%;
  max-width: 295px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  section.productlist .search > .search {
    width: 50%;
  }
}
section.productlist .search > .search input {
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 1.2rem;
  width: calc(100% - 40px);
}
section.productlist .search > .search input:focus {
  outline: none;
}
section.productlist .search > .search button {
  border: 0;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  width: 25px;
}
section.productlist .search > .search button::after {
  content: "";
  font-family: FontAwesome;
  color: #5b7ba6;
  font-size: 1rem;
}
section.productlist .slider {
  margin-top: 1em;
  width: 250px;
  display: inline-block;
  margin-right: 20px;
}
section.productlist .slider .label {
  font-size: 18px;
  font-weight: 500;
}
section.productlist .slider .nu {
  width: 200px;
  height: 20px;
  margin: 10px 10px;
}
section.productlist-results {
  background-color: #ECEFF2;
  padding: 2em 0;
}
section.productlist-results .inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 290px;
}
@media screen and (min-width: 500px) {
  section.productlist-results .inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 750px) {
  section.productlist-results .inner {
    max-width: 750px;
  }
}
@media screen and (min-width: 1000px) {
  section.productlist-results .inner {
    max-width: none;
  }
}
section.productlist-results .inner > h2 {
  padding-left: 10px;
}
section.productlist-results .results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.productlist-results .item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
  flex: 0 0 270px;
  margin: 0 10px 20px;
}
@media screen and (min-width: 500px) {
  section.productlist-results .item {
    flex: 0 0 220px;
  }
}
section.productlist-results .item .imagewrap {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
  will-change: transform;
  overflow: hidden;
}
section.productlist-results .item .imagewrap .image {
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1);
  transition: transform 0.5s ease 0s;
}
section.productlist-results .item h3 {
  color: #3C5473;
  text-decoration: none;
  margin: 0 0 0.2em;
}
section.productlist-results .item p {
  text-decoration: none;
  margin: 0;
  color: #484848;
}
section.productlist-results .item:hover .imagewrap .image {
  transform: scale(1.1);
}
section.product .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  section.product .inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.product .gallery {
  flex: 1 1 auto;
  padding: 6% 8%;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  section.product .gallery {
    width: 50%;
    flex: 0 0 50%;
    padding: 6% 8%;
  }
}
section.product .gallery .image {
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  margin-bottom: 10px;
}
section.product .gallery .thumbs {
  overflow: hidden;
}
section.product .gallery .thumbs > div {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.product .gallery .thumbs > div::-webkit-scrollbar {
  display: none;
}
section.product .gallery .thumbs button {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border: 0;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  flex: 0 0 80px;
  margin: 0 10px 0 0;
}
section.product .info {
  flex: 0 0 50%;
  background-color: #fff;
  padding: 50px 50px 100px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.product .info p {
  color: #484848;
}
section.product .info p.category {
  color: #8C0335;
}
section.product .info h2 {
  color: #3C5473;
  font-size: 1.85rem;
  margin-bottom: 0.5em;
}
section.product .info .top {
  flex: 1 1 auto;
}
section.product .info .bottom {
  flex: 0 0 90px;
  border-top: 1px solid #D5E2F2;
  padding-top: 30px;
  box-sizing: border-box;
  display: flex;
}
section.product .info .bottom img {
  width: 55px;
}
section.product .data {
  background-color: #fff;
  flex: 0 0 100%;
  padding: 50px 40px 20px;
  box-sizing: border-box;
}
section.product .data table {
  border-collapse: collapse;
  border-top: 1px solid #5B7BA6;
  width: 100%;
  max-width: 800px;
}
section.product .data table td {
  border-bottom: 1px solid #5B7BA6;
  box-sizing: border-box;
  padding-left: 1em;
  font-size: 0.8rem;
}
@media screen and (min-width: 450px) {
  section.product .data table td {
    font-size: 1rem;
  }
}
section.product .data table td:first-child {
  border-right: 1px solid #5B7BA6;
  width: 220px;
  padding: 0.6em 1em 0.6em 0;
}
section.product .data a.download {
  color: #8C0335;
  text-decoration: none;
  border-bottom: 1px solid #5B7BA6;
  padding: 0.5em 0;
  box-sizing: border-box;
  display: block;
  max-width: 470px;
  position: relative;
}
section.product .data a.download::after {
  background-image: url(../img/arrow-right-red.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
section.product .data .arrowbutton {
  margin: 20px 0 40px;
}
section.contact {
  background-color: #fff;
  padding: 70px 50px 30px;
}
section.contact .inner {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.contact .inner {
    flex-direction: row;
  }
}
section.contact h2 {
  font-size: 1.9rem;
  margin: 0 0 24px;
}
section.contact h3 {
  min-height: 36px;
  font-size: 1.5rem;
  margin: 10px 0 14px;
}
section.contact .col {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  section.contact .col {
    flex: 0 0 30%;
    padding-right: 30px;
  }
  section.contact .col first-child {
    flex: 0 0 40%;
  }
}
section.contact p {
  margin: 0 0 1.24em;
  line-height: 1.15em;
}
section.contact a {
  text-decoration: none;
  color: #8C0335;
}
section.contact .some {
  display: block;
  margin-bottom: 1em;
}
section.team {
  background-color: #fff;
  padding: 30px 50px;
}
section.team .inner {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
section.team .person {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background-color: #F0F3F7;
  background-image: url(../img/cerbelux-dogs.svg);
  background-position: right 5px bottom 5px;
  background-size: 16% auto;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  section.team .person {
    margin: 0 0 20px;
    flex: 0 0 215px;
    flex-direction: row;
    max-width: none;
  }
}
section.team .person .photo {
  flex: 1 1 auto;
  background-color: #b3cff2;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 600px) {
  section.team .person .photo {
    padding-bottom: 0;
    flex: 0 0 230px;
  }
}
section.team .person .info {
  flex: 1 1 auto;
  padding: 40px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.team .person .center {
  flex: 0 0 auto;
  line-height: 2.2em;
}
section.team a {
  text-decoration: none;
  color: #8C0335;
}
section.map {
  background-color: #fff;
  padding: 30px 20px 80px;
}
section.map .inner {
  max-width: 870px;
  margin: 0 auto;
}
section.map a {
  display: block;
}
section.map a img {
  width: 100%;
}
