/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
@media print {
  *,
  *:after,
  *:before {
    -webkit-print-color-adjust: exact !important; } }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
/*remove comment to hide arrow in IE11*/
/*select::-ms-expand {
    display: none;
}*/
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Telegraf';
  src: url("/css/fonts/Telegraf-Regular.woff2") format("woff2"), url("/css/fonts/Telegraf-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("/css/fonts/Telegraf-Medium.woff2") format("woff2"), url("/css/fonts/Telegraf-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("/css/fonts/Telegraf-SemiBold.woff2") format("woff2"), url("/css/fonts/Telegraf-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/css/fonts/Montserrat-Regular.woff2") format("woff2"), url("/css/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/css/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/css/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: 'Telegraf', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 1.04vw;
  line-height: 1.5;
  color: #2d2926; }
@media only screen and (max-width: 1439px) {
    body {
      font-size: 16px; } }
@media only screen and (max-width: 767px) {
    body {
      font-size: 14px;
      line-height: 1.29; } }
@media only screen and (max-width: 767px) {
  p {
    line-height: 1.29; } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2);
  font-weight: 600;
  font-family: 'Telegraf', sans-serif !important; }
.h1,
h1 {
  font-size: 1.93vw; }
@media only screen and (max-width: 1439px) {
    .h1,
    h1 {
      font-size: 35px; } }
@media only screen and (max-width: 767px) {
    .h1,
    h1 {
      font-size: 20px; } }
.h2,
h2 {
  font-size: 1.93vw; }
@media only screen and (max-width: 1439px) {
    .h2,
    h2 {
      font-size: 35px; } }
@media only screen and (max-width: 767px) {
    .h2,
    h2 {
      font-size: 20px; } }
.h3,
h3 {
  font-size: 1.82vw; }
@media only screen and (max-width: 1439px) {
    .h3,
    h3 {
      font-size: 30px; } }
@media only screen and (max-width: 767px) {
    .h3,
    h3 {
      font-size: 18px; } }
.h4,
h4 {
  font-size: 1.55vw; }
@media only screen and (max-width: 1439px) {
    .h4,
    h4 {
      font-size: 25px; } }
.h5,
h5 {
  font-size: 1.3vw; }
@media only screen and (max-width: 1439px) {
    .h5,
    h5 {
      font-size: 18px; } }
@media only screen and (max-width: 767px) {
    .h5,
    h5 {
      font-size: 12px; } }
.h6,
h6 {
  font-size: 1.04vw; }
@media only screen and (max-width: 1439px) {
    .h6,
    h6 {
      font-size: 16px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1140px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: right;
  padding: 61px 0 20px;
  -webkit-transition: background .4s, padding .4s;
  -o-transition: background .4s, padding .4s;
  transition: background .4s, padding .4s; }
@media print {
    .header {
      display: none; } }
@media only screen and (max-width: 1199px) {
    .header {
      padding: 30px 0 20px; } }
@media only screen and (max-width: 1023px) {
    .header {
      text-align: left;
      padding: 30px 0; }
      .header:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(45, 41, 38, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
        transition: opacity .4s, visibility .4s, -webkit-transform .4s;
        -o-transition: opacity .4s, visibility .4s, transform .4s;
        transition: opacity .4s, visibility .4s, transform .4s;
        transition: opacity .4s, visibility .4s, transform .4s, -webkit-transform .4s; } }
@media only screen and (max-width: 767px) {
    .header {
      padding: 20px 0; } }
.header:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-box-shadow: 0 0 130px 155px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 130px 155px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
@media only screen and (max-width: 767px) {
      .header:before {
        -webkit-box-shadow: 0 0 56px 56px rgba(0, 0, 0, 0.8);
                box-shadow: 0 0 56px 56px rgba(0, 0, 0, 0.8); } }
.header .grid-container {
    position: relative; }
.header .logo {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -11px; }
@media (min-width: 1920.02px) {
      .header .logo {
        left: 8.5rem; } }
@media only screen and (max-width: 1023px) {
      .header .logo {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin: 0;
        z-index: 100; } }
.header .nav {
    margin: 19px 0 0;
    padding-left: 6rem; }
@media only screen and (max-width: 1023px) {
    .header .nav {
    padding-left: 0; }
}
.header .btn-burger {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999; }
@media only screen and (max-width: 1023px) {
      .header .btn-burger {
        display: block; } }
@media only screen and (max-width: 767px) {
      .header .btn-burger {
        margin-top: -4px; } }
@media only screen and (max-width: 1023px) {
    .header .header__body {
      position: fixed;
      top: 0;
      right: 0;
      width: 300px;
      height: 100vh;
      background: #2d2926;
      padding: 130px 30px 150px;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      overflow-y: auto;
      overflow-x: hidden;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
      transition: opacity .4s, visibility .4s, -webkit-transform .4s;
      -o-transition: opacity .4s, visibility .4s, transform .4s;
      transition: opacity .4s, visibility .4s, transform .4s;
      transition: opacity .4s, visibility .4s, transform .4s, -webkit-transform .4s; } }
.header.is-fixed {
    background: #000;
    padding: 30px 0; }
.header.is-fixed:before {
      opacity: 0; }
.header.is-fixed .nav ul ul {
      background: #000; }
@media only screen and (max-width: 1023px) {
      .header.is-fixed {
        padding: 20px 0; } }
@media only screen and (max-width: 1023px) {
    .header.is-active:after,
    .header.is-active .header__body {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
[class^="logo"] {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
.logo {
  background-image: url(/images/site/logo.png);
  width: 85px;
  height: 91px; }
@media only screen and (max-width: 767px) {
    .logo {
      width: 57px;
      height: 62px; } }
.logo-secondary {
  background-image: url(/images/site/logo-secondary.png);
  width: 110px;
  height: 136px; }
.logo-teritary {
  background-image: url(/images/site/logo-teritary.png);
  width: 110px;
  height: 136px; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 1.15vw;
  color: #fff; }
@media only screen and (max-width: 1439px) {
    .nav {
      font-size: 18px; } }
.nav a {
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s; }
.nav ul {
    margin: 0; }
.nav li:hover > a {
    color: #7fb0cd; }
.nav li:hover > a:after {
      background-image: url(/images/site/svg/ico-arrow-blue.svg) !important; }
.nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0; }
.nav > ul > li {
    display: inline-block;
    position: relative;
    padding-bottom: 7px; }
@media only screen and (max-width: 1023px) {
      .nav > ul > li {
        display: block;
        padding: 0; } }
.nav > ul > li + li {
      margin-left: 64px; }
@media only screen and (max-width: 1650px) {
        .nav > ul > li + li {
          margin-left: 30px; } }
@media only screen and (max-width: 1199px) {
        .nav > ul > li + li {
          margin-left: 20px; } }
@media only screen and (max-width: 1023px) {
        .nav > ul > li + li {
          margin: 20px 0 0; } }
.nav ul ul {
    position: absolute;
    top: 100%;
    left: -10px;
    background: rgba(0, 0, 0, 0.5);
    width: 320px;
    text-align: left;
    font-size: 1.05vw;
    padding: 17px 0px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s, margin .4s, background .4s;
    -o-transition: opacity .4s, visibility .4s, margin .4s, background .4s;
    transition: opacity .4s, visibility .4s, margin .4s, background .4s;
}

@media (min-width: 1920.02px) {
      .nav ul ul {
        width: 21rem; } }
@media only screen and (max-width: 1650px) {
      .nav ul ul {
        width: 250px; } }
@media only screen and (max-width: 1439px) {
      .nav ul ul {
        font-size: 16px; } }
@media only screen and (max-width: 1023px) {
      .nav ul ul {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        opacity: 1;
        visibility: visible;
        font-size: 14px;
        background: none;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .4s;
        -o-transition: max-height .4s;
        transition: max-height .4s; } }
.nav ul ul li {
      position: static; padding:0 20px; }
.nav ul ul li + li {
        margin: -2px 0 0; }
@media only screen and (max-width: 1023px) {
          .nav ul ul li + li {
            margin: 4px 0 0; } }
.nav ul ul .has-dd > a:after {
      content: '';
      display: inline-block;
      background: url(/images/site/svg/ico-arrow.svg) no-repeat 0 0;
      width: 14px;
      height: 13px;
      background-size: 100% 100%;
      margin-left: 10px;
      -webkit-transition-duration: .4s;
           -o-transition-duration: .4s;
              transition-duration: .4s;
      vertical-align: middle; }
@media only screen and (max-width: 1023px) {
    .nav ul ul .has-dd > a:after {
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
    }
}
.nav ul ul > .pos-right > ul {
    right: 100% !important; }
.nav ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 30px; }
@media only screen and (max-width: 1023px) {
    .nav ul ul ul {
        margin: 0; }
}
.nav .pos-right > ul {
    left: auto;
    right: 0; }
.nav .pos-right ul ul {
    left: auto;
    right: 100%; }
.nav .is-active > a {
    color: #7fb0cd; }
@media only screen and (max-width: 1023px) {
    .nav .has-dd > a:after {
      content: '';
      display: inline-block;
      background: url(/images/site/svg/ico-arrow.svg) no-repeat 0 0;
      width: 14px;
      height: 13px;
      background-size: 100% 100%;
      margin-left: 10px;
      -webkit-transition-duration: .4s;
           -o-transition-duration: .4s;
              transition-duration: .4s;
      vertical-align: middle; } }
@media only screen and (max-width: 1023px) {
    .nav .open > a {
      color: #7fb0cd; }
      .nav .open > a:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .nav .open > ul {
      max-height: 999px;
      padding-top: 10px;
      padding-bottom: 10px; } }
/* ------------------------------------------------------------ *\
	Nav Utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  color: #8e8e8e;
  font-size: 1.13rem; }
@media only screen and (max-width: 1439px) {
    .nav-utilities {
      font-size: 16px; } }
.nav-utilities a {
    -webkit-transition: opacity .4s, color .4s;
    -o-transition: opacity .4s, color .4s;
    transition: opacity .4s, color .4s; }
.nav-utilities a:hover {
      color: #7fb0cd; }
.nav-utilities a:hover .fa-facebook path {
        fill: #7fb0cd; }
.nav-utilities i {
    font-size: 1.3rem; }
.nav-utilities ul {
    margin: 0; }
.nav-utilities li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
.nav-utilities li + li {
      margin-left: 21px; }
.nav-utilities a {
    text-decoration: none; }
.nav-utilities .fa-facebook {
    width: 20px;
    height: 20px; }
.nav-utilities .fa-facebook path {
      -webkit-transition: fill .4s;
      -o-transition: fill .4s;
      transition: fill .4s; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  position: relative;
  background: url(/images/site/temp/pattern.jpg) repeat 0 0;
  padding: 127px 0 120px; }
@media print {
    .footer {
      display: none; } }
@media only screen and (max-width: 1439px) {
    .footer {
      padding: 80px 0; } }
@media only screen and (max-width: 1199px) {
    .footer {
      padding: 80px 0 120px; } }
@media only screen and (max-width: 767px) {
    .footer {
      padding: 21px 0 145px; } }
.footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/site/temp/shapes.png) no-repeat 0 0;
    width: 1578px;
    height: 497px;
    background-size: 100% 100%; }
@media only screen and (max-width: 1439px) {
      .footer:after {
        height: 100%;
        background-size: auto 100%; } }
.footer .grid-container {
    position: relative;
    z-index: 10; }
@media only screen and (max-width: 1439px) {
    .footer .columns {
      padding-right: 20px; } }
@media only screen and (max-width: 767px) {
    .footer .columns {
      padding-right: 0; } }
.footer .socials {
    position: absolute;
    top: 4px;
    right: 25px; }
@media (min-width: 1920.02px) {
      .footer .socials {
        right: 8.5rem; } }
@media only screen and (max-width: 1439px) {
      .footer .socials {
        position: static;
        margin: 30px 0 0; } }
.footer .footer__content {
    padding: 3px 20px 0 5px;
    font-size: .95vw; }
@media only screen and (max-width: 1439px) {
      .footer .footer__content {
        font-size: 12px; } }
@media only screen and (max-width: 1199px) {
      .footer .footer__content {
        padding: 0; } }
@media only screen and (max-width: 767px) {
      .footer .footer__content {
        padding: 27px 0 0; } }
.footer .footer__content h6 {
      margin: 0 0 21px; }
@media only screen and (max-width: 767px) {
        .footer .footer__content h6 {
          font-size: 16px;
          margin: 0 0 8px; } }
.footer .footer__content p {
      line-height: 1.83; }
.footer .footer__content p a {
        text-decoration: none;
        color: #00629b;
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s; }
.footer .footer__content p a:hover {
          color: #1d9fea; }
.footer .footer__content p span {
        font-size: 1.3vw;
        margin-top: -12px;
        display: block;
        font-weight: 600; }
@media only screen and (max-width: 1439px) {
          .footer .footer__content p span {
            font-size: 18px;
            margin-top: -5px; } }
.footer .footer__content p span a {
          color: #2d2926; }
.footer .footer__content--primary {
      padding: 3px 20px 0 0;
      margin-left: -15px; }
@media only screen and (max-width: 1439px) {
        .footer .footer__content--primary {
          margin: 0 -20px 0 0; } }
@media only screen and (max-width: 1199px) {
        .footer .footer__content--primary {
          padding: 0; } }
@media only screen and (max-width: 1023px) {
        .footer .footer__content--primary {
          margin: 0 -20px 0 -40px; } }
@media only screen and (max-width: 767px) {
        .footer .footer__content--primary {
          margin: 0;
          padding: 28px 0 0; }
          .footer .footer__content--primary h6 {
            margin: 0 0 5px; }
          .footer .footer__content--primary p {
            line-height: 1.5; }
            .footer .footer__content--primary p span {
              font-size: 16px;
              margin: 0; } }
.footer .footer__content-alt {
    font-size: 11px;
    line-height: 1.36;
    padding: 183px 0 0 19px;
    margin-right: -20px; }
@media only screen and (max-width: 1650px) {
      .footer .footer__content-alt {
        margin-right: 0; } }
@media only screen and (max-width: 1439px) {
      .footer .footer__content-alt {
        padding: 40px 0 0; } }
@media only screen and (max-width: 767px) {
      .footer .footer__content-alt {
        padding: 25px 0 0; } }
.footer .footer__content-alt p {
      margin: 0; }
.footer .footer__content-alt p + p {
        margin: 7px 0 0; }
@media only screen and (max-width: 767px) {
          .footer .footer__content-alt p + p {
            margin: 11px 0 0; } }
@media only screen and (max-width: 767px) {
    .footer .footer__nav {
      margin-right: -50px;
      margin-right: 0; } }
@media only screen and (max-width: 374px) {
    .footer .footer__nav {
      margin-right: 0; } }
.footer .footer__nav a {
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s; }
.footer .footer__nav a:hover {
      color: #1d9fea; }
.footer .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -10px; }
@media only screen and (max-width: 1023px) {
      .footer .footer__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
@media only screen and (max-width: 767px) {
      .footer .footer__nav ul {
        margin: 0; } }
.footer .footer__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 4px; }
@media only screen and (max-width: 1023px) {
      .footer .footer__nav li {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
        .footer .footer__nav li:nth-child(even) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
@media only screen and (max-width: 767px) {
      .footer .footer__nav li {
        line-height: 1;
        padding: 0 0 6px; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.button {
  text-decoration: none;
  font-size: 1.3vw;
  font-weight: 500;
  margin: 0;
  padding: .97em 2.9em; }
@media print {
    .button {
      color: #fff !important; }
      .button span {
        color: #fff !important; } }
@media only screen and (max-width: 1439px) {
    .button {
      font-size: 20px; } }
@media only screen and (max-width: 1199px) {
    .button {
      font-size: 18px; } }
@media only screen and (max-width: 767px) {
    .button {
      font-size: 13px;
      padding: 9px 25px 5px; } }
@media only screen and (max-width: 374px) {
    .button {
      font-size: 10px; } }
.button.hollow.white {
    background: rgba(0, 0, 0, 0.2);
    border: 3px solid #fff;
    color: #fff;
    border-radius: 10px; }
@media print {
      .button.hollow.white {
        background: rgba(0, 0, 0, 0.2) !important; } }
@media only screen and (max-width: 767px) {
      .button.hollow.white {
        border-width: 2px;
        border-radius: 3px; } }
.button.hollow.white:hover {
      background: #fff;
      color: #2d2926; }
.button.medium {
    padding: 1.5em 2.5em; }
@media only screen and (max-width: 767px) {
      .button.medium {
        padding: 9px 25px 5px; } }
.button.medium-alt {
    padding: 1.45em 2.8em; }
@media only screen and (max-width: 767px) {
      .button.medium-alt {
        padding: 9px 12px 5px; } }
.button.medium-def {
    font-weight: 400;
    font-size: .8vw;
    padding: 1.9em 1.4em 1.7em; }
@media only screen and (max-width: 1439px) {
      .button.medium-def {
        font-size: 12px; } }
.button.medium-def span {
      display: block;
      font-weight: 500;
      font-size: 1.3vw;
      margin: 0 0 5px; }
@media only screen and (max-width: 1439px) {
        .button.medium-def span {
          font-size: 16px; } }
.button.large {
    padding: 1.5em 5.4em;
    font-size: 1.3vw; }
@media only screen and (max-width: 1439px) {
      .button.large {
        font-size: 18px; } }
@media only screen and (max-width: 767px) {
      .button.large {
        padding: 17px 45px 15px; } }
.button.green-light {
    background-color: #8d8a3f; }
@media print {
      .button.green-light {
        background-color: #8d8a3f !important; } }
.button.green-light:hover {
      background: #5b5929; }
.button.green-light.hovered {
      background: #5b5929; }
.button.green {
    background-color: #00696e; }
@media print {
      .button.green {
        background-color: #00696e !important; } }
.button.green:hover {
      background: #003233; }
.button.green.hovered {
      background: #003233; }
.button.pink {
    background-color: #b68f78; }
@media print {
      .button.pink {
        background-color: #b68f78 !important; } }
.button.pink:hover {
      background: #87674b; }
.button.pink.hovered {
      background: #87674b; }
.button.orange {
    background-color: #dc582a; }
@media print {
      .button.orange {
        background-color: #dc582a !important; } }
.button.orange:hover {
      background: #93391a; }
.button.orange.hovered {
      background: #93391a; }
.button.dark {
    background-color: #2d2926; }
@media print {
      .button.dark {
        background-color: #2d2926 !important; } }
.button.dark:hover {
      background: #0d0906; }
.button.dark.hovered {
      background: #0d0906; }
.button.primary {
    background-color: #006fa4; }
@media print {
      .button.primary {
        background-color: #006fa4 !important; } }
.button.primary:hover {
      background: #01395a; }
.button.primary.hovered {
      background: #01395a; }
/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */
.btn-burger {
  display: none;
  position: relative;
  width: 35px;
  height: 24px; }
@media only screen and (max-width: 767px) {
    .btn-burger {
      height: 18px; } }
.btn-burger span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.btn-burger span:first-child {
      top: 0; }
.btn-burger span:nth-child(2) {
      top: 10px; }
@media only screen and (max-width: 767px) {
        .btn-burger span:nth-child(2) {
          top: 7px; } }
.btn-burger span:last-child {
      top: 20px; }
@media only screen and (max-width: 767px) {
        .btn-burger span:last-child {
          top: 14px; } }
.btn-burger.is-active span {
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.btn-burger.is-active span:first-child {
      top: 10px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
@media only screen and (max-width: 767px) {
        .btn-burger.is-active span:first-child {
          top: 7px; } }
.btn-burger.is-active span:nth-child(2) {
      opacity: 0; }
.btn-burger.is-active span:last-child {
      top: 10px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
@media only screen and (max-width: 767px) {
        .btn-burger.is-active span:last-child {
          top: 7px; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {
  border: none;
  border-radius: 0;
  height: 75px;
  padding: 0 34px;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }
.field::-webkit-input-placeholder {
    color: #2d2926; }
.field::-moz-placeholder {
    color: #2d2926; }
.field:-moz-placeholder {
    color: #2d2926; }
.field:-ms-input-placeholder {
    color: #2d2926; }
@media only screen and (max-width: 1650px) {
    .field {
      height: 55px; } }
@media only screen and (max-width: 767px) {
    .field {
      height: 45px;
      font-size: 12px;
      margin: 0;
      padding: 0 40px 0 10px; } }
.field--primary {
    background: #eae8e8;
    font-size: 1.04vw;
    padding: 0 24px; }
@media print {
      .field--primary {
        background: #eae8e8 !important; } }
@media only screen and (max-width: 1650px) {
      .field--primary {
        font-size: 16px; } }
@media only screen and (max-width: 767px) {
      .field--primary {
        font-size: 14px;
        padding: 0 40px 0 10px; } }
.field--textarea {
    padding: 24px 20px;
    height: 200px;
    resize: none; }
@media only screen and (max-width: 767px) {
      .field--textarea {
        padding: 24px 10px; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none; }
.checkbox input:checked + label:before {
    opacity: 1; }
.checkbox label {
  display: block;
  position: relative;
  font-size: 1.04vw;
  padding-left: 34px;
  margin: 0; }
@media only screen and (max-width: 1439px) {
    .checkbox label {
      font-size: 14px; } }
.checkbox label:before, .checkbox label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0; }
@media only screen and (max-width: 1439px) {
      .checkbox label:before, .checkbox label:after {
        margin-top: -2px; } }
.checkbox label:after {
    width: 22px;
    height: 22px;
    border: 2px solid #006fa4;
    border-radius: 3px; }
.checkbox label:before {
    width: 13px;
    height: 6px;
    border-left: 2px solid #006fa4;
    border-bottom: 2px solid #006fa4;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 9px;
    left: 4px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios ul {
  list-style: none;
  margin: 0; }
.radios li {
  display: inline-block; }
@media only screen and (max-width: 767px) {
    .radios li {
      display: block; } }
.radios li + li {
    margin-left: 28px; }
@media only screen and (max-width: 767px) {
      .radios li + li {
        margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none; }
.radio input:checked + label:before {
    opacity: 1; }
.radio label {
  display: block;
  position: relative;
  font-size: 1.04vw;
  padding-left: 28px;
  margin: 0; }
@media only screen and (max-width: 1439px) {
    .radio label {
      font-size: 14px; } }
.radio label:before, .radio label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%; }
@media print {
      .radio label:before, .radio label:after {
        margin-top: -10px !important; } }
@media only screen and (max-width: 1439px) {
      .radio label:before, .radio label:after {
        margin-top: -4px; } }
.radio label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #006fa4; }
.radio label:before {
    width: 6px;
    height: 6px;
    background: #006fa4;
    top: 12px;
    left: 7px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  height: 911px;
  /*  Hero Size1  */ }
@media print {
    .hero {
      height: 500px; } }
@media only screen and (max-width: 1650px) {
    .hero {
      height: 650px; } }
@media only screen and (max-width: 1023px) {
    .hero {
      height: 500px; } }
@media only screen and (max-width: 767px) {
    .hero {
      height: 210px; } }
.hero .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1; }
@media print {
      .hero .hero__image {
        background-image: url(/images/site/temp/home.jpg) !important; } }
.hero .hero__image:before {
      content: '';
      position: absolute;
      top: 57.5%;
      left: 0;
      background: url(/images/site/temp/bottom-alt.png) no-repeat 0 0;
      width: 100%;
      height: 1433px;
      background-size: 100% 100%; }
@media print {
        .hero .hero__image:before {
          height: 677px; } }
@media only screen and (max-width: 1650px) {
        .hero .hero__image:before {
          top: 54%;
          height: 1077px; } }
@media only screen and (max-width: 1439px) {
        .hero .hero__image:before {
          top: 62%;
          height: 901px; } }
@media only screen and (max-width: 1199px) {
        .hero .hero__image:before {
          top: 67%;
          height: 774px; } }
@media only screen and (max-width: 1023px) {
        .hero .hero__image:before {
          top: 68%;
          height: 585px; } }
@media only screen and (max-width: 767px) {
        .hero .hero__image:before {
          top: 63%;
          background-image: url(/images/site/temp/bottom-m1.png);
          height: 481px; } }
.hero .hero__actions {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 10;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 74px; }
@media print {
      .hero .hero__actions {
        margin-top: 0; } }
@media only screen and (max-width: 1650px) {
      .hero .hero__actions {
        margin: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        top: 250px; } }
@media only screen and (max-width: 1023px) {
      .hero .hero__actions {
        top: 210px; } }
@media only screen and (max-width: 767px) {
      .hero .hero__actions {
        top: 108px; } }
.hero .hero__actions .button {
      font-size: 1.57vw;
      padding: .45em 1.3em; }
@media only screen and (max-width: 1439px) {
        .hero .hero__actions .button {
          font-size: 22px; } }
@media only screen and (max-width: 767px) {
        .hero .hero__actions .button {
          padding: 7px 15px 3px;
          font-size: 12px; } }
.hero--size1 {
    height: 624px; }
@media only screen and (max-width: 1650px) {
      .hero--size1 {
        height: 520px; } }
@media only screen and (max-width: 1023px) {
      .hero--size1 {
        height: 500px; } }
@media only screen and (max-width: 767px) {
      .hero--size1 {
        height: 210px; } }
.hero--size1 .hero__image:before {
      top: 38.5%; }
@media only screen and (max-width: 1650px) {
        .hero--size1 .hero__image:before {
          top: 43%;
          height: 1077px; } }
@media only screen and (max-width: 1439px) {
        .hero--size1 .hero__image:before {
          top: 53%;
          height: 901px; } }
@media only screen and (max-width: 1199px) {
        .hero--size1 .hero__image:before {
          top: 59%;
          height: 774px; } }
@media only screen and (max-width: 1023px) {
        .hero--size1 .hero__image:before {
          top: 68%;
          height: 585px; } }
@media only screen and (max-width: 767px) {
        .hero--size1 .hero__image:before {
          top: 63%;
          height: 280px; } }
.hero--size1 .hero__actions {
      margin: 0;
      top: 39.2%; }
@media only screen and (max-width: 1650px) {
        .hero--size1 .hero__actions {
          top: 190px; } }
@media only screen and (max-width: 1023px) {
        .hero--size1 .hero__actions {
          top: 210px; } }
@media only screen and (max-width: 767px) {
        .hero--size1 .hero__actions {
          top: 108px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 100px 0 100px;
  /*  Section Size 1  */
  /*  Section Size 2  */
  /*  Section Size 3  */
  /*  Section Size 4  */
  /*  Section Size 5  */
  /*  Section Size 6  */ }
@media only screen and (max-width: 767px) {
    .section {
      padding: 29px 0; } }
.section .section__head {
    margin: 0 0 60px; }
@media only screen and (max-width: 767px) {
      .section .section__head {
        margin: 0 0 17px; } }
.section .section__head h1 {
      margin: 0; }
.section .section__head h1 + .link {
        margin: 20px 0 0; }
@media only screen and (max-width: 767px) {
          .section .section__head h1 + .link {
            margin: 10px 0 0; } }
.section + .section {
    padding-top: 0; }
.section--size1 {
    padding: 100px 0 95px; }
@media only screen and (max-width: 767px) {
      .section--size1 {
        padding: 30px 0 21px; } }
.section--size2 {
    padding: 100px 0 110px; }
@media only screen and (max-width: 767px) {
      .section--size2 {
        padding: 29px 0; } }
.section--size2 .section__head {
      margin: 0 0 97px; }
@media only screen and (max-width: 767px) {
        .section--size2 .section__head {
          margin: 0 0 17px; } }
.section--size3 {
    padding: 100px 0 95px; }
@media only screen and (max-width: 767px) {
      .section--size3 {
        padding: 29px 0; } }
.section--size3 .section__head {
      margin: 0 0 67px; }
@media only screen and (max-width: 767px) {
        .section--size3 .section__head {
          margin: 0 0 17px; } }
.section--size4 {
    padding: 100px 0 0; }
@media only screen and (max-width: 767px) {
      .section--size4 {
        padding: 29px 0 0; } }
.section--size4 .section__head {
      margin: 0 0 62px; }
@media only screen and (max-width: 767px) {
        .section--size4 .section__head {
          margin: 0 0 17px; } }
.section--size5 {
    padding: 100px 0 110px; }
@media only screen and (max-width: 767px) {
      .section--size5 {
        padding: 29px 0; } }
.section--size5 .section__head {
      margin: 0 0 63px; }
@media only screen and (max-width: 767px) {
        .section--size5 .section__head {
          margin: 0 0 17px; } }
.section--size5 .section__body {
      padding: 0 86px; }
@media print {
        .section--size5 .section__body {
          padding: 0 !important; } }
@media only screen and (max-width: 1023px) {
        .section--size5 .section__body {
          padding: 0; } }
.section--size6 {
    padding: 100px 0 92px; }
@media only screen and (max-width: 767px) {
      .section--size6 {
        padding: 29px 0; } }
.section--size6 .section__head {
      margin: 0 0 97px; }
@media only screen and (max-width: 767px) {
        .section--size6 .section__head {
          margin: 0 0 17px; } }
/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */
[class^="ico-"] {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
.ico-facebook {
  background-image: url(/images/site/svg/ico-facebook.svg);
  width: 20px;
  height: 20px; }
.ico-instagram {
  background-image: url(/images/site/svg/ico-instagram.svg);
  width: 20px;
  height: 20px; }
.ico-trip-advisor {
  background-image: url(/images/site/svg/ico-trip-advisor.svg);
  width: 28px;
  height: 22px; }
.ico-arrow-long {
  background-image: url(/images/site/svg/ico-arrow-long.svg);
  width: 20px;
  height: 18px; }
.ico-arrow-blue {
  background-image: url(/images/site/svg/ico-arrow-blue.svg);
  width: 13px;
  height: 14px; }
.ico-arrow-blue-alt {
  background-image: url(/images/site/svg/ico-arrow-blue-alt.svg);
  width: 15px;
  height: 16px; }
.ico-arrow-dark {
  background-image: url(/images/site/svg/ico-arrow-dark.svg);
  width: 14px;
  height: 13px; }
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  position: relative;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.2;
  /*  Feature Primary  */ }
@media print {
    .feature {
      color: #fff !important; } }
@media only screen and (max-width: 1439px) {
    .feature {
      font-size: 18px; } }
.feature h3 {
    margin: 0 0 2px; }
.feature h3 a {
      text-decoration: none;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
.feature h3 a:hover {
        color: inherit;
        opacity: .7; }
@media print {
      .feature h3 {
        color: #fff !important; } }
@media only screen and (max-width: 1199px) {
      .feature h3 {
        line-height: 1.2;
        margin: 0 0 5px; } }
@media only screen and (max-width: 767px) {
      .feature h3 {
        min-height: 42px;
        margin: 0 0 21px; } }
@media only screen and (max-width: 374px) {
      .feature h3 {
        font-size: 14px; } }
.feature p {
    margin: 0 0 76px;
    line-height: 1.2; }
@media print {
      .feature p {
        color: #fff !important; } }
@media only screen and (max-width: 767px) {
      .feature p {
        display: none; } }
.feature .feature__image {
    padding-top: 200%;
    background-size: cover; }
@media only screen and (max-width: 1023px) {
      .feature .feature__image {
        padding-top: 160%; } }
@media only screen and (max-width: 767px) {
      .feature .feature__image {
        padding-top: 175%; } }
.feature .feature__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 10px; }
.feature .feature__logo {
    position: absolute;
    top: 48px;
    left: 48px; }
@media print {
      .feature .feature__logo {
        top: 10px !important;
        left: 10px !important;
        max-width: 110px !important;
        width: 110px !important; } }
@media only screen and (max-width: 1199px) {
      .feature .feature__logo {
        top: 30px;
        left: 30px;
        max-width: 80px; } }
@media only screen and (max-width: 767px) {
      .feature .feature__logo {
        top: 16px;
        left: 16px;
        max-width: 40px; } }
.feature--primary h3 {
    margin: 0 0 3px; }
@media only screen and (max-width: 767px) {
      .feature--primary h3 {
        min-height: 0;
        margin: 0 0 20px; } }
.feature--primary p {
    font-weight: 300;
    margin: 0 0 67px; }
.feature--primary .feature__image {
    padding-top: 93.6%; }
@media only screen and (max-width: 1023px) {
      .feature--primary .feature__image {
        padding-top: 94%; } }
@media only screen and (max-width: 767px) {
      .feature--primary .feature__image {
        padding-top: 49%; } }
@media only screen and (max-width: 374px) {
      .feature--primary .feature__image {
        padding-top: 65%; } }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  padding: 0 50px;
  position: relative; }
@media only screen and (max-width: 1023px) {
    .cards {
      padding: 0; } }
.cards .cards__actions {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  border: none;
  color: #2d2926;
  background: #f5f5f5;
  /*  Card Alt  */
  /*  Card Def  */
  /*  Card Def  */ }
@media print {
    .card {
      background: #f5f5f5 !important; } }
.card h5 {
    color: #989490;
    margin: 0 0 14px;
    font-weight: 400; }
@media only screen and (max-width: 767px) {
      .card h5 {
        margin: 0 0 3px; } }
.card h3 {
    line-height: 1.3; }
.card h3 a {
      text-decoration: none;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
.card h3 a:hover {
        color: inherit;
        opacity: .7; }
@media only screen and (max-width: 767px) {
      .card h3 {
        font-size: 14px; } }
@media only screen and (max-width: 374px) {
      .card h3 {
        font-size: 13px; } }
.card .card-image {
    padding-top: 51.4%;
    background-size: cover;
    position: relative; }
.card .card-image:hover .card-link {
      opacity: 1;
      visibility: visible; }
.card .card-image .card-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      opacity: 0;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
@media only screen and (max-width: 767px) {
      .card .card-image {
        padding-top: 74.4%; } }
.card .card-section {
    padding: 3.9rem 4.6rem;
    min-height: 400px; }
@media print {
      .card .card-section {
        padding: 40px 50px !important;
        min-height: 0px !important; } }
@media only screen and (max-width: 1199px) {
      .card .card-section {
        padding: 30px 35px; } }
@media only screen and (max-width: 1023px) {
      .card .card-section {
        min-height: 250px; } }
@media only screen and (max-width: 767px) {
      .card .card-section {
        padding: 13px 12px 13px 16px;
        min-height: 170px; } }
.card .card__actions {
    margin: 76px 0 0; }
.card--alt h5 {
    color: #2d2926;
    margin: 0;
    font-weight: 600; }
@media only screen and (max-width: 767px) {
      .card--alt h5 {
        font-size: 14px; } }
.card--alt h5 + p {
      margin: 13px 0 0; }
.card--alt h5 + table {
      margin: 20px 0 5px; }
.card--alt p + p {
    margin: 27px 0 0; }
.card--alt p + h5 {
    margin: 31px 0 0; }
.card--alt table {
    max-width: 1232px; }
@media only screen and (max-width: 767px) {
    .card--alt .card-images .grid-x > .small-6 {
      width: 100%;
      margin-bottom: 15px; } }
.card--alt .card-image {
    padding-top: 66.5%; }
.card--alt .card-section {
    padding: 5.9rem 6.2rem; }
@media only screen and (max-width: 1439px) {
      .card--alt .card-section {
        padding: 3.9rem 4.6rem; } }
@media only screen and (max-width: 1199px) {
      .card--alt .card-section {
        padding: 30px 35px; } }
@media only screen and (max-width: 1023px) {
      .card--alt .card-section {
        padding-left: 0; } }
@media only screen and (max-width: 767px) {
      .card--alt .card-section {
        padding: 23px 16px; } }
.card--def .card-image {
    margin-right: 25px;
    padding-top: 83.4%; }
@media only screen and (max-width: 1439px) {
      .card--def .card-image {
        margin-right: 0; } }
.card--def .card-image + ul {
      margin-top: 50px; }
.card--def .card-section {
    padding: 4.1rem 3rem; }
@media only screen and (max-width: 1439px) {
      .card--def .card-section {
        padding: 50px 30px 0; } }
@media only screen and (max-width: 767px) {
      .card--def .card-section {
        padding: 30px 16px 0; } }
.card--def .card-section h5 {
      color: #2d2926;
      margin: 0 0 20px;
      font-weight: 600; }
@media only screen and (max-width: 767px) {
        .card--def .card-section h5 {
          font-size: 16px; } }
.card--def .card-section p span {
      color: #006fa4;
      font-size: 1.82vw;
      line-height: 1;
      font-weight: 500; }
@media only screen and (max-width: 1439px) {
        .card--def .card-section p span {
          font-size: 20px; } }
.card--def .card-section p a {
      color: #006fa4;
      text-decoration: none;
      -webkit-transition: opacity .4s;
      -o-transition: opacity .4s;
      transition: opacity .4s; }
.card--def .card-section p a:hover {
        opacity: .7; }
.card--def .card-section p a em {
        font-style: normal;
        color: #2d2926; }
.card--def .card-section p + h6 {
      margin: 25px 0 0; }
.card--def .card-section p + .list-links-alt {
      margin: 17px 0 0; }
.card--def .card-section > a {
      text-decoration: none;
      display: inline-block;
      font-size: 1.04vw;
      color: #006fa4; }
@media only screen and (max-width: 1439px) {
        .card--def .card-section > a {
          font-size: 14px; } }
.card--def .card-section > a i {
        color: #d40c02;
        vertical-align: middle;
        margin-right: 5px; }
.card--def .card-section > a + p {
        margin-top: 31px; }
.card--def .card-section h6 + .card-content {
      margin: 6px 0 0; }
.card--def .card-section ul + a {
      margin-top: 33px; }
.card--def .card-section ul + ul {
      margin: 41px 0 0; }
.card--def .card-section ul
.list-links + .link {
      margin: 33px 0 0; }
.card--def .card-section ul
.list-links + p {
      margin: 42px 0 0; }
.card--def .card-section ul + table,
    .card--def .card-section .list-links-alt + table {
      margin-top: 46px; }
.card--def .card-section table + .list-links-alt {
      margin-top: 50px; }
.card--def .card-section .link + p {
      margin: 31px 0 0; }
.card--def .card-section .card-content {
      font-size: .8vw; }
@media only screen and (max-width: 1439px) {
        .card--def .card-section .card-content {
          font-size: 14px; } }
.card--def .card-section .card-content p {
        line-height: 1.47; }
.card--def .card-section .card-content + h6 {
        margin: 28px 0 0; }
.card--def .card-section--alt > ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px -11px;
      line-height: 1;
      padding-right: 27px; }
@media only screen and (max-width: 1439px) {
        .card--def .card-section--alt > ul {
          display: block;
          padding-right: 0; } }
@media only screen and (max-width: 1023px) {
        .card--def .card-section--alt > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
@media only screen and (max-width: 767px) {
        .card--def .card-section--alt > ul {
          display: block; } }
.card--def .card-section--alt > ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px 11px; }
@media only screen and (max-width: 1439px) {
          .card--def .card-section--alt > ul li {
            max-width: 100%; } }
.card--def .card-section--alt > ul a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding-left: 27px; }
.card--def .card-section--alt > ul a:before {
          content: '';
          position: absolute;
          top: 0.1vw;
          left: 0.15vw;
          display: inline-block;
          background: url(/images/site/svg/ico-arrow-dark.svg) no-repeat 0 0;
          width: 14px;
          height: 13px;
          background-size: 100% 100%;
          margin-right: 12px;
          -webkit-transition-duration: .4s;
               -o-transition-duration: .4s;
                  transition-duration: .4s;
          vertical-align: middle; }
@media only screen and (max-width: 1439px) {
          .card--def .card-section--alt > ul a:before {
            top: 1px;
            left: 4px; } }
@media only screen and (max-width: 767px) {
          .card--def .card-section--alt > ul a:before {
            top: 0; } }
.card--def-size1 {
    background: none; }
@media print {
      .card--def-size1 {
        background: none !important; } }
.card--def-size1 table {
      margin: 0; }
.card--def-size1 table td:nth-child(1),
      .card--def-size1 table th:nth-child(1) {
        width: 25.4%; }
.card--def-size1 table td:nth-child(2),
      .card--def-size1 table th:nth-child(2) {
        width: 26%;
        padding-left: 0; }
.card--def-size1 table td:nth-child(3),
      .card--def-size1 table th:nth-child(3) {
        width: 23%; }
@media only screen and (max-width: 1023px) {
          .card--def-size1 table td:nth-child(3),
          .card--def-size1 table th:nth-child(3) {
            text-align: center; } }
.card--def-size1 table td:nth-child(4),
      .card--def-size1 table th:nth-child(4) {
        width: 17%;
        padding: 0; }
@media only screen and (max-width: 1023px) {
          .card--def-size1 table td:nth-child(4),
          .card--def-size1 table th:nth-child(4) {
            text-align: center; } }
.card--def-size1 table td:nth-child(3) {
        padding-right: 50px; }
@media only screen and (max-width: 1023px) {
          .card--def-size1 table td:nth-child(3) {
            padding-right: 0; } }
.card--def-size1 table a {
        display: inline-block;
        color: #006fa4;
        font-size: 1.03vw;
        text-decoration: none; }
@media only screen and (max-width: 767px) {
          .card--def-size1 table a {
            font-size: 12px; } }
.card--def-size1 table a i {
          color: #d40c02;
          vertical-align: middle;
          margin-right: 5px; }
@media only screen and (max-width: 1199px) {
          .card--def-size1 table a {
            font-size: 12px; } }
.card--def-size1 table + p {
        margin-top: 49px !important; }
.card--def-size1 table + p br + a {
          margin-top: 10px; }
.card--def-size1 .card-image {
      margin: 0 0 0 25px;
      padding-top: 66.6%; }
@media only screen and (max-width: 1023px) {
        .card--def-size1 .card-image {
          margin: 40px 0 0; } }
.card--def-size1 .card-section {
      padding: 0 20px 0 0;
      margin-top: -8px; }
@media print {
        .card--def-size1 .card-section {
          padding: 0 20px 0 0 !important;
          margin-right: 0 !important; } }
@media only screen and (max-width: 1650px) {
        .card--def-size1 .card-section {
          margin-top: 0; } }
@media only screen and (max-width: 767px) {
        .card--def-size1 .card-section {
          padding-right: 0; } }
.card--def-size1 .card-section h4 {
        margin: 0 0 9px; }
@media only screen and (max-width: 767px) {
          .card--def-size1 .card-section h4 {
            font-size: 18px; } }
.card--def-size1 .card-section h5 {
        margin: 0 0 18px; }
.card--def-size1 .card-section > ul {
        list-style: none;
        margin: 0; }
.card--def-size1 .card-section > ul li + li {
          margin-top: -1px; }
.card--def-size1 .card-section > ul a {
          text-decoration: none; }
.card--def-size1 .card-section > ul a i {
            margin-right: 8px; }
.card--def-size1 .card-section > ul a span {
            font-size: 1.04vw;
            display: inline-block;
            color: #006fa4;
            font-size: 1.3vw;
            text-decoration: none; }
.card--def-size1 .card-section > ul + p {
          margin: 36px 0 17px; }
.card--def-size1 .card-section > p a {
        text-decoration: none;
        font-size: 1.04vw;
        display: inline-block;
        color: #006fa4; }
@media only screen and (max-width: 1199px) {
          .card--def-size1 .card-section > p a {
            font-size: 14px; } }
.card--def-size1 .card-section > p a i {
          color: #d40c02;
          vertical-align: middle;
          margin-right: 11px; }
.card--def-size1 .card-section > p + table {
        margin-top: 45px; }
.card--def-size1 .card-section > p + .list-buttons {
        margin-top: 45px; }
.card--def-size1 .card-section > p + .list-buttons li + li {
          margin-top: 25px; }
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles {
  padding-bottom: 110px; }
.articles .grid-x {
    margin: 0 -1rem; }
.articles .grid-x > .large-4 {
      padding-left: 1rem;
      padding-right: 1rem; }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative;
  color: #fff;
  font-weight: 600; }
.article:hover .article__link {
    opacity: 1; }
.article h5 {
    font-size: 1.55vw;
    line-height: 1.17;
    font-weight: 600; }
@media print {
      .article h5 {
        color: #fff !important; } }
@media only screen and (max-width: 1439px) {
      .article h5 {
        font-size: 25px; } }
@media only screen and (max-width: 1199px) {
      .article h5 {
        font-size: 20px; } }
.article .article__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 10; }
.article .article__image {
    padding-top: 38%;
    background-size: cover; }
.article .article__body {
    position: absolute;
    top: 50%;
    left: 31%;
    width: 69%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 20px; }
@media only screen and (max-width: 1439px) {
      .article .article__body {
        left: 0;
        width: 100%;
        padding: 0 20px; } }
/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  margin-right: 68px; }
@media only screen and (max-width: 1439px) {
    .form-subscribe {
      margin-right: 0; } }
.form-subscribe h5 {
    margin: 0 0 26px; }
@media only screen and (max-width: 767px) {
      .form-subscribe h5 {
        font-size: 16px;
        margin: 0 0 13px; } }
.form-subscribe .form__body {
    position: relative; }
.form-subscribe .form__btn {
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
@media only screen and (max-width: 767px) {
      .form-subscribe .form__btn {
        right: 10px; } }
.form-subscribe .form__hint {
    margin: 26px 0 0; }
@media only screen and (max-width: 767px) {
      .form-subscribe .form__hint {
        margin: 17px 0 0; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  border-radius: 10px;
  background: #fff;
  padding: 6.3rem 7rem 5.7vw; }
@media print {
    .form {
      padding: 20px !important; } }
@media only screen and (max-width: 1199px) {
    .form {
      padding: 70px 50px; } }
@media only screen and (max-width: 767px) {
    .form {
      padding: 40px 20px; } }
.form .radios {
    margin: 0 0 40px; }
.form .grid-x + .grid-x {
    margin-top: 34px; }
@media only screen and (max-width: 1023px) {
      .form .grid-x + .grid-x {
        margin-top: 20px; } }
.form .checkbox {
    margin: 40px 0 0; }
@media only screen and (max-width: 767px) {
      .form .checkbox {
        margin: 20px 0 0; } }
.form .form__controls {
    position: relative; }
.form .form__controls > i {
      position: absolute;
      top: 50%;
      right: 24px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #006fa4;
      margin-top: -7px;
      font-size: 25px;
      pointer-events: none; }
@media only screen and (max-width: 1439px) {
        .form .form__controls > i {
          font-size: 20px; } }
@media only screen and (max-width: 767px) {
        .form .form__controls > i {
          font-size: 16px;
          margin-top: 2px;
          right: 15px; } }
.form .form__hint {
    font-size: .8vw;
    margin: 3px 0 0; }
@media only screen and (max-width: 1439px) {
      .form .form__hint {
        font-size: 12px; } }
@media only screen and (max-width: 767px) {
      .form .form__hint {
        margin: 10px 0 0; } }
.form .form__actions {
    margin: 63px 0 0; }
@media only screen and (max-width: 767px) {
      .form .form__actions {
        margin: 40px 0 0; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
  margin: 0;
  line-height: 1; }
.socials li {
  display: inline-block; }
.socials a {
  display: inline-block;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
.socials a:hover {
    opacity: .7; }
.socials a {
  font-size: 25px;
  color: #6e6e6e; }
.socials > ul > li {
  vertical-align: top; }
.socials > ul > li > a {
    min-height: 85px; }
.socials > ul > li > a > img {
      max-width: 60px; }
@media (min-width: 1920.02px) {
        .socials > ul > li > a > img {
          max-width: 70px; } }
.socials > ul > li + li {
    margin-left: 20px; }
@media only screen and (max-width: 1650px) {
      .socials > ul > li + li {
        margin-left: 14px; } }
@media only screen and (max-width: 767px) {
      .socials > ul > li + li {
        margin-left: 64px; } }
@media only screen and (max-width: 374px) {
      .socials > ul > li + li {
        margin-left: 33px; } }
.socials ul ul {
  margin: 5px 0 0;
  text-align: center; }
@media only screen and (max-width: 767px) {
    .socials ul ul {
      margin: 3px 0 0; } }
.socials ul ul li + li {
  margin-left: 6px; }
.socials .fa-tripadvisor {
  font-size: 21px; }
@media only screen and (max-width: 767px) {
    .socials .fa-tripadvisor {
      font-size: 18px; } }
@media only screen and (max-width: 767px) {
  .socials .fa-instagram {
    font-size: 20px; } }
.socials .ico-facebook {
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px; }
@media only screen and (max-width: 767px) {
    .socials .ico-facebook {
      width: 19px;
      height: 19px; } }
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #2d2926;
  color: #fff;
  padding: 24px 0;
  display: none; }
@media only screen and (max-width: 767px) {
    .bar {
      text-align: center; } }
.bar p {
    font-size: .84vw;
    font-family: 'Montserrat', sans-serif;
    margin: 0; }
@media only screen and (max-width: 1439px) {
      .bar p {
        font-size: 12px;
        padding-right: 100px; } }
@media only screen and (max-width: 767px) {
      .bar p {
        margin: 0 0 20px;
        padding: 0; } }
.bar p a {
      color: #009be5;
      text-decoration: none;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s; }
.bar p a:hover {
        color: #1d9fea; }
.bar .button {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: .84vw;
    padding: .5em 2.9em; }
@media only screen and (max-width: 1439px) {
      .bar .button {
        font-size: 12px; } }
@media only screen and (max-width: 767px) {
      .bar .button {
        position: static;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
.bar .grid-container {
    position: relative; }
.bar.is-active {
    display: block;
    z-index: 2147483645;
 }
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  display: inline-block;
  color: #006fa4;
  font-size: 1.3vw;
  text-decoration: none;
  /*  Link Small  */ }
@media only screen and (max-width: 1439px) {
    .link {
      font-size: 16px; } }
.link:hover {
    text-decoration: underline; }
.link i {
    color: #d40c02;
    vertical-align: middle;
    margin-right: 5px; }
.link.hovered {
    text-decoration: underline; }
.link--small {
    font-size: 1.04vw; }
@media only screen and (max-width: 1439px) {
      .link--small {
        font-size: 14px; } }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
table {
  table-layout: fixed; }
@media only screen and (max-width: 1199px) {
    table {
      font-size: 14px; } }
@media only screen and (max-width: 1023px) {
    table {
      font-size: 12px; } }
table tbody {
    background: none;
    border: none; }
table thead {
    background: #cce2ed;
    border: none;
    border-top: 1px solid #2d2926; }
table td,
  table th {
    border: none;
    border-bottom: 1px solid #2d2926; }
table td:nth-child(1),
  table th:nth-child(1) {
    width: 16.4%; }
table td:nth-child(2),
  table th:nth-child(2) {
    width: 18%; }
table td:nth-child(3),
  table th:nth-child(3) {
    width: 37%; }
table td:nth-child(4),
  table th:nth-child(4) {
    width: 25%;
    padding-left: 18px; }
@media only screen and (max-width: 1439px) {
      table td:nth-child(4),
      table th:nth-child(4) {
        padding-left: 0; } }
table th {
    font-weight: 500;
    padding: 12px 10px; }
table td {
    padding: 12px 10px; }
@media only screen and (max-width: 1023px) {
      table td {
        padding-left: 0; } }
table td:nth-child(3) {
      text-align: center;
      padding-right: 68px; }
@media only screen and (max-width: 1023px) {
        table td:nth-child(3) {
          padding-right: 10px; } }
table td:nth-child(4) {
      text-align: center;
      padding-left: 16px; }
@media only screen and (max-width: 1023px) {
        table td:nth-child(4) {
          padding-left: 10px; } }
table a {
    font-size: 1.04vw;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    color: #006fa4; }
@media only screen and (max-width: 1439px) {
      table a {
        font-size: 14px; } }
@media only screen and (max-width: 1023px) {
      table a {
        font-size: 10px; } }
table a:hover {
      text-decoration: underline; }
table a i {
      color: #d40c02;
      vertical-align: middle;
      margin-right: 5px; }
@media only screen and (max-width: 767px) {
  table {
    font-size: 14px;
    display: block;
    border-top: 1px solid #2d2926; }
    table thead {
      display: none; }
    table tbody,
    table tr,
    table td {
      display: block;
      width: 100% !important;
      text-align: left !important; }
    table td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0 10px 10px !important; }
      table td:before {
        content: attr(data-text);
        display: block;
        font-weight: 600;
        font-size: 14px;
        width: 120px;
        padding-right: 20px; }
    table .link {
      font-size: 11px; } }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none; }
/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -11px;
  line-height: 1;
  padding-right: 27px;
  /*  List Links Primary  */ }
@media only screen and (max-width: 1439px) {
    .list-links {
      display: block;
      padding-right: 0; } }
@media only screen and (max-width: 1023px) {
    .list-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
@media only screen and (max-width: 767px) {
    .list-links {
      display: block; } }
.list-links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 11px; }
@media only screen and (max-width: 1439px) {
      .list-links li {
        max-width: 100%; } }
.list-links a {
    display: inline-block;
    position: relative;
    text-decoration: none; }
.list-links a:before {
      content: '';
      display: inline-block;
      background: url(/images/site/svg/ico-arrow-dark.svg) no-repeat 0 0;
      width: 14px;
      height: 13px;
      background-size: 100% 100%;
      margin-right: 12px;
      -webkit-transition-duration: .4s;
           -o-transition-duration: .4s;
              transition-duration: .4s;
      vertical-align: middle; }
.list-links--primary {
    display: block; }
.list-links--primary li {
      max-width: 100%; }
/* ------------------------------------------------------------ *\
	List Links Alt
\* ------------------------------------------------------------ */
.list-links-alt {
  margin: 0;
  /*  List Links Alt  */ }
.list-links-alt--primary li + li {
    margin: 10px 0 0; }
/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */
.list-buttons {
  margin: 0; }
@media only screen and (max-width: 767px) {
    .list-buttons a {
      display: block;
      max-width: 200px; } }
.list-buttons a + a {
    margin-left: 47px; }
@media only screen and (max-width: 767px) {
      .list-buttons a + a {
        margin: 10px 0 0; } }
.list-buttons li + li {
    margin: 26px 0 0; }
.list-buttons .button {
    min-width: 270px;
    padding: .97em 2.2em; }
@media print {
      .list-buttons .button {
        min-width: 0 !important;
        max-width: 120px !important;
        width: 120px !important;
        padding: 22px 5px !important; } }
@media only screen and (max-width: 1439px) {
      .list-buttons .button {
        min-width: 200px; } }
@media only screen and (max-width: 767px) {
      .list-buttons .button {
        min-height: 0; } }
/* ------------------------------------------------------------ *\
	List Colors
\* ------------------------------------------------------------ */
.list-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px -50px;
  padding-left: 25px;
  max-width: 824px; }
@media print {
    .list-colors {
      margin: 0 -5px -50px; } }
@media only screen and (max-width: 1650px) {
    .list-colors {
      margin: 0 -10px -20px; } }
@media only screen and (max-width: 1023px) {
    .list-colors {
      padding-left: 0; } }
.list-colors li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding: 0 25px 50px; }
@media print {
      .list-colors li {
        padding: 0 5px 50px !important; } }
@media only screen and (max-width: 1650px) {
      .list-colors li {
        padding: 0 10px 20px; } }
@media only screen and (max-width: 767px) {
      .list-colors li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%; } }
.list-colors span {
    display: block;
    height: 110px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    padding-top: 76px;
    text-align: center;
    color: #fff; }
@media print {
      .list-colors span {
        color: #fff !important; } }
@media only screen and (max-width: 1023px) {
      .list-colors span {
        height: 73px;
        padding-top: 35px; } }
.list-colors span em {
      font-style: normal;
      text-shadow: none;
      display: block;
      font-size: 10px; }
@media print {
        .list-colors span em {
          color: #fff !important; } }
/* ------------------------------------------------------------ *\
	Pagination Container
\* ------------------------------------------------------------ */
.pagination-container {
  padding: 81px 0 92px; }
@media only screen and (max-width: 767px) {
    .pagination-container {
      padding: 30px 0; } }
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.pagination a {
  text-decoration: none;
  font-size: 1.3vw;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }
@media only screen and (max-width: 1439px) {
    .pagination a {
      font-size: 18px; } }
@media only screen and (max-width: 767px) {
    .pagination a {
      font-size: 12px; } }
.pagination a:after, .pagination a:before {
    display: none; }
.pagination a i {
    vertical-align: middle;
    margin: 0 0 0 6px;
    width: 15px;
    height: 16px; }
.pagination li + li {
  margin-left: 17px; }
.pagination .pagination-previous i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 6px 0 0; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Grid Container
\* ------------------------------------------------------------ */
.grid-container {
  padding-left: 1.57rem;
  padding-right: 1.57rem;
  max-width: 106.3rem; }
@media (min-width: 1920.02px) {
    .grid-container {
      max-width: none;
      padding-left: 8.4rem;
      padding-right: 8.4rem; } }
@media only screen and (max-width: 1439px) {
    .grid-container {
      padding-left: 30px;
      padding-right: 30px; } }
/* ------------------------------------------------------------ *\
	Grid Padding X
\* ------------------------------------------------------------ */
.grid-padding-x {
  margin-left: -1.55rem;
  margin-right: -1.55rem; }
@media only screen and (max-width: 1439px) {
    .grid-padding-x {
      margin-left: -10px !important;
      margin-right: -10px !important;
      margin-bottom: -20px; } }
.grid-padding-x > .small-12,
  .grid-padding-x > .small-6,
  .grid-padding-x > .large-3 {
    padding-left: 1.57rem;
    padding-right: 1.57rem; }
@media only screen and (max-width: 1439px) {
      .grid-padding-x > .small-12,
      .grid-padding-x > .small-6,
      .grid-padding-x > .large-3 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 20px; } }
@media only screen and (max-width: 1439px) {
    .grid-padding-x .small-4 {
      padding-left: 10px !important;
      padding-right: 10px !important;
      padding-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	Grid X
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1439px) {
  .grid-x > .medium-12 {
    width: 100%; } }
@media only screen and (max-width: 1439px) {
  .grid-x > .medium-5 {
    width: 41.66%; } }
@media only screen and (max-width: 767px) {
  .grid-x > .medium-5 {
    width: 100%; } }
@media only screen and (max-width: 1439px) {
  .grid-x > .medium-2 {
    width: 16.67%; } }
@media only screen and (max-width: 767px) {
  .grid-x > .medium-2 {
    width: 100%; } }
@media only screen and (max-width: 1439px) {
  .grid-x > .medium-offset-0 {
    margin: 0; } }
@media only screen and (max-width: 1023px) {
  .grid-x .tablet-12 {
    width: 100%; } }


.slogan { position:absolute; top:110px; left:1.57rem; width:245px; height:96px; opacity:1; transition:opacity 150ms linear; }
.slogan.fr { background:url(/images/site/SloganTerfa_fr.png); }
.slogan.en { background:url(/images/site/SloganTerfa_en.png); }

.header.is-fixed .slogan { opacity:0; }

@media screen and (max-width:767px){
    h4 { font-size: 16px; }
} 
