HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/firetech.komma.pro/wwwroot/css/style.css
@charset "UTF-8";

/* ==========================================================================
   Config settings
   @mixin ========================================================================= */

/**
 * Define grid columns
 *
 * The inner grid is the section where the content is
 * The outer grid is the inner grid with extra margin columns on each side
 */

/**
 * Define breakpoint for given formats
 */

/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */

/* ==========================================================================
   Font related functions
   @mixin ========================================================================= */

/**
 * Add some functions for readability
 * Return font-weight based on name
 */

/* ==========================================================================
  Functions used in grid calculation
  @mixin ========================================================================= */

/**
  * This is where the magic happens
  * Return percentage based on amount of columns
  * Use parent column size to adjust the origin
  */

/**
  * Default function for columns
  * Return as percentage
  */

/**
  * Return as viewport width
  */

/* ==========================================================================
   Basic style settings
   @mixin ========================================================================= */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * Set up the body
 *
 * 1. This is the base for al rem units
 */

html {
  font-size: 20px;
  line-height: 1.6;
}

/**
 * 1.Default display for images is block to lose the extra margin below the image
 * 2. Remove border / especially on older browsers
 */

img {
  display: block;
  border: none;
}

/**
  * Add translation to prevent recoloring from autocomplete
  */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -webkit-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  -webkit-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}

/*
 * Remove default margin around figure
 */

figure {
  margin: 0;
}

/*==========================================================================
  Grid
  @mixin ========================================================================= */

/**
  * Grid row
  *
  * 1. The outer two columns are just margin
  * 2. Prevent inline-block cells wrapping
  * 3. Prevent vertical spacing between inline-blocks
  */

.grid-row {
  width: 85.71428571%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  /**
   * The full row doesn't have the two outer margin rows
   * They stretch till both ends of the window
   */
}

.grid-row.full-row {
  width: 100%;
  max-width: none;
}

/**
 * Grid column
 *
 * 1. Reset white-space inherited from `.grid`
 * 2. Reset font-size inherited from `.grid`
 * 3. Reset line-height inherited from `.grid`
 */

.grid-col {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.6;
  /**
   * Center column
   *
   * 1. 'inline-block' doesn't center with margin '0 auto'
   */
}

.grid-col.center {
  display: block;
  margin: 0 auto;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-1,
.col-lg-1 {
  width: 8.33333333%;
}

.full-row .col-1,
.full-row .col-lg-1 {
  width: 7.14285714%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-1,
.offset-lg-1 {
  margin-left: 8.33333333%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-2,
.col-lg-2 {
  width: 16.66666667%;
}

.full-row .col-2,
.full-row .col-lg-2 {
  width: 14.28571429%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-2,
.offset-lg-2 {
  margin-left: 16.66666667%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-3,
.col-lg-3 {
  width: 25%;
}

.full-row .col-3,
.full-row .col-lg-3 {
  width: 21.42857143%;
}

/* Column shifts
   @mixin ========================================================================= */

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

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-4,
.col-lg-4 {
  width: 33.33333333%;
}

.full-row .col-4,
.full-row .col-lg-4 {
  width: 28.57142857%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-4,
.offset-lg-4 {
  margin-left: 33.33333333%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-5,
.col-lg-5 {
  width: 41.66666667%;
}

.full-row .col-5,
.full-row .col-lg-5 {
  width: 35.71428571%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-5,
.offset-lg-5 {
  margin-left: 41.66666667%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-6,
.col-lg-6 {
  width: 50%;
}

.full-row .col-6,
.full-row .col-lg-6 {
  width: 42.85714286%;
}

/* Column shifts
   @mixin ========================================================================= */

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

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-7,
.col-lg-7 {
  width: 58.33333333%;
}

.full-row .col-7,
.full-row .col-lg-7 {
  width: 50%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-7,
.offset-lg-7 {
  margin-left: 58.33333333%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-8,
.col-lg-8 {
  width: 66.66666667%;
}

.full-row .col-8,
.full-row .col-lg-8 {
  width: 57.14285714%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-8,
.offset-lg-8 {
  margin-left: 66.66666667%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-9,
.col-lg-9 {
  width: 75%;
}

.full-row .col-9,
.full-row .col-lg-9 {
  width: 64.28571429%;
}

/* Column shifts
   @mixin ========================================================================= */

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

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-10,
.col-lg-10 {
  width: 83.33333333%;
}

.full-row .col-10,
.full-row .col-lg-10 {
  width: 71.42857143%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-10,
.offset-lg-10 {
  margin-left: 83.33333333%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-11,
.col-lg-11 {
  width: 91.66666667%;
}

.full-row .col-11,
.full-row .col-lg-11 {
  width: 78.57142857%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-11,
.offset-lg-11 {
  margin-left: 91.66666667%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-12,
.col-lg-12 {
  width: 100%;
}

.full-row .col-12,
.full-row .col-lg-12 {
  width: 85.71428571%;
}

/* Column shifts
   @mixin ========================================================================= */

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

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-13,
.col-lg-13 {
  width: 108.33333333%;
}

.full-row .col-13,
.full-row .col-lg-13 {
  width: 92.85714286%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-13,
.offset-lg-13 {
  margin-left: 108.33333333%;
}

/* Column dimensions
   @mixin ========================================================================= */

/*
   * Calculate width by dividing a full width into 12 columns
   * Create a class for each column
   */

.col-14,
.col-lg-14 {
  width: 116.66666667%;
}

.full-row .col-14,
.full-row .col-lg-14 {
  width: 100%;
}

/* Column shifts
   @mixin ========================================================================= */

.offset-14,
.offset-lg-14 {
  margin-left: 116.66666667%;
}

/* Media queries
 @mixin ========================================================================= */

/*
  * Create a separate loop because of order for css rendering
  * because else it would overrule a previous media query
  */

@media screen and (min-width: 1601px) {
  .col-xl-1 {
    width: 8.33333333%;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-1 {
    width: 8.33333333%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-1 {
    width: 8.33333333%;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-2 {
    width: 16.66666667%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-2 {
    width: 16.66666667%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-2 {
    width: 16.66666667%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-2 {
    width: 16.66666667%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-3 {
    width: 25%;
  }

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

@media screen and (max-width: 1080px) {
  .col-md-3 {
    width: 25%;
  }

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

@media screen and (max-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }

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

@media screen and (max-width: 400px) {
  .col-xs-3 {
    width: 25%;
  }

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

@media screen and (min-width: 1601px) {
  .col-xl-4 {
    width: 33.33333333%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-4 {
    width: 33.33333333%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    width: 33.33333333%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-4 {
    width: 33.33333333%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-5 {
    width: 41.66666667%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-5 {
    width: 41.66666667%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-5 {
    width: 41.66666667%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-5 {
    width: 41.66666667%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-6 {
    width: 50%;
  }

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

@media screen and (max-width: 1080px) {
  .col-md-6 {
    width: 50%;
  }

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

@media screen and (max-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }

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

@media screen and (max-width: 400px) {
  .col-xs-6 {
    width: 50%;
  }

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

@media screen and (min-width: 1601px) {
  .col-xl-7 {
    width: 58.33333333%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-7 {
    width: 58.33333333%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-7 {
    width: 58.33333333%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-7 {
    width: 58.33333333%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-8 {
    width: 66.66666667%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-8 {
    width: 66.66666667%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-8 {
    width: 66.66666667%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-8 {
    width: 66.66666667%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-9 {
    width: 75%;
  }

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

@media screen and (max-width: 1080px) {
  .col-md-9 {
    width: 75%;
  }

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

@media screen and (max-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }

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

@media screen and (max-width: 400px) {
  .col-xs-9 {
    width: 75%;
  }

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

@media screen and (min-width: 1601px) {
  .col-xl-10 {
    width: 83.33333333%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-10 {
    width: 83.33333333%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-10 {
    width: 83.33333333%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-10 {
    width: 83.33333333%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-11 {
    width: 91.66666667%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-11 {
    width: 91.66666667%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-11 {
    width: 91.66666667%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-11 {
    width: 91.66666667%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-12 {
    width: 100%;
  }

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

@media screen and (max-width: 1080px) {
  .col-md-12 {
    width: 100%;
  }

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

@media screen and (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

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

@media screen and (max-width: 400px) {
  .col-xs-12 {
    width: 100%;
  }

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

@media screen and (min-width: 1601px) {
  .col-xl-13 {
    width: 108.33333333%;
  }

  .offset-xl-13 {
    margin-left: 108.33333333%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-13 {
    width: 108.33333333%;
  }

  .offset-md-13 {
    margin-left: 108.33333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-13 {
    width: 108.33333333%;
  }

  .offset-sm-13 {
    margin-left: 108.33333333%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-13 {
    width: 108.33333333%;
  }

  .offset-xs-13 {
    margin-left: 108.33333333%;
  }
}

@media screen and (min-width: 1601px) {
  .col-xl-14 {
    width: 116.66666667%;
  }

  .offset-xl-14 {
    margin-left: 116.66666667%;
  }
}

@media screen and (max-width: 1080px) {
  .col-md-14 {
    width: 116.66666667%;
  }

  .offset-md-14 {
    margin-left: 116.66666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-14 {
    width: 116.66666667%;
  }

  .offset-sm-14 {
    margin-left: 116.66666667%;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-14 {
    width: 116.66666667%;
  }

  .offset-xs-14 {
    margin-left: 116.66666667%;
  }
}

/* ==========================================================================
   This grid can be turned on and off when you want to check
   if everything is nice in place.
   @mixin ========================================================================= */

.visible-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * 1. Makes it able to control the website while grid is shown
 */

.visible-grid {
  display: block;
  position: fixed;
  z-index: 10000;
  pointer-events: none;
}

.visible-grid .grid-col {
  background: rgba(0, 255, 255, 0.6);
  height: 100vh;
}

.visible-grid .grid-col:nth-child(2n) {
  background: rgba(0, 255, 255, 0.3);
}

.visible-grid:before,
.visible-grid:after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% / 12);
  height: 100%;
  background: rgba(0, 255, 0, 0.5);
}

.visible-grid:before {
  left: calc(-100% / 12);
}

.visible-grid:after {
  right: calc(-100% / 12);
}

.breakpoint {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 10000;
  background: #0ABEFF;
}

@media screen and (min-width: 1601px) {
  .breakpoint {
    background: red;
  }
}

@media screen and (max-width: 1366px) {
  .breakpoint {
    background: blue;
  }
}

@media screen and (max-width: 1080px) {
  .breakpoint {
    background: green;
  }
}

@media screen and (max-width: 768px) {
  .breakpoint {
    background: yellow;
  }
}

@media screen and (max-width: 400px) {
  .breakpoint {
    background: pink;
  }
}

/* ==========================================================================
   Expend Config settings
   @mixin ========================================================================= */

/* ==========================================================================
   Expend Basic style settings
   @mixin ========================================================================= */

/*
 * Set up the html
 *
 * 1. Makes sue that some fonts are better rendered
 */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*
 * Set up the body
 *
 * 1. Set font to lining figures
 */

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
}

/*
 * Set default settings for all elements
 *
 * 1. Default selection styling
 *
 */

* ::-moz-selection {
  background: #af1919;
  color: white;
}

* ::selection {
  background: #af1919;
  color: white;
}

/**
 * 1.Default display for images is block to lose the extra margin below the image
 */

img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

img.preload {
  opacity: 0;
}

/*
 * Set default styling for input and textarea
 *
 * 1. Set font because else the agent will overrule them with an ugly font
 */

input,
textarea {
  font-family: "Open Sans", sans-serif;
}

/*
 * Set default styling for a button
 *
 */

.button {
  display: inline-block;
  padding: 15px 25px;
  background-color: #D81212;
  border: 1px solid transparent;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 600;
  color: white;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.button.shadow {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.button .arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.button .arrow svg {
  width: 100%;
  max-height: 16px;
}

.button .arrow svg path {
  fill: white;
}

.button:hover {
  -webkit-box-shadow: 4px 4px 10px 0 transparent;
          box-shadow: 4px 4px 10px 0 transparent;
}

.button:hover .arrow {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.button.right .arrow {
  top: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 15px;
}

.button.right:hover .arrow {
  -webkit-transform: rotate(-90deg) translate3d(0, 5px, 0);
          transform: rotate(-90deg) translate3d(0, 5px, 0);
}

/* ==========================================================================
   Helper classes
   @mixin ========================================================================= */

/**
 * Use on elements from where the children should not wrap
 */

.nowrap {
  white-space: nowrap;
}

/**
 * Hide elements on different screen sizes
 */

@media screen and (max-width: 1600px) {
  .hide-on-xl-or-smaller {
    display: none;
  }
}

@media screen and (min-width: 1601px) {
  .hide-on-xl-or-larger {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .hide-on-lg-or-smaller {
    display: none;
  }
}

@media screen and (min-width: 1367px) {
  .hide-on-lg-or-larger {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .hide-on-md-or-smaller {
    display: none;
  }
}

@media screen and (min-width: 1081px) {
  .hide-on-md-or-larger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hide-on-sm-or-smaller {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hide-on-sm-or-larger {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .hide-on-xs-or-smaller {
    display: none;
  }
}

@media screen and (min-width: 401px) {
  .hide-on-xs-or-larger {
    display: none;
  }
}

/* ==========================================================================
   Partial CSS
   @mixin ========================================================================= */

.pre-header {
  background: #373c41;
  padding: 12px 0;
}

.pre-header .grid-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pre-header a {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pre-header a + a {
  margin-left: 30px;
}

.pre-header a span {
  color: white;
  display: inline-block;
  margin-right: 10px;
}

.pre-header a:hover {
  color: white;
}

@media screen and (max-width: 750px) {
  .pre-header {
    display: none;
  }
}

.language-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobile-navigation .language-menu {
  margin-top: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language-menu span,
.language-menu a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #706F6F;
}

.language-menu span + *,
.language-menu a + * {
  margin-left: 5px;
}

.language-menu span:after,
.language-menu a:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.language-menu span.nl:after,
.language-menu a.nl:after {
  background: url("/img/flags.svg") 0 0 no-repeat;
  background-size: 114px 25px;
  width: 24px;
  height: 24px;
}

.language-menu span.en:after,
.language-menu a.en:after {
  background: url("/img/flags.svg") -83px 0 no-repeat;
  background-size: 114px 25px;
  width: 24px;
  height: 24px;
}

.language-menu a {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.language-menu a:hover {
  opacity: 1;
}

.language-menu span {
  border-color: #991616;
}

/*==========================================================================
  Navigation / Header
  @mixin ========================================================================= */

header {
  position: relative;
  z-index: 4;
  background-color: white;
  -webkit-box-shadow: 10px 0 20px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 0 20px 5px rgba(0, 0, 0, 0.15);
}

header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20pxpx;
  right: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  opacity: 0.4;
}

header .grid-row {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Navigation
     @mixin ========================================================================= */
}

header .grid-row > .grid-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .grid-row .logo {
  display: inline-block;
  width: 180px;
  min-width: 180px;
}

@media screen and (max-width: 1000px) {
  header .grid-row .logo {
    width: 130px;
    min-width: 130px;
  }
}

header .grid-row .logo img {
  width: 100%;
}

header .grid-row nav {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .grid-row nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

header .grid-row nav ul li {
  margin-right: 45px;
}

header .grid-row nav ul li a {
  display: inline-block;
  padding: 42px 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #373c41;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1250px) {
  header .grid-row nav ul li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 1150px) {
  header .grid-row nav ul li a {
    font-size: 0.6rem;
  }
}

header .grid-row nav ul li:last-of-type {
  margin-right: 0;
}

header .grid-row nav ul li:hover a {
  opacity: 0.6;
}

header .grid-row nav ul li.active a {
  font-weight: 700;
  color: #D81212;
  opacity: 1;
}

header .grid-row nav ul li.subscribe a {
  font-weight: 700;
  color: white;
  background-color: #D81212;
  border-radius: 5px;
  padding: 15px 10px;
}

header .grid-row nav .language-menu {
  width: 100px;
}

@media screen and (max-width: 900px) {
  header {
    display: none;
  }
}

/* ==========================================================================
   Footer
   @mixin ========================================================================= */

footer {
  background: #2d3237;
  /* Sub footer for pay off and our branding
   @mixin ========================================================================= */
}

footer > .grid-row {
  padding: 70px 0 90px;
}

footer .grid-col {
  vertical-align: top;
}

footer .grid-col .header {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #D81212;
  font-weight: 600;
  margin: 0 0 20px;
}

footer .grid-col li a,
footer .grid-col p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

footer .contact {
  width: 33.33333333%;
  margin-left: 8.33333333%;
}

footer .contact figure {
  width: 260px;
  margin: 35px 0 25px;
}

footer .contact figure a {
  text-align: left;
}

footer .contact figure img {
  width: 160px;
  max-height: 70px;
  margin-right: auto;
}

footer .contact p span {
  font-size: 0.65rem;
  color: #D81212;
  display: inline-block;
  margin-left: 10px;
}

footer .contact a {
  font-weight: 600;
  font-size: 0.9rem;
  color: #D81212;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

footer .contact a:hover {
  color: white;
}

footer .links {
  width: 50%;
  margin-left: 4.16666667%;
}

footer .links > .grid-row {
  width: 100%;
}

footer .links .menu,
footer .links .sub-links {
  width: 50%;
  vertical-align: top;
}

footer .links ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 40px;
}

footer .links ul li a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

footer .links ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

footer .links ul li.active a {
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  footer .links,
  footer .contact {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }

  footer .links {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  footer > .grid-row {
    padding: 40px 0;
    margin-bottom: 0 !important;
  }

  footer .links {
    margin-top: 30px;
  }

  footer .links .menu {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .links .sub-links {
    width: 100%;
  }
}

footer .sub-footer {
  background-color: #222529;
  padding: 15px 0;
}

footer .sub-footer .grid-row .placeholder {
  width: 83.33333333%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .sub-footer p,
footer .sub-footer a {
  font-size: 0.7rem;
  line-height: 1;
  color: white;
}

footer .sub-footer p {
  margin-bottom: 0.5rem;
  opacity: 0.4;
}

footer .sub-footer a {
  text-decoration: none;
}

footer .sub-footer .komma {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  line-height: 1;
  width: 250px;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

footer .sub-footer .komma:hover {
  opacity: 0.7;
}

footer .sub-footer .komma span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 78px;
  height: 25px;
  background-image: url("/img/komma.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  footer .sub-footer {
    padding-bottom: 30px;
  }

  footer .sub-footer .grid-row .placeholder {
    display: block;
    text-align: center;
  }

  footer .sub-footer p {
    margin-bottom: 1.4rem;
  }

  footer .sub-footer .komma {
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  footer {
    padding-top: 35px;
  }

  footer > .grid-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    margin-bottom: 100px;
    width: 100%;
  }

  footer .main-item {
    width: 100%;
    padding: 0 7.14285714%;
    margin-left: auto;
    margin-right: auto;
  }

  footer .main-item .logo {
    display: none;
  }

  footer .main-item.location {
    -webkit-order: 2;
    -ms-order: 2;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
  }

  footer .main-item.schools,
  footer .main-item.menu {
    display: none;
  }

  footer .main-item > a {
    display: inline-block;
  }

  footer .main-item ul.extra-margin-bellow {
    margin-bottom: 35px;
  }

  footer .sub-footer .grid-row .placeholder {
    width: 100%;
  }
}

div.shoppingcartItemList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.shoppingcartItemList ul li {
  display: block;
  width: 100%;
  height: 15%;
  border: solid 1px #cccccc;
  margin-bottom: 20px;
}

/* ==========================================================================
   Default styling for KMS content
   @mixin ========================================================================= */

.kms-content h1,
.kms-content h2,
.kms-content h3 {
  font-size: 1.7rem;
  line-height: 1.4;
  color: #D81212;
}

@media screen and (max-width: 425px) {
  .kms-content h1,
  .kms-content h2,
  .kms-content h3 {
    font-size: 1.2rem;
  }
}

.kms-content h1 strong,
.kms-content h2 strong,
.kms-content h3 strong {
  color: #D81212;
  font-weight: 400;
}

.kms-content h1 {
  margin-top: 0;
}

.kms-content h2,
.kms-content h3 {
  font-size: 1.3rem;
}

.kms-content h3 {
  color: #D81212;
}

.kms-content h3 strong {
  color: #D81212;
}

.kms-content h4 {
  font-size: 0.7rem;
  line-height: 1.3;
  color: #D81212;
  text-transform: uppercase;
}

.kms-content p,
.kms-content label {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #373c41;
}

.kms-content ul {
  padding-left: 0;
  list-style: none;
}

.kms-content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #706F6F;
}

.kms-content ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: '\2022';
  color: #af1919;
  font-size: 1.2em;
  line-height: 1;
}

.kms-content ul li + li {
  margin-top: 5px;
}

.kms-content ol {
  counter-reset: ol-counter;
  padding-left: 0;
  list-style: none;
}

.kms-content ol li {
  padding-left: 30px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #706F6F;
}

.kms-content ol li:before {
  counter-increment: ol-counter;
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  color: #af1919;
}

.kms-content ol li + li {
  margin-top: 5px;
}

.kms-content a {
  color: #af1919;
  text-decoration: none;
}

.kms-content a:hover {
  color: #821313;
  text-decoration: none;
}

.form {
  display: block;
  width: 100%;
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.2;
}

.form .honey {
  position: fixed;
  top: -50px;
  height: 20px;
  width: 100%;
}

.form .honey-message,
.form noscript {
  display: block;
  font-size: 0.75rem;
  color: #D81212;
}

.form .form-element {
  position: relative;
  margin-bottom: 25px;
}

.form .form-element.has-error input,
.form .form-element.has-error textarea {
  border-color: #D81212;
}

.form .error-message {
  display: none;
  width: 100%;
  color: royalblue !important;
  font-size: 0.75rem;
  font-weight: bold;
}

.form .error-message.active {
  display: block;
  margin-bottom: 10px;
}

.form label,
.form .label {
  display: block;
  margin-bottom: 8px;
  color: rgba(216, 18, 18, 0.5);
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}

.form input,
.form textarea {
  display: block;
  width: 100%;
  background-color: rgba(55, 60, 65, 0.1);
  padding: 15px 20px;
  border: 1px transparent solid;
  border-radius: 4px;
  font-size: 0.9em;
  color: #373c41;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: rgba(55, 60, 65, 0.4) !important;
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: rgba(55, 60, 65, 0.4) !important;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: rgba(55, 60, 65, 0.4) !important;
}

.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: rgba(55, 60, 65, 0.4) !important;
}

.form input.alert,
.form textarea.alert {
  border-color: #D81212;
}

.form input:focus,
.form textarea:focus {
  background-color: rgba(55, 60, 65, 0.2);
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form textarea:-webkit-autofill:active {
  -webkit-transition: 9999s background-color, 9999s color;
  transition: 9999s background-color, 9999s color;
  -webkit-text-fill-color: #373c41;
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
}

.form input:focus,
.form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form input[type="submit"] {
  cursor: pointer;
  color: #D81212;
  font-weight: bold;
  background-color: rgba(216, 18, 18, 0.2);
}

.form textarea {
  min-height: 152px;
  resize: vertical;
}

.form .select .select-wrapper {
  position: relative;
  display: block;
}

.form .select .icon {
  position: absolute;
  right: 10px;
  top: 26px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #706F6F transparent transparent transparent;
  opacity: 0.3;
  pointer-events: none;
}

.form .select select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Open Sans", sans-serif;
  background-color: white;
  padding: 15px 35px 15px 20px;
  border: 1px transparent solid;
  border-radius: 4px;
  font-size: 0.9em;
  color: #706F6F;
}

.form .select select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form .checkbox label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.form .checkbox label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.form .checkbox label input:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.form .checkbox label input:checked {
  background-image: url("/img/check/checked.svg");
  background-color: rgba(255, 255, 255, 0.7);
}

.form .checkbox label span {
  display: block;
  margin: 2px 0 0;
  width: calc(100% - 30px);
}

.form .submit {
  margin-top: 20px;
}

.form .submit input {
  display: none;
}

.form-error-messages span {
  display: block;
  font-weight: bold;
  color: #D81212;
  font-size: 0.75rem;
  line-height: 1.2;
}

.c-form-feedback {
  margin: 0 0 10px;
  padding: 30px 50px;
  background-color: rgba(216, 18, 18, 0.2);
  border: 1px solid #D81212;
  border-radius: 5px;
  font-size: 16px;
  color: #D81212;
}

.c-form-feedback:not(:empty) {
  display: block;
}

.c-form-feedback:before {
  content: attr(data-feedback);
  display: inline-block;
  margin-left: -20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #D81212;
}

.c-form-feedback li::first-letter {
  text-transform: uppercase;
}

.c-form-feedback li::first-letter .button {
  cursor: pointer;
  font-size: 0.7rem;
  background-color: #D81212;
  text-transform: uppercase;
}

.c-form-feedback li::first-letter .button .arrow {
  margin-left: 30px;
}

.image-slider {
  width: 100%;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.image-slider .placeholder {
  position: relative;
  width: 100%;
  cursor: move;
}

.image-slider .placeholder .controllers {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
}

@media screen and (max-width: 1300px) {
  .image-slider .placeholder .controllers {
    padding-bottom: 100%;
    margin-bottom: 70px;
  }
}

.image-slider .placeholder .controllers .nav-item {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -50px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.image-slider .placeholder .controllers .nav-item span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  width: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.image-slider .placeholder .controllers .nav-item span .arrow-icon {
  position: relative;
  width: 10px;
  height: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.image-slider .placeholder .controllers .nav-item span .arrow-icon .st0 {
  fill: white;
}

.image-slider .placeholder .controllers .nav-item.previous {
  background-color: #D81212;
  right: calc(50% + 3px);
}

.image-slider .placeholder .controllers .nav-item.previous span .arrow-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.image-slider .placeholder .controllers .nav-item.previous:hover {
  background-color: #ec1818;
}

.image-slider .placeholder .controllers .nav-item.next {
  background-color: #D81212;
  left: calc(50% + 3px);
}

.image-slider .placeholder .controllers .nav-item.next span .arrow-icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.image-slider .placeholder .controllers .nav-item.next:hover {
  background-color: #c01010;
}

.image-slider .placeholder figure {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.image-slider .placeholder figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.image-slider .placeholder figure span.small {
  display: none;
}

@media screen and (max-width: 480px) {
  .image-slider .placeholder figure span.medium {
    display: none;
  }

  .image-slider .placeholder figure span.small {
    display: block;
  }
}

.image-slider .placeholder figure.active {
  z-index: 2;
  opacity: 1;
}

#cookie-message {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  width: 100%;
  background-color: #af1919;
  opacity: 1;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, transform 0.6s;
  transition: opacity 0.5s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#cookie-message.accepted {
  display: none;
}

#cookie-message.transition-out {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

#cookie-message .grid-row {
  text-align: center;
}

#cookie-message .grid-row p,
#cookie-message .grid-row p a,
#cookie-message .grid-row .close-button {
  font-size: 0.75rem;
  line-height: 1.2;
  color: white;
}

#cookie-message .grid-row p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#cookie-message .grid-row p a {
  text-decoration: underline;
}

#cookie-message .grid-row .close-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding: 5px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 625px) {
  #cookie-message .grid-row p {
    max-width: 225px;
  }
}

@media screen and (max-width: 375px) {
  #cookie-message .grid-row p {
    display: block;
    max-width: none;
  }

  #cookie-message .grid-row .close-button {
    margin-top: 10px;
  }
}

#cookie-message-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#cookie-message-overlay.accepted {
  display: none;
}

#cookie-message-overlay.transition-out {
  opacity: 0;
}

#cookie-message-overlay .placeholder {
  width: calc(100vw / 14 * 12);
  padding: 60px 120px;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

#cookie-message-overlay .placeholder h5 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px;
  color: #4d4d4d;
}

#cookie-message-overlay .placeholder p {
  font-size: 0.8rem;
  line-height: 1.2;
  margin: 0;
  color: #808080;
}

#cookie-message-overlay .placeholder p a,
#cookie-message-overlay .placeholder p .open-menu {
  color: #0078FF;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: underline;
}

#cookie-message-overlay .placeholder .accept-cookie-button {
  display: inline-block;
  margin-top: 35px;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #D81212;
  -webkit-transition: background-color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, opacity 0.4s;
  font-size: 0.9rem;
  line-height: 1.2;
  color: white;
  cursor: pointer;
}

#cookie-message-overlay .placeholder .accept-cookie-button:hover {
  background-color: #b20f0f;
}

@media screen and (max-width: 1440px) {
  #cookie-message-overlay .placeholder {
    padding: calc(100vw / 14 / 1.5) calc(100vw / 14);
    display: block;
  }
}

@media screen and (max-width: 450px) {
  #cookie-message-overlay .placeholder {
    width: 100%;
  }
}

#cookie-message-overlay #message-description {
  display: block;
}

#cookie-message-overlay #message-description.hide {
  display: none;
}

#cookie-message-overlay .cookie-types-description {
  display: block;
  margin: 30px 0;
}

#cookie-message-overlay .cookie-types-description .cookie-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

#cookie-message-overlay .cookie-types-description .cookie-type + .cookie-type {
  margin-top: 25px;
}

#cookie-message-overlay .cookie-types-description .cookie-type .icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
}

#cookie-message-overlay .cookie-types-description .cookie-type .icon:before {
  content: '';
  display: block;
}

#cookie-message-overlay .cookie-types-description .cookie-type .text {
  display: block;
  width: calc(100% - 55px);
}

#cookie-message-overlay .cookie-types-description .cookie-type .text p {
  max-width: 380px;
  font-size: 0.7rem;
  line-height: 1rem;
  margin: 0;
  color: rgba(112, 111, 111, 0.6);
}

#cookie-message-overlay .cookie-types-description .cookie-type .text p strong {
  display: inline-block;
  color: #706F6F;
  font-size: 0.9rem;
}

#cookie-message-overlay .cookie-types-description .cookie-type .text p strong span {
  white-space: nowrap;
}

#cookie-message-overlay .cookie-types-description .cookie-type.tracking .icon:before {
  background: url("/img/cookie-sprite.svg") 0 0 no-repeat;
  background-size: 114px 25px;
  width: 25px;
  height: 25px;
}

#cookie-message-overlay .cookie-types-description .cookie-type.analytic .icon:before {
  background: url("/img/cookie-sprite.svg") -27px 0 no-repeat;
  background-size: 114px 25px;
  width: 25px;
  height: 25px;
}

#cookie-message-overlay .cookie-settings {
  display: none;
}

#cookie-message-overlay .cookie-settings.edit {
  display: block;
}

#cookie-message-overlay .cookie-settings .wrapper {
  padding: 30px 0 0;
}

#cookie-message-overlay .cookie-settings .cookie-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 420px;
  cursor: pointer;
}

#cookie-message-overlay .cookie-settings .cookie-type + .cookie-type {
  margin-top: 25px;
}

#cookie-message-overlay .cookie-settings .cookie-type input {
  margin: 4px 0 0;
  display: block;
  background: url("/img/cookie-sprite.svg") -55px -14px no-repeat;
  background-size: 114px 25px;
  width: 13px;
  height: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#cookie-message-overlay .cookie-settings .cookie-type input:checked {
  background-position: -55px 0;
}

#cookie-message-overlay .cookie-settings .cookie-type input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cookie-message-overlay .cookie-settings .cookie-type > span {
  display: block;
  width: calc(100% - 55px);
  font-size: 0.7rem;
  line-height: 1rem;
  color: rgba(112, 111, 111, 0.6);
}

#cookie-message-overlay .cookie-settings .cookie-type > span strong {
  font-size: 0.9rem;
  color: #706F6F;
}

#cookie-message-overlay .cookie-settings .cookie-type > span strong span {
  white-space: nowrap;
}

#cookie-message-overlay .cookie-settings .cookie-type.analytic {
  pointer-events: none;
  cursor: not-allowed;
}

#cookie-message-overlay .cookie-settings .cookie-type.analytic input {
  opacity: 0.3;
}

#cookie-switch {
  margin-bottom: 50px;
  padding: 30px 0 50px;
  border-bottom: 1px solid #706F6F;
  width: 100%;
}

#cookie-switch .placeholder {
  width: 100%;
  display: block;
}

#cookie-switch .placeholder .cookie-switch-title h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

#cookie-switch .placeholder .cookie-switch-title p {
  font-size: 0.8rem;
  line-height: 1.4;
}

#cookie-switch .placeholder .cookie-types {
  display: block;
  margin: 30px 0 50px;
}

#cookie-switch .placeholder .cookie-types .cookie-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 420px;
  cursor: pointer;
}

#cookie-switch .placeholder .cookie-types .cookie-type + .cookie-type {
  margin-top: 25px;
}

#cookie-switch .placeholder .cookie-types .cookie-type input {
  margin: 4px 0 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("/img/cookie-sprite.svg") -55px -14px no-repeat;
  background-size: 114px 25px;
  width: 13px;
  height: 13px;
}

#cookie-switch .placeholder .cookie-types .cookie-type input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cookie-switch .placeholder .cookie-types .cookie-type input:checked {
  background-position: -55px 0;
}

#cookie-switch .placeholder .cookie-types .cookie-type > span {
  display: block;
  width: calc(100% - 55px);
  font-size: 0.7rem;
  line-height: 1.4;
}

@media screen and (max-width: 460px) {
  #cookie-switch .placeholder .cookie-types .cookie-type > span {
    width: calc(100% - 30px);
  }
}

#cookie-switch .placeholder .cookie-types .cookie-type > span strong {
  font-size: 0.9rem;
}

#cookie-switch .placeholder .cookie-types .cookie-type > span strong span {
  white-space: nowrap;
}

#cookie-switch .placeholder .cookie-types .cookie-type.analytic {
  pointer-events: none;
  cursor: not-allowed;
}

#cookie-switch .placeholder #save-cookie-settings {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #D81212;
  -webkit-transition: background-color 0.4s, opacity 0.4s;
  transition: background-color 0.4s, opacity 0.4s;
  font-size: 0.9rem;
  line-height: 1.2;
  color: white;
  cursor: pointer;
}

#cookie-switch .placeholder #save-cookie-settings:hover {
  background-color: #b20f0f;
}

#cookie-switch .placeholder #save-cookie-settings.clicked {
  opacity: 0.2;
}

/*==========================================================================
  Dynamic Blocks
  @mixin ========================================================================= */

.dynamic-block + .dynamic-block {
  margin-top: 60px;
}

.dynamic-block .grid-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dynamic-block.two-text-columns {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dynamic-block.two-text-columns .content {
  width: 47.72727273%;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .dynamic-block.two-text-columns {
    display: block;
  }

  .dynamic-block.two-text-columns .content {
    width: 100% !important;
    margin: 0;
  }

  .dynamic-block.two-text-columns .content p:last-of-type {
    margin-bottom: 1rem;
  }
}

.dynamic-block.full-image-column img {
  width: 100%;
  display: none;
}

.dynamic-block.full-image-column img.large {
  display: block;
}

@media screen and (max-width: 1050px) {
  .dynamic-block.full-image-column img.large {
    display: none;
  }

  .dynamic-block.full-image-column img.medium {
    display: block;
  }
}

@media screen and (max-width: 525px) {
  .dynamic-block.full-image-column img.medium {
    display: none;
  }

  .dynamic-block.full-image-column img.small {
    display: block;
  }
}

.dynamic-block.content-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dynamic-block.content-block .image {
  width: 50%;
}

.dynamic-block.content-block .image img {
  width: 100%;
}

.dynamic-block.content-block .image img.small {
  display: none;
}

@media screen and (max-width: 450px) {
  .dynamic-block.content-block .image img.medium {
    display: none;
  }

  .dynamic-block.content-block .image img.small {
    display: block;
  }
}

.dynamic-block.content-block .image .content {
  width: 41.66666667%;
}

.dynamic-block.content-block .content {
  -webkit-order: 1;
  -ms-order: 1;
  width: 41.66666667%;
}

.dynamic-block.content-block[data-image-location='right'] .image {
  -webkit-order: 2;
  -ms-order: 2;
}

.dynamic-block.content-block[data-image-location='right'] .content {
  -webkit-order: 1;
  -ms-order: 1;
}

@media screen and (max-width: 900px) {
  .dynamic-block.content-block {
    display: block;
  }

  .dynamic-block.content-block .image {
    width: 100%;
    margin-top: 40px;
    -webkit-order: 2;
    -ms-order: 2;
  }

  .dynamic-block.content-block .content {
    width: 100%;
  }
}

.dynamic-block.multiple-images {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
}

.dynamic-block.multiple-images figure {
  width: 47.72727273%;
}

.dynamic-block.multiple-images figure img {
  width: 100%;
  display: none;
}

.dynamic-block.multiple-images figure img.medium {
  display: none;
}

@media screen and (max-width: 1100px) {
  .dynamic-block.multiple-images figure img.large {
    display: none;
  }

  .dynamic-block.multiple-images figure img.medium {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .dynamic-block.multiple-images figure img.large {
    display: none;
  }

  .dynamic-block.multiple-images figure img.medium {
    display: block;
  }
}

.dynamic-block.multiple-images[data-size-type='50'] figure img.medium {
  display: block;
}

@media screen and (max-width: 1125px) {
  .dynamic-block.multiple-images[data-size-type='50'] figure img.medium {
    display: none;
  }

  .dynamic-block.multiple-images[data-size-type='50'] figure img.small {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .dynamic-block.multiple-images {
    display: block;
  }

  .dynamic-block.multiple-images figure {
    width: 100%;
  }

  .dynamic-block.multiple-images figure:first-of-type {
    margin-bottom: 40px;
  }

  .dynamic-block.multiple-images figure img.medium {
    display: block !important;
  }

  .dynamic-block.multiple-images figure img.small {
    display: none !important;
  }
}

@media screen and (max-width: 900px) and (max-width: 525px) {
  .dynamic-block.multiple-images figure img.medium {
    display: none;
  }

  .dynamic-block.multiple-images figure img.small {
    display: block;
  }
}

.dynamic-block.full-text-block .content {
  margin: auto;
  text-align: left;
}

.dynamic-block.video-block {
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0 !important;
}

.dynamic-block.video-block .video-wrapper {
  position: relative;
  padding-bottom: 53.6%;
  padding-top: 25px;
  height: 0;
}

.dynamic-block.video-block .video-wrapper iframe,
.dynamic-block.video-block .video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic-block.video-block .video-wrapper .video-overlay {
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dynamic-block.video-block .video-wrapper .video-overlay .button {
  width: 25%;
  max-width: 85px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.dynamic-block.video-block .video-wrapper .video-overlay .button img {
  width: 100%;
}

.dynamic-block.video-block .video-wrapper .video-overlay:hover .button {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.dynamic-block.video-block .video-wrapper .video-overlay.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dynamic-block.video-block .video-wrapper .video-overlay.hide .button {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}

@media screen and (max-width: 900px) {
  .preventScroll {
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
  }
}

#mobile-navigation {
  position: fixed;
  z-index: 1000;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.ie.v10 #mobile-navigation {
  height: 60px;
}

#mobile-navigation .bar {
  display: none;
  height: 60px;
  background-color: white;
  pointer-events: all;
  position: relative;
  z-index: 4;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease 0.4s, -webkit-transform 0.4s ease 0s;
  transition: all 0.3s ease 0.4s, -webkit-transform 0.4s ease 0s;
  transition: all 0.3s ease 0.4s, transform 0.4s ease 0s;
  transition: all 0.3s ease 0.4s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-box-shadow: 10px 0 20px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 0 20px 5px rgba(0, 0, 0, 0.15);
}

#mobile-navigation .bar .toggle-menu {
  width: 60px;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobile-navigation .bar .toggle-menu .icon {
  width: 20px;
}

#mobile-navigation .bar .toggle-menu .icon span + span {
  margin-top: 4px;
}

#mobile-navigation .bar .toggle-menu .icon span {
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #D81212;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

#mobile-navigation .bar .toggle-menu .icon span:nth-of-type(2) {
  -webkit-transform: scale3d(0.8, 1, 1);
          transform: scale3d(0.8, 1, 1);
}

#mobile-navigation .bar .toggle-menu .icon span:nth-of-type(3) {
  -webkit-transform: scale3d(0.45, 1, 1);
          transform: scale3d(0.45, 1, 1);
}

#mobile-navigation .bar .toggle-menu:hover .icon span {
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
}

#mobile-navigation .bar .logo {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobile-navigation .bar .logo a {
  position: relative;
  display: block;
  width: 110px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#mobile-navigation .bar .logo a img {
  width: 100%;
  max-height: 36px;
}

#mobile-navigation.hide-bar .bar {
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
}

#mobile-navigation .shader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #af1919;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#mobile-navigation .menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 600px;
  min-width: 275px;
  padding: 40px 60px 40px 120px;
  background-color: white;
  overflow-x: auto;
  pointer-events: all;
  z-index: 5;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

#mobile-navigation .menu nav {
  position: relative;
}

#mobile-navigation .menu nav .close {
  position: absolute;
  top: 17px;
  left: -68px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#mobile-navigation .menu nav .close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.4;
}

#mobile-navigation .menu nav .close:before,
#mobile-navigation .menu nav .close:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #D81212;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#mobile-navigation .menu nav .close:before {
  left: 7px;
  top: 0;
  width: 2px;
  height: 100%;
}

#mobile-navigation .menu nav .close:after {
  left: 0;
  top: 7px;
  width: 100%;
  height: 2px;
}

#mobile-navigation .menu nav .logo-wrapper {
  width: 100%;
  max-width: 150px;
}

#mobile-navigation .menu nav .logo-wrapper a {
  display: block;
  text-decoration: none;
}

#mobile-navigation .menu nav .logo-wrapper a img {
  width: 150px;
  max-height: 49px;
}

#mobile-navigation .menu nav .menu-list {
  margin-top: 40px;
}

#mobile-navigation .menu nav .menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.2;
}

#mobile-navigation .menu nav .menu-list ul + ul {
  margin-top: 24px;
}

#mobile-navigation .menu nav .menu-list ul li a {
  display: block;
  padding: 8px 0;
  color: rgba(216, 18, 18, 0.5);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}

#mobile-navigation .menu nav .menu-list ul li a:hover {
  color: rgba(216, 18, 18, 0.75);
}

#mobile-navigation .menu nav .menu-list ul li ul {
  font-size: 0.85em;
}

#mobile-navigation .menu nav .menu-list ul li.active a {
  color: #D81212;
}

.ie.v10 #mobile-navigation.active {
  height: 100vh;
}

#mobile-navigation.active .bar .toggle-menu .icon span {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#mobile-navigation.active .bar .toggle-menu .icon span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  top: 6px;
}

#mobile-navigation.active .bar .toggle-menu .icon span:last-of-type {
  width: 25px;
  opacity: 1;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-navigation.active .menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mobile-navigation.shader-active .shader {
  opacity: 0.6;
  pointer-events: all;
}

#mobile-navigation.allow-animation .shader {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mobile-navigation.allow-animation .menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media screen and (max-width: 900px) {
  #mobile-navigation {
    display: block;
  }

  #mobile-navigation .bar {
    display: block;
  }

  #mobile-navigation .menu {
    max-width: none;
  }
}

@media screen and (max-width: 400px) {
  #mobile-navigation ul {
    font-size: 1.2rem;
  }
}

.mobile-contact {
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  padding: 50px 7.14285714%;
  background-color: white;
  color: #373c41;
  font-size: 0.9rem;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.mobile-contact.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}

.mobile-contact h1,
.mobile-contact h2 {
  font-size: 2rem;
  line-height: 1.2;
  max-width: 580px;
  color: #0078FF;
  margin: 0 0 40px;
}

.mobile-contact p {
  margin: 1rem 0;
}

.mobile-contact strong {
  color: #373c41;
}

.mobile-contact a:not(.button) {
  color: #af1919;
  text-decoration: none;
  -webkit-transition: color 0.3s, border 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, opacity 0.3s;
}

.mobile-contact a:not(.button):hover {
  color: #6c0f0f;
}

.mobile-contact a.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 25px;
  background-color: #af1919;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  color: white;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.mobile-contact a.button:after {
  content: '';
  margin-left: 20px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-contact a.button:hover {
  background-color: #0078FF;
}

.mobile-contact a.button:hover:after {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

@media screen and (max-width: 840px) {
  .mobile-contact {
    display: block;
  }
}

#sticky-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #af1919;
  width: 100%;
  height: 60px;
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
  -webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

#sticky-navigation.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

#sticky-navigation .grid-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sticky-navigation .menu {
  display: inline-block;
  width: 60px;
}

#sticky-navigation .menu .placeholder {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

#sticky-navigation .menu .placeholder .icon-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#sticky-navigation .menu .placeholder .icon-placeholder .icon {
  width: 20px;
}

#sticky-navigation .menu .placeholder .icon-placeholder .icon span + span {
  margin-top: 4px;
}

#sticky-navigation .menu .placeholder .icon-placeholder .icon span {
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: white;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

#sticky-navigation .menu .placeholder .icon-placeholder .icon span:nth-of-type(2) {
  -webkit-transform: scale3d(0.8, 1, 1);
          transform: scale3d(0.8, 1, 1);
}

#sticky-navigation .menu .placeholder .icon-placeholder .icon span:nth-of-type(3) {
  -webkit-transform: scale3d(0.45, 1, 1);
          transform: scale3d(0.45, 1, 1);
}

#sticky-navigation .menu .placeholder .icon-placeholder:hover .icon span {
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
}

#sticky-navigation .logo-wrapper a {
  font-size: 1rem;
  line-height: 1;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.large-header-image {
  position: relative;
}

@media screen and (max-width: 750px) {
  .large-header-image {
    padding-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  .large-header-image {
    padding-top: 60px;
  }
}

.large-header-image:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: #D81212;
  height: 70%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .large-header-image:before {
    height: 50%;
  }
}

.large-header-image:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 30%;
  left: 0;
  background: #af1919;
  height: 180px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .large-header-image:after {
    height: 120px;
  }
}

@media screen and (max-width: 840px) {
  .large-header-image:after {
    bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  .large-header-image:after {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .large-header-image .grid-row {
    width: 100%;
  }
}

.large-header-image .header-image {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
}

.large-header-image .header-image img {
  width: 100%;
}

.large-header-image .header-image figcaption {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  color: white;
  line-height: 1;
  z-index: 5;
}

.large-header-image .header-image figcaption span {
  display: inline-block;
  background-color: #373c41;
  padding: 12px 20px;
  margin-bottom: 2px;
}

@media screen and (max-width: 500px) {
  .large-header-image .header-image figcaption span {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1500px) {
  .large-header-image .header-image figcaption {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 840px) {
  .large-header-image .header-image figcaption {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .large-header-image .header-image figcaption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}

.large-header-image .header-image.image-slider .controllers {
  padding-bottom: 49.5% !important;
}

@media screen and (max-width: 1300px) {
  .large-header-image .header-image.image-slider .controllers {
    padding-bottom: 43.5% !important;
  }
}

@media screen and (max-width: 875px) {
  .large-header-image .header-image.image-slider .controllers {
    padding-bottom: 58.5% !important;
  }
}

@media screen and (max-width: 621px) {
  .large-header-image .header-image.image-slider .controllers {
    padding-bottom: 66% !important;
  }
}

@media screen and (max-width: 470px) {
  .large-header-image .header-image.image-slider .controllers {
    padding-bottom: 72% !important;
  }
}

.large-header-image .header-image.image-slider .controllers .nav-item {
  bottom: 90px;
}

.large-header-image .header-image.image-slider .controllers .nav-item.previous {
  right: calc(100% - 17px);
}

.large-header-image .header-image.image-slider .controllers .nav-item.next {
  left: calc(100% - 17px);
}

@media screen and (max-width: 500px) {
  .large-header-image .header-image.image-slider .controllers .nav-item {
    display: none;
  }
}

.large-header-image .show-scroll {
  position: absolute;
  left: calc(50% - 40px);
  bottom: -40px;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 40px;
  cursor: pointer;
  border-radius: 55px 55px 0 0;
}

.large-header-image .show-scroll:after {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
  width: 80px;
  height: 80px;
  background: #373c41;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.large-header-image .show-scroll .arrow {
  position: relative;
  top: -4px;
  z-index: 2;
  display: inline-block;
  width: 8px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.large-header-image .show-scroll .arrow svg {
  width: 100%;
}

.large-header-image .show-scroll .arrow svg path {
  fill: white;
}

.large-header-image .show-scroll:hover .arrow {
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

@media screen and (max-width: 900px) {
  .large-header-image .show-scroll {
    width: 90px;
    height: 45px;
    left: calc(50% - 45px);
  }

  .large-header-image .show-scroll:after {
    border-width: 0 45px 45px 45px;
  }
}

@media screen and (max-width: 640px) {
  .large-header-image .show-scroll {
    display: none;
  }
}

.cta-content-row {
  /* Tablet view
    @mixin ========================================================================= */
  /* Mobile view
    @mixin ========================================================================= */
}

.cta-content-row .grid-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 115px 0;
}

.cta-content-row .grid-row .cta-block {
  width: 33.33333333%;
  margin-right: 12.5%;
}

.cta-content-row .grid-row .cta-block p {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 600;
  color: #D81212;
  text-transform: uppercase;
}

.cta-content-row .grid-row .cta-block h1 {
  max-width: 420px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #af1919;
}

@media screen and (max-width: 950px) {
  .cta-content-row .grid-row .cta-block h1 {
    font-size: 1.6rem;
  }
}

.cta-content-row .grid-row .cta-block .button {
  background-color: #D81212;
  margin-top: 30px;
  text-transform: uppercase;
}

.cta-content-row .grid-row .content-block {
  width: 33.33333333%;
  margin-right: 8.33333333%;
}

@media screen and (max-width: 1350px) {
  .cta-content-row .grid-row {
    padding: 80px 0;
  }

  .cta-content-row .grid-row .cta-block {
    width: 41.66666667%;
    margin-right: 8.33333333%;
  }

  .cta-content-row .grid-row .content-block {
    width: 41.66666667%;
  }
}

@media screen and (max-width: 750px) {
  .cta-content-row .grid-row {
    padding: 80px 0;
    display: block;
  }

  .cta-content-row .grid-row .cta-block,
  .cta-content-row .grid-row .content-block {
    width: 83.33333333%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 750px) and (max-width: 640px) {
  .cta-content-row .grid-row .cta-block,
  .cta-content-row .grid-row .content-block {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .cta-content-row .grid-row .cta-block {
    margin-bottom: 60px;
  }
}

.reasons-row {
  position: relative;
  background-color: #373c41;
  overflow: hidden;
}

.reasons-row .grid-row {
  position: relative;
}

.reasons-row .grid-row:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: calc(58.33333333% - 100px);
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.reasons-row .grid-col {
  vertical-align: middle;
  padding: 100px 0;
}

.reasons-row .reasons-block {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding-right: 4.16666667%;
}

.reasons-row .reasons-block > h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
  color: white;
  margin: 0 0 45px;
  padding-left: 55px;
}

@media screen and (max-width: 1250px) {
  .reasons-row .reasons-block > h2 {
    padding-left: 0;
  }
}

.reasons-row .reasons-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reasons-row .reasons-block ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reasons-row .reasons-block ul li + li {
  margin-top: 30px;
}

.reasons-row .reasons-block ul li .list-icon {
  display: none;
}

.reasons-row .reasons-block ul li p {
  width: calc(100% - 55px);
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

.reasons-row .reasons-block ul li p strong {
  font-size: 1.2rem;
  line-height: 1.6;
  display: block;
  margin-bottom: 3px;
  color: white;
}

@media screen and (max-width: 1600px) {
  .reasons-row .reasons-block ul li p {
    margin-top: 6px;
  }

  .reasons-row .reasons-block ul li p strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1080px) {
  .reasons-row .reasons-block ul li p {
    margin-top: 8px;
  }
}

.reasons-row .reasons-block ul.thumbs li .list-icon {
  display: block;
  margin-top: 3px;
  width: 20px;
  height: 18px;
}

.reasons-row .reasons-block ul.thumbs li .list-icon svg {
  width: 100%;
  max-height: 18px;
}

.reasons-row .reasons-block ul.arrows li .list-icon {
  display: block;
  margin-top: 7px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-top: 3px solid #af1919;
  border-right: 3px solid #af1919;
}

.reasons-row .reasons-block .trigger {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-left: 55px;
}

.reasons-row .reasons-block .trigger .button {
  border: 2px solid white;
  background: transparent;
  margin-right: 8.33333333%;
  text-transform: uppercase;
}

.reasons-row .reasons-block .trigger .button .arrow {
  margin-left: 40px;
}

.reasons-row .reasons-block .trigger .image-placeholder {
  width: 180px;
}

@media screen and (max-width: 1600px) {
  .reasons-row .reasons-block .trigger .image-placeholder {
    width: 150px;
  }
}

.reasons-row .reasons-block .trigger .image-placeholder figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}

.reasons-row .reasons-block .trigger .image-placeholder figure span {
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  .reasons-row .reasons-block .trigger {
    display: block;
  }

  .reasons-row .reasons-block .trigger .button {
    margin-right: 0;
  }

  .reasons-row .reasons-block .trigger .image-placeholder {
    display: none;
  }
}

.reasons-row .right-side {
  position: relative;
  z-index: 2;
  padding: 0;
}

.reasons-row .right-side.col-7 {
  padding-left: 8.33333333%;
}

.reasons-row .right-side.absolute {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.reasons-row .right-side h4 {
  font-size: 0.65rem;
  color: #D81212;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.reasons-row .right-side .video-block {
  padding: 80px 0;
}

.reasons-row .right-side .video-block .video-wrapper {
  background-color: #2b2f33;
  width: 100%;
  max-width: 960px;
}

.reasons-row .right-side .video-block .video-wrapper .placeholder {
  position: relative;
  padding-bottom: 52.8%;
  padding-top: 25px;
  height: 0;
}

.reasons-row .right-side .video-block .video-wrapper .placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reasons-row .right-side .image-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.reasons-row .right-side .image-block span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.reasons-row .right-side .image-block picture {
  display: none;
  width: 100%;
  margin: 0;
}

.reasons-row .right-side .image-block picture img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .reasons-row .grid-row {
    width: 100%;
  }

  .reasons-row .grid-row:before,
  .reasons-row .grid-row:after {
    display: none;
  }

  .reasons-row .reasons-block {
    display: block;
    width: 100%;
    padding: 60px 7.14285714%;
    max-width: 600px;
    margin: auto;
  }

  .reasons-row .right-side {
    background-color: #2b2f33;
    position: relative;
    width: 100%;
    padding: 0 7.14285714%;
    height: auto;
  }

  .reasons-row .right-side.col-7 {
    padding-left: 7.14285714%;
  }

  .reasons-row .right-side.absolute {
    position: relative;
    height: auto;
    padding: 0;
  }

  .reasons-row .right-side .image-block {
    position: relative;
  }

  .reasons-row .right-side .image-block span {
    display: none;
  }

  .reasons-row .right-side .image-block picture {
    display: block;
  }
}

.discover-row {
  background: white;
  padding: 70px 0 120px;
  overflow: hidden;
}

.discover-row .streamer {
  color: #D81212;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 35px;
}

.discover-row .links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.discover-row .links article {
  position: relative;
  width: 25%;
}

.discover-row .links article a {
  text-decoration: none;
}

.discover-row .links article picture {
  width: 100%;
}

.discover-row .links article picture img {
  width: 100%;
}

.discover-row .links article .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discover-row .links article .overlay h4 {
  position: absolute;
  left: calc(100% - 25px);
  bottom: 25px;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: white;
  font-weight: 600;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.discover-row .links article .overlay .arrow-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D81212;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.discover-row .links article .overlay .arrow-placeholder span {
  display: block;
  width: 45px;
}

.discover-row .links article .overlay .arrow-placeholder span svg {
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.discover-row .links article .overlay .arrow-placeholder span svg.arrow-icon .st0 {
  fill: white;
}

.discover-row .links article:hover .overlay .arrow-placeholder {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .discover-row .links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
  }

  .discover-row .links article {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .discover-row .links {
    display: block;
  }

  .discover-row .links article {
    width: 100%;
  }

  .discover-row .links article .overlay h4 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 30px;
    bottom: 25px;
  }
}

.cta-row {
  position: relative;
  background-color: #af1919;
  overflow: hidden;
}

.cta-row .basic-hint {
  color: white;
  font-size: 0.8rem;
  line-height: 1.2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0;
}

.cta-row .grid-row {
  position: relative;
  z-index: 2;
}

.cta-row .grid-row:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 100px);
  height: 100%;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.cta-row .cta-trigger,
.cta-row .cta-trigger-2 {
  display: inline-block;
  padding: 65px 0;
}

.cta-row .cta-trigger h3,
.cta-row .cta-trigger-2 h3 {
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 10px;
}

.cta-row .cta-trigger p,
.cta-row .cta-trigger-2 p {
  color: white;
  font-size: 0.8rem;
  margin: 0;
}

.cta-row .cta-trigger .button,
.cta-row .cta-trigger-2 .button {
  margin-top: 20px;
}

.cta-row .cta-trigger {
  margin-left: 8.33333333%;
  width: 41.66666667%;
}

.cta-row .cta-trigger .button {
  background-color: #D81212;
}

.cta-row .cta-trigger-2 {
  width: 50%;
  padding-left: 100px;
}

.cta-row .cta-person {
  display: inline-block;
  width: 50%;
  padding: 65px 0 65px 50px;
}

.cta-row .cta-person .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-row .cta-person .image-placeholder {
  width: 175px;
}

.cta-row .cta-person .image-placeholder figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}

.cta-row .cta-person .image-placeholder figure span {
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cta-row .cta-person .contact-info {
  width: calc(100% - 175px);
  padding-left: 25px;
}

.cta-row .cta-person .contact-info p {
  margin: 0;
  color: white;
  font-weight: 700;
}

.cta-row .cta-person .contact-info span {
  display: block;
  color: white;
  font-size: 0.8rem;
}

.cta-row .cta-person .contact-info a {
  font-size: 0.9rem;
  color: #d9d9d9;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.cta-row .cta-person .contact-info a:hover {
  color: white;
}

@media screen and (max-width: 900px) {
  .cta-row .grid-row {
    height: auto;
    display: block;
    width: 100%;
  }

  .cta-row .grid-row:before,
  .cta-row .grid-row:after {
    display: none;
  }

  .cta-row .cta-trigger,
  .cta-row .cta-trigger-2,
  .cta-row .cta-person {
    width: 100%;
    padding: 65px 7.14285714%;
    text-align: center;
  }

  .cta-row .cta-trigger .contact-info,
  .cta-row .cta-trigger-2 .contact-info,
  .cta-row .cta-person .contact-info {
    width: auto;
  }

  .cta-row .cta-trigger {
    margin-left: 0;
  }

  .cta-row .cta-trigger-2,
  .cta-row .cta-person {
    background-color: #2b2f33;
  }

  .cta-row .cta-person .wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 475px) {
  .cta-row .cta-trigger br,
  .cta-row .cta-trigger-2 br {
    display: none;
  }

  .cta-row .cta-person {
    padding: 40px 7.14285714%;
    text-align: center;
  }

  .cta-row .cta-person .wrapper {
    display: block;
  }

  .cta-row .cta-person .image-placeholder {
    display: inline-block;
    margin-bottom: 25px;
  }

  .cta-row .cta-person .contact-info {
    padding-left: 0;
    width: 100%;
  }
}

.steps-slider {
  padding: 100px 0;
  text-align: center;
}

.steps-slider .grid-row > h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #af1919;
}

.steps-slider .slider-nav {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 45px auto 0;
}

.steps-slider .slider-nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 100%;
  background-color: #af1919;
}

.steps-slider .slider-nav .slide-nav-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 18px;
  margin-left: 14px;
  background-color: white;
  border: 2px solid #af1919;
  border-radius: 12px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #af1919;
  cursor: pointer;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}

.steps-slider .slider-nav .slide-nav-item:first-child {
  margin-left: 0;
}

.steps-slider .slider-nav .slide-nav-item p {
  margin: 0;
}

.steps-slider .slider-nav .slide-nav-item:hover {
  background-color: #e6e5e5;
}

.steps-slider .slider-nav .slide-nav-item.active {
  background-color: #af1919;
  color: white;
}

.steps-slider .slides {
  position: relative;
  max-width: 600px;
  min-height: 150px;
  margin: 50px auto 0;
}

.steps-slider .slides .slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.steps-slider .slides .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.steps-slider .slides .slide h4 {
  display: none;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}

.steps-slider .slides .navigation-buttons .nav-item {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.steps-slider .slides .navigation-buttons .nav-item span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  width: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.steps-slider .slides .navigation-buttons .nav-item span .arrow-icon {
  position: relative;
  width: 10px;
  height: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.steps-slider .slides .navigation-buttons .nav-item span .arrow-icon .st0 {
  fill: white;
}

.steps-slider .slides .navigation-buttons .nav-item.previous {
  background-color: #D81212;
  right: calc(50% + 3px);
}

.steps-slider .slides .navigation-buttons .nav-item.previous span .arrow-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.steps-slider .slides .navigation-buttons .nav-item.previous:hover {
  background-color: #ec1818;
}

.steps-slider .slides .navigation-buttons .nav-item.next {
  background-color: #af1919;
  left: calc(50% + 3px);
}

.steps-slider .slides .navigation-buttons .nav-item.next span .arrow-icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.steps-slider .slides .navigation-buttons .nav-item.next:hover {
  background-color: #821313;
}

@media screen and (max-width: 975px) {
  .steps-slider {
    padding: 0;
  }

  .steps-slider .grid-row {
    width: 100%;
  }

  .steps-slider .grid-row > h2 {
    padding: 50px 0;
  }

  .steps-slider .slider-nav {
    display: none;
  }

  .steps-slider .slides {
    margin-top: 0;
    max-width: none;
    height: auto !important;
  }

  .steps-slider .slides .slide {
    position: relative;
    height: auto !important;
    opacity: 1;
    padding: 40px 8.33333333%;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    background-color: white;
  }

  .steps-slider .slides .slide:nth-of-type(odd) {
    background-color: #f2f2f2;
  }

  .steps-slider .slides .slide .content {
    text-align: left;
  }
}

.index-grid-row {
  background-color: #D81212;
  position: relative;
}

.index-grid-row .no-available {
  padding: 60px 20px 0;
  text-align: center;
  color: white;
}

.index-grid-row .pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 40px;
  font-size: 0.9rem;
  line-height: 1.2;
  list-style: none;
  font-weight: 600;
}

.index-grid-row .pagination li {
  margin: 0 6px;
}

.index-grid-row .pagination li a {
  color: #D81212;
  text-decoration: none;
}

.index-grid-row .pagination li.active span {
  color: white;
}

.index-grid-row .pagination li:first-of-type a,
.index-grid-row .pagination li:first-of-type span,
.index-grid-row .pagination li:last-of-type a,
.index-grid-row .pagination li:last-of-type span {
  position: relative;
  top: 0;
  display: block;
  font-size: 0;
}

.index-grid-row .pagination li:first-of-type a .arrow-icon,
.index-grid-row .pagination li:first-of-type span .arrow-icon,
.index-grid-row .pagination li:last-of-type a .arrow-icon,
.index-grid-row .pagination li:last-of-type span .arrow-icon {
  position: relative;
  width: 10px;
  height: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.index-grid-row .pagination li:first-of-type a .arrow-icon .st0,
.index-grid-row .pagination li:first-of-type span .arrow-icon .st0,
.index-grid-row .pagination li:last-of-type a .arrow-icon .st0,
.index-grid-row .pagination li:last-of-type span .arrow-icon .st0 {
  fill: #D81212;
}

.index-grid-row .pagination li:first-of-type a,
.index-grid-row .pagination li:first-of-type span {
  -webkit-transform: scale3d(-1, 1, 1);
          transform: scale3d(-1, 1, 1);
}

.index-grid-row .pagination li.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.index-grid-row .pagination li.disabled .arrow-icon {
  position: relative;
  width: 10px;
  height: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.index-grid-row .pagination li.disabled .arrow-icon .st0 {
  fill: rgba(216, 18, 18, 0.3);
}

.large-badges-grid .overview {
  padding: 60px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
}

.large-badges-grid .overview article {
  margin: 0 15px 60px;
}

@media screen and (max-width: 480px) {
  .large-badges-grid .overview article {
    margin: 0 0 30px;
  }
}

@supports (display: flex) {
  .large-badges-grid .overview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px 60px;
    padding-bottom: 60px;
  }

  .large-badges-grid .overview article {
    margin: 0;
  }

@media screen and (max-width: 1700px) {
    .large-badges-grid .overview {
      grid-gap: 30px 30px;
    }
}

@media screen and (max-width: 1000px) {
    .large-badges-grid .overview {
      grid-gap: 60px 60px;
      grid-template-columns: 1fr 1fr;
    }

    .large-badges-grid .overview.first-page {
      grid-template-areas: "first first" "first first";
    }
}

@media screen and (max-width: 950px) {
    .large-badges-grid .overview {
      grid-gap: 30px 30px;
    }
}

@media screen and (max-width: 840px) {
    .large-badges-grid .overview {
      display: block;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }

    .large-badges-grid .overview article {
      margin-bottom: 30px;
    }
}
}

.large-badges-grid article {
  width: 100%;
  max-width: 520px;
  background: #af1919;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.6;
}

@supports (display: flex) {
  .large-badges-grid article {
    height: 100%;
    max-width: none;
  }

  .large-badges-grid article a {
    height: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .large-badges-grid article {
    font-size: 0.9rem;
  }
}

.large-badges-grid article a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-decoration: none;
}

@supports (display: flex) {
  .large-badges-grid article a {
    height: 100%;
  }
}

.large-badges-grid article a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.large-badges-grid article a figure:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #af1919;
  opacity: 0.1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.large-badges-grid article a figure span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
}

.large-badges-grid article a figure span.medium {
  display: block;
}

.large-badges-grid article a .date {
  position: absolute;
  left: 8%;
  top: 12%;
  z-index: 3;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  color: #D81212;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media screen and (max-width: 950px) {
  .large-badges-grid article a .date {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 950px) {
  .large-badges-grid article a .date {
    font-size: 2em;
  }
}

.large-badges-grid article a h2 {
  position: absolute;
  z-index: 4;
  width: calc(80% - 10px);
  left: 9%;
  bottom: 9%;
  color: white;
  text-shadow: 1px 1px #373c41;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 600;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.large-badges-grid article a h2 .arrow {
  position: absolute;
  z-index: 2;
  width: 15px;
  right: -20px;
  bottom: -7px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.large-badges-grid article a h2 .arrow .arrow-icon {
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-filter: drop-shadow(-1px 1px 0 #373c41);
  filter: drop-shadow(-1px 1px 0 #373c41);
}

.large-badges-grid article a h2 .arrow .arrow-icon .st0 {
  fill: white;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.large-badges-grid article:hover a figure:before {
  opacity: 0;
}

.large-badges-grid article:hover a .arrow {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.large-badges-grid article:hover a .arrow .arrow-icon .st0 {
  fill: white;
}

.large-badges-grid article:hover a h2,
.large-badges-grid article:hover a .date {
  color: white;
}

@media screen and (max-width: 480px) {
  .large-badges-grid article a {
    height: auto;
    padding-bottom: 0;
  }

  .large-badges-grid article a figure {
    position: relative;
    height: 0;
    padding-bottom: 65%;
  }

  .large-badges-grid article a .arrow {
    display: none;
  }

  .large-badges-grid article a h2 {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 15px;
  }
}

.first-page .large-badges-grid article#post-0 a {
  padding: 5% 8%;
}

.ie .first-page .large-badges-grid article#post-0 a {
  padding: 0 0 65% !important;
}

.ie .first-page .large-badges-grid article#post-0 a .date {
  font-size: 3em !important;
}

.ie .first-page .large-badges-grid article#post-0 a h2 {
  font-size: 1.1em !important;
}

@media screen and (max-width: 480px) {
  .ie .first-page .large-badges-grid article#post-0 a {
    padding-bottom: 0 !important;
    height: auto;
  }
}

.first-page .large-badges-grid article#post-0 a figure span.medium {
  display: none;
}

.first-page .large-badges-grid article#post-0 a figure span.large {
  display: block;
}

@media screen and (max-width: 950px) {
  .first-page .large-badges-grid article#post-0 a figure span.large {
    display: none;
  }

  .first-page .large-badges-grid article#post-0 a figure span.medium {
    display: block;
  }
}

.first-page .large-badges-grid article#post-0 a .date {
  top: 8%;
  font-size: 3.75em;
}

.first-page .large-badges-grid article#post-0 a h2 {
  font-size: 2em;
  padding-right: 15% !important;
}

@media screen and (max-width: 1750px) {
  .first-page .large-badges-grid article#post-0 a h2 {
    padding-right: 15%;
  }
}

@media screen and (max-width: 840px) {
  .first-page .large-badges-grid article#post-0 a {
    padding: 0 0 65%;
  }

  .first-page .large-badges-grid article#post-0 a .date {
    top: 12%;
    font-size: 2em;
  }

  .first-page .large-badges-grid article#post-0 a h2 {
    font-size: 1.1em;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .first-page .large-badges-grid article#post-0 a {
    height: auto;
    padding-bottom: 0;
  }
}

.squares-grid .overview {
  padding: 60px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
}

.squares-grid .overview article {
  margin: 0 15px 60px;
}

@media screen and (max-width: 480px) {
  .squares-grid .overview article {
    margin: 0 0 30px;
  }
}

@supports (display: grid) {
  .squares-grid .overview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px 60px;
    padding-bottom: 60px;
  }

  .squares-grid .overview article {
    margin: 0;
  }

@media screen and (max-width: 1700px) {
    .squares-grid .overview {
      grid-gap: 30px 30px;
    }
}

@media screen and (max-width: 1000px) {
    .squares-grid .overview {
      grid-gap: 60px 60px;
      grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 950px) {
    .squares-grid .overview {
      grid-gap: 30px 30px;
    }
}

@media screen and (max-width: 800px) {
    .squares-grid .overview {
      display: block;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }
}
}

.squares-grid article {
  width: 100%;
  max-width: 300px;
  background: #D81212;
  font-size: 1rem;
  line-height: 1.6;
}

@supports (display: grid) {
  .squares-grid article {
    height: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .squares-grid article {
    font-size: 0.9rem;
  }
}

.squares-grid article a {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.squares-grid article figure {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.squares-grid article figure .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.squares-grid article figure .styling {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #D81212;
  border-radius: 50px 0 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.squares-grid article figure .styling .arrow {
  position: relative;
  left: 4px;
  bottom: -5px;
  display: inline-block;
  width: 13px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.squares-grid article figure .styling .arrow .arrow-icon {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.squares-grid article figure .styling .arrow .arrow-icon .st0 {
  fill: white;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.squares-grid article h2 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  color: white;
  word-break: break-word;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  .squares-grid article h2 {
    font-size: 0.9rem;
  }
}

.squares-grid article:hover figure .styling {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 0;
  background-color: rgba(216, 18, 18, 0.6);
}

@media screen and (max-width: 800px) {
  .squares-grid article + article {
    margin-top: 30px !important;
  }

  .squares-grid article figure {
    padding-bottom: 66.67%;
  }
}

.list-row .grid-row {
  padding: 60px 0 100px;
  max-width: 1000px;
  min-height: calc(100vh - 140px - 530px - 70px);
}

@media screen and (max-width: 880px) {
  .list-row .grid-row {
    padding-top: 100px;
  }
}

.list-row .grid-row h1 {
  margin: 0 0 60px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #706F6F;
  text-align: center;
}

.list-row .list article + article {
  margin-top: 40px;
}

.list-row .list article a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.list-row .list article a .date {
  display: block;
  padding: 15px 40px;
  border-right: 1px solid #eaeaea;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #706F6F;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.list-row .list article a figure {
  width: 120px;
  margin-left: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.list-row .list article a figure img {
  width: 100%;
}

.list-row .list article a .content {
  padding: 25px;
  width: calc(100% - 122px);
}

.list-row .list article a .content.with-image {
  width: calc(100% - 268px);
}

.list-row .list article a .content h2 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #706F6F;
  font-weight: bold;
}

.list-row .list article a .content .read-more {
  font-size: 1rem;
  line-height: 1.2;
  color: #af1919;
  font-weight: bold;
}

.list-row .list article a .content .read-more .arrow {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.list-row .list article a .content .read-more .arrow .arrow-icon {
  max-height: 18px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.list-row .list article a .content .read-more .arrow .arrow-icon path {
  fill: #af1919;
}

.list-row .list article a:hover {
  border-color: #af1919;
}

.list-row .list article a:hover .content .read-more .arrow {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

@media screen and (max-width: 740px) {
  .list-row .list article a figure {
    display: none;
  }

  .list-row .list article a .date {
    font-size: 1.5rem;
    padding: 15px 25px;
  }

  .list-row .list article a .content {
    width: calc(100% - 85px);
  }

  .list-row .list article a .content.with-image {
    width: calc(100% - 85px);
  }

  .list-row .list article a .content h2 {
    font-size: 0.9rem;
  }

  .list-row .list article a .content .read-more {
    font-size: 0.8rem;
  }
}

.show-sub-menu {
  padding: 80px 0;
}

.show-sub-menu > p {
  font-size: 1rem;
  line-height: 1.2;
  color: #af1919;
  font-weight: 600;
  margin: 0 0 1rem;
}

.show-sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.show-sub-menu ul li {
  font-size: 0.9rem;
  line-height: 1.2;
  border-bottom: 1px solid rgba(175, 25, 25, 0.25);
}

.show-sub-menu ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: #D81212;
  padding: 15px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.show-sub-menu ul li a p {
  margin: 0;
  width: calc(100% - 27px);
}

.show-sub-menu ul li a .arrow {
  position: relative;
  right: 4px;
  top: 1px;
  display: inline-block;
  width: 9px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.show-sub-menu ul li a .arrow svg {
  width: 100%;
  max-height: 18px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.show-sub-menu ul li a .arrow svg.arrow-icon .st0 {
  fill: #D81212;
}

.show-sub-menu ul li a:hover {
  color: #af1919;
}

.show-sub-menu ul li a:hover .arrow {
  -webkit-transform: translate3d(8px, 0, 0);
          transform: translate3d(8px, 0, 0);
}

.show-sub-menu ul li.active a {
  color: #D81212;
  font-weight: 600;
}

.show-model-detail {
  position: relative;
  overflow: hidden;
  background-color: #D81212;
}

.show-model-detail .return-to-overview {
  background-color: #D81212;
  padding: 20px 7.14285714%;
  text-decoration: none;
  display: none;
  width: 100%;
}

.show-model-detail .return-to-overview .arrow {
  position: relative;
  top: 1px;
  left: 4px;
  display: block;
  width: 12px;
  margin-right: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.show-model-detail .return-to-overview .arrow svg {
  max-height: 15px;
}

.show-model-detail .return-to-overview .arrow .arrow-icon {
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.show-model-detail .return-to-overview .arrow .arrow-icon .st0 {
  fill: white;
}

.show-model-detail .return-to-overview p {
  font-size: 0.8rem;
  color: white;
  margin: 0;
  font-weight: 600;
}

.show-model-detail .return-to-overview:hover .arrow {
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
}

.show-model-detail .show-sub-menu {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.show-model-detail .dynamic-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 75%;
  padding: 80px 0;
  vertical-align: top;
}

.show-model-detail .dynamic-content:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
}

.show-model-detail .dynamic-content .kms-content .button {
  margin-top: 40px;
  background-color: #D81212;
  color: white;
  text-transform: uppercase;
}

.show-model-detail .dynamic-content .kms-content .button.right .arrow {
  margin-left: 30px;
}

.show-model-detail .dynamic-content .dynamic-block.full-text-block .content {
  margin-left: 0;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .show-model-detail {
    padding-top: 20px;
  }

  .show-model-detail .grid-row {
    width: 91.66666667%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    display: block;
  }
}

@media screen and (max-width: 900px) and (max-width: 600px) {
  .show-model-detail .grid-row {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .show-model-detail .return-to-overview {
    -webkit-order: 1;
    -ms-order: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .show-model-detail .dynamic-content {
    -webkit-order: 2;
    -ms-order: 2;
    width: 100%;
    padding: 40px 7.14285714%;
  }

  .show-model-detail .show-sub-menu {
    -webkit-order: 3;
    -ms-order: 3;
    background-color: rgba(234, 234, 234, 0.4);
    width: 100%;
    padding: 80px 7.14285714%;
  }
}

.show-model-detail.overview-page .background-image {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.show-model-detail.overview-page > .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-model-detail.overview-page .dynamic-content {
  padding: 72px 4.16666667% 100px;
  background-color: white;
}

@media screen and (max-width: 900px) {
  .show-model-detail.overview-page .show-sub-menu {
    display: none;
  }

  .show-model-detail.overview-page .dynamic-content {
    width: 100%;
  }

  .show-model-detail.overview-page .background-image {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .show-model-detail {
    padding-top: 60px;
  }
}

/* ==========================================================================
   Home page
   @mixin ========================================================================= */

#home header:after {
  display: none;
}

/*==========================================================================
  Contact page
  @mixin ========================================================================= */

#contact #map {
  width: 100%;
  height: 450px;
}

#contact .contact-content {
  position: relative;
  background-color: white;
}

#contact .contact-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 100px);
  height: 100%;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
}

@media screen and (max-width: 900px) {
  #contact .contact-content:after {
    display: none;
  }
}

#contact .contact-content .contact-info,
#contact .contact-content .contact-form {
  position: relative;
  z-index: 1;
}

#contact .contact-content .contact-info {
  width: 41.66666667%;
  padding: 72px 0 100px;
}

#contact .contact-content .contact-info h1 {
  font-size: 1.7rem;
  line-height: 1.4;
  color: #D81212;
  margin: 0 0 32px;
}

#contact .contact-content .contact-info h3 {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #D81212;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 100px 0 15px;
}

#contact .contact-content .contact-info p {
  font-size: 0.9rem;
  color: #373c41;
}

#contact .contact-content .contact-info p a {
  color: #D81212;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#contact .contact-content .contact-info p a:hover {
  color: #f04747;
}

#contact .contact-content .contact-info .opening-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact .contact-content .contact-info .opening-hours li {
  color: #373c41;
  font-size: 0.9rem;
}

#contact .contact-content .contact-info .opening-hours li .day {
  display: inline-block;
  width: 175px;
}

@media screen and (max-width: 400px) {
  #contact .contact-content .contact-info .opening-hours li .day {
    width: 130px;
  }
}

#contact .contact-content .contact-info .opening-hours li.active {
  color: #D81212;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  #contact .contact-content .contact-info {
    width: 41.66666667%;
    margin-left: 0;
  }
}

#contact .contact-content .contact-form {
  position: relative;
  display: inline-block;
  margin-left: 8.33333333%;
  width: 50%;
  padding: 72px 0 100px 8.33333333%;
  vertical-align: top;
}

#contact .contact-content .contact-form h2 {
  margin: 0 0 20px;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #D81212;
}

#contact .contact-content .contact-form > p {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #373c41;
}

@media screen and (max-width: 840px) {
  #contact .contact-content .grid-row {
    width: 100%;
  }

  #contact .contact-content .background {
    display: none;
  }

  #contact .contact-content .contact-info {
    width: 100%;
    padding: 72px 8.33333333% 100px;
    background-color: #D81212;
  }

  #contact .contact-content .contact-info h1 {
    margin-top: 60px;
    color: white;
  }

  #contact .contact-content .contact-info p {
    color: white;
  }

  #contact .contact-content .contact-info p a {
    color: white;
    text-decoration: underline;
  }

  #contact .contact-content .contact-form {
    width: 100%;
    padding-right: 8.33333333%;
    margin-left: 0;
  }
}

body.default .dynamic-content {
  padding: 60px 0 120px;
  background-color: white;
}

body.default .dynamic-content .dynamic-block.full-text-block .content {
  text-align: left;
}

body.default .dynamic-content .kms-content h1,
body.default .dynamic-content .kms-content h2,
body.default .dynamic-content .kms-content h3 {
  color: #D81212;
}

body.default .dynamic-content .kms-content h1 strong,
body.default .dynamic-content .kms-content h2 strong,
body.default .dynamic-content .kms-content h3 strong {
  color: #D81212;
}

body.default .dynamic-content .kms-content h3 {
  color: #D81212;
}

body.default .dynamic-content .kms-content h3 strong {
  color: #373c41;
}

body.default .dynamic-content .kms-content h4 {
  color: rgba(255, 255, 255, 0.5);
}

body.default .dynamic-content .kms-content p {
  color: #373c41;
}

body.default .dynamic-content .kms-content ul li {
  color: #373c41;
}

body.default .dynamic-content .kms-content ul li:before {
  color: #373c41;
}

body.default .dynamic-content .kms-content ol li {
  color: #373c41;
}

body.default .dynamic-content .kms-content ol li:before {
  color: #373c41;
}

body.default .dynamic-content .kms-content a {
  color: rgba(216, 18, 18, 0.6);
  text-decoration: none;
}

body.default .dynamic-content .kms-content a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

body.default .dynamic-content .kms-content .button {
  margin-top: 40px;
  background-color: #D81212;
  color: white;
  text-transform: uppercase;
}

body.default .dynamic-content .kms-content .button.right .arrow {
  margin-left: 30px;
}

#clients .dynamic-content,
#projects .dynamic-content {
  padding: 60px 0;
}

@supports (display: flex) {
  #clients .squares-grid .overview {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

#clients .squares-grid article {
  background: white;
}

#clients .squares-grid article a figure img {
  width: 100%;
  height: 100%;
  padding: 20px;
}

#clients .squares-grid article a figure .image {
  margin: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

#projects .dynamic-content {
  margin-left: 4.16666667%;
  width: 58.33333333%;
  padding: 72px 4.16666667% 100px;
  background-color: white;
}

@media screen and (max-width: 1000px) {
  #projects .dynamic-content {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 600px) {
  #projects .dynamic-content {
    width: 100%;
    margin-left: 0;
    padding: 30px 4.16666667% 100px;
  }
}

#projects .overview-page .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D81212;
}

@media screen and (max-width: 900px) {
  #projects .overview-page .background {
    display: none;
  }
}

#projects .overview-page .background .left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 17.85714286%;
  background: #D81212;
}

#projects .overview-page .background .right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 25%;
  background-image: url("/img/backgrounds/projects.jpg");
  background-size: cover;
  background-position: top center;
}

#projects .overview-page > .grid-row {
  position: relative;
  z-index: 2;
}

#projects .overview-page > .grid-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 29.16666667%;
  background: #D81212;
}

@media screen and (max-width: 900px) {
  #projects .overview-page > .grid-row:before {
    display: none;
  }
}

#projects .overview-page .show-sub-menu p {
  color: white;
}

#projects .overview-page .show-sub-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}

#projects .overview-page .show-sub-menu ul li a .arrow svg.arrow-icon .st0 {
  fill: rgba(255, 255, 255, 0.7);
}

#projects .overview-page .show-sub-menu ul li.active a {
  color: white;
}

#projects .overview-page .cta-row {
  background-color: white;
}

#projects .overview-page .cta-row .cta-trigger h3,
#projects .overview-page .cta-row .cta-trigger p,
#projects .overview-page .cta-row .cta-trigger-2 h3,
#projects .overview-page .cta-row .cta-trigger-2 p {
  color: #D81212;
}

#projects .overview-page .cta-row .cta-person .contact-info {
  width: calc(100% - 175px);
  padding-left: 25px;
}

#projects .overview-page .cta-row .cta-person .contact-info p,
#projects .overview-page .cta-row .cta-person .contact-info span {
  color: #D81212;
}

#projects .overview-page .cta-row .cta-person .contact-info a {
  color: #910c0c;
}

#projects .overview-page .cta-row .cta-person .contact-info a:hover {
  color: #D81212;
}

#projects .index-grid-row {
  background-color: white;
}

#projects .index-grid-row:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #af1919;
}

#posts .overview-page .show-sub-menu p {
  color: white;
}

#posts .overview-page .show-sub-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}

#posts .overview-page .show-sub-menu ul li a .arrow svg.arrow-icon .st0 {
  fill: rgba(255, 255, 255, 0.7);
}

#posts .overview-page .show-sub-menu ul li.active a {
  color: white;
}

#posts .overview-page .cta-row {
  background-color: white;
}

#posts .overview-page .cta-row .cta-trigger h3,
#posts .overview-page .cta-row .cta-trigger p,
#posts .overview-page .cta-row .cta-trigger-2 h3,
#posts .overview-page .cta-row .cta-trigger-2 p {
  color: #D81212;
}

#posts .overview-page .cta-row .cta-person .contact-info {
  width: calc(100% - 175px);
  padding-left: 25px;
}

#posts .overview-page .cta-row .cta-person .contact-info p,
#posts .overview-page .cta-row .cta-person .contact-info span {
  color: #D81212;
}

#posts .overview-page .cta-row .cta-person .contact-info a {
  color: #910c0c;
}

#posts .overview-page .cta-row .cta-person .contact-info a:hover {
  color: #D81212;
}

#courses .dynamic-content {
  margin-left: 4.16666667%;
  width: 58.33333333%;
  padding: 72px 4.16666667% 100px;
  background-color: white;
}

@media screen and (max-width: 1000px) {
  #courses .dynamic-content {
    width: 91.66666667%;
  }
}

@media screen and (max-width: 600px) {
  #courses .dynamic-content {
    width: 100%;
    margin-left: 0;
    padding: 30px 4.16666667% 100px;
  }
}

#courses .overview-page .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

@media screen and (max-width: 900px) {
  #courses .overview-page .background {
    display: none;
  }
}

#courses .overview-page .background .left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 25%;
  background: #D81212;
}

#courses .overview-page .background .right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 25%;
  background-image: url("/img/backgrounds/courses.jpg");
  background-size: cover;
  background-position: center center;
}

#courses .overview-page > .grid-row {
  position: relative;
  z-index: 2;
}

#courses .overview-page > .grid-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 29.16666667%;
  background: #D81212;
}

@media screen and (max-width: 900px) {
  #courses .overview-page > .grid-row:before {
    display: none;
  }
}

#courses .overview-page .show-sub-menu p {
  color: white;
}

#courses .overview-page .show-sub-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}

#courses .overview-page .show-sub-menu ul li a .arrow svg.arrow-icon .st0 {
  fill: rgba(255, 255, 255, 0.7);
}

#courses .overview-page .show-sub-menu ul li.active a {
  color: white;
}

#courses .overview-page .cta-row {
  background-color: white;
}

#courses .overview-page .cta-row .cta-trigger h3,
#courses .overview-page .cta-row .cta-trigger p,
#courses .overview-page .cta-row .cta-trigger-2 h3,
#courses .overview-page .cta-row .cta-trigger-2 p {
  color: #D81212;
}

#courses .overview-page .cta-row .cta-person .contact-info {
  width: calc(100% - 175px);
  padding-left: 25px;
}

#courses .overview-page .cta-row .cta-person .contact-info p,
#courses .overview-page .cta-row .cta-person .contact-info span {
  color: #D81212;
}

#courses .overview-page .cta-row .cta-person .contact-info a {
  color: #910c0c;
}

#courses .overview-page .cta-row .cta-person .contact-info a:hover {
  color: #D81212;
}

#courses .index-grid-row {
  background-color: white;
}

#courses .index-grid-row:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #af1919;
}

.nibhv,
.ncp {
  margin-top: 30px;
}

.ncp {
  margin-left: auto;
}

#subscribe .dynamic-content {
  padding: 60px 0;
}

#subscribe .dynamic-content .kms-content h3,
#subscribe .dynamic-content .kms-content h4 {
  color: #D81212;
  text-align: center;
  text-transform: none;
}

#subscribe .dynamic-content .kms-content h5 {
  text-align: left;
  margin: 0;
  font-size: 0.9rem;
  color: #373c41;
  display: inline-block;
  width: auto;
  line-height: 1.5rem;
}

#subscribe *[hidden] {
  display: none;
}

#subscribe .form {
  margin: 0 auto;
}

#subscribe .form label {
  margin-top: 8px;
}

#subscribe .form .add-student {
  text-align: center;
}

#subscribe .form .add-student a {
  background-color: rgba(216, 18, 18, 0.2);
  color: rgba(216, 18, 18, 0.7);
  border-radius: 4px;
  padding: 5px 20px 5px 10px;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#subscribe .form .add-student a span {
  font-size: 1.8em;
  margin: 0 10px;
}

#subscribe .form input[type="radio"],
#subscribe .form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

#subscribe .form input[type="radio"] {
  position: relative;
  top: -2px;
}

#subscribe .form .dates {
  color: rgba(216, 18, 18, 0.7);
  font-weight: bold;
}

#subscribe .form .dates label {
  font-size: 1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(216, 18, 18, 0.7);
  text-transform: none;
}

#subscribe .form .dates label input {
  margin-right: 10px;
}

#subscribe .form .dates label.disabled h5 {
  text-decoration: line-through;
}

#subscribe .form .genders {
  margin-bottom: 10px;
}

#subscribe .form .genders input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#subscribe .form .genders label {
  display: inline-block;
}

#subscribe .form .genders label:first-of-type {
  display: block;
}

#subscribe .form .genders a {
  text-decoration: underline;
}

#subscribe .form .genders a:hover {
  color: #D81212;
}

#subscribe .form .birthdateInputs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#subscribe .form input.datum_geboorte {
  display: inline-block;
  margin: 0 10px;
}

#subscribe .form input.datum_geboorte:first-of-type {
  margin-left: 0;
}

#subscribe .form input.datum_geboorte:last-of-type {
  margin-right: 0;
}

#subscribe .form input::-webkit-input-placeholder {
  font-size: 0.8rem;
}

#subscribe .form input::-moz-placeholder {
  font-size: 0.8rem;
}

#subscribe .form input:-ms-input-placeholder {
  font-size: 0.8rem;
}

#subscribe .form input:-moz-placeholder {
  font-size: 0.8rem;
}

#subscribe .form .form-element.company_street,
#subscribe .form .form-element.company_city {
  display: inline-block;
  width: 70%;
}

@media screen and (max-width: 600px) {
  #subscribe .form .form-element.company_street,
  #subscribe .form .form-element.company_city {
    width: 100%;
  }
}

#subscribe .form .form-element.company_street,
#subscribe .form .form-element.company_postal_code {
  margin-right: 4%;
}

@media screen and (max-width: 600px) {
  #subscribe .form .form-element.company_street,
  #subscribe .form .form-element.company_postal_code {
    margin-right: 0;
  }
}

#subscribe .form .form-element.company_housenumber,
#subscribe .form .form-element.company_postal_code {
  display: inline-block;
  width: 25%;
}

@media screen and (max-width: 600px) {
  #subscribe .form .form-element.company_housenumber,
  #subscribe .form .form-element.company_postal_code {
    width: 49%;
  }
}

#error-page-message {
  padding: 100px 0 100px;
  background-color: #eaeaea;
}

#error-page-message .grid-row .kms-content {
  width: 100%;
  text-align: center;
}

#error-page-message .grid-row .placeholder {
  max-width: 720px;
  margin: auto;
}

/*==========================================================================
  Sitemap page
  @mixin ========================================================================= */

.sitemap ul {
  padding-left: 40px;
  padding-bottom: 20px;
  font-size: 0.85em;
}

.sitemap > ul {
  padding-left: 20px;
}

.sitemap li:before {
  top: 6px;
}

.sitemap li a {
  padding: 3px 0;
  border-bottom-color: transparent;
  border-bottom-style: dotted;
  display: block;
}

.sitemap li a:hover {
  border-bottom-color: rgba(55, 60, 65, 0.4);
}