@charset "UTF-8";
/* Vendor Dependencies */
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Amaranth:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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; }

/* Authored Dependencies */
@font-face {
  font-family: "custom-icon-font";
  src: url("../fonts/custom-icon-font.eot");
  src: url("../fonts/custom-icon-font.eot?#iefix") format("eot"), url("../fonts/custom-icon-font.woff2") format("woff2"), url("../fonts/custom-icon-font.woff") format("woff"), url("../fonts/custom-icon-font.ttf") format("truetype"), url("../fonts/custom-icon-font.svg#custom-icon-font") format("svg"); }

.ci-arrow:before, .ci-instagram:before, .ci-lamp:before, .ci-mail:before, .ci-phone:before, .ci-tools:before, .ci-whatsapp:before {
  font-family: "custom-icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.ci-arrow:before {
  content: ""; }

.ci-instagram:before {
  content: ""; }

.ci-lamp:before {
  content: ""; }

.ci-mail:before {
  content: ""; }

.ci-phone:before {
  content: ""; }

.ci-tools:before {
  content: ""; }

.ci-whatsapp:before {
  content: ""; }

/* Global Styles */
.l-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media only screen and (min-width: 0) {
    .l-container {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (min-width: 768px) {
    .l-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1024px) {
    .l-container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (min-width: 1440px) {
    .l-container {
      padding-left: 0;
      padding-right: 0; } }

.l-row {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    .l-row {
      margin-left: -8px;
      margin-right: -8px; } }
  @media only screen and (min-width: 768px) {
    .l-row {
      margin-left: -12px;
      margin-right: -12px; } }
  @media only screen and (min-width: 1024px) {
    .l-row {
      margin-left: -12px;
      margin-right: -12px; } }
  @media only screen and (min-width: 1440px) {
    .l-row {
      margin-left: -20px;
      margin-right: -20px; } }

[class*='l-col'] {
  box-sizing: border-box;
  width: 100%; }
  @media only screen and (min-width: 0) {
    [class*='l-col'] {
      padding-left: 8px;
      padding-right: 8px; } }
  @media only screen and (min-width: 768px) {
    [class*='l-col'] {
      padding-left: 12px;
      padding-right: 12px; } }
  @media only screen and (min-width: 1024px) {
    [class*='l-col'] {
      padding-left: 12px;
      padding-right: 12px; } }
  @media only screen and (min-width: 1440px) {
    [class*='l-col'] {
      padding-left: 20px;
      padding-right: 20px; } }

.l-col-0 {
  width: 0%; }

.l-offset-0 {
  margin-left: 0%; }

.l-col-1 {
  width: 8.33333%; }

.l-offset-1 {
  margin-left: 8.33333%; }

.l-col-2 {
  width: 16.66667%; }

.l-offset-2 {
  margin-left: 16.66667%; }

.l-col-3 {
  width: 25%; }

.l-offset-3 {
  margin-left: 25%; }

.l-col-4 {
  width: 33.33333%; }

.l-offset-4 {
  margin-left: 33.33333%; }

.l-col-5 {
  width: 41.66667%; }

.l-offset-5 {
  margin-left: 41.66667%; }

.l-col-6 {
  width: 50%; }

.l-offset-6 {
  margin-left: 50%; }

.l-col-7 {
  width: 58.33333%; }

.l-offset-7 {
  margin-left: 58.33333%; }

.l-col-8 {
  width: 66.66667%; }

.l-offset-8 {
  margin-left: 66.66667%; }

.l-col-9 {
  width: 75%; }

.l-offset-9 {
  margin-left: 75%; }

.l-col-10 {
  width: 83.33333%; }

.l-offset-10 {
  margin-left: 83.33333%; }

.l-col-11 {
  width: 91.66667%; }

.l-offset-11 {
  margin-left: 91.66667%; }

.l-col-12 {
  width: 100%; }

.l-offset-12 {
  margin-left: 100%; }

@media only screen and (min-width: 0) {
  .l-col-xs-0 {
    width: 0%; }
  .l-offset-xs-0 {
    margin-left: 0%; }
  .l-col-xs-1 {
    width: 8.33333%; }
  .l-offset-xs-1 {
    margin-left: 8.33333%; }
  .l-col-xs-2 {
    width: 16.66667%; }
  .l-offset-xs-2 {
    margin-left: 16.66667%; }
  .l-col-xs-3 {
    width: 25%; }
  .l-offset-xs-3 {
    margin-left: 25%; }
  .l-col-xs-4 {
    width: 33.33333%; }
  .l-offset-xs-4 {
    margin-left: 33.33333%; }
  .l-col-xs-5 {
    width: 41.66667%; }
  .l-offset-xs-5 {
    margin-left: 41.66667%; }
  .l-col-xs-6 {
    width: 50%; }
  .l-offset-xs-6 {
    margin-left: 50%; }
  .l-col-xs-7 {
    width: 58.33333%; }
  .l-offset-xs-7 {
    margin-left: 58.33333%; }
  .l-col-xs-8 {
    width: 66.66667%; }
  .l-offset-xs-8 {
    margin-left: 66.66667%; }
  .l-col-xs-9 {
    width: 75%; }
  .l-offset-xs-9 {
    margin-left: 75%; }
  .l-col-xs-10 {
    width: 83.33333%; }
  .l-offset-xs-10 {
    margin-left: 83.33333%; }
  .l-col-xs-11 {
    width: 91.66667%; }
  .l-offset-xs-11 {
    margin-left: 91.66667%; }
  .l-col-xs-12 {
    width: 100%; }
  .l-offset-xs-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 768px) {
  .l-col-sm-0 {
    width: 0%; }
  .l-offset-sm-0 {
    margin-left: 0%; }
  .l-col-sm-1 {
    width: 8.33333%; }
  .l-offset-sm-1 {
    margin-left: 8.33333%; }
  .l-col-sm-2 {
    width: 16.66667%; }
  .l-offset-sm-2 {
    margin-left: 16.66667%; }
  .l-col-sm-3 {
    width: 25%; }
  .l-offset-sm-3 {
    margin-left: 25%; }
  .l-col-sm-4 {
    width: 33.33333%; }
  .l-offset-sm-4 {
    margin-left: 33.33333%; }
  .l-col-sm-5 {
    width: 41.66667%; }
  .l-offset-sm-5 {
    margin-left: 41.66667%; }
  .l-col-sm-6 {
    width: 50%; }
  .l-offset-sm-6 {
    margin-left: 50%; }
  .l-col-sm-7 {
    width: 58.33333%; }
  .l-offset-sm-7 {
    margin-left: 58.33333%; }
  .l-col-sm-8 {
    width: 66.66667%; }
  .l-offset-sm-8 {
    margin-left: 66.66667%; }
  .l-col-sm-9 {
    width: 75%; }
  .l-offset-sm-9 {
    margin-left: 75%; }
  .l-col-sm-10 {
    width: 83.33333%; }
  .l-offset-sm-10 {
    margin-left: 83.33333%; }
  .l-col-sm-11 {
    width: 91.66667%; }
  .l-offset-sm-11 {
    margin-left: 91.66667%; }
  .l-col-sm-12 {
    width: 100%; }
  .l-offset-sm-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 1024px) {
  .l-col-md-0 {
    width: 0%; }
  .l-offset-md-0 {
    margin-left: 0%; }
  .l-col-md-1 {
    width: 8.33333%; }
  .l-offset-md-1 {
    margin-left: 8.33333%; }
  .l-col-md-2 {
    width: 16.66667%; }
  .l-offset-md-2 {
    margin-left: 16.66667%; }
  .l-col-md-3 {
    width: 25%; }
  .l-offset-md-3 {
    margin-left: 25%; }
  .l-col-md-4 {
    width: 33.33333%; }
  .l-offset-md-4 {
    margin-left: 33.33333%; }
  .l-col-md-5 {
    width: 41.66667%; }
  .l-offset-md-5 {
    margin-left: 41.66667%; }
  .l-col-md-6 {
    width: 50%; }
  .l-offset-md-6 {
    margin-left: 50%; }
  .l-col-md-7 {
    width: 58.33333%; }
  .l-offset-md-7 {
    margin-left: 58.33333%; }
  .l-col-md-8 {
    width: 66.66667%; }
  .l-offset-md-8 {
    margin-left: 66.66667%; }
  .l-col-md-9 {
    width: 75%; }
  .l-offset-md-9 {
    margin-left: 75%; }
  .l-col-md-10 {
    width: 83.33333%; }
  .l-offset-md-10 {
    margin-left: 83.33333%; }
  .l-col-md-11 {
    width: 91.66667%; }
  .l-offset-md-11 {
    margin-left: 91.66667%; }
  .l-col-md-12 {
    width: 100%; }
  .l-offset-md-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 1440px) {
  .l-col-lg-0 {
    width: 0%; }
  .l-offset-lg-0 {
    margin-left: 0%; }
  .l-col-lg-1 {
    width: 8.33333%; }
  .l-offset-lg-1 {
    margin-left: 8.33333%; }
  .l-col-lg-2 {
    width: 16.66667%; }
  .l-offset-lg-2 {
    margin-left: 16.66667%; }
  .l-col-lg-3 {
    width: 25%; }
  .l-offset-lg-3 {
    margin-left: 25%; }
  .l-col-lg-4 {
    width: 33.33333%; }
  .l-offset-lg-4 {
    margin-left: 33.33333%; }
  .l-col-lg-5 {
    width: 41.66667%; }
  .l-offset-lg-5 {
    margin-left: 41.66667%; }
  .l-col-lg-6 {
    width: 50%; }
  .l-offset-lg-6 {
    margin-left: 50%; }
  .l-col-lg-7 {
    width: 58.33333%; }
  .l-offset-lg-7 {
    margin-left: 58.33333%; }
  .l-col-lg-8 {
    width: 66.66667%; }
  .l-offset-lg-8 {
    margin-left: 66.66667%; }
  .l-col-lg-9 {
    width: 75%; }
  .l-offset-lg-9 {
    margin-left: 75%; }
  .l-col-lg-10 {
    width: 83.33333%; }
  .l-offset-lg-10 {
    margin-left: 83.33333%; }
  .l-col-lg-11 {
    width: 91.66667%; }
  .l-offset-lg-11 {
    margin-left: 91.66667%; }
  .l-col-lg-12 {
    width: 100%; }
  .l-offset-lg-12 {
    margin-left: 100%; } }

body,
html {
  height: 100%;
  min-height: 100%; }

body {
  box-sizing: border-box;
  margin: 0; }
  body * {
    margin: 0; }

img {
  max-width: 100%; }

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot?0c3490bda69830dd168b8ce7d13c8329?#iefix") format("embedded-opentype"), url("../fonts/icon-font.woff2?0c3490bda69830dd168b8ce7d13c8329") format("woff2"), url("../fonts/icon-font.woff?0c3490bda69830dd168b8ce7d13c8329") format("woff"), url("../fonts/icon-font.ttf?0c3490bda69830dd168b8ce7d13c8329") format("truetype"), url("../fonts/icon-font.svg?0c3490bda69830dd168b8ce7d13c8329#icon-font") format("svg"); }

.icon-arrow:before, .icon-cart:before, .icon-instagram:before, .icon-lamp:before, .icon-mail:before, .icon-phone:before, .icon-tools:before, .icon-whatsapp:before, .button:after, .button--shopping-cart:after, .slider .slick-prev:before,
.slider .slick-next:before {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none; }

.icon-arrow:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-lamp:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-tools:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

body {
  font-family: "Amaranth", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #0F0A47;
  font-weight: 400; }

h1, h2, h3, h4, .button--large, h5, h6 {
  font-weight: 400;
  line-height: 1.2; }

h1 {
  font-size: 28px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 20px; }
  h2.margin-bottom {
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 18px; }
  h3.margin-bottom {
    margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 24px; } }

h4, .button--large {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    h4, .button--large {
      font-size: 20px; } }

h5 {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  font-style: italic;
  color: rgba(15, 10, 71, 0.5); }
  h6.margin-bottom {
    margin-bottom: 8px; }

p.margin-bottom {
  margin-bottom: 16px; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

table.margin-bottom {
  margin-bottom: 16px; }

div.margin-bottom {
  margin-bottom: 1.6rem; }

.align-right {
  text-align: right; }

/* Components */
.button {
  color: #0F0A47;
  padding-right: 55px;
  position: relative;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  box-sizing: border-box; }
  .button:after {
    content: ""; }
  .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    transition: .1s ease-in-out; }
  .button:hover:after {
    right: 17px; }

.button--light {
  color: white; }

.button--alternate {
  background: #F0842D;
  color: white;
  border-radius: 60px;
  padding: 16px 55px 16px 20px; }

.button--shopping-cart:after {
  content: ""; }

.header {
  position: absolute;
  width: 100%;
  height: 80px;
  transition: .3s ease-in-out;
  color: white; }

.header__menu-button {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none; }

.header__webshop-button {
  margin-right: 24px;
  pointer-events: auto; }

.header__inner {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .header__inner {
      height: 110px; } }

.header__logo {
  height: 56px; }

.header__logo--desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .header__logo--desktop {
      display: block; } }

.header__logo--mobile {
  margin-left: -16px; }
  @media only screen and (min-width: 768px) {
    .header__logo--mobile {
      display: none; } }

.header__inner--menu-button {
  justify-content: flex-end; }

.header__second-logo {
  transform: translateY(-100%);
  transition: .3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0; }

.second-logo {
  width: 80px;
  height: 80px;
  background: #575756; }

.header.is-scrolled .header__second-logo {
  transform: translateY(0); }

.footer {
  background: #F0842D;
  color: white;
  padding: 50px 0; }

.footer__block {
  margin-top: 24px; }

.footer__item {
  list-style: none; }
  .footer__item--title {
    opacity: .6;
    margin-bottom: 8px; }

.page-header-home {
  height: 100%;
  min-height: 568px;
  width: 100%;
  background: url("../images/header.jpg") center;
  background-size: cover; }
  .page-header-home:before {
    content: '';
    background: #0F0A47;
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }

.page-header-home__buttons {
  height: 100%;
  width: 100%;
  align-items: center;
  position: relative;
  display: flex; }

.page-header-home__button {
  background: transparent;
  border: 1.5px solid white;
  width: 100%;
  color: white;
  position: relative;
  transition: background, transform .3s ease-in-out;
  display: block;
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    .page-header-home__button {
      height: 100%; }
      .page-header-home__button:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .page-header-home__button:hover {
        transform: scale(1.1); } }

.page-header-home__button--second {
  margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .page-header-home__button--second {
      margin-top: 0; } }

.page-header-home__button-icon {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px;
  position: absolute;
  color: #F0842D; }
  @media only screen and (min-width: 1024px) {
    .page-header-home__button-icon {
      position: relative;
      font-size: 60px; } }

.page-header-home__button-content {
  width: 100%;
  padding: 16px;
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    .page-header-home__button-content {
      text-align: center;
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      padding: 30px; } }

.page-header-home__button-body {
  flex-grow: 1;
  width: 100%; }

.page-header-home__button-title {
  margin: 15px 0;
  text-transform: uppercase;
  padding-left: 60px; }
  @media only screen and (min-width: 768px) {
    .page-header-home__button-title {
      margin-top: 0; } }
  @media only screen and (min-width: 1024px) {
    .page-header-home__button-title {
      padding-left: 0; } }

.page-header-home__button-text {
  margin-bottom: 16px;
  opacity: .7;
  display: none; }
  @media only screen and (min-width: 768px) {
    .page-header-home__button-text {
      display: block; } }

.page-header-home__button-button {
  display: none; }
  @media only screen and (min-width: 768px) {
    .page-header-home__button-button {
      display: flex; } }

.nav {
  position: fixed;
  z-index: 3;
  background: #0F0A47;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: .3s ease-in-out;
  right: 0;
  top: 0;
  margin: 16px;
  max-width: 0;
  max-height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .nav {
      margin: 30px; } }
  @media only screen and (min-width: 1024px) {
    .nav {
      transform: translateY(-100%);
      max-width: unset;
      max-height: unset;
      height: unset;
      margin: 0; } }

.nav.is-active {
  padding: 60px 30px 40px 30px;
  max-height: calc(100% - (16px *2));
  max-width: calc(100% - (16px *2)); }
  @media only screen and (min-width: 768px) {
    .nav.is-active {
      padding: 80px 50px 50px 50px;
      max-height: calc(100% - (30px *2));
      max-width: calc(100% - (30px *2)); } }
  @media only screen and (min-width: 1024px) {
    .nav.is-active {
      transform: translateY(0);
      max-width: unset;
      max-height: unset; } }

.nav__inner {
  height: 100%;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.nav__list {
  list-style: none;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .nav__list {
      text-align: right;
      padding-right: 80px; } }

.nav__list-item {
  margin: 20px 0; }

.nav__link {
  text-decoration: none;
  color: white;
  position: relative;
  font-size: 30px; }
  .nav__link:before {
    content: '';
    width: 0;
    height: 40%;
    background: rgba(255, 255, 255, 0.3);
    left: -4px;
    top: 65%;
    z-index: -1;
    position: absolute;
    transition: .2s ease-in-out; }

.nav__link.is-active:before,
.nav__link:hover:before {
  width: calc(100% + 8px); }

.nav__social-list {
  display: flex; }

.nav__social-list-item:nth-child(n+2) {
  margin-left: 30px; }

.nav__social-link {
  color: white;
  opacity: .8;
  text-transform: uppercase;
  transition: .2s ease-in-out; }
  .nav__social-link:hover {
    opacity: 1; }

.nav-underlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(15, 10, 71, 0.7);
  z-index: 2;
  opacity: 0;
  transition: .2s ease-in-out;
  pointer-events: none; }
  .nav-underlay.is-active {
    opacity: 1; }

.menu-button {
  cursor: pointer;
  pointer-events: auto;
  outline: none;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  position: relative;
  transition: .3s ease-in-out; }

.menu-button:before {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: 2px;
  background: white;
  top: 15px;
  left: 5px;
  transition: .3s ease-in-out; }

.menu-button:after {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: 2px;
  background: white;
  bottom: 15px;
  left: 5px;
  transition: .3s ease-in-out; }

.header.is-scrolled .menu-button {
  background: #0F0A47; }

.menu-button.is-active:before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%); }

.menu-button.is-active:after {
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg) translateY(-50%); }

.first-section {
  background: white;
  position: relative;
  min-height: 160px;
  margin-top: -160px;
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .first-section {
      min-height: 220px;
      margin-top: -220px; } }

.company-info {
  background: #ECF0F1;
  border: 2px solid white;
  padding: 20px; }

.table td {
  padding-right: 16px; }

.map {
  background: url("../images/map.jpg") center;
  width: 100%;
  background-size: cover;
  overflow: visible;
  margin-top: 160px; }

.map__company-info {
  transform: translateY(-80px); }

.company-contact {
  background: #ECF0F1;
  padding: 20px 0; }

.company-contact__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @supports (grid-gap: 0) {
    .company-contact__items {
      display: grid;
      grid-gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } }

.company-contact__item {
  text-align: center; }

.company-contact__icon {
  font-size: 48px;
  display: block; }

.slider {
  position: relative;
  width: 100%; }
  .slider:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0F0A47;
    opacity: .3; }
  .slider .slick-prev,
  .slider .slick-next {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    color: white;
    outline: none;
    cursor: pointer;
    transition: 200ms ease-in-out; }
    .slider .slick-prev:before,
    .slider .slick-next:before {
      content: ""; }
    .slider .slick-prev:before,
    .slider .slick-next:before {
      font-size: 13px; }
    @media only screen and (min-width: 768px) {
      .slider .slick-prev,
      .slider .slick-next {
        width: 50px;
        height: 50px; }
        .slider .slick-prev:before,
        .slider .slick-next:before {
          font-size: 20px; } }
  .slider .slick-prev {
    left: 12px;
    transform: translateY(-50%) rotate(180deg); }
    @media only screen and (min-width: 768px) {
      .slider .slick-prev {
        left: 30px; } }
    @media only screen and (min-width: 1024px) {
      .slider .slick-prev {
        left: 50px; } }
  .slider .slick-next {
    right: 12px;
    transform: translateY(-50%); }
    @media only screen and (min-width: 768px) {
      .slider .slick-next {
        right: 30px; } }
    @media only screen and (min-width: 1024px) {
      .slider .slick-next {
        right: 50px; } }
  .slider .slick-dots {
    display: flex;
    align-items: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .slider .slick-dots {
        bottom: 30px; } }
    @media only screen and (min-width: 1024px) {
      .slider .slick-dots {
        bottom: 50px; } }
    .slider .slick-dots button {
      background: rgba(250, 250, 250, 0.5);
      border: none;
      border-radius: 50%;
      width: 6px;
      height: 6px;
      padding: 1px;
      margin: 5px;
      font-size: 0;
      line-height: 0;
      display: block;
      outline: none;
      transition: 200ms ease-in-out;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .slider .slick-dots button {
          padding: 2px; } }
      @media only screen and (min-width: 1024px) {
        .slider .slick-dots button {
          padding: 3px; } }
      .slider .slick-dots button:hover {
        background: white; }
    .slider .slick-dots .slick-active {
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .slider .slick-dots .slick-active button {
        background: white;
        padding: 4.5px; }
        @media only screen and (min-width: 768px) {
          .slider .slick-dots .slick-active button {
            padding: 5px; } }
        @media only screen and (min-width: 1024px) {
          .slider .slick-dots .slick-active button {
            padding: 5.5px; } }

.slider__slide {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .slider__slide {
      padding-bottom: 50%; } }
  @media only screen and (min-width: 1024px) {
    .slider__slide {
      padding-bottom: 45%; } }

.detail-page-intro {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .detail-page-intro {
      margin-top: 40px; } }

.detail-page-intro__title {
  margin: 50px 0 20px 0; }

.detail-page-intro__icon {
  transform: translateY(-70px);
  position: relative;
  display: block; }
  .detail-page-intro__icon:before {
    font-size: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 1; }
  .detail-page-intro__icon:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 70px solid white;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0; }

.detail-page-intro__text {
  text-align: left; }
  .detail-page-intro__text p + p {
    margin-top: 20px; }

.page-header {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center; }

.products {
  background-color: #ECF0F1;
  padding: 40px 0;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .products {
      margin-top: 160px;
      margin-bottom: 0; } }

.products__item {
  position: relative;
  padding-left: 24px; }
  .products__item + .products__item {
    margin-top: 4px; }
  .products__item:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #0F0A47;
    left: 0;
    top: 12px; }

.products__image {
  margin-bottom: -80px; }
  @media only screen and (min-width: 768px) {
    .products__image {
      margin-top: -120px;
      margin-bottom: 0; } }

.products__title {
  margin-bottom: 16px; }

.c-link {
  text-decoration: underline;
  color: #F0842D; }

.c-link--secondary {
  color: #0F0A47; }

.l-section {
  margin: 60px 0; }
  @media only screen and (min-width: 768px) {
    .l-section {
      margin: 120px 0; } }

.c-list__item {
  position: relative;
  padding-left: 24px; }
  .c-list__item + .c-list__item {
    margin-top: 4px; }
  .c-list__item:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #0F0A47;
    left: 0;
    top: 12px; }

.c-card {
  background-color: #ECF0F1;
  padding: 40px; }

/* Shame, refactor later */
/*
    Use this file to make quick fixes and refactor it later
*/

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