@import url("https://use.typekit.net/noa4jzg.css");
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0 none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
select {
  vertical-align: middle;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
audio:not([controls]) {
  display: none;
}
b,
strong {
  font-weight: bolder;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button,
select {
  text-transform: none;
}
details {
  display: block;
}
hr {
  overflow: visible;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
input {
  -webkit-border-radius: 0;
}
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
main {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
svg {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}
* {
  background-repeat: no-repeat;
}
:root {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  cursor: default;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}
[type=button],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
button,
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
small {
  font-size: 75%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
#media .media {
  xl: (min-width: 1600px );
  lg: (min-width: 1200px ) and (max-width: 1599px );
  md: (min-width: 992px ) and (max-width: 1199px );
  sm: (min-width: 768px ) and (max-width: 991px );
  xs: (max-width: 767px );
  lg-down: (max-width: 1599px );
  md-down: (max-width: 1199px );
  sm-down: (max-width: 991px );
  lg-up: (min-width: 1200px );
  md-up: (min-width: 992px );
  sm-up: (min-width: 768px );
}
/**
* Container
*/
@media (max-width: 767px ) {
  :root {
    --container-padding: 16px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --container-padding: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --container-padding: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --container-padding: 24px;
  }
}
@media (min-width: 1600px ) {
  :root {
    --container-padding: 36px;
  }
}
@media (max-width: 767px ) {
  :root {
    --container-gutter: 16px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --container-gutter: 16px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --container-gutter: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --container-gutter: 30px;
  }
}
@media (min-width: 1600px ) {
  :root {
    --container-gutter: 30px;
  }
}
/**
* Grid
*/
@media (max-width: 767px ) {
  .row {
    --gutter: 16px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .row {
    --gutter: 16px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .row {
    --gutter: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .row {
    --gutter: 30px;
  }
}
@media (min-width: 1600px ) {
  .row {
    --gutter: 30px;
  }
}
/**
* Margins
*/
@media (max-width: 767px ) {
  :root {
    --margin: 0.65;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --margin: 0.7;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --margin: 0.75;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --margin: 0.875;
  }
}
@media (min-width: 1600px ) {
  :root {
    --margin: 1;
  }
}
/**
* Paddings
*/
@media (max-width: 767px ) {
  :root {
    --padding: 0.5;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --padding: 0.625;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --padding: 0.75;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --padding: 0.875;
  }
}
@media (min-width: 1600px ) {
  :root {
    --padding: 1;
  }
}
/**
* Generate Helper classes
**/
.m-1 {
  margin-top: calc(var(--margin) * 6px);
  margin-right: calc(var(--margin) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
  margin-left: calc(var(--margin) * 6px);
}
.mt-1 {
  margin-top: calc(var(--margin) * 6px);
}
.mr-1 {
  margin-right: calc(var(--margin) * 6px);
}
.mb-1 {
  margin-bottom: calc(var(--margin) * 6px);
}
.ml-1 {
  margin-left: calc(var(--margin) * 6px);
}
.mx-1 {
  margin-left: calc(var(--margin) * 6px);
  margin-right: calc(var(--margin) * 6px);
}
.my-1 {
  margin-top: calc(var(--margin) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
}
.m-2 {
  margin-top: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  margin-left: calc(var(--margin) * 12px);
}
.mt-2 {
  margin-top: calc(var(--margin) * 12px);
}
.mr-2 {
  margin-right: calc(var(--margin) * 12px);
}
.mb-2 {
  margin-bottom: calc(var(--margin) * 12px);
}
.ml-2 {
  margin-left: calc(var(--margin) * 12px);
}
.mx-2 {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
.my-2 {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.m-3 {
  margin-top: calc(var(--margin) * 24px);
  margin-right: calc(var(--margin) * 24px);
  margin-bottom: calc(var(--margin) * 24px);
  margin-left: calc(var(--margin) * 24px);
}
.mt-3 {
  margin-top: calc(var(--margin) * 24px);
}
.mr-3 {
  margin-right: calc(var(--margin) * 24px);
}
.mb-3 {
  margin-bottom: calc(var(--margin) * 24px);
}
.ml-3 {
  margin-left: calc(var(--margin) * 24px);
}
.mx-3 {
  margin-left: calc(var(--margin) * 24px);
  margin-right: calc(var(--margin) * 24px);
}
.my-3 {
  margin-top: calc(var(--margin) * 24px);
  margin-bottom: calc(var(--margin) * 24px);
}
.m-4 {
  margin-top: calc(var(--margin) * 36px);
  margin-right: calc(var(--margin) * 36px);
  margin-bottom: calc(var(--margin) * 36px);
  margin-left: calc(var(--margin) * 36px);
}
.mt-4 {
  margin-top: calc(var(--margin) * 36px);
}
.mr-4 {
  margin-right: calc(var(--margin) * 36px);
}
.mb-4 {
  margin-bottom: calc(var(--margin) * 36px);
}
.ml-4 {
  margin-left: calc(var(--margin) * 36px);
}
.mx-4 {
  margin-left: calc(var(--margin) * 36px);
  margin-right: calc(var(--margin) * 36px);
}
.my-4 {
  margin-top: calc(var(--margin) * 36px);
  margin-bottom: calc(var(--margin) * 36px);
}
.m-5 {
  margin-top: calc(var(--margin) * 48px);
  margin-right: calc(var(--margin) * 48px);
  margin-bottom: calc(var(--margin) * 48px);
  margin-left: calc(var(--margin) * 48px);
}
.mt-5 {
  margin-top: calc(var(--margin) * 48px);
}
.mr-5 {
  margin-right: calc(var(--margin) * 48px);
}
.mb-5 {
  margin-bottom: calc(var(--margin) * 48px);
}
.ml-5 {
  margin-left: calc(var(--margin) * 48px);
}
.mx-5 {
  margin-left: calc(var(--margin) * 48px);
  margin-right: calc(var(--margin) * 48px);
}
.my-5 {
  margin-top: calc(var(--margin) * 48px);
  margin-bottom: calc(var(--margin) * 48px);
}
.m-6 {
  margin-top: calc(var(--margin) * 60px);
  margin-right: calc(var(--margin) * 60px);
  margin-bottom: calc(var(--margin) * 60px);
  margin-left: calc(var(--margin) * 60px);
}
.mt-6 {
  margin-top: calc(var(--margin) * 60px);
}
.mr-6 {
  margin-right: calc(var(--margin) * 60px);
}
.mb-6 {
  margin-bottom: calc(var(--margin) * 60px);
}
.ml-6 {
  margin-left: calc(var(--margin) * 60px);
}
.mx-6 {
  margin-left: calc(var(--margin) * 60px);
  margin-right: calc(var(--margin) * 60px);
}
.my-6 {
  margin-top: calc(var(--margin) * 60px);
  margin-bottom: calc(var(--margin) * 60px);
}
.m-7 {
  margin-top: calc(var(--margin) * 80px);
  margin-right: calc(var(--margin) * 80px);
  margin-bottom: calc(var(--margin) * 80px);
  margin-left: calc(var(--margin) * 80px);
}
.mt-7 {
  margin-top: calc(var(--margin) * 80px);
}
.mr-7 {
  margin-right: calc(var(--margin) * 80px);
}
.mb-7 {
  margin-bottom: calc(var(--margin) * 80px);
}
.ml-7 {
  margin-left: calc(var(--margin) * 80px);
}
.mx-7 {
  margin-left: calc(var(--margin) * 80px);
  margin-right: calc(var(--margin) * 80px);
}
.my-7 {
  margin-top: calc(var(--margin) * 80px);
  margin-bottom: calc(var(--margin) * 80px);
}
.m {
  margin-top: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  margin-left: calc(var(--margin) * 12px);
}
.mt {
  margin-top: calc(var(--margin) * 12px);
}
.mr {
  margin-right: calc(var(--margin) * 12px);
}
.mb {
  margin-bottom: calc(var(--margin) * 12px);
}
.ml {
  margin-left: calc(var(--margin) * 12px);
}
.mx {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
.my {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.p-1 {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
}
.pt-1 {
  padding-top: calc(var(--padding) * 6px);
}
.pr-1 {
  padding-right: calc(var(--padding) * 6px);
}
.pb-1 {
  padding-bottom: calc(var(--padding) * 6px);
}
.pl-1 {
  padding-left: calc(var(--padding) * 6px);
}
.px-1 {
  padding-left: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
}
.py-1 {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
}
.p-2 {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.pt-2 {
  padding-top: calc(var(--padding) * 12px);
}
.pr-2 {
  padding-right: calc(var(--padding) * 12px);
}
.pb-2 {
  padding-bottom: calc(var(--padding) * 12px);
}
.pl-2 {
  padding-left: calc(var(--padding) * 12px);
}
.px-2 {
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
}
.py-2 {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.p-3 {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.pt-3 {
  padding-top: calc(var(--padding) * 24px);
}
.pr-3 {
  padding-right: calc(var(--padding) * 24px);
}
.pb-3 {
  padding-bottom: calc(var(--padding) * 24px);
}
.pl-3 {
  padding-left: calc(var(--padding) * 24px);
}
.px-3 {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
}
.py-3 {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
.p-4 {
  padding-top: calc(var(--padding) * 36px);
  padding-right: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
  padding-left: calc(var(--padding) * 36px);
}
.pt-4 {
  padding-top: calc(var(--padding) * 36px);
}
.pr-4 {
  padding-right: calc(var(--padding) * 36px);
}
.pb-4 {
  padding-bottom: calc(var(--padding) * 36px);
}
.pl-4 {
  padding-left: calc(var(--padding) * 36px);
}
.px-4 {
  padding-left: calc(var(--padding) * 36px);
  padding-right: calc(var(--padding) * 36px);
}
.py-4 {
  padding-top: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
}
.p-5 {
  padding-top: calc(var(--padding) * 48px);
  padding-right: calc(var(--padding) * 48px);
  padding-bottom: calc(var(--padding) * 48px);
  padding-left: calc(var(--padding) * 48px);
}
.pt-5 {
  padding-top: calc(var(--padding) * 48px);
}
.pr-5 {
  padding-right: calc(var(--padding) * 48px);
}
.pb-5 {
  padding-bottom: calc(var(--padding) * 48px);
}
.pl-5 {
  padding-left: calc(var(--padding) * 48px);
}
.px-5 {
  padding-left: calc(var(--padding) * 48px);
  padding-right: calc(var(--padding) * 48px);
}
.py-5 {
  padding-top: calc(var(--padding) * 48px);
  padding-bottom: calc(var(--padding) * 48px);
}
.p-6 {
  padding-top: calc(var(--padding) * 60px);
  padding-right: calc(var(--padding) * 60px);
  padding-bottom: calc(var(--padding) * 60px);
  padding-left: calc(var(--padding) * 60px);
}
.pt-6 {
  padding-top: calc(var(--padding) * 60px);
}
.pr-6 {
  padding-right: calc(var(--padding) * 60px);
}
.pb-6 {
  padding-bottom: calc(var(--padding) * 60px);
}
.pl-6 {
  padding-left: calc(var(--padding) * 60px);
}
.px-6 {
  padding-left: calc(var(--padding) * 60px);
  padding-right: calc(var(--padding) * 60px);
}
.py-6 {
  padding-top: calc(var(--padding) * 60px);
  padding-bottom: calc(var(--padding) * 60px);
}
.p-7 {
  padding-top: calc(var(--padding) * 96px);
  padding-right: calc(var(--padding) * 96px);
  padding-bottom: calc(var(--padding) * 96px);
  padding-left: calc(var(--padding) * 96px);
}
.pt-7 {
  padding-top: calc(var(--padding) * 96px);
}
.pr-7 {
  padding-right: calc(var(--padding) * 96px);
}
.pb-7 {
  padding-bottom: calc(var(--padding) * 96px);
}
.pl-7 {
  padding-left: calc(var(--padding) * 96px);
}
.px-7 {
  padding-left: calc(var(--padding) * 96px);
  padding-right: calc(var(--padding) * 96px);
}
.py-7 {
  padding-top: calc(var(--padding) * 96px);
  padding-bottom: calc(var(--padding) * 96px);
}
.p {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.pt {
  padding-top: calc(var(--padding) * 12px);
}
.pr {
  padding-right: calc(var(--padding) * 12px);
}
.pb {
  padding-bottom: calc(var(--padding) * 12px);
}
.pl {
  padding-left: calc(var(--padding) * 12px);
}
.px {
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
}
.py {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 992px;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  position: relative;
}
.container:before,
.container .container:after {
  content: "";
  display: table;
  line-height: 0;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 1180px) {
  .container__block--outdent {
    margin-left: calc( ( ( 1180px - 992px) / -2 ) );
    margin-right: calc( ( ( 1180px - 992px) / -2 ) );
  }
}
@media only screen and (max-width: 992px) {
  .container__block--outdent {
    margin-left: calc( -1 * var(--container-gutter) );
    margin-right: calc( -1 * var(--container-gutter) );
  }
}
.container__block--half {
  width: calc( 50% - ( 0.5 * var(--container-gutter) ) );
}
@media (max-width: 767px ) {
  .container__block--half {
    width: 100%;
  }
}
.container__block--right {
  float: right;
  clear: right;
  margin-left: calc( 0.5 * var(--container-gutter) );
}
@media (max-width: 767px ) {
  .container__block--right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.container__block--left {
  float: left;
  clear: left;
  margin-right: calc( 0.5 * var(--container-gutter) );
}
@media (max-width: 767px ) {
  .container__block--left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.container--small {
  max-width: 768px;
}
@media only screen and (min-width: 992px) {
  .container--small .container__block--outdent {
    margin-left: calc( ( ( 992px - 768px) / -2 )  );
    margin-right: calc( ( ( 992px - 768px) / -2 )  );
  }
}
@media only screen and (max-width: 768px) {
  .container--small .container__block--outdent {
    margin-left: calc( -1 * var(--container-padding) );
    margin-right: calc( -1 * var(--container-padding) );
  }
}
@media only screen and (min-width: 1180px) {
  .container--small .container__block--outdent-large {
    margin-left: calc( ( ( 1180px - 768px) / -2 ));
    margin-right: calc( ( ( 1180px - 768px) / -2 ));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .container--small .container__block--outdent-large {
    margin-left: calc( ( ( 992px - 768px) / -2 ) );
    margin-right: calc( ( ( 992px - 768px) / -2 ) );
  }
}
@media only screen and (max-width: 768px) {
  .container--small .container__block--outdent-large {
    margin-left: calc( -1 * var(--container-padding) );
    margin-right: calc( -1 * var(--container-padding) );
  }
}
.container--medium {
  max-width: 992px;
}
@media only screen and (min-width: 1180px) {
  .container--medium .container__block--outdent {
    margin-left: calc( ( ( 1180px - 992px) / -2 ) );
    margin-right: calc( ( ( 1180px - 992px) / -2 ) );
  }
}
@media only screen and (max-width: 992px) {
  .container--medium .container__block--outdent {
    margin-left: calc( -1 * var(--container-padding) );
    margin-right: calc( -1 * var(--container-padding) );
  }
}
.container--large {
  max-width: 1180px;
}
.container--full {
  max-width: 100%;
}
/**
		* Row
		*/
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  order: 1000;
  margin-left: calc(var(--gutter) / -2);
  margin-right: calc(var(--gutter) / -2);
}
/**
		* Columns
		*/
.row > [class*="col"] {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: -0.1px;
  -webkit-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  order: 1000;
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
}
/**
		* Column width
		*/
.row > .col-1 {
  width: calc( 100% * 1 / 12 );
  max-width: calc( 100% * 1 / 12 );
}
.row > .col-2 {
  width: calc( 100% * 2 / 12 );
  max-width: calc( 100% * 2 / 12 );
}
.row > .col-3 {
  width: calc( 100% * 3 / 12 );
  max-width: calc( 100% * 3 / 12 );
}
.row > .col-4 {
  width: calc( 100% * 4 / 12 );
  max-width: calc( 100% * 4 / 12 );
}
.row > .col-5 {
  width: calc( 100% * 5 / 12 );
  max-width: calc( 100% * 5 / 12 );
}
.row > .col-6 {
  width: calc( 100% * 6 / 12 );
  max-width: calc( 100% * 6 / 12 );
}
.row > .col-7 {
  width: calc( 100% * 7 / 12 );
  max-width: calc( 100% * 7 / 12 );
}
.row > .col-8 {
  width: calc( 100% * 8 / 12 );
  max-width: calc( 100% * 8 / 12 );
}
.row > .col-9 {
  width: calc( 100% * 9 / 12 );
  max-width: calc( 100% * 9 / 12 );
}
.row > .col-10 {
  width: calc( 100% * 10 / 12 );
  max-width: calc( 100% * 10 / 12 );
}
.row > .col-11 {
  width: calc( 100% * 11 / 12 );
  max-width: calc( 100% * 11 / 12 );
}
.row > .col-12 {
  width: calc( 100% * 12 / 12 );
  max-width: calc( 100% * 12 / 12 );
}
/**
		* Media xs: all cols to 100% 
		*/
@media (max-width: 767px ) {
  .row > [class*="col"] {
    width: 100%;
    max-width: 100%;
    flex-basis: auto!important;
  }
  .row > .col-auto-xs {
    width: auto;
    _max-width: initial;
    -webkit-flex: 0 0 auto!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
  }
}
/**
		*  Col widths for each override, wrapped in a mediaquery
		*/
@media (min-width: 1600px ) {
  .row > .col-1-xl {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-xl {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-xl {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-xl {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-xl {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-xl {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-xl {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-xl {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-xl {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-xl {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-xl {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-xl {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .row > .col-1-lg {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-lg {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-lg {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-lg {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-lg {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-lg {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-lg {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-lg {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-lg {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-lg {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-lg {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-lg {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .row > .col-1-md {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-md {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-md {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-md {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-md {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-md {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-md {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-md {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-md {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-md {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-md {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-md {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .row > .col-1-sm {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-sm {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-sm {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-sm {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-sm {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-sm {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-sm {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-sm {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-sm {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-sm {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-sm {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-sm {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 1599px ) {
  .row > .col-1-lg-down {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-lg-down {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-lg-down {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-lg-down {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-lg-down {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-lg-down {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-lg-down {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-lg-down {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-lg-down {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-lg-down {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-lg-down {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-lg-down {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 1199px ) {
  .row > .col-1-md-down {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-md-down {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-md-down {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-md-down {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-md-down {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-md-down {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-md-down {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-md-down {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-md-down {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-md-down {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-md-down {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-md-down {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 991px ) {
  .row > .col-1-sm-down {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-sm-down {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-sm-down {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-sm-down {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-sm-down {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-sm-down {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-sm-down {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-sm-down {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-sm-down {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-sm-down {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-sm-down {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-sm-down {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1200px ) {
  .row > .col-1-lg-up {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-lg-up {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-lg-up {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-lg-up {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-lg-up {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-lg-up {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-lg-up {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-lg-up {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-lg-up {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-lg-up {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-lg-up {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-lg-up {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 992px ) {
  .row > .col-1-md-up {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-md-up {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-md-up {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-md-up {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-md-up {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-md-up {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-md-up {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-md-up {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-md-up {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-md-up {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-md-up {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-md-up {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 768px ) {
  .row > .col-1-sm-up {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-sm-up {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-sm-up {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-sm-up {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-sm-up {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-sm-up {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-sm-up {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-sm-up {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-sm-up {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-sm-up {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-sm-up {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-sm-up {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 767px ) {
  .row > .col-1-xs {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-xs {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-xs {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-xs {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-xs {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-xs {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-xs {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-xs {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-xs {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-xs {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-xs {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-xs {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
/**
		* Col-auto shrinks col width to content
		*/
.row > .col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/**
		* Col-0 has no width
		*/
.row > .col-0 {
  width: 0;
}
/**
		* No width, but fills row evenly with other .col's
		*/
.row > .col {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}
/**
* Other helper classes
*/
.hidden {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.width-25 {
  width: 25%;
}
.width-50 {
  width: 50%;
}
.width-75 {
  width: 75%;
}
.width-100 {
  width: 100%;
}
@media (max-width: 767px ) {
  .hidden-xs {
    display: none !important;
  }
  .float-left-xs {
    float: left;
  }
  .float-right-xs {
    float: right;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-middle-xs {
    vertical-align: middle;
  }
  .width-25-xs {
    width: 25%;
  }
  .width-50-xs {
    width: 50%;
  }
  .width-75-xs {
    width: 75%;
  }
  .width-100-xs {
    width: 100%;
  }
}
@media (max-width: 991px ) {
  .hidden-sm-down {
    display: none !important;
  }
  .float-left-sm-down {
    float: left;
  }
  .float-right-sm-down {
    float: right;
  }
  .align-center-sm-down {
    text-align: center;
  }
  .align-middle-sm-down {
    vertical-align: middle;
  }
  .width-25-sm-down {
    width: 25%;
  }
  .width-50-sm-down {
    width: 50%;
  }
  .width-75-sm-down {
    width: 75%;
  }
  .width-100-sm-down {
    width: 100%;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .hidden-sm {
    display: none !important;
  }
  .float-left-sm {
    float: left;
  }
  .float-right-sm {
    float: right;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-middle-sm {
    vertical-align: middle;
  }
  .width-25-sm {
    width: 25%;
  }
  .width-50-sm {
    width: 50%;
  }
  .width-75-sm {
    width: 75%;
  }
  .width-100-sm {
    width: 100%;
  }
}
@media (min-width: 768px ) {
  .hidden-sm-up {
    display: none !important;
  }
  .float-left-sm-up {
    float: left;
  }
  .float-right-sm-up {
    float: right;
  }
  .align-center-sm-up {
    text-align: center;
  }
  .align-middle-sm-up {
    vertical-align: middle;
  }
  .width-25-sm-up {
    width: 25%;
  }
  .width-50-sm-up {
    width: 50%;
  }
  .width-75-sm-up {
    width: 75%;
  }
  .width-100-sm-up {
    width: 100%;
  }
}
@media (max-width: 1199px ) {
  .hidden-md-down {
    display: none !important;
  }
  .float-left-md-down {
    float: left;
  }
  .float-right-md-down {
    float: right;
  }
  .align-center-md-down {
    text-align: center;
  }
  .align-middle-md-down {
    vertical-align: middle;
  }
  .width-25-md-down {
    width: 25%;
  }
  .width-50-md-down {
    width: 50%;
  }
  .width-75-md-down {
    width: 75%;
  }
  .width-100-md-down {
    width: 100%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .hidden-md {
    display: none !important;
  }
  .float-left-md {
    float: left;
  }
  .float-right-md {
    float: right;
  }
  .align-center-md {
    text-align: center;
  }
  .align-middle-md {
    vertical-align: middle;
  }
  .width-25-md {
    width: 25%;
  }
  .width-50-md {
    width: 50%;
  }
  .width-75-md {
    width: 75%;
  }
  .width-100-md {
    width: 100%;
  }
}
@media (min-width: 992px ) {
  .hidden-md-up {
    display: none !important;
  }
  .float-left-md-up {
    float: left;
  }
  .float-right-md-up {
    float: right;
  }
  .align-center-md-up {
    text-align: center;
  }
  .align-middle-md-up {
    vertical-align: middle;
  }
  .width-25-md-up {
    width: 25%;
  }
  .width-50-md-up {
    width: 50%;
  }
  .width-75-md-up {
    width: 75%;
  }
  .width-100-md-up {
    width: 100%;
  }
}
@media (max-width: 1599px ) {
  .hidden-lg-down {
    display: none !important;
  }
  .float-left-lg-down {
    float: left;
  }
  .float-right-lg-down {
    float: right;
  }
  .align-center-lg-down {
    text-align: center;
  }
  .align-middle-lg-down {
    vertical-align: middle;
  }
  .width-25-lg-down {
    width: 25%;
  }
  .width-50-lg-down {
    width: 50%;
  }
  .width-75-lg-down {
    width: 75%;
  }
  .width-100-lg-down {
    width: 100%;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .hidden-lg {
    display: none !important;
  }
  .float-left-lg {
    float: left;
  }
  .float-right-lg {
    float: right;
  }
  .align-center-lg {
    text-align: center;
  }
  .align-middle-lg {
    vertical-align: middle;
  }
  .width-25-lg {
    width: 25%;
  }
  .width-50-lg {
    width: 50%;
  }
  .width-75-lg {
    width: 75%;
  }
  .width-100-lg {
    width: 100%;
  }
}
@media (min-width: 1200px ) {
  .hidden-lg-up {
    display: none !important;
  }
  .float-left-lg-up {
    float: left;
  }
  .float-right-lg-up {
    float: right;
  }
  .align-center-lg-up {
    text-align: center;
  }
  .align-middle-lg-up {
    vertical-align: middle;
  }
  .width-25-lg-up {
    width: 25%;
  }
  .width-50-lg-up {
    width: 50%;
  }
  .width-75-lg-up {
    width: 75%;
  }
  .width-100-lg-up {
    width: 100%;
  }
}
@media (min-width: 1600px ) {
  .hidden-xl {
    display: none !important;
  }
  .float-left-xl {
    float: left;
  }
  .float-right-xl {
    float: right;
  }
  .align-center-xl {
    text-align: center;
  }
  .align-middle-xl {
    vertical-align: middle;
  }
  .width-25-xl {
    width: 25%;
  }
  .width-50-xl {
    width: 50%;
  }
  .width-75-xl {
    width: 75%;
  }
  .width-100-xl {
    width: 100%;
  }
}
.clickable {
  cursor: pointer;
}
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.hyphenate {
  word-break: break-word;
  /* Chrome, sort of */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/**
* Global vars for fast access. Keep this as short as possible
*/
/**
/* Breakpoints
*/
/**
* Colors
*/
/**
* Only textual styling, no borders, backgrounds
* Color: only default.
*/
#text {
  /*
	.heading {
		font-size: 60px;
		line-height: 1.2em;
		font-weight: 900;
		@media @md-down {font-size: 52px;} 
		@media @sm-down {}
		@media @xs {font-size: 30px}
	}

	.heading-1 { 
		// text h1, section-titles, cta titles 
		font-size: 52px;
		line-height: 1.2em;
		font-weight: 900;
		@media @md{font-size: 52px;}
		@media @sm-down {font-size: 30px}
		@media @xs {}
	}*/
  /*.heading-2 {
		//section h2, text h2
		font-size: 30px;
		line-height: 1.2em;
		font-weight: 700;
		@media @md-down {font-size: 30px;}
		@media @sm-down {font-size: 24px}
		@media @xs {}
	} */
  /*	.heading-3 {
		//wysiwyg h3 
		font-size: 22px;
		line-height: 1.2em;
		font-weight: 700;
		@media @md-down {font-size: 30px;}
		@media @sm-down {font-size: 24px;}
		@media @xs {}
	} */
}
#text .default {
  font-family: 'transat-text', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}
#text .heading-4 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 400;
}
#text .heading-5 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}
body,
html {
  font-family: 'transat-text', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #072329;
  background-color: #fff;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 36px);
  }
}
p a {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  color: #e8231a;
}
i {
  font-style: italic;
}
ol,
ul {
  line-height: 2em;
}
a {
  color: inherit;
}
.article-footer__social {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.article-footer__social__link {
  padding-left: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
}
.article-footer__social__link:hover,
.article-footer__social__link:hover * {
  color: #e8231a;
  fill: #e8231a;
}
.article-footer__tags {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  border-top: 2px solid #f6f3ef;
}
.article-footer__tags__link {
  color: #e8231a;
}
.article-footer__tags__link:hover {
  text-decoration: underline;
}
.aside {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.block {
  margin-bottom: calc(var(--margin) * 36px);
}
.block--image {
  margin-bottom: calc(var(--margin) * 36px);
}
.block--images {
  margin-bottom: calc(var(--margin) * 36px);
}
.block--embed {
  margin-bottom: calc(var(--margin) * 36px);
}
.block--header {
  margin-bottom: calc(var(--margin) * 6px);
}
.breadcrumbs__link {
  margin-right: calc(var(--margin) * 12px);
  color: #e8231a;
  text-decoration: underline;
}
.breadcrumbs__link--current {
  color: #072329;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #072329;
}
.breadcrumbs__arrow {
  margin-right: 10px;
  font-size: 24px;
  transform: translateY(1px);
  display: inline-block;
  color: #e8231a;
}
.button {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  text-align: center;
  background-color: #e8231a;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4em;
  color: #fff;
  cursor: pointer;
  transition: background ease 0.2s;
}
@media (max-width: 1199px ) {
  .button {
    font-size: 22px;
  }
}
@media (max-width: 991px ) {
  .button {
    font-size: 20px;
  }
}
@media (max-width: 767px ) {
  .button {
    font-size: 20px;
  }
}
.button:hover {
  background-color: #072329;
}
.button__icon {
  fill: #fff;
}
.button--outline {
  background-color: transparent;
  border: 2px solid #fff;
}
.button--outline:hover {
  background-color: #fff;
  color: #e8231a;
}
.button--outline-2 {
  background-color: transparent;
  border: 2px solid #e8231a;
  color: #e8231a;
}
.button--outline-2:hover {
  background-color: #e8231a;
  color: #fff;
}
.button--dark {
  background-color: #072329;
}
.button--play {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 72px;
  height: 72px;
  line-height: 1.3em;
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .button--play {
    line-height: 1.4em;
  }
}
@media (max-width: 991px ) {
  .button--play {
    line-height: 1.8em;
    width: 48px;
    height: 48px;
  }
}
.button--large {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
}
.button--small {
  font-size: 18px;
}
@media (max-width: 1199px ) {
  .button--small {
    font-size: 16px;
  }
}
@media (max-width: 991px ) {
  .button--small {
    font-size: 15px;
    line-height: 32px;
  }
}
@media (max-width: 767px ) {
  .button--small {
    font-size: 15px;
  }
}
.button--full-width {
  display: block;
}
.card__visual {
  height: 0;
  padding-bottom: calc(9/16*100%);
  position: relative;
  background: #f6f3ef;
}
.card__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.card__label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.card__content {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.card__title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}
.card__body {
  margin-top: calc(var(--margin) * 12px);
}
@media (max-width: 767px ) {
  .card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: calc(var(--padding) * 12px);
    padding-bottom: calc(var(--padding) * 12px);
  }
  .card__visual {
    flex-grow: 2;
    flex-basis: 120px;
    width: 120px;
    max-width: 120px;
    height: calc(9/16*120px);
    padding: 0;
  }
  .card__content {
    flex-grow: 0;
    flex-shrink: 100;
    padding: 0;
    padding-left: calc(var(--padding) * 24px);
  }
  .card__content__label {
    margin-bottom: calc(var(--margin) * 6px);
  }
}
.card--related {
  background: #f6f3ef;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
}
.card--related .card__visual {
  flex-grow: 2;
  flex-basis: 160px;
  max-width: 160px;
  min-height: calc(9/16*160px);
  height: auto;
  padding: 0;
}
.card--related .card__content {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 100;
  padding: 0;
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
.card--related .card__content__label {
  margin-bottom: calc(var(--margin) * 6px);
}
.color {
  color: #072329;
}
.color--primary {
  color: #e8231a;
}
.cta {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-color: #f6f3ef;
}
.cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.cta__content {
  width: 100%;
}
.cta__title {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .cta__title {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .cta__title {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  .cta__title {
    font-size: calc(1 * 36px);
  }
}
@media (max-width: 1199px ) {
  .cta__title {
    font-size: calc(0.7 * 50px);
    line-height: 1.2em;
    font-weight: 600;
    /* 1199 down */
    /* 991 down */
  }
}
@media (max-width: 1199px ) and (max-width: 1199px ) {
  .cta__title {
    font-size: calc(0.7 * 50px);
  }
}
@media (max-width: 1199px ) and (max-width: 991px ) {
  .cta__title {
    font-size: calc(0.7 * 38px);
  }
}
@media (max-width: 1199px ) and (max-width: 767px ) {
  .cta__title {
    font-size: calc(0.7 * 32px);
  }
}
.cta__streamer {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 24px);
}
@media (max-width: 991px ) {
  .cta__streamer {
    font-size: calc(1 * 24px);
  }
}
@media (max-width: 1199px ) {
  .cta__streamer {
    font-size: calc(0.8 * 28px);
    line-height: 1.2em;
    font-weight: 400;
    /* 991 down */
    margin-bottom: calc(var(--margin) * 6px);
  }
}
@media (max-width: 1199px ) and (max-width: 991px ) {
  .cta__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.cta__subtitle {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 24px);
}
@media (max-width: 991px ) {
  .cta__subtitle {
    font-size: calc(1 * 24px);
  }
}
@media (max-width: 1199px ) {
  .cta__subtitle {
    font-size: calc(0.7 * 28px);
    line-height: 1.2em;
    font-weight: 400;
    /* 991 down */
    margin-top: calc(var(--margin) * 6px);
  }
}
@media (max-width: 1199px ) and (max-width: 991px ) {
  .cta__subtitle {
    font-size: calc(0.7 * 24px);
  }
}
.cta__button {
  margin-top: calc(var(--margin) * 24px);
}
@media (max-width: 1199px ) {
  .cta__button {
    margin-top: calc(var(--margin) * 12px);
  }
}
.cta--xs .cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.cta--xs .cta__title {
  line-height: 1.2em;
  font-weight: 600;
  font-size: calc(0.8 * 32px);
}
.cta--xs .cta__streamer {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  font-size: calc(0.8 * 24px);
  margin-bottom: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--xs .cta__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.cta--xs .cta__subtitle {
  font-size: calc(0.6 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  font-size: calc(0.8 * 24px);
  margin-top: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--xs .cta__subtitle {
    font-size: calc(0.6 * 24px);
  }
}
.cta--xs .cta__button {
  margin-top: calc(var(--margin) * 6px);
}
.cta--xs .cta__button .button {
  font-size: 18px;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .cta--xs .cta__button .button {
    font-size: 16px;
  }
}
@media (max-width: 991px ) {
  .cta--xs .cta__button .button {
    font-size: 16px;
    line-height: 32px;
  }
}
.cta--small .cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.cta--small .cta__title {
  font-size: calc(0.7 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .cta--small .cta__title {
    font-size: calc(0.7 * 50px);
  }
}
@media (max-width: 991px ) {
  .cta--small .cta__title {
    font-size: calc(0.7 * 38px);
  }
}
@media (max-width: 767px ) {
  .cta--small .cta__title {
    font-size: calc(0.7 * 32px);
  }
}
.cta--small .cta__streamer {
  font-size: calc(0.7 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--small .cta__streamer {
    font-size: calc(0.7 * 24px);
  }
}
.cta--small .cta__subtitle {
  font-size: calc(0.7 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--small .cta__subtitle {
    font-size: calc(0.7 * 24px);
  }
}
.cta--small .cta__button {
  margin-top: calc(var(--margin) * 6px);
}
.cta--large .cta__content {
  max-width: 992px;
  margin: 0 auto;
}
@media (max-width: 1199px ) {
  .cta--large .cta__content {
    max-width: 768px;
  }
}
.cta--large .cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
@media (max-width: 767px ) {
  .cta--large .cta__wrap {
    padding-top: calc(var(--padding) * 48px);
    padding-right: calc(var(--padding) * 48px);
    padding-bottom: calc(var(--padding) * 48px);
    padding-left: calc(var(--padding) * 48px);
  }
}
.cta--large .cta__title {
  font-size: calc(0.8 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .cta--large .cta__title {
    font-size: calc(0.8 * 50px);
  }
}
@media (max-width: 991px ) {
  .cta--large .cta__title {
    font-size: calc(0.8 * 38px);
  }
}
@media (max-width: 767px ) {
  .cta--large .cta__title {
    font-size: calc(0.8 * 32px);
  }
}
.cta--large .cta__streamer {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .cta--large .cta__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.cta--large .cta__subtitle {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .cta--large .cta__subtitle {
    font-size: calc(0.8 * 24px);
  }
}
.cta--large .cta__button {
  margin-top: calc(var(--margin) * 24px);
}
.cta--left {
  text-align: left;
}
.cta--left .cta__content {
  max-width: 992px;
}
.cta--center {
  text-align: center;
}
.cta--right {
  text-align: right;
}
.cta--red {
  background-color: #e8231a;
}
.cta--dark {
  background-color: #072329;
}
.cta--image:after {
  content: "";
  display: block;
  padding-top: 42.85%;
  /* aspectratio 7:3 */
}
@media (max-width: 767px ) {
  .cta--image:after {
    padding-top: 60%;
    /* aspectratio 4:3 */
  }
}
.cta--image .cta__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cta--image .cta__picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta--image .cta__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px ) {
  .cta--image.cta--large:after {
    padding-top: 75%;
    /* aspectratio 4:2 */
  }
}
.cta--image-half:after {
  content: "";
  display: block;
  padding-top: 28.57%;
  /* aspectratio 7:2 */
}
@media (max-width: 1199px ) {
  .cta--image-half:after {
    padding-top: 42.85%;
    /* aspectratio 7:3 */
  }
}
@media (max-width: 767px ) {
  .cta--image-half:after {
    padding-top: 50%;
    /* aspectratio 4:2 */
  }
}
.cta--image-half .cta__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cta--image-half .cta__picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta--image-half .cta__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cta--middle .cta__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta--bottom .cta__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cta--full {
  /* only use on full screen width  -- probably overkill and you can use --large as well */
  max-width: 100%;
}
.cta--full .cta__content {
  max-width: 992px;
  margin: 0 auto;
}
.cta--light .cta__title,
.cta--light .cta__streamer,
.cta--light .cta__subtitle {
  color: #fff;
}
.dialog {
  background: #fff;
  max-width: 600px;
  border-radius: 5px;
}
.dialog__close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.dialog__title {
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
}
@media (max-width: 991px ) {
  .dialog__title {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .dialog__title {
    font-size: calc(0.8 * 20px);
  }
}
.dialog__content {
  padding-top: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.dialog__buttons {
  margin-top: calc(var(--margin) * 12px);
}
.donation--map {
  background: #f6f3ef;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}
.donation__legend {
  background: #ede7df;
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 16px;
}
@media (max-width: 767px ) {
  .donation__legend {
    order: 3;
    width: 100%;
  }
}
.donation__map {
  width: 100%;
}
@media (min-width: 768px ) {
  .donation__mapfinder {
    flex-grow: 2;
  }
}
@media (max-width: 767px ) {
  .donation__mapfinder {
    width: 100%;
  }
}
.donation__title {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
}
@media (max-width: 991px ) {
  .donation__title {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .donation__title {
    font-size: calc(0.9 * 18px);
  }
}
.donation__title--red {
  color: #e8231a;
}
.donation__subtitle {
  margin-bottom: calc(var(--margin) * 12px);
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
}
@media (max-width: 991px ) {
  .donation__subtitle {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .donation__subtitle {
    font-size: calc(0.9 * 18px);
  }
}
.donation__select {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 15px 6px 15px;
}
.donation__radius {
  position: relative;
}
@media (min-width: 992px ) {
  .donation__radius {
    ax-width: 50%;
  }
}
.donation__radius__query {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 110px 6px 15px;
}
.donation__radius__query::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.donation__radius__query:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.donation__radius__query::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.donation__radius__km {
  position: absolute;
  top: 1px;
  right: 6px;
  bottom: 1px;
  width: 90px;
  background: #fff;
  border-radius: 0;
  appearance: auto;
  padding: 7px;
}
.donation__suggestions {
  position: absolute;
  top: 100%;
  background: white;
  width: 100%;
  z-index: 2;
  border-left: 1px solid #e4dbce;
  border-right: 1px solid #e4dbce;
  border-bottom: 1px solid #e4dbce;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.37);
  overflow-y: scroll;
  max-height: 280px;
  /* Create scrollbar on webkit based browsers */
  /* Handle */
  /* Handle on hover */
}
.donation__suggestions::-webkit-scrollbar {
  width: 10px;
}
.donation__suggestions::-webkit-scrollbar-track {
  background: #fff;
}
.donation__suggestions::-webkit-scrollbar-thumb {
  background: rgba(7, 35, 41, 0.6);
}
.donation__suggestions::-webkit-scrollbar-thumb:hover {
  background: rgba(7, 35, 41, 0.8);
}
.donation__suggestion {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  border-top: 1px solid #e4dbce;
  cursor: pointer;
}
.donation__suggestion:first-child {
  border-top: none;
}
.donation__suggestion:hover {
  background: #e4dbce;
}
.donation__reset {
  border-bottom: 3px solid #fbdad8;
  color: inherit;
  text-decoration: none;
  transition: border-bottom 0.25s;
  overflow-wrap: break-word;
  white-space: normal;
  display: inline-block;
  cursor: pointer;
}
.donation__reset:hover {
  border-bottom: 3px solid #e8231a;
}
.dossier__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dossier__content {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
}
@media (max-width: 991px ) {
  .dossier__content {
    background: #f6f3ef;
  }
}
.download {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  display: block;
  font-weight: 500;
  background: #f6f3ef;
  line-height: 24px;
}
.download__icon {
  color: #e8231a;
  display: inline-block;
  margin-right: calc(var(--margin) * 12px);
  margin-top: -4px;
}
.download__ext {
  font-weight: 300;
  color: #e8231a;
}
.embed__placeholder {
  background: #072329;
  color: #fff;
  line-height: 1.6em;
  font-size: 17px;
  text-align: center;
}
.embed__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #fbdad8;
}
.embed__link:hover {
  border-color: #e8231a;
}
.embed__video {
  line-height: 0;
  height: 0;
  position: relative;
  width: 100%;
}
.embed__video iframe,
.embed__video object,
.embed__video embed,
.embed__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq__item {
  cursor: pointer;
  padding-bottom: calc(var(--padding) * 6px);
  border-bottom: 1px solid #e4dbce;
}
.faq__question {
  display: flex;
}
.faq__question__number {
  min-width: 2rem;
  padding-right: 0.5rem;
  color: #e8231a;
  font-weight: 600;
}
.faq__question__title {
  padding-right: 10px;
  position: relative;
  display: block;
  flex-grow: 2;
  font-weight: 600;
}
.faq__question__title:after {
  color: #e8231a;
  content: '+';
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  font-family: arial;
  will-change: content;
}
.faq__answer {
  padding-top: calc(var(--padding) * 12px);
  height: 0;
  overflow: hidden;
  padding-left: 2em;
}
.faq--unfolded .faq__question__title:after {
  content: '-';
}
.faq--unfolded .faq__answer {
  height: auto;
}
.filter {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  font-size: 16px;
}
.filter__group {
  margin-bottom: calc(var(--margin) * 36px);
}
.filter__group:last-child {
  margin-bottom: 0;
}
.filter__title {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .filter__title {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .filter__title {
    font-size: calc(0.9 * 18px);
  }
}
.filter__select {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 15px 6px 15px;
}
.filter__radius {
  position: relative;
}
.filter__radius__input {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 110px 6px 15px;
}
.filter__radius__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.filter__radius__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.filter__radius__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.filter__radius__km {
  position: absolute;
  top: 1px;
  right: 6px;
  bottom: 1px;
  width: 90px;
  background: #fff;
  border-radius: 0;
  appearance: auto;
  padding: 7px;
}
.form {
  /* 

.connexys .progress-striped .progress-bar, .connexys .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.connexys .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
	
	*/
}
.form--style-1 {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.form--style-1 .form__input--text,
.form--style-1 .form__input--select,
.form--style-1 .form__input--textarea {
  border-color: #e4dbce;
}
.form--style-2 {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.form--style-2 .form__input--text,
.form--style-2 .form__input--select,
.form--style-2 .form__input--textarea {
  border-color: #e4dbce;
}
.form__input--text,
.form__input--select,
.form__input--textarea {
  width: 100%;
  background: #fff;
  color: rgba(7, 35, 41, 0.7);
  border-radius: 0;
  border: 1px solid #072329;
  appearance: auto;
  padding: 6px;
  transition: border-color ease 0.3s;
}
.form__input--text:hover,
.form__input--select:hover,
.form__input--textarea:hover {
  border-color: #000000;
}
.form__input--textarea {
  height: 8em;
}
.form__input--button {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  border-radius: 0;
}
.form__input--button-fit {
  width: fit-content;
}
.form__input__radio,
.form__input__toggle,
.form__input__checkbox {
  margin-bottom: calc(var(--margin) * 12px);
}
.form__element--address {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  background: #ede7df;
}
.form__item {
  margin-bottom: 20px;
  display: block;
}
.form__item--error .form__item__error {
  color: #e8231a !important;
}
.form__item--error .form__input {
  border: 1px solid #e8231a;
}
.form__item--error .form__radio__label {
  color: #e8231a !important;
}
.form__item--error .form__checkbox + _label {
  color: #e8231a !important;
}
.form__label {
  margin-bottom: calc(var(--margin) * 6px);
  display: block;
  font-weight: 500;
}
.form__info {
  display: block;
  font-size: 14px;
  color: #072329;
}
@media (max-width: 1199px ) {
  .form__info {
    font-size: 12px;
  }
}
@media (max-width: 767px ) {
  .form__info {
    font-size: 11px;
  }
}
.form__info a {
  color: #e8231a;
  text-decoration: underline;
  cursor: poineter;
}
.form__header {
  margin-bottom: calc(var(--margin) * 12px);
}
.form__error {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
  background: rgba(232, 35, 26, 0.2);
}
.form__message {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
  background: rgba(7, 35, 41, 0.2);
}
.form__address {
  position: relative;
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  padding-left: 24px;
  margin-top: calc(var(--margin) * 12px);
  background: #f6f3ef;
  font-size: 14px;
}
.form__address:before {
  content: '';
  background: white;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 13px;
  left: 11px;
  border-radius: 50%;
  z-index: 1;
}
.form__address:after {
  content: '';
  background: black;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 50% 0%;
  transform: rotate(-50deg);
  left: 8px;
  top: 10px;
}
.form__filename {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  background: #fff;
  color: #009C3B;
}
.form__filename:before {
  content: '\2713';
  margin-right: 6px;
  font-weight: 600;
}
.form__progress {
  width: 100%;
  margin-bottom: calc(var(--margin) * 24px);
  height: 30px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4dbce;
}
.form__progress.active .form__progress__bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.form__progress__bar .active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.form__progress__bar {
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #072329;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.form__progress__bar--striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.form__progress__bar--success {
  background-color: #5cb85c;
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.footer {
  background-color: #072329;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.footer li.has-child {
  color: #e8231a;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 767px ) {
  .footer li.has-child {
    padding-top: calc(var(--padding) * 36px);
  }
}
.footer .depth-0 > li li {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.4em;
}
.footer .depth-0 > li li a {
  text-decoration: none;
  line-height: 2em;
}
.footer .depth-0 > li li a:hover {
  text-decoration: underline;
}
.header {
  margin-top: -150px;
  height: 75vh;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.header__wrap {
  position: absolute;
  top: 50px;
  /* set the same as menu height */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.header__content--home {
  padding-bottom: calc(var(--padding) * 24px);
}
@media (max-width: 991px ) {
  .header__content--home {
    padding-top: calc(var(--padding) * 12px);
    padding-bottom: calc(var(--padding) * 12px);
  }
}
.header__streamer {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .header__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.header__subtitle {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .header__subtitle {
    font-size: calc(0.8 * 24px);
  }
}
.header__buttons {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
}
.header__button {
  margin-top: calc(var(--margin) * 24px);
  margin-bottom: calc(var(--margin) * 24px);
}
@media (max-width: 991px ) {
  .header__button {
    margin-top: calc(var(--margin) * 12px);
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.header__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.header__media {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.header__media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__media:after {
  content: '';
  display: block;
  width: 72px;
  height: 100%;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px ) {
  .header__media:after {
    width: 36px;
  }
}
.header__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header__video iframe {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background: #072329;
}
.header__figcaption {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  z-index: 2;
  padding-right: 80px;
  text-align: right;
  font-size: 0.8rem;
}
@media (max-width: 991px ) {
  .header__figcaption {
    padding-right: calc(var(--padding) * 6px);
    color: #072329;
    order: 2;
  }
}
.header__credits {
  margin-left: calc(var(--margin) * 6px);
  color: #e8231a;
}
.header__hours {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  background: #fff;
  color: #072329;
}
.header__hours__active {
  color: #2e9476;
}
.header--half {
  height: 60vh;
  min-height: 300px;
}
@media (max-width: 991px ) {
  .header--half .header__media {
    position: relative;
    height: calc(100vw * 9 / 16 ) !important;
  }
}
.header--left {
  text-align: left;
}
.header--center {
  text-align: center;
}
.header--center .container {
  text-align: center;
}
.header--center .header__buttons {
  justify-content: center;
}
.header--right {
  text-align: right;
}
.header--right .container {
  text-align: right;
}
.header--middle .header__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header--bottom .header__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px ) {
  .header--bottom {
    min-height: auto;
    justify-content: flex-start;
    height: auto;
  }
  .header--bottom .header__wrap {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }
  .header--bottom .header__media {
    position: relative;
    height: calc(100vw * 3 / 4 );
  }
  .header--bottom .header__content {
    color: #072329;
  }
  .header--bottom .header__video {
    background: #072329;
    position: relative;
    height: 100vh;
  }
  .header--bottom .header__play {
    top: calc(50vw * 3 / 4  );
    transform: translate(-50%, 0%);
  }
}
.header--light {
  color: #fff;
}
@media (max-width: 991px ) {
  .header--light.header--bottom .header__wrap {
    order: 3;
  }
}
.header--light.header--bottom .header__content {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 991px ) {
  .header--light.header--bottom .header__content {
    background: #f6f3ef;
  }
}
.heading {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .heading {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .heading {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  .heading {
    font-size: calc(1 * 36px);
  }
}
.heading-1 {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .heading-1 {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .heading-1 {
    font-size: calc(1 * 38px);
  }
}
@media (max-width: 767px ) {
  .heading-1 {
    font-size: calc(1 * 32px);
  }
}
.heading-1--light {
  color: #fff;
}
.heading-1--red {
  color: #e8231a;
}
.heading-2 {
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
}
@media (max-width: 991px ) {
  .heading-2 {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .heading-2 {
    font-size: calc(1 * 20px);
  }
}
.heading-2--light {
  color: #fff;
}
.heading-2--red {
  color: #e8231a;
}
.heading-3 {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
}
@media (max-width: 991px ) {
  .heading-3 {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .heading-3 {
    font-size: calc(1 * 18px);
  }
}
.heading-3--light {
  color: #fff;
}
.heading-3--red {
  color: #e8231a;
}
.heading-4 {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
}
@media (max-width: 991px ) {
  .heading-4 {
    font-size: calc(1 * 24px);
  }
}
.heading-4--light {
  color: #fff;
}
.heading-4--red {
  color: #e8231a;
}
.heading-5 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}
.heading-5--light {
  color: #fff;
}
.heading-5--red {
  color: #e8231a;
}
/*
.heading-1 {
	.heading;
	font-weight: 900;
	font-size: 2.9rem;
	line-height: 3.3rem;
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}


.heading-2 {
	.heading;
	font-weight: 700;
	font-size: 1.65rem;
	line-height: 1.8rem;
	
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}
	
.heading-3 {
	.heading;
	font-weight: 700;
	font-size: 1.33rem;
	line-height: 1.5rem;
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}

.heading-4 {
	.heading;
	font-weight: 400;
	font-size: 1.65rem;
	line-height: 1.8rem;
	
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}

.heading-5 {
	.heading;
	font-size: 1.2rem;
	line-height: 1.3rem;
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.icon--material {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
@media (max-width: 767px ) {
  .icon--material {
    font-size: 16px;
  }
}
.icon--small {
  font-size: 16px;
}
.icon--large {
  font-size: 36px;
}
.icon--svg {
  vertical-align: bottom;
}
.icon--svg .icon__svg {
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.infobubble {
  width: 240px;
  font-size: 13px;
}
@media (max-width: 991px ) {
  .infobubble {
    font-size: 11px;
  }
}
.infobubble__spot {
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #f6f3ef;
}
.infobubble__spot:first-child {
  padding-top: 0;
  border-top: none;
}
.infobubble__category {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #e8231a;
  margin-bottom: 3px;
}
.infobubble__title {
  font-weight: 600;
}
.infobubble__phone {
  margin-top: 3px;
}
.infobubble__link {
  display: inline-block;
  color: #e8231a;
  text-decoration: none;
  border-bottom: 2px solid #e8231a;
}
.infobubble__link:hover {
  opacity: 0.8;
}
.infobubble__address {
  background: #f6f3ef;
  padding: 12px;
  border-radius: 0 0 8px 8px;
}
.infobubble__address--style-2 {
  padding: 12px 0;
  background: none;
}
.infobubble__address--style-2::first-line {
  font-weight: 600;
}
.infobubble__additional {
  background: #f6f3ef;
  padding: 12px;
  border-radius: 0 0 8px 8px;
}
.job {
  /* header */
  /*intro part job */
}
@media (max-width: 991px ) {
  .job__header__content {
    background: #f6f3ef !important;
  }
}
.job__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  lex-wrap: no-wrap;
  justify-content: center;
}
@media (max-width: 767px ) {
  .job__meta {
    flex-direction: column;
    align-items: center;
  }
}
.job__meta__data {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.job__meta__data__icon {
  display: inline;
  margin-right: 12px;
  margin-top: -3px;
  color: #e8231a;
}
.job__intro {
  padding-top: calc(var(--padding) * 36px);
  background: #f6f3ef;
  text-align: center;
}
.job__intro__text {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
}
@media (max-width: 991px ) {
  .job__intro__text {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .job__intro__text {
    font-size: calc(0.9 * 18px);
  }
}
.job__intro__text:before,
.job__intro__text:after {
  content: ' ';
  display: table;
  clear: both;
}
.job__apply {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
  text-align: center;
}
.job__apply__button {
  padding-top: calc(var(--padding) * 12px) !important;
  padding-bottom: calc(var(--padding) * 12px) !important;
  font-size: 20px !important;
  line-height: 20px !important;
}
.job__apply--sticky {
  transform: none!important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.job__to {
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
  text-align: center;
  color: #e8231a;
  font-weight: 500;
}
.job__social__link {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
@media (min-width: 1200px ) {
  .job__block__title {
    font-size: calc(1 * 50px);
    font-weight: 600;
    /* 1199 down */
    /* 991 down */
    text-align: right;
    line-height: 1.2em;
  }
}
@media (min-width: 1200px ) and (max-width: 1199px ) {
  .job__block__title {
    font-size: calc(1 * 50px);
  }
}
@media (min-width: 1200px ) and (max-width: 991px ) {
  .job__block__title {
    font-size: calc(1 * 38px);
  }
}
@media (min-width: 1200px ) and (max-width: 767px ) {
  .job__block__title {
    font-size: calc(1 * 32px);
  }
}
.job__block__more {
  color: #e8231a;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
}
.job__block--profile {
  margin-bottom: calc(var(--margin) * 36px);
  background: #072329;
  text-align: center;
  color: #fff;
}
.job__block--profile .job__block__title {
  text-align: center;
}
.job__block--profile .job__block__rail {
  margin-left: auto;
  margin-right: auto;
}
.job__block--profile .job__block__body {
  column-count: 2;
  coloumn-gab: 20;
  text-align: left;
}
@media (max-width: 991px ) {
  .job__block--profile .job__block__body {
    column-count: 1;
    coloumn-gab: 0;
  }
}
.job__block--contact {
  padding-top: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
  background: #e8231a;
  text-align: center;
  color: #fff;
}
.label {
  background: #072329;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  padding: 9px;
}
.label--content {
  font-weight: 600;
}
.label--card {
  font-weight: 600;
}
@media (max-width: 1199px ) {
  .label--card {
    font-size: 12px;
    line-height: 1em;
    padding: 6px;
  }
}
.logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  row-gap: 12px;
}
@media (min-width: 992px ) {
  .logos {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
  }
}
.logos__logo {
  display: block;
}
.logos__img {
  width: 100%;
}
.manager {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  background: rgba(200, 200, 200, 0.5);
}
.manager__icon {
  padding-left: 5px;
  padding-right: 5px;
}
.manager__text {
  display: none;
}
.manager:hover .manager__text {
  display: inline-block;
}
.map--locations {
  height: 400px;
}
@media (min-width: 992px ) {
  .map--locations {
    height: 85vh;
  }
}
.navigation {
  z-index: 2;
  position: relative;
  height: 150px;
  height: 130px;
  /* verical menu */
  /* horizontal menu */
  /* variant menu */
}
@media (max-width: 767px ) {
  .navigation {
    height: 110px;
  }
}
.navigation__item {
  font-weight: 600;
  font-size: 1rem;
}
.navigation__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #072329;
  opacity: 0.5;
}
.navigation__bar {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 200;
  opacity: 1;
  /* will-change: transform;
		visibility: hidden; */
  background: #072329;
  width: 90vw;
  /* Create scrollbar on webkit based browsers */
  /* Handle */
  /* Handle on hover */
}
.navigation__bar::-webkit-scrollbar {
  width: 10px;
}
.navigation__bar::-webkit-scrollbar-track {
  background: #0e4855;
}
.navigation__bar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.navigation__bar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px ) {
  .navigation__bar {
    max-width: 560px;
  }
}
.navigation__close {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.navigation__close i {
  color: white;
}
.navigation__search {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 24px);
  position: relative;
  z-index: 1;
  flex-basis: 100%;
}
.navigation__search__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #072329;
  width: 100%;
  height: 40px;
  line-height: 1;
  outline: none;
  padding: 7px 50px 7px 15px;
}
.navigation__search__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.navigation__search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.navigation__search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.navigation__search__button {
  background-color: transparent;
  color: #072329;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px!important;
  width: 50px!important;
}
.navigation__primary .navigation__list {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  padding-top: 0;
}
.navigation__primary .navigation__list .navigation__item {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.navigation__primary .navigation__list .navigation__link {
  color: #fff;
  display: block;
  margin-right: calc(var(--margin) * 12px);
  transition: color 0.2s;
}
.navigation__primary .navigation__list .navigation__link:hover {
  color: #e8231a;
}
.navigation__primary .navigation__list .navigation__expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  text-align: center;
  transition: background 0.2s;
}
.navigation__primary .navigation__list .navigation__expand:hover {
  background: rgba(255, 255, 255, 0.3);
}
.navigation__primary .navigation__list--depth-1 {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--margin) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.navigation__primary .navigation__list--depth-1 .navigation__link {
  font-weight: 600;
  transition: font-weight 0.2s;
}
.navigation .navigation__wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 0.15s linear;
  padding: 18px;
  /* 1199 down */
}
@media (max-width: 991px ) {
  .navigation .navigation__wrap {
    padding: 12px;
  }
}
@media (max-width: 767px ) {
  .navigation .navigation__wrap {
    padding: 8px;
  }
}
.navigation__secondary .navigation__list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 80px;
}
@media (max-width: 1199px ) {
  .navigation__secondary .navigation__item--secondary {
    display: none;
  }
}
.navigation__secondary .navigation__link {
  margin-right: calc(var(--margin) * 24px);
  transition: color 0.2s;
}
.navigation__secondary .navigation__link:hover {
  color: #e8231a;
}
.navigation__secondary .navigation__link--icon i.icon {
  font-size: 30x;
  font-weight: 600;
}
.navigation__logo {
  position: absolute;
  top: 52px;
  right: 42px;
  z-index: 100;
}
@media (max-width: 991px ) {
  .navigation__logo {
    top: 40px;
  }
}
@media (max-width: 767px ) {
  .navigation__logo {
    top: 10px;
    right: 16px;
  }
}
.navigation__logo__img {
  idth: 100%;
  display: none;
  height: 60px;
}
@media (max-width: 767px ) {
  .navigation__logo__img {
    height: 40px;
  }
}
.navigation__nav {
  position: relative;
  z-index: 100;
}
.navigation--style-1 .navigation__dash {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
}
@media (max-width: 767px ) {
  .navigation--style-1 .navigation__dash {
    heigh: 14px;
    margin-top: 4px;
  }
}
@media (min-width: 768px ) {
  .navigation--style-1 .navigation__logo {
    padding: 6px;
    margin: -6px;
    background: white;
  }
}
.navigation--style-1 .navigation__logo__img--style-1 {
  display: block;
  background: white;
}
.navigation--style-2 .navigation {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.navigation--style-2 .navigation__link {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(7, 35, 41, 0.3);
}
.navigation--style-2 .navigation__logo__img--style-2 {
  display: block;
}
/* work in progreess need to be cleaned/incorporated in above */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.menu-expanded .navigation__overlay {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.navigation__bar {
  visability: hidden;
  visibility: visible;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.navigation__bar--expanded {
  will-change: transform;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
}
.newsletter {
  padding-top: calc(var(--padding) * 48px);
  padding-bottom: calc(var(--padding) * 48px);
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAPbRxv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  color: #fff;
}
.newsletter__title {
  margin-bottom: calc(var(--margin) * 12px);
  line-height: 1rem;
}
.newsletter__title__inner {
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  color: #072329;
  background: white;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 991px ) {
  .newsletter__title__inner {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .newsletter__title__inner {
    font-size: calc(0.8 * 20px);
  }
}
.newsletter__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px ) {
  .newsletter__content {
    flex-direction: column;
  }
}
.newsletter__error {
  margin-bottom: calc(var(--margin) * 12px);
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  flex-basis: 100%;
  background: #fff;
  color: #e8231a;
  font-weight: 500;
}
.newsletter__input {
  margin-right: calc(var(--margin) * 12px);
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  flex-grow: 2;
  background-color: #fff;
  height: 46px;
  border: 3px solid #e8231a;
  box-model: border-box;
  line-height: 1;
  color: #e8231a;
  font-weiht: 500;
  outline: none;
}
.newsletter__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #072329;
}
.newsletter__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #072329;
}
.newsletter__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #072329;
}
@media (max-width: 991px ) {
  .newsletter__input {
    margin-right: 0;
    margin-bottom: calc(var(--margin) * 12px);
  }
}
.newsletter__button {
  display: flex;
  align-items: center;
  justify-content: left;
  border: 3px solid #e8231a;
  box-model: border-box;
  height: 46px!important;
  transition: border ease 0.2s;
}
@media (max-width: 991px ) {
  .newsletter__button {
    padding-top: calc(var(--padding) * 12px);
    padding-bottom: calc(var(--padding) * 12px);
    padding-left: calc(var(--padding) * 12px);
    padding-right: calc(var(--padding) * 12px);
    text-align: left;
    height: auto!important;
    line-height: 1.2rem;
  }
}
.newsletter__button:hover {
  border-color: #072329;
}
.quote {
  margin-left: calc(var(--margin) * 36px);
  margin-right: calc(var(--margin) * 36px);
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
  color: #e8231a;
}
@media (max-width: 991px ) {
  .quote {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .quote {
    font-size: calc(1 * 20px);
  }
}
.quote:before {
  margin-bottom: calc(var(--margin) * 12px);
  display: block;
  content: '•••••••';
  font-weigt: 600;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
.quote__credits {
  font-size: 1rem;
  display: block;
  color: #072329;
}
.region {
  cursor: pointer;
}
.region:hover {
  fill: #072329;
}
.region__border {
  fill: none;
}
.region--1 {
  fill: #E9625C;
}
.region--2 {
  fill: #A42622;
}
.region--3 {
  fill: #F15B40;
}
.region--4 {
  fill: #EE3229;
}
.region--5 {
  fill: #F58B8C;
}
.region--6 {
  fill: #A89791;
  fill: #c3201c;
}
.region--7 {
  fill: #DEBEBD;
}
.region--inactive {
  fill: #cec7c4 !important;
  cursor: default!important;
}
.region--inactive:hover {
  fill: #cec7c4;
}
.region__head {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  position: relative;
  display: block;
  cursor: pointer;
}
.region__head__wrap {
  position: relative;
  padding-left: 2rem;
}
.region__head__wrap:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.region__breadcrumbs {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  border-top: 1px solid #e4dbce;
}
.regions__header:after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
}
.regions__header-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.regions__header-title {
  grow: 1;
}
.regions__switch {
  color: #e8231a;
}
.regions__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.regions__map {
  background: #f6f3ef;
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.regions__svg {
  height: 100%;
  width: 100%;
  ill: #A89791;
}
.regions__region {
  border-top: 1px solid #e4dbce;
}
.regions__region:first-of-type {
  border-top: none;
}
.regions__region--expanded {
  border-top: none;
}
.search__action {
  display: flex;
  flex-direction: row;
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  justify-content: space-between;
}
.search__action__wrap {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  max-width: 100%;
}
.search__action__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #072329;
  width: 100%;
  height: 40px;
  line-height: 1;
  outline: none;
  padding: 7px 50px 7px 15px;
}
.search__action__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.search__action__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.search__action__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.search__action__button {
  background-color: transparent;
  color: #e8231a;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px!important;
  width: 50px!important;
}
.search__card {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  border-bottom: 1px solid #e4dbce;
}
.search__card__title {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  /* 991 down */
  color: #e8231a;
  font-weight: 600;
}
@media (max-width: 991px ) {
  .search__card__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .search__card__title {
    font-size: calc(1 * 18px);
  }
}
.search__card__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5em;
  max-height: 4.6em;
}
.section {
  padding-top: calc(var(--padding) * 96px);
  padding-bottom: calc(var(--padding) * 96px);
}
.section--dark {
  background: #072329;
}
.section--dark .section__title {
  color: white;
}
.section--dark .section__intro {
  color: white;
}
.section__title {
  margin-bottom: calc(var(--margin) * 24px);
  font-size: calc(0.8 * 50px);
  line-height: 1.2em;
  font-weight: 600;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .section__title {
    font-size: calc(0.8 * 50px);
  }
}
@media (max-width: 991px ) {
  .section__title {
    font-size: calc(0.8 * 38px);
  }
}
@media (max-width: 767px ) {
  .section__title {
    font-size: calc(0.8 * 32px);
  }
}
.section__title--center {
  text-align: center;
}
.section__intro {
  margin-bottom: calc(var(--margin) * 24px);
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
  font-weight: 500;
}
@media (max-width: 991px ) {
  .section__intro {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .section__intro {
    font-size: calc(0.8 * 20px);
  }
}
.section__intro--center {
  text-align: center;
}
.section__button {
  padding-top: calc(var(--padding) * 36px);
}
/* to be cleaned */
.slider {
  background: #f6f3ef;
  height: auto;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider__slide {
  position: absolute;
}
.slider__nav {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0;
  color: #e8231a;
}
.slider__nav .slider__previous,
.slider__nav .slider__next {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 50%;
  width: 40px;
  height: 80px;
  line-height: 0;
  border-radius: 0 40px 40px 0;
  transform: translateY(-50%);
  background-color: rgba(232, 35, 26, 0.75);
}
.slider__nav .slider__previous svg,
.slider__nav .slider__next svg {
  position: relative;
  height: 24px;
  width: 13px;
  fill: white;
  top: 50%;
}
.slider__nav .slider__previous {
  left: 0px;
}
.slider__nav .slider__previous svg {
  left: 35%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.slider__nav .slider__next {
  right: 0px;
  border-radius: 40px 0 0 40px;
}
.slider__nav .slider__next svg {
  left: 65%;
  transform: translateY(-50%) translateX(-50%);
}
.slider figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.8rem;
}
.slider--fixed-size {
  overflow: visible;
}
.slider--fixed-size .slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /*
			.aligner();
			.align-items--center();*/
  background-position: center center;
  background-size: cover;
}
.slider--fixed-size .slider__slide-inner {
  /*
			.aligner();
			.aligner-item-center();*/
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
.slider--fixed-size .slider__slide-inner img {
  /*
				.aligner-item-center();	*/
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slider-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.slider-pagination__bullit {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #072329;
  opacity: 0.2;
}
.slider-pagination__bullit--active {
  background: #e8231a;
  opacity: 1;
}
.subnav__header--has-dash:after {
  margin-top: calc(var(--margin) * 6px);
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
}
.subnav__title {
  margin-bottom: calc(var(--margin) * 12px);
}
.subnav__intro {
  margin-bottom: calc(var(--margin) * 24px);
}
.subnav__item {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  position: relative;
  display: block;
  border-bottom: 1px solid #e4dbce;
}
.subnav__item--depth-2 {
  padding-left: calc(var(--padding) * 24px);
}
.subnav__item__wrap {
  position: relative;
  padding-left: 2rem;
}
.subnav__item__wrap:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.shorten {
  overflow-y: hidden;
  position: relative;
}
.shorten__more {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.shorten__button {
  text-align: center;
  font-weight: 700;
  color: #e8231a;
}
.shorten__button:hover {
  text-decoration: underline;
}
.sociallinks__item {
  display: inline-block;
  margin-right: calc(var(--margin) * 12px);
}
.sociallinks__item:hover .sociallinks__svg {
  fill: rgba(232, 35, 26, 0.3);
}
.sociallinks__item:hover .sociallinks__text {
  border-bottom: 3px solid #e8231a;
}
.sociallinks__svg {
  fill: #e8231a;
  transition: fill ease 0.2s;
}
.sociallinks__text {
  border-bottom: 3px solid #fbdad8;
}
.spot__type {
  margin-bottom: calc(var(--margin) * 12px);
  text-transform: uppercase;
  font-weight: 600;
  color: #e8231a;
}
.spot__title {
  margin-bottom: calc(var(--margin) * 12px);
}
.spot__meta {
  margin-bottom: calc(var(--margin) * 36px);
}
.spot__data {
  display: flex;
  flex-direction: row;
  line-height: 1.8em;
}
.spot__data__icon {
  margin-right: calc(var(--margin) * 12px);
  line-height: 1.5em;
}
.spot__toggle {
  color: #e8231a;
  cursor: pointer;
}
.spot__toggle:hover {
  text-decoration: underline;
}
.spot__map {
  background: graytext;
  height: 400px;
}
@media (min-width: 992px ) {
  .stores {
    column-count: 2;
  }
}
.stores__group {
  break-inside: avoid;
}
.stores__indicator {
  font-weight: bold;
  color: #e8231a;
}
.stores__store {
  margin-left: 2em;
  margin-bottom: 5px;
  display: block;
}
.stores__store:hover {
  color: #e8231a;
}
.rail {
  margin-bottom: calc(var(--margin) * 36px);
  width: 25vw;
  max-width: 150px;
  height: 0.4rem;
  background: #e8231a;
}
.rail--indent {
  margin-left: calc(var(--margin) * 36px);
}
.rail--center {
  margin-right: auto;
  margin-left: auto;
}
.teaser {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1199px ) {
  .teaser {
    font-size: 1.8em;
  }
}
@media (max-width: 991px ) {
  .teaser {
    font-size: 1em;
  }
}
.teaser__wrap {
  padding: 7%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: background 0.3s;
}
@media (min-width: 992px ) {
  .teaser__wrap:hover {
    background-color: #c7c7c7;
    background-blend-mode: multiply;
  }
}
.teaser__title {
  line-height: 1.2em;
  font-size: 1.35em;
  font-weight: 600;
}
.teaser__byline {
  display: inline-block;
  line-height: 1.2em;
  font-size: 1em;
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
}
.teaser--light {
  color: white;
}
.teaser--light .teaser__label {
  background: white;
  color: #072329;
}
.teaser--circle .teaser__wrap {
  clip-path: circle(50% at 50% 50%);
}
.teaser--center {
  text-align: center;
}
.teaser--right {
  text-align: right;
}
.teaser--middle .teaser__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teaser--bottom .teaser__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tabs__header {
  display: flex;
  flex-direction: row;
}
.tabs__tab {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  font-size: calc(0.8 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
  color: #072329;
  cursor: pointer;
  transition: all ease 0.2s;
  display: flex;
  flex-diection: row;
  align-items: center;
}
@media (max-width: 991px ) {
  .tabs__tab {
    font-size: calc(0.8 * 20px);
  }
}
@media (max-width: 767px ) {
  .tabs__tab {
    font-size: calc(0.8 * 18px);
  }
}
.tabs__tab:hover {
  color: #e8231a;
  background: rgba(246, 243, 239, 0.4);
}
.tabs__tab--active {
  background: #f6f3ef;
  color: #072329;
  cursor: default;
}
.tabs__tab--active:hover {
  color: #072329;
  background: #f6f3ef;
}
.tabs__tab--active:before {
  transform: rotate(90deg);
}
.tabs__tab:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 0.8em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: calc(var(--margin) * 6px);
}
.teasers {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers {
    padding-top: calc(50% + 200% /3 );
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers {
    padding-top: 200%;
  }
}
@media (max-width: 767px ) {
  .teasers {
    padding-top: 0;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 42px;
  }
  .teasers__teaser-1 .teaser__byline {
    font-size: 0.7em;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-1 {
    width: calc(200% /3 );
    padding-top: calc(200% /3 );
    font-size: 44px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-1 {
    width: 50%;
    padding-top: 50%;
    font-size: 42px;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-2 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-2 {
    width: 50%;
    padding-top: 50%;
    top: 50%;
    right: 50%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-2 {
    top: 0;
    right: 0;
    width: calc(100% /3 );
    padding-top: calc(100% /3 );
    font-size: 20px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-2 {
    top: 0;
    right: 25%;
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-3 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-3 {
    width: 50%;
    padding-top: 50%;
    top: 50%;
    right: 0;
    font-size: 20px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-3 {
    top: calc(200% /7 );
    right: 0;
    width: calc(100% /3 );
    padding-top: calc(100% /3 );
    font-size: 20px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-3 {
    right: 0;
    top: 0;
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-4 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-4 {
    width: 50%;
    padding-top: 50%;
    top: 75%;
    right: 50%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-4 {
    width: 50%;
    padding-top: 50%;
    bottom: 0;
    right: 50%;
    font-size: 24px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-4 {
    bottom: 0;
    right: 25%;
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-5 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-5 {
    padding-top: 50%;
    width: 50%;
    top: 75%;
    right: 0%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-5 {
    bottom: 0;
    right: 0%;
    width: 50%;
    padding-top: 50%;
    font-size: 24px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-5 {
    bottom: 0;
    right: 0%;
    width: 25%;
    padding-top: 25%;
  }
}
.trailer {
  background: #f6f3ef;
  margin-bottom: calc(var(--margin) * 24px);
  /* first style, vertical oriantated */
}
.trailer--stretched {
  /* to be discussed if this is the right way. the stretch is a for me a visual thing, and in this case only nececary for this blokcs. Option is to incorporate a stretch column class */
  height: 100%;
  display: flex;
  flex-direction: column;
}
.trailer--card .trailer__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.trailer--card .trailer__content__innerwrap {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.trailer--card .trailer__title {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
  font-weight: 900;
}
@media (max-width: 991px ) {
  .trailer--card .trailer__title {
    font-size: calc(0.8 * 24px);
  }
}
.trailer--card .trailer__body {
  flex-grow: 2;
}
.trailer--card .trailer__button {
  margin-top: calc(var(--margin) * 36px);
}
.trailer--card .trailer__visual {
  height: 0;
  padding-bottom: calc(9/16*100%);
  position: relative;
}
.trailer--card .trailer__visual__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.trailer--banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px ) {
  .trailer--banner {
    flex-direction: column;
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.trailer--banner .trailer__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px ) {
  .trailer--banner .trailer__content {
    width: 100%;
  }
}
.trailer--banner .trailer__title {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
  font-weight: 900;
}
@media (max-width: 991px ) {
  .trailer--banner .trailer__title {
    font-size: calc(1 * 24px);
  }
}
.trailer--banner .trailer__button {
  margin-top: calc(var(--margin) * 12px);
}
.trailer--banner .trailer__visual {
  flex-direction: column;
  width: 50%;
  background-size: cover;
  position: relative;
  padding-top: calc(3/4*50%);
}
@media (max-width: 991px ) {
  .trailer--banner .trailer__visual {
    width: 100%;
    padding-top: calc(9/16*100%);
  }
}
.trailer--banner .trailer__visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.trailer--switched .trailer__visual {
  order: 2;
}
@media (max-width: 991px ) {
  .trailer--switched .trailer__visual {
    order: 0;
  }
}
.visual__img {
  max-width: 100%;
  height: auto;
}
.visual__caption {
  font-size: 0.8rem;
}
.visual__credits {
  font-size: 0.8rem;
  color: #e8231a;
}
.wysiwyg p {
  margin-bottom: calc(var(--margin) * 36px);
  line-height: 1.6em;
}
.wysiwyg h3 {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 600;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .wysiwyg h3 {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .wysiwyg h3 {
    font-size: calc(1 * 18px);
  }
}
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: calc(var(--margin) * 24px);
  margin-top: calc(var(--margin) * 24px);
  margin-left: 2em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  padding-left: calc(var(--padding) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  line-height: 1.6em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg cite {
  font-style: italic;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg a:not(.button) {
  background: transparent;
  border-bottom: 3px solid #fbdad8;
  color: inherit;
  text-decoration: none;
  transition: border-bottom 0.25s;
  overflow-wrap: break-word;
  white-space: normal;
}
.wysiwyg a:not(.button):hover {
  border-bottom: 3px solid #e8231a;
}
.wysiwyg table {
  line-height: 175%;
  margin-bottom: 20px;
}
.wysiwyg table tr {
  border-bottom: 1px solid #f6f3ef;
}
.wysiwyg table tr:last-child {
  border-bottom: 3px solid #f6f3ef;
}
.wysiwyg--inverted {
  color: #fff;
}
.wysiwyg--job ul li {
  position: relative;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpi/P//PwMMMIEIRkZGBAcGAAKIEVkZKgAIIOxSUEEJZD5AAGGoZGIgAFDMQNH7HMYACCA8LiPBImQ343QISJ4JzQ0SSA5jhEkABBD13EQ9Rfh81w/E5WB5HIr6oRglCNajKQCBQnTrNID4OrIJKPJI1mmgK4ApAggwogKTesFET4PA/iPTe+WgxAfTT46L+qEpF5SCX5DjtX60pF+IK4w0oHnlOnKBQMgAfGEEM/A91IB+osIYT2BLkBJZADMOdkOo7RpGAAAAAElFTkSuQmCC');
}
.wysiwyg--job.wysiwyg--inverted ul li {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMNJREFUeNpi/P//PwMMMDEgARQOQAAxwpQxYUgDBBAjsgnoshLIggABhKGSCZc2GPjPhGQGSC8jA8gMIH4OpRkAAgir9YTMJVnRf2yKnkMdB5NkhEkABBB93EQ9Rf1AXI7P4f1QuhDZpPW4FCCbpAFVuANdASRYoZEIxBpA3I/Eh2OAACMqMKkWTEPGoHLk3EWOQf3QlAsy5AU5BvWjJf1CXF7TgOaV62gFAl4DsKUR5LQCKgDe/4cArOmGlHSEEgaEAABmyJTjAehjjQAAAABJRU5ErkJggg==');
}
/*# sourceMappingURL=main.css.map */