@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Config
# Grid
# Helpers
# Base
# Layout
# Plugins
# Print Styles
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Config
--------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1em;
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: '';
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input,
textarea,
select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@font-face {
  font-family: 'svgicons';
  src: url("../assets/fonts/svgicons.woff2?v=1585327925291") format("woff2"), url("../assets/fonts/svgicons.woff?v=1585327925291") format("woff"), url("../assets/fonts/svgicons.ttf?v=1585327925291") format("truetype");
}

.font-ico-chevron-down:before, .font-ico-dog:before, .font-ico-download:before, .font-ico-share:before {
  font-family: 'svgicons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
}

[class*='font-ico'] {
  display: inline-block;
}

.font-ico-chevron-down:before {
  content: "";
}

.font-ico-dog:before {
  content: "";
}

.font-ico-download:before {
  content: "";
}

.font-ico-share:before {
  content: "";
}

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

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::before, .slick-track::before, .clearfix::after, .slick-track::after {
  content: '';
  display: table;
}

.clearfix::after, .slick-track::after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.centered {
  text-align: center;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.has-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

.bg-black {
  background-color: #033;
}

.color-black {
  color: #033;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.35em;
}

.rte h1, .h1 {
  font-size: 48px;
}

.rte h2, .h2 {
  font-size: 36px;
}

@media only screen and (max-width: 767.98px) {
  .rte h2, .h2 {
    font-size: 24px;
  }
}

.rte h3, .h3 {
  font-size: 30px;
}

.rte h4, .h4 {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 767.98px) {
  .rte h4, .h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.rte h5, .h5 {
  font-size: 20px;
}

.rte h6, .h6 {
  font-size: 16px;
}

.p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.rte p, .rte ul {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .rte p a:hover, .no-touch .rte ul a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767.98px) {
  .rte p, .rte ul {
    margin-bottom: 25px;
  }
}

.rte blockquote {
  border-top: 1px solid #033;
  border-bottom: 1px solid #033;
  padding: 30px 0;
}

.rte ul {
  padding-left: 0;
}

.rte ol {
  padding-left: 20px;
}

.rte ul li {
  list-style-type: none;
}

.rte ol li {
  list-style-type: decimal-leading-zero;
}

img {
  max-width: 100%;
}

.section__title {
  margin-bottom: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #033;
}

@media only screen and (max-width: 767.98px) {
  .section__title {
    margin-bottom: 25px;
  }
}

.section__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #033;
  text-transform: uppercase;
  margin: 62px 0 22px;
  padding-bottom: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section__subtitle {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section__subtitle {
    margin: 45px 0 22px;
    font-size: 16px;
    line-height: 24px;
  }
}

.section__subtitle--centered {
  text-align: center;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #033;
  position: relative;
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.wrap {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
  width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
a,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

@media only screen and (min-width: 992px) {
  a:focus,
  button:focus {
    outline: 1px dashed rgba(111, 79, 93, 0.2);
  }
}

button,
input[type='button'],
input[type='submit'] {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.btn {
  background-color: #033;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  padding: 0 21px;
  border-radius: 5px;
  text-transform: capitalize;
}

.loaded .btn {
  -webkit-transition: background-color 0.2s ease, border-radius 0.2s ease;
  transition: background-color 0.2s ease, border-radius 0.2s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .btn:hover {
    background-color: #6f4f5d;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn {
    border-radius: 3px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--banner {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 30px;
    text-align: center;
  }
}

input,
textarea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #033;
  height: 25px;
  padding: 0 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #033;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #033;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #033;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #033;
}

input::placeholder,
textarea::placeholder {
  color: #033;
}

.section__list-item {
  position: relative;
  padding-left: 8px;
}

.section__list-item::before {
  content: '';
  width: 2px;
  height: 2px;
  left: 1px;
  background-color: #033;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section__list-item--rte {
  font-size: 18px;
  line-height: 30px;
  padding-left: 10px;
}

.section__list-item--rte::before {
  width: 3px;
  height: 3px;
  top: 15px;
}

@media only screen and (max-width: 767.98px) {
  .section__list-item--rte {
    font-size: 16px;
    line-height: 24px;
  }
  .section__list-item--rte::before {
    top: 11px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.slick-slider {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# Print Styles
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href='javascript:;']):after {
    content: "[" attr(href) "]";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  height: 69px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .header--sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 22;
    background-color: #fff;
  }
  .header--sticky + .contact {
    position: fixed;
  }
  .header--sticky ~ main .banner {
    margin-top: 69px;
  }
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .header__container::after {
    content: '';
    position: absolute;
    display: block;
    height: 69px;
    width: 85%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 2;
  }
}

.header__home {
  margin-top: 20px;
}

.header__logo {
  position: relative;
  z-index: 3;
  width: 221px;
  height: 30px;
}

.nav {
  padding-top: 28px;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767.98px) {
  .nav__list {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    height: 0;
    overflow: hidden;
  }
}

.nav__list--active {
  height: 100vh;
  padding-top: 150px;
  overflow: auto;
}

@media (orientation: landscape) {
  .nav__list--active {
    padding-top: 90px;
  }
}

.nav__item:not(:first-child) {
  margin-left: 18px;
}

@media only screen and (max-width: 767.98px) {
  .nav__item:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .nav__item:last-child {
    margin-bottom: 50px;
  }
}

.nav__link {
  color: #033;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .no-touch .nav__link:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767.98px) {
  .nav__link {
    font-size: 22px;
    line-height: 44px;
  }
}

.ham-menu {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .ham-menu {
    display: block;
    width: 30px;
    height: 20px;
    border-top: 3px solid #033;
    border-bottom: 3px solid #033;
    position: relative;
    margin-top: 17px;
  }
  .ham-menu::before, .ham-menu::after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #033;
  }
  .loaded .ham-menu::before, .loaded .ham-menu::after {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .ham-menu::before {
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ham-menu::after {
    opacity: 0;
    top: 20px;
    right: 0;
  }
  .ham-menu:focus {
    outline: none;
  }
}

.ham-menu--active {
  z-index: 2;
  border: 0;
  top: -10px;
}

.ham-menu--active::before {
  -webkit-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
  top: 20px;
  right: 0;
}

.ham-menu--active::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.footer {
  background-color: #033;
  padding: 100px 0;
  width: 100%;
}

.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .wrap iframe {
  height: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding: 60px 0;
  }
  .footer .wrap {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .footer .wrap iframe {
    height: 250px;
    width: calc(100vw - 57px);
  }
}

.footer__info {
  margin-left: 50px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
}

@media only screen and (max-width: 767.98px) {
  .footer__info {
    margin-left: 0;
    width: 100%;
    min-height: auto;
    margin-bottom: 40px;
  }
}

.footer__address {
  font-style: normal;
}

.footer__title,
.footer__address,
.footer__tel,
.footer__mail {
  font-size: 18px;
  color: #eee9e5;
  line-height: 30px;
}

@media only screen and (max-width: 767.98px) {
  .footer__title,
  .footer__address,
  .footer__tel,
  .footer__mail {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer__title {
  font-weight: 600;
}

.footer__tel,
.footer__mail,
.footer__street {
  display: inline-block;
}

.footer__tel {
  pointer-events: none;
  margin-top: 30px;
}

@media only screen and (max-width: 991.98px) {
  .footer__tel {
    pointer-events: all;
  }
}

.footer__mail:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1025px) {
  .no-touch .footer__mail:hover {
    text-decoration: underline;
  }
}

.banner__slider {
  visibility: hidden;
}

.banner__slider.slick-initialized {
  visibility: visible;
}

.banner__slide {
  min-height: 475px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 90px;
}

@media only screen and (max-width: 767.98px) {
  .banner__slide {
    min-height: 300px;
    padding-bottom: 100px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 811px) and (max-width: 812px) and (orientation: landscape) {
  .banner__slide {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1300px) {
  .banner__slide {
    background-position: top;
  }
}

@media only screen and (min-width: 811px) and (max-width: 812px) and (orientation: landscape) {
  .banner__slide {
    min-height: 230px;
  }
}

.banner__title,
.banner__subtitle {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 44px;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .banner__title,
  .banner__subtitle {
    font-size: 24px;
    display: inline-block;
  }
}

.banner__title {
  font-weight: bold;
}

.banner__subtitle {
  font-weight: 300;
  margin-bottom: 6px;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .banner__subtitle {
    display: inline-block;
    margin-left: 5px;
  }
}

.banner__desc {
  line-height: 22px;
  font-size: 18px;
  max-width: 530px;
  font-weight: 500;
  min-height: 90px;
  padding-bottom: 10px;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .banner__desc {
    max-width: 100%;
  }
}

.slide__footer {
  background-color: #6f4f5d;
  padding: 74px 0;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .slide__footer {
    min-height: 320px;
    padding: 60px 0;
  }
}

.slide__footer-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #fff;
  text-transform: uppercase;
}

.slide__footer-text {
  line-height: 30px;
  margin-bottom: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 767.98px) {
  .slide__footer-text {
    line-height: 24px;
  }
}

.slide__footer-text,
.slide__footer-link {
  font-weight: 300;
  color: #fff;
}

.slide__footer-link {
  font-size: 18px;
  position: relative;
}

.loaded .slide__footer-link {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slide__footer-link:focus {
  color: #f1e3b0;
}

.slide__footer-link::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 8px;
  width: 8px;
  height: 8px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  .no-touch .slide__footer-link:hover {
    color: #f1e3b0;
  }
}

@media only screen and (max-width: 991.98px) {
  .slide__footer-link {
    color: #f1e3b0;
  }
}

@media only screen and (max-width: 767.98px) {
  .slide__footer-link {
    font-size: 16px;
  }
  .slide__footer-link::after {
    top: 6px;
  }
}

.cli-plugin-button {
  border-radius: 5px;
  margin-left: 0;
  padding: 15px 19px;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-right: 15px;
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}

.loaded .cli-plugin-button {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cli-plugin-button:hover {
  background-color: #6f4f5d !important;
  border-radius: 20px;
  border-color: #6f4f5d;
}

@media only screen and (max-width: 767.98px) {
  .cli-plugin-button {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .cli-plugin-button {
    width: 100%;
    margin-bottom: 10px;
  }
}

#cookie-law-info-bar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 45px;
  padding-bottom: 50px;
}

#cookie-law-info-bar span {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 1.1px;
}

@media only screen and (max-width: 767.98px) {
  #cookie-law-info-bar {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}

.cookie_action_close_header_reject {
  text-decoration: underline;
  cursor: pointer;
}

.loaded .cookie_action_close_header_reject {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .cookie_action_close_header_reject:hover {
    opacity: 0.8;
  }
}

.work__slider-tab {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.loaded .work__slider-tab {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media only screen and (min-width: 1025px) {
  .no-touch .work__slider-tab:hover {
    color: #936;
  }
}

.work__slider-tab:not(:last-child) {
  margin-right: 21px;
  position: relative;
}

.work__slider-tab:not(:last-child)::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: -14px;
  background-color: #033;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767.98px) {
  .work__slider-tab {
    display: none;
  }
}

.work__slider-tab--active {
  color: #936;
  font-weight: 600;
}

.work__slider-wrapper {
  display: block;
  background-color: #f6f3f1;
  height: 572px;
  position: relative;
  margin-top: 19px;
}

@media only screen and (max-width: 991.98px) {
  .work__slider-wrapper {
    height: auto;
  }
}

.work__slider {
  margin-right: calc(50% - 50vw);
  position: static;
  margin-left: -10px;
  visibility: hidden;
}

.work__slider .slick-list {
  padding-left: 10px;
}

@media only screen and (max-width: 991.98px) {
  .work__slider {
    margin-left: calc(50% - 50vw);
  }
  .work__slider .slick-list {
    padding-left: 0;
  }
}

.work__slider .slick-slide {
  margin-right: 10px;
  width: 940px;
}

@media only screen and (max-width: 991.98px) {
  .work__slider .slick-slide {
    max-width: unset;
    width: unset;
    margin-right: 0;
  }
}

.work__slider.slick-initialized {
  visibility: visible;
}

.work__slide-img,
.work__slide-content {
  min-height: inherit;
  float: left;
}

@media only screen and (max-width: 991.98px) {
  .work__slide-img,
  .work__slide-content {
    clear: left;
  }
}

.work__slide-img {
  width: 41.4%;
  -webkit-box-shadow: -10px 0 0 #fff;
          box-shadow: -10px 0 0 #fff;
}

@media only screen and (max-width: 991.98px) {
  .work__slide-img {
    width: 100%;
    min-height: 400px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .work__slide-img {
    min-height: 300px;
  }
}

.work__slide {
  min-height: 572px;
}

@media only screen and (max-width: 991.98px) {
  .work__slide {
    min-height: auto;
  }
}

.work__slide-content {
  width: 58%;
  padding: 57px 34px 103px 59px;
  position: relative;
}

.work__slide-content p, .work__slide-content ul {
  font-size: 15px;
  line-height: 25px;
}

.work__slide-content ul {
  margin-bottom: 25px;
}

.work__slide-content li {
  position: relative;
  padding-left: 8px;
}

.work__slide-content li::before {
  content: '';
  width: 2px;
  height: 2px;
  left: 1px;
  background-color: #033;
  border-radius: 50%;
  position: absolute;
  top: 12px;
}

.work__slide-content h5 {
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 991.98px) {
  .work__slide-content {
    width: 100%;
    min-height: 519px;
  }
}

@media only screen and (max-width: 767.98px) {
  .work__slide-content {
    padding: 50px 30px 100px;
  }
}

.work__slide-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.work__slide-content p:nth-of-type(-n+5) {
  margin-bottom: 24px;
}

.work__slide-content p:last-of-type {
  margin-bottom: 0;
}

.work__slide-content p:first-of-type {
  margin-bottom: 24px;
}

.btn--slide {
  position: absolute;
  right: 34px;
  bottom: 49px;
}

@media only screen and (max-width: 991.98px) {
  .btn--slide {
    right: auto;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn--slide {
    bottom: 20px;
  }
}

.slick-dots {
  text-align: center;
  bottom: -60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 991.98px) {
  .slick-dots {
    bottom: -50px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-dots li button {
  border: 1px solid #033;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
}

.slick-dots .slick-active button {
  background-color: #936;
  border: 1px solid transparent;
}

.wrap--arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .wrap--arrows {
    top: 402px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wrap--arrows {
    top: 316px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slider-prev,
.slider-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  cursor: pointer;
}

.slider-prev::after,
.slider-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #033;
  border-right: 3px solid #033;
  position: absolute;
  top: 14px;
}

@media only screen and (min-width: 1025px) {
  .no-touch .slider-prev:hover::after, .no-touch
  .slider-next:hover::after {
    border-bottom: 3px solid #936;
    border-right: 3px solid #936;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider-prev,
  .slider-next {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .slider-prev::after,
  .slider-next::after {
    width: 12px;
    height: 12px;
  }
}

.slider-prev {
  left: -10px;
}

.slider-prev::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-prev {
    left: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider-prev {
    left: -2px;
  }
  .slider-prev::after {
    left: 11px;
    top: 9px;
  }
}

.slider-next {
  right: -10px;
}

.slider-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-next {
    right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider-next {
    right: -2px;
  }
  .slider-next::after {
    left: 8px;
    top: 9px;
  }
}

.work {
  background-color: #fff;
  position: relative;
  min-height: 1100px;
  padding-bottom: 121px;
  padding-top: 110px;
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 991.98px) {
  .work {
    padding-bottom: 71px;
    padding-top: 74px;
  }
}

@media only screen and (max-width: 767.98px) {
  .work {
    padding-top: 60px;
  }
}

.column {
  padding-bottom: 119px;
  padding-top: 110px;
  background-color: #f6f3f1;
}

.column p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.column li {
  font-size: 18px;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
}

.column li::before {
  content: '';
  width: 3px;
  height: 3px;
  top: 15px;
  left: 1px;
  background-color: #033;
  border-radius: 50%;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .column {
    padding-top: 74px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .column {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .column p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .column li {
    font-size: 16px;
    line-height: 24px;
  }
  .column li::before {
    top: 10px;
  }
}

.column__body {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .column__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .column__about {
    margin-bottom: 50px;
  }
}

.column__about-text {
  padding-left: 34px;
}

@media only screen and (max-width: 767.98px) {
  .column__about-text {
    padding-left: 0;
  }
}

.column__about-profile {
  margin-top: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}

@media only screen and (max-width: 767.98px) {
  .column__about-profile {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 50px;
    margin-top: 0;
  }
}

.column__about-content {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
  .column__about-content {
    margin-bottom: 25px;
  }
}

.reference {
  padding: 54px 0;
  min-height: 754px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .reference {
    min-height: auto;
    padding: 24px 0 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .reference {
    min-height: auto;
    padding: 0 0 60px;
  }
}

.reference__row:first-of-type {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .reference__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767.98px) {
  .reference__row:first-of-type {
    margin-top: 0;
  }
}

.reference__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reference__img-holder {
  width: 40.5%;
  min-height: 243px;
}

@media only screen and (max-width: 767.98px) {
  .reference__img-holder {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.reference__img {
  min-height: inherit;
  width: 100%;
  margin-bottom: 7px;
  cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
  .reference__img {
    padding-bottom: 50%;
  }
}

.reference__img-holder--wide {
  width: calc(59.5% - 20px);
}

@media only screen and (max-width: 767.98px) {
  .reference__img-holder--wide {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.reference__capt {
  font-size: 13px;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .reference__capt {
    text-align: center;
    margin-bottom: 7px;
  }
}

.reference__desc {
  display: none;
}

.reference__footnote {
  margin-top: 68px;
  float: left;
  clear: both;
}

.reference__popup {
  position: fixed;
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reference__popup .wrap {
  padding: 0;
}

.reference__popup--active {
  position: fixed;
  padding: 100px 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 30;
  overflow: auto;
}

.reference__popup--active .reference__popup-close {
  display: block;
}

.reference__popup--active .reference__popup-caption {
  display: block;
}

.reference__popup--active .reference__popup-desc {
  display: block;
  margin-bottom: 50px;
}

.reference__popup--active .wrap {
  position: relative;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .reference__popup--active {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .reference__popup--active {
    padding: 50px 0;
  }
}

.reference__popup-img-holder {
  width: 100%;
  position: relative;
}

.reference__popup-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.reference__popup-caption {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: none;
  margin-bottom: 10px;
}

.reference__popup-desc {
  color: #fff;
  font-size: 16px;
  display: none;
}

.reference__popup-desc * {
  margin-bottom: 8px;
}

.reference__popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -50px;
  top: -50px;
  display: none;
}

.reference__popup-close::before, .reference__popup-close::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  left: 0;
  top: 13px;
}

.reference__popup-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reference__popup-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 1199.98px) {
  .reference__popup-close {
    right: 10px;
    top: 10px;
  }
}

.content404 {
  padding-top: 80px;
  padding-bottom: 140px;
  min-height: 500px;
}

@media (orientation: landscape) and (max-width: 812px) {
  .content404 {
    min-height: 400px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .content404 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .content404--sticky {
    padding-top: 176px;
  }
}

.content404__title {
  font-size: 80px;
  color: rgba(0, 51, 51, 0.5);
  margin-left: -5px;
}

@media only screen and (max-width: 767.98px) {
  .content404__title {
    font-size: 56px;
    margin-left: -3px;
  }
}

.content404__subtitle {
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .content404__subtitle {
    font-size: 18px;
  }
}

.content404__message {
  max-width: 500px;
  font-size: 16px;
}

.content404__message-text {
  margin-bottom: 20px;
}

.content404__link {
  color: #033;
  position: relative;
}

.content404__link::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 7px;
  width: 7px;
  height: 7px;
  display: block;
  border-right: 2px solid #033;
  border-bottom: 2px solid #033;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  .no-touch .content404__link:hover {
    text-decoration: underline;
  }
}

.content500 .wrap {
  position: relative;
}

.content500__holder {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  padding-top: 150px;
}

@media (orientation: landscape) and (max-width: 823px) {
  .content500__holder {
    padding-top: 80px;
  }
}

.content500__title {
  font-size: 80px;
  color: rgba(0, 51, 51, 0.5);
  margin-left: -5px;
}

@media only screen and (max-width: 767.98px) {
  .content500__title {
    font-size: 56px;
    margin-left: -3px;
  }
}

.content500__subtitle {
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .content500__subtitle {
    font-size: 18px;
  }
}

.content500__note {
  font-size: 18px;
}

.content500__solution {
  font-size: 18px;
}

.contact {
  position: fixed;
  top: -100vh;
  width: 100%;
  left: 0;
  z-index: 10;
  height: calc(100vh - 69px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .contact {
    top: -100vh;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

.contact__main {
  position: relative;
  width: 100%;
  z-index: 5;
  padding: 50px 0 100px;
}

@media only screen and (min-width: 768px) {
  .contact__main {
    min-height: 513px;
  }
}

.contact__main .wrap {
  position: relative;
}

.contact--active {
  z-index: 2;
  top: 69px;
  overflow: auto;
}

@media only screen and (min-width: 1023px) and (max-width: 1025px) {
  .contact--active {
    overflow: auto;
  }
}

@media only screen and (min-width: 811px) and (max-width: 824px) {
  .contact--active {
    overflow: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact--active {
    position: absolute;
    overflow: auto;
    height: calc(100vh - 69px);
  }
  .contact--active .contact__close {
    display: block;
  }
}

.contact__footer {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.contact__footer .footer__tel,
.contact__footer .footer__mail,
.contact__footer .footer__street {
  display: block;
  float: left;
  clear: left;
}

@media only screen and (min-width: 1023px) and (max-width: 1024px) {
  .contact__footer {
    min-height: 225px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__footer {
    display: none;
  }
}

.contact__footer--active {
  opacity: 1;
  background-color: #033;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .contact__footer--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__footer--active {
    padding: 60px 0;
    z-index: 20;
    display: block;
  }
  .contact__footer--active::after {
    margin-bottom: 50px;
  }
}

.wpforms-container.wpforms-container-full.contact__form {
  margin: 0;
}

.wpforms-form {
  max-width: 620px;
}

@media only screen and (max-width: 767.98px) {
  .wpforms-form {
    max-width: 100%;
  }
}

.wpforms-title,
.wpforms-description {
  font-size: 18px !important;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .wpforms-title,
  .wpforms-description {
    font-size: 16px !important;
  }
}

.wpforms-title {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.wpforms-description {
  font-weight: normal;
  margin-bottom: 20px !important;
}

.wpforms-field {
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.wpforms-field label {
  display: block !important;
  color: #fff !important;
}

.wpforms-field input,
.wpforms-field textarea {
  display: block !important;
  padding-left: 20px !important;
  width: 100% !important;
  border-radius: 5px !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  font-size: 18px !important;
  color: #033 !important;
}

.wpforms-field input:invalid,
.wpforms-field textarea:invalid {
  background-color: #fff;
}

.wpforms-field input::-webkit-input-placeholder, .wpforms-field textarea::-webkit-input-placeholder {
  color: #033;
  font-size: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.wpforms-field input::-moz-placeholder, .wpforms-field textarea::-moz-placeholder {
  color: #033;
  font-size: 18px;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.wpforms-field input:-ms-input-placeholder, .wpforms-field textarea:-ms-input-placeholder {
  color: #033;
  font-size: 18px;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}

.wpforms-field input::-ms-input-placeholder, .wpforms-field textarea::-ms-input-placeholder {
  color: #033;
  font-size: 18px;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}

.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: #033;
  font-size: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.wpforms-field input:focus::-webkit-input-placeholder, .wpforms-field textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 51, 51, 0.6);
}

.wpforms-field input:focus::-moz-placeholder, .wpforms-field textarea:focus::-moz-placeholder {
  color: rgba(0, 51, 51, 0.6);
}

.wpforms-field input:focus:-ms-input-placeholder, .wpforms-field textarea:focus:-ms-input-placeholder {
  color: rgba(0, 51, 51, 0.6);
}

.wpforms-field input:focus::-ms-input-placeholder, .wpforms-field textarea:focus::-ms-input-placeholder {
  color: rgba(0, 51, 51, 0.6);
}

.wpforms-field input:focus::placeholder,
.wpforms-field textarea:focus::placeholder {
  color: rgba(0, 51, 51, 0.6);
}

@media only screen and (max-width: 767.98px) {
  .wpforms-field input,
  .wpforms-field textarea {
    font-size: 16px;
  }
  .wpforms-field input::-webkit-input-placeholder, .wpforms-field textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .wpforms-field input::-moz-placeholder, .wpforms-field textarea::-moz-placeholder {
    font-size: 16px;
  }
  .wpforms-field input:-ms-input-placeholder, .wpforms-field textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .wpforms-field input::-ms-input-placeholder, .wpforms-field textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .wpforms-field input::placeholder,
  .wpforms-field textarea::placeholder {
    font-size: 16px;
  }
}

.wpforms-field-email .mailcheck-error {
  display: none !important;
}

.wpforms-field input,
.wpforms-submit {
  height: 48px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

.wpforms-field textarea {
  height: 120px !important;
  padding-top: 10px !important;
  resize: none;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
}

.wpforms-confirmation-container-full {
  background: #ddd !important;
  border: 0 !important;
  text-align: center !important;
  opacity: 0.8 !important;
  color: #033 !important;
  margin: 35px auto 24px !important;
  padding: 38px 15px !important;
  font-weight: bold;
  border-radius: 6px;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
}

.wpforms-submit {
  position: relative !important;
  border-radius: 5px !important;
  color: #fff !important;
  float: right !important;
  border: 1px solid #fff !important;
  padding: 0 35px !important;
  line-height: 48px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif !important;
  background-color: transparent !important;
}

.loaded .wpforms-submit {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

@media only screen and (min-width: 1025px) {
  .no-touch .wpforms-submit:hover {
    background-color: #fff !important;
    color: #033 !important;
    border: 1px solid #033 !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .wpforms-submit {
    width: 100% !important;
  }
}

.contact__close {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.loaded .contact__close {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.contact__close::before {
  content: 'Formular schliessen';
  margin-right: 10px;
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
  .no-touch .contact__close:hover {
    color: #f1e3b0;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact__close {
    display: none;
    right: 20px;
    color: #fff;
    font-size: 30px;
    top: 9px;
    position: fixed;
    z-index: 100;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }
  .contact__close::before, .contact__close::after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #033;
    display: block;
  }
  .contact__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 25px;
    right: -10px;
  }
  .contact__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 0;
    bottom: 22px;
  }
}

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