@charset "UTF-8";
/* @font-face {
    font-family: 'DinMedium';
    src: url('../fonts/din-medium-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinMediumCondensed';
    src: url('../fonts/DINPro-CondMedium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DinCondensed';
    src: url('../fonts/DINPro-Cond.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DinLightCondensed';
    src: url('../fonts/DINPro-CondLight.otf');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
  font-family: "DinMedium";
  src: url("../fonts/380A4D_0_0.eot");
  src: url("../fonts/380A4D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/380A4D_0_0.woff2") format("woff2"), url("../fonts/380A4D_0_0.woff") format("woff"), url("../fonts/380A4D_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "DinLightCondensed";
  src: url("../fonts/380A4D_1_0.eot");
  src: url("../fonts/380A4D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/380A4D_1_0.woff2") format("woff2"), url("../fonts/380A4D_1_0.woff") format("woff"), url("../fonts/380A4D_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "DinCondensed";
  src: url("../fonts/380A4D_2_0.eot");
  src: url("../fonts/380A4D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/380A4D_2_0.woff2") format("woff2"), url("../fonts/380A4D_2_0.woff") format("woff"), url("../fonts/380A4D_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "DinMediumCondensed";
  src: url("../fonts/380A4D_3_0.eot");
  src: url("../fonts/380A4D_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/380A4D_3_0.woff2") format("woff2"), url("../fonts/380A4D_3_0.woff") format("woff"), url("../fonts/380A4D_3_0.ttf") format("truetype");
}
.black-background {
  background-color: #000;
}

.black-color {
  color: #000;
}

.black-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #000;
          box-shadow: inset 0 123px 190px -30px #000;
}

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

.white-color {
  color: #fff;
}

.white-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #fff;
          box-shadow: inset 0 123px 190px -30px #fff;
}

.darkblue-background {
  background-color: #2D2F43;
}

.darkblue-color {
  color: #2D2F43;
}

.darkblue-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #2D2F43;
          box-shadow: inset 0 123px 190px -30px #2D2F43;
}

.lightblue-background {
  background-color: #91B7DB;
}

.lightblue-color {
  color: #91B7DB;
}

.lightblue-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #91B7DB;
          box-shadow: inset 0 123px 190px -30px #91B7DB;
}

.big-padding {
  padding: 60px 0;
}

.med-padding {
  padding: 40px 0;
}

.small-padding {
  padding: 25px;
}

.big-pad-top {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .gutter-pad-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .big-padding,
.med-padding {
    padding: 20px 0;
  }
}
.row--margin-2 > div:nth-child(n+2) {
  margin-top: 30px;
}

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

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #E29992;
  --red: #dc3545;
  --orange: #FDB84A;
  --yellow: rgb(250, 184, 72);
  --green: #6BBD8D;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2D2F43;
  --secondary: #91B7DB;
  --success: #6BBD8D;
  --info: #17a2b8;
  --warning: rgb(250, 184, 72);
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2D2F43;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0e0f15;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2D2F43 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #191a24 !important;
}

.bg-secondary {
  background-color: #91B7DB !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6b9ece !important;
}

.bg-success {
  background-color: #6BBD8D !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #4ca972 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: rgb(250, 184, 72) !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f9a516 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2D2F43 !important;
}

.border-secondary {
  border-color: #91B7DB !important;
}

.border-success {
  border-color: #6BBD8D !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: rgb(250, 184, 72) !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2D2F43 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #191a24 !important;
}

.text-secondary {
  color: #91B7DB !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #6b9ece !important;
}

.text-success {
  color: #6BBD8D !important;
}

a.text-success:hover, a.text-success:focus {
  color: #4ca972 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: rgb(250, 184, 72) !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f9a516 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.narrow-gutters .col-xs-1, .narrow-gutters .col-sm-1, .narrow-gutters .col-md-1, .narrow-gutters .col-lg-1, .narrow-gutters .col-xs-2, .narrow-gutters .col-sm-2, .narrow-gutters .col-md-2, .narrow-gutters .col-lg-2, .narrow-gutters .col-xs-3, .narrow-gutters .col-sm-3, .narrow-gutters .col-md-3, .narrow-gutters .col-lg-3, .narrow-gutters .col-xs-4, .narrow-gutters .col-sm-4, .narrow-gutters .col-md-4, .narrow-gutters .col-lg-4, .narrow-gutters .col-xs-5, .narrow-gutters .col-sm-5, .narrow-gutters .col-md-5, .narrow-gutters .col-lg-5, .narrow-gutters .col-xs-6, .narrow-gutters .col-sm-6, .narrow-gutters .col-md-6, .narrow-gutters .col-lg-6, .narrow-gutters .col-xs-7, .narrow-gutters .col-sm-7, .narrow-gutters .col-md-7, .narrow-gutters .col-lg-7, .narrow-gutters .col-xs-8, .narrow-gutters .col-sm-8, .narrow-gutters .col-md-8, .narrow-gutters .col-lg-8, .narrow-gutters .col-xs-9, .narrow-gutters .col-sm-9, .narrow-gutters .col-md-9, .narrow-gutters .col-lg-9, .narrow-gutters .col-xs-10, .narrow-gutters .col-sm-10, .narrow-gutters .col-md-10, .narrow-gutters .col-lg-10, .narrow-gutters .col-xs-11, .narrow-gutters .col-sm-11, .narrow-gutters .col-md-11, .narrow-gutters .col-lg-11, .narrow-gutters .col-xs-12, .narrow-gutters .col-sm-12, .narrow-gutters .col-md-12, .narrow-gutters .col-lg-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

label {
  color: #191919;
  font-weight: normal;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=file],
textarea,
select {
  padding: 14.1666666667px;
  padding: 0.8333333333rem;
  background: #fff;
  color: #495057;
  border: none;
  font-family: "DinMedium";
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: none;
}

input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #91B7DB;
}

input[type=file]:hover {
  cursor: pointer;
}

input[type=search] {
  width: auto;
  display: inline-block;
}

select {
  height: 46px;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  display: inline-block;
}

input[type=submit] {
  border: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
  margin: 0;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper form {
  margin-top: 30px;
  margin-top: 1.7647058824rem;
  margin-bottom: 30px;
  margin-bottom: 1.7647058824rem;
}

.gform_heading {
  margin-bottom: 28.3333333333px;
  margin-bottom: 1.6666666667rem;
  padding-bottom: 14.1666666667px;
  padding-bottom: 0.8333333333rem;
}
.gform_heading .gform_title {
  margin-bottom: 14.1666666667px;
  margin-bottom: 0.8333333333rem;
}

.gform_wrapper label {
  margin-bottom: 10px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.25rem;
  color: #2D2F43;
  line-height: 1.3;
  font-family: "DinMediumCondensed";
}

.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper input[type=submit] {
  padding: 15px;
  background: #2D2F43;
  min-width: 180px;
  font-size: 20px;
  text-transform: uppercase;
}

.bg-dark-grey .gform_wrapper label {
  color: white;
}

.gsection {
  margin-bottom: 14.1666666667px;
  margin-bottom: 0.8333333333rem;
  padding-bottom: 14.1666666667px;
  padding-bottom: 0.8333333333rem;
  border-bottom: 1px solid #858585;
}
.gsection .gsection_title {
  margin-bottom: 14.1666666667px;
  margin-bottom: 0.8333333333rem;
}

.gfield_required {
  color: #f00;
  padding-left: 2px;
}

.ginput_complex label {
  font-weight: normal;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield {
  margin-bottom: 20px;
  margin-bottom: 1.1764705882rem;
  position: relative;
}

.gfield_description {
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-style: italic;
}

.validation_message {
  font-style: normal;
  margin-top: 20px;
  color: #ca3c3c;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 4px;
  margin-right: 0.2352941176rem;
}

.gfield_radio input[type=text] {
  width: auto;
  display: inline-block;
}

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%;
}

.name_first {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_last {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_suffix {
  width: 9%;
  float: right;
}

input.datepicker_with_icon {
  margin-right: 14.1666666667px;
  margin-right: 0.8333333333rem;
  display: inline-block;
  width: auto;
}

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}
.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}
.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}

.gfield,
.gform_footer {
  clear: both;
}

.gform_footer {
  margin: 20px 0 50px;
}

.gf_left_half {
  width: 49%;
  float: left;
  clear: left;
}

.gf_right_half {
  width: 49%;
  float: right;
  clear: right;
}

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
}

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left;
}

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right;
}

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.gf_list_2col li {
  width: 50%;
  float: left;
}

.gf_list_3col li {
  width: 33%;
  float: left;
}

.gf_list_4col li {
  width: 25%;
  float: left;
}

.gf_list_5col li {
  width: 20%;
  float: left;
}

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 14.1666666667px;
  padding-right: 0.8333333333rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  margin-bottom: 14.1666666667px;
  margin-bottom: 0.8333333333rem;
  line-height: 1;
}

.gf_step {
  display: inline-block;
  opacity: 0.2;
  margin-right: 1%;
}
.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}

.gfield_error .gfield_error input, .gfield_error .gfield_error textarea, .gfield_error .gfield_error select {
  border: solid 1px #d9534f;
}
.gfield_error > label,
.gfield_error .validation_message {
  color: #ca3c3c;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border: none;
  background: white;
}
.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: #a62d2d;
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa;
}

.ui-datepicker-prev {
  width: 20%;
  float: left;
}

.ui-datepicker-next {
  width: 20%;
  float: right;
}

.ui-datepicker-title {
  width: 60%;
  float: left;
}
.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

.gform_confirmation_message, .validation_error {
  font-size: 22px;
}

.gform_confirmation_message {
  border: solid 4px green;
  padding: 30px;
  margin: 20px 0;
}

.gfield_description.validation_message {
  margin-top: 15px;
}

.validation_error {
  margin-bottom: 30px;
  color: #d9534f;
}

.gform_heading {
  margin-bottom: 0px;
}

.gform_footer {
  margin-bottom: 0;
}

.gfield_checkbox, .gfield_radio {
  margin-top: 18px;
  padding: 0;
}
.gfield_checkbox > li input, .gfield_radio > li input {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  margin-top: 7px;
}
.gfield_checkbox > li label, .gfield_radio > li label {
  display: inline-block;
  width: calc(100% - 40px);
  padding-left: 0;
}
.gfield_checkbox > li:first-child, .gfield_radio > li:first-child {
  margin-left: 0 !important;
}
.gfield_checkbox > li:before, .gfield_radio > li:before {
  display: none;
}

.gform_wrapper {
  border: 1px solid #BBC1CB;
  background: #F8F8F7;
  padding: 32px 32px 64px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 900px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.white-popup {
  padding: 50px;
  background: white;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.magnific-inline {
  cursor: pointer;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #BBC1CB;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #2D2F43;
}

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px;
}
.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: "";
}

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0;
}
.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: "";
}
.slider--feedback .slick-dots button {
  background-color: white;
}

html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "adobe-garamond-pro", serif;
}

.row--center-border > div:first-child() {
  padding-right: 40px;
  border-right: solid 1px rgba(187, 193, 203, 0.3);
}
.row--center-border > div:last-child() {
  padding-left: 40px;
}

.row--center-border-switch > div:last-child() {
  padding-right: 40px;
  border-right: solid 1px rgba(187, 193, 203, 0.3);
}
.row--center-border-switch > div:first-child() {
  padding-left: 40px;
}

.narrow-gutters > div {
  margin-bottom: 15px;
}

a:hover {
  text-decoration: none;
}

#content-wrap {
  overflow: hidden;
}

.email-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.top-nav {
  position: absolute;
  width: 100%;
  top: 35px;
  padding: 0 70px;
  z-index: 999;
}
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -15px;
}
.top-nav ul > li {
  padding: 0;
  text-indent: 0;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a {
  text-transform: uppercase;
  font-family: "DinMedium";
  position: relative;
  letter-spacing: 0.5px;
}
.top-nav ul li a:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 0;
  height: 1px;
  bottom: -10px;
  background-color: #91b7db;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-nav ul li a:hover {
  text-decoration: none;
}
.top-nav ul li a:hover:after {
  width: calc(100% - 30px);
  left: 15px;
}
.top-nav ul li.current_page_item a:after {
  width: calc(100% - 40px);
  left: 20px;
}
.top-nav ul li.current-page-ancestor a:after {
  width: calc(100% - 40px);
  left: 20px;
}
.top-nav ul li:last-child a:hover:after {
  width: calc(100% - 15px);
}
.top-nav__logo img {
  max-width: 100%;
  margin-top: 24px;
}
.top-nav .logo-on-scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-nav.sticky {
    position: fixed;
    background-color: white;
    top: -60px;
    padding: 0 45px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -ms-transform: translateY(60px); /* IE 9 */
    -webkit-transform: translateY(60px); /* Safari */
    transform: translateY(60px); /* Safari */
  }
  .top-nav.sticky .logo-on-scroll {
    display: block;
  }
  .top-nav.sticky .logo-on-banner {
    display: none;
  }
  .top-nav.sticky .menu-top-sub-menu-container,
.top-nav.sticky .search-icon {
    display: none;
  }
  .top-nav.sticky .menu-main-container {
    margin: 0;
  }
  .top-nav.sticky .top-nav__logo img {
    margin-top: 14px;
  }
  .top-nav.sticky ul.menu > li:hover > a:after,
.top-nav.sticky ul.menu > li > a:after {
    -ms-transform: translateY(15px); /* IE 9 */
    -webkit-transform: translateY(15px); /* Safari */
    transform: translateY(15px); /* Safari */
  }
  .top-nav.sticky.top-nav ul.menu > li {
    padding-bottom: 0;
    padding: 20px 0;
  }
  .top-nav.sticky.top-nav ul.menu > li a {
    color: #2d2f43;
  }
  .top-nav.sticky.top-nav ul.menu > li:last-child a {
    padding-right: 0;
  }
  .top-nav.sticky--hide {
    -ms-transform: translateY(-20px); /* IE 9 */
    -webkit-transform: translateY(-20px); /* Safari */
    transform: translateY(-20px); /* Safari */
    -webkit-transition: transform 0.1s ease-in;
    -o-transition: transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  }
}
.top-nav .search-icon {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.top-nav .search-icon img {
  width: 18px;
}

.menu-top-sub-menu-container {
  margin-bottom: 5px;
  display: inline-block;
}
.menu-top-sub-menu-container a {
  padding: 0 10px;
  color: #82a4c5;
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.1666666667; /* 14px */
}
.menu-top-sub-menu-container ul li a:after {
  bottom: -5px;
}

.menu-main-container {
  margin-top: 5px;
}
.menu-main-container a {
  padding: 0 15px;
  color: #2d2f43;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.2142857143; /* 17px */
}

.page-template-default:not(.bradfield-support) .menu-main-container a {
  color: white;
}

.top-nav--white .menu-main-container a {
  color: white;
}

.nav-block {
  background: #2d2f43;
  padding: 45px 45px 65px;
  text-transform: uppercase;
  font-family: "DinMedium";
  margin-bottom: 40px;
}
.nav-block__title {
  font-family: "DinMediumCondensed";
  color: #82a4c5;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.25; /* 40px */
  margin-bottom: 20px;
}
.nav-block ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-block ul li.page_item {
  margin-bottom: 5px;
}
.nav-block a {
  color: #929cab;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.9285714286; /* 27px */
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.nav-block a:hover {
  color: white;
}
.nav-block--full {
  height: 100%;
  margin-bottom: 0;
}
.nav-block--full ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.nav-block .social-links img {
  margin-right: 5px;
  margin-bottom: 5px;
}

.box {
  padding: 40px;
}
.box--full {
  height: 100%;
}
.box--blue {
  background: #91B7DB;
}
.box--blue p {
  color: white;
  font-size: 22px; /* 22px */
  font-size: 1.375rem; /* 22px */
}

.filler-block {
  background: #91B7DB;
}
.filler-block--twitter {
  padding: 45px 40px 40px;
}
.filler-block--twitter p {
  color: white;
  font-size: 21px; /* 21px */
  font-size: 1.3125rem; /* 21px */
  line-height: 1.3333333333; /* 28px */
}
.filler-block--newsletter {
  padding: 60px 35px;
}
.filler-block--quote {
  padding: 80px 35px 40px;
  position: relative;
}
.filler-block--quote p {
  color: white;
  font-size: 21px; /* 21px */
  font-size: 1.3125rem; /* 21px */
  line-height: 1.3333333333; /* 28px */
}
.filler-block--quote .quote-cite {
  margin-top: 20px;
  font-style: normal;
  color: #2D2F43;
  font-family: "DINMediumCondensed";
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2105263158; /* 23px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.filler-block--quote:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 25px;
  left: calc(50% - 17px);
  top: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/quote-icon-white.svg);
}
.filler-block .title, .filler-block h4, .filler-block h3, .filler-block h2, .filler-block h1 {
  color: white;
  font-size: 34px; /* 34px */
  font-size: 2.125rem; /* 34px */
  line-height: 1.4705882353; /* 50px */
}
.filler-block input[type=email] {
  background: white;
  border: solid 1px white;
  border-radius: 50px;
  padding: 20px 30px;
  width: 100%;
  letter-spacing: 0;
  font-family: "adobe-garamond-pro", serif;
}
.filler-block .newsletter-contain {
  width: 290px;
  margin: auto;
  position: relative;
}
.filler-block [type=submit] {
  position: absolute;
  top: 23px;
  right: 28px;
  background-image: url(../img/mail-icon.svg);
  background-size: cover;
  height: 15px;
  width: 20px;
  border: none;
}

.site-footer {
  color: white;
}
.site-footer a {
  color: white;
}
.site-footer p {
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.4210526316; /* 27px */
}
.site-footer__main {
  background: #1A1B26;
  padding: 70px 0 80px;
}
.site-footer__copyright {
  background: #121318;
  padding: 10px 0;
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.375; /* 22px */
}
.site-footer__copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  border-left: solid 1px white;
  margin: 0 10px;
}
.site-footer__copyright ul > li {
  padding: 0;
  text-indent: 0;
}
.site-footer__copyright ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: solid 1px white;
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1; /* 16px */
}
.site-footer .heading-line {
  color: #82a4c5;
}
.site-footer .heading-line:after {
  background: white;
}
.site-footer .quick-links ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  letter-spacing: 1px;
  font-family: "DinMedium";
  text-transform: uppercase;
}
.site-footer .quick-links ul > li {
  padding: 0;
  text-indent: 0;
}
.site-footer .quick-links ul li {
  margin-bottom: 12px;
}
.site-footer .social-links {
  margin-bottom: 20px;
}
.site-footer .social-links img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-logo {
  width: 370px;
  max-width: 100%;
}

.footer-search {
  margin-top: 90px;
  max-width: 370px;
  position: relative;
}

.search-form button[type=submit] {
  position: absolute;
  right: 30px;
  top: 18px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: none;
  border: none;
  background-size: contain;
  background-image: url("../img/search-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0;
}
.search-form button[type=submit]:focus {
  outline: none;
}
.search-form input[type=search] {
  background: none;
  border: solid 1px white;
  letter-spacing: 0;
  border-radius: 50px;
  padding: 20px 30px;
  width: 100%;
  color: white;
}

.gsg-logo {
  width: 64px;
}

.search-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  top: 0;
  left: 0;
}
.search-overlay__close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  pointer-events: none;
  cursor: pointer;
}
.search-overlay__close img {
  width: 100%;
}
.search-overlay form {
  max-width: 100%;
  width: 600px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-overlay .search-form button[type=submit] {
  right: 35px;
  top: 27px;
  cursor: pointer;
}
.search-overlay .search-form input[type=search] {
  padding: 25px 35px;
  font-size: 24px;
}

.title, h4, h3, h2, h1 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 36px; /* 36px */
  font-size: 2.25rem; /* 36px */
  color: #2D2F43;
  line-height: 1.3;
  font-family: "DinMediumCondensed";
}
.title--small, h4 {
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.3333333333; /* 24px */
}
.title--medium, h3 {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.25; /* 30px */
}
.title--banner, h1 {
  font-size: 40px; /* 40px */
  font-size: 2.5rem; /* 40px */
  line-height: 1.4; /* 56px */
  color: #000000;
}
.title--large {
  font-size: 72px; /* 72px */
  font-size: 4.5rem; /* 72px */
  line-height: 0.9583333333; /* 69px */
  color: #2D2F43;
}
.title--light {
  color: #91B7DB;
}
.title--no-ls {
  letter-spacing: 0;
}
.title--lg {
  font-size: 60px; /* 60px */
  font-size: 3.75rem; /* 60px */
  line-height: 0.7; /* 42px */
  letter-spacing: -0.5px;
}
.title--md {
  font-size: 28px; /* 28px */
  font-size: 1.75rem; /* 28px */
  line-height: 1.2857142857; /* 36px */
}

.heading-line {
  letter-spacing: 1px;
  font-family: "DinCondensed";
  text-transform: uppercase;
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2105263158; /* 23px */
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.heading-line span {
  padding-right: 10px;
}
.heading-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.25;
  top: calc(50% - 1px);
}

.heading-split {
  font-family: "DinMediumCondensed";
}
.heading-split span:nth-child(1) {
  font-family: "DinLightCondensed";
}
.heading-split span:nth-child(2) {
  font-family: "DinCondensed";
}

.heading-hr {
  margin: 30px auto;
  color: #82a4c5;
  font-family: "DinMedium";
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.25; /* 20px */
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  position: relative;
}
.heading-hr:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 3px);
  width: 100%;
  height: 1px;
  background: #BBC1CB;
  z-index: -1;
}
.heading-hr .slanted-background:before {
  height: 300%;
  top: -100%;
}
.heading-hr-contain {
  margin-top: 40px;
}

.slanted-background {
  position: relative;
  text-transform: uppercase;
  font-family: "DinMediumCondensed";
}
.slanted-background:before {
  content: "";
  position: absolute;
  width: calc(100% + 70px);
  height: 180%;
  left: -35px;
  top: -40%;
  background: white;
  border: 1px solid #BBC1CB;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
  background: #f8f8f8;
}

.number-heading {
  position: relative;
  font-family: "DinMediumCondensed";
}
.number-heading__number {
  color: #82a4c5;
  font-size: 90px; /* 90px */
  font-size: 5.625rem; /* 90px */
  opacity: 0.25;
  position: absolute;
  top: -45px;
}
.number-heading__title {
  color: #2D2F43;
  font-size: 28px; /* 28px */
  font-size: 1.75rem; /* 28px */
  line-height: 1.1428571429; /* 32px */
  left: 30px;
  top: 49px;
  text-transform: uppercase;
  margin: 15px 30px 25px;
}

.numbered-list {
  margin-bottom: 40px;
}

.icon img {
  height: 90px;
  width: auto;
}
.icon__title {
  text-transform: uppercase;
  font-family: "DINMediumCondensed";
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
  text-align: center;
  margin-top: 20px;
}

.article-meta .slanted-background {
  color: #82a4c5;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  letter-spacing: 0.5px;
  font-family: "DinMedium";
}
.article-meta--bottom {
  margin-bottom: 40px;
}
.article-meta--bottom .row {
  padding-top: 50px;
  border-top: 1px solid #BBC1CB;
}

.author__image {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.author__name {
  text-transform: uppercase;
  color: #82a4c5;
  font-family: "DinMediumCondensed";
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2105263158; /* 23px */
  vertical-align: middle;
  display: inline-block;
}
.author--center {
  margin-top: 30px;
}
.author--center .author__name {
  display: block;
  margin-top: 10px;
}

.article-teaser {
  margin-bottom: 50px;
}
.article-teaser__image {
  width: 100%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.article-teaser__image-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.article-teaser__image-contain {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.article-teaser__bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 90%;
  margin-bottom: 25px;
}
.article-teaser__title {
  text-transform: uppercase;
  color: #2D2F43;
  font-family: "DinMediumCondensed";
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.0416666667; /* 50px */
  position: relative;
  overflow: hidden;
}
.article-teaser__sub-title {
  text-transform: uppercase;
  color: #2D2F43;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.25; /* 40px */
  font-family: "DinLightCondensed";
  margin-top: 5px;
}
.article-teaser__time {
  position: absolute;
  bottom: 40px;
  left: 30px;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.article-teaser__time .button {
  margin: 0;
}
.article-teaser__author {
  margin-bottom: 10px;
}
.article-teaser__excerpt {
  margin-top: 10px;
}
.article-teaser__excerpt p {
  color: #55616b;
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.4736842105; /* 28px */
}
.article-teaser.text-center .button {
  margin-left: 0;
}
.article-teaser:hover .article-teaser__time {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.article-teaser:hover .article-teaser__image {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.article-teaser:hover .article-teaser__title:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.article-teaser:hover .article-teaser__text .button:before {
  background: #2d3043;
  border-color: #2d3043;
}

.article h2 {
  color: #2D2F43;
  font-family: "DinMediumCondensed";
  font-size: 40px; /* 40px */
  font-size: 2.5rem; /* 40px */
  line-height: 1.1; /* 44px */
  margin-top: 30px;
  margin-bottom: 1rem;
}
.article h3 {
  color: #2D2F43;
  font-family: "DinMediumCondensed";
  letter-spacing: 0;
}
.article p,
.article ul,
.article ol {
  font-size: 22.5px; /* 22.5px */
  font-size: 1.40625rem; /* 22.5px */
  line-height: 1.5111111111; /* 34px */
  color: #55616b;
}
.article ul,
.article ol {
  margin-bottom: 2rem;
}
.article ul:last-child,
.article ol:last-child {
  margin-bottom: 1rem;
}
.article li {
  margin-bottom: 15px;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article .intro {
  font-size: 1.55rem;
  color: #2e3042;
  line-height: 1.45;
}
.article img.alignleft {
  float: left;
  margin-right: 30px;
}
.article img.alignright {
  float: right;
  margin-left: 30px;
}
.article img.logo-divider {
  max-width: 90%;
}
.article img.aligncenter {
  display: block;
  margin: 0 auto;
}
.article .alignleft {
  float: left;
  margin-right: 30px;
}
.article .alignright {
  float: right;
  margin-left: 30px;
}
.article .aligncenter {
  display: block;
  margin: 0 auto;
}
.article a:not(.button) {
  color: #82a4c5;
}
.article .search-form {
  max-width: 400px;
  position: relative;
  margin: auto;
}
.article .search-form input[type=search] {
  border: solid 1px #2d2f44;
  color: #2D2F43;
}

@media (min-width: 768px) {
  .single .page-content, .page .page-content {
    padding-right: 20px;
  }
}
.article-slider__images .slick-track,
.article-slider__images .slick-list, .article-slider__images {
  height: 100%;
}
.article-slider__images .slick-slide {
  background-size: cover;
  background-position: center;
}

.afg-gallery div.afg-cell {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.afg-gallery img.afg-img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
}
.afg-gallery img.afg-img:hover {
  margin-top: 0;
}
.afg-gallery a.afg-page, .afg-gallery font.afg-cur-page, .afg-gallery font.afg-page {
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.afg-gallery font.afg-cur-page {
  border: 1px solid #91B7DB;
  background-color: #91B7DB;
  color: white;
}
.afg-gallery a.afg-page:hover {
  background: #91B7DB;
}

.article-slider {
  margin-bottom: 80px;
}

.post-page {
  padding-top: 220px;
}

.article .tablepress thead {
  border: solid 1px #2e3042;
}
.article .tablepress thead th {
  background: #2D2F43;
  color: #91B7DB;
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.3333333333; /* 32px */
  font-family: "DinMediumCondensed";
  padding: 15px 30px;
  letter-spacing: -0.27px;
  font-weight: normal;
  text-transform: uppercase;
}

.article .tablepress td {
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2631578947; /* 24px */
  color: #75828E;
  border: solid 1px #eeeeee;
  padding: 15px 30px;
}

.article .tablepress tfoot th {
  color: #2D2F43;
  background: #91B7DB;
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.4; /* 28px */
  font-family: "DinMediumCondensed";
  padding: 15px 30px;
}

.tablepress .row-hover tr.even:hover td {
  background-color: #fff;
}

.tablepress .row-hover tr.odd:hover td {
  background-color: #f9f9f9;
}

.accordion {
  margin: 10px 0;
  border-bottom: 1px solid rgba(187, 193, 203, 0.3);
}
.accordion__title {
  cursor: pointer;
  margin: 0;
  position: relative;
}
.accordion__title:after, .accordion__title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  right: 0;
  top: 26px;
  background: #2D2F43;
}
.accordion__title:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__title, .accordion__content {
  padding: 10px 30px 10px 0;
}
.accordion__content:last-of-type {
  position: relative;
  top: -1px;
}
.accordion.active .accordion__title:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.date {
  color: #91B7DB;
  font-family: "DinMediumCondensed";
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2105263158; /* 23px */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.date + .article {
  margin-top: 40px;
}

iframe {
  border: none;
}

.grey-text {
  color: #929cab;
}

figcaption {
  color: #75828E;
  margin-top: 6px;
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.6875; /* 27px */
}

ul.gallery {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
ul.gallery li {
  margin: 10px;
  display: inline-block;
  width: 33.3%;
  height: 230px;
  width: calc(33.3% - 20px);
  vertical-align: top;
}
ul.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  /* position: absolute; */
  display: block;
  height: 180px;
  width: 100%;
}
ul.gallery img:focus {
  outline: none;
}

p.gallery-caption {
  font-size: 16px !important;
  min-height: 20px;
  margin-bottom: 10px;
}

.article .wp-caption {
  width: 100% !important;
  margin: 20px 0;
}
.article .wp-caption p {
  margin-top: 9px;
  font-size: 16px;
}

.video-caption p {
  margin-top: 9px;
  font-size: 16px;
}

.simple-teasers {
  margin: 100px 0;
}

.heading-hr-contain + .simple-teasers {
  margin-top: 40px;
}

.simple-teaser {
  background: #2D2F43;
  color: white;
  padding: 45px 75px 85px;
  text-transform: uppercase;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.125; /* 36px */
  text-align: center;
  font-family: "DinMediumCondensed";
  height: 100%;
  position: relative;
}
.simple-teaser .simple-teaser__underline {
  position: absolute;
  content: "";
  bottom: 50px;
  width: 60px;
  height: 2px;
  background: #91B7DB;
  left: calc(50% - 30px);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  -o-transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
.simple-teaser .simple-teaser__underline--text {
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2105263158; /* 23px */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #82a4c5;
  background: none;
  width: 100%;
  left: 0;
}
.simple-teaser:hover .simple-teaser__underline {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.simple-teaser--yellow {
  background: #FDB84A;
}
.simple-teaser--yellow .simple-teaser__underline {
  background: white;
  opacity: 0.4;
}
.simple-teaser--green {
  background: #6BBD8D;
}
.simple-teaser--green .simple-teaser__underline {
  background: white;
  opacity: 0.2;
}
.simple-teaser--pink {
  background: #E29992;
}
.simple-teaser--pink .simple-teaser__underline {
  background: white;
  opacity: 0.2;
}

.teaser-box {
  background: #F8F8F7;
  border: solid 1px #BBC1CB;
  padding: 45px;
  font-family: "DinMediumCondensed";
  text-align: center;
  text-transform: uppercase;
}
.teaser-box__category {
  color: #82a4c5;
  font-size: 25px; /* 25px */
  font-size: 1.5625rem; /* 25px */
  margin-bottom: 16px;
}
.teaser-box__title {
  color: #2D2F43;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.125; /* 36px */
}

.related-articles {
  margin-bottom: 50px;
}
.related-articles .heading-hr {
  margin-bottom: 90px;
  margin-top: 60px;
}

.two-col-articles {
  margin-top: 40px;
  margin-bottom: 50px;
}

.related-news {
  margin: 80px 0;
}
.related-news .heading-hr {
  margin-bottom: 80px;
}

.button {
  color: #FFFFFF;
  font-family: "DinMedium";
  text-transform: uppercase;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.1428571429; /* 16px */
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.button:before {
  position: absolute;
  content: "";
  background: #91B7DB;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 110%;
  height: 100%;
  z-index: -5;
  left: -5%;
  top: 0;
}
.button--on-bg {
  position: relative;
  z-index: 4;
}
.button--on-bg:before {
  z-index: -1;
}
.button:hover {
  color: white;
}
.button:hover:before {
  background: #83a7ca;
}
.button:focus {
  outline: none;
}
.button--small {
  padding: 10px 20px;
  font-size: 11px; /* 11px */
  font-size: 0.6875rem; /* 11px */
  line-height: 1.1818181818; /* 13px */
}
.button--ghost {
  color: #82a4c5;
}
.button--ghost:before {
  border: solid 2px #BBC1CB;
  height: calc(100% + 4px);
  top: -2px;
  background: transparent;
  z-index: -1;
}
.button--ghost:hover {
  color: white;
}
.button--ghost.button--white:hover:before {
  background: white;
}
.button--white {
  color: white;
}
.button--white:before {
  border: solid 2px white;
}
.button--pdf {
  padding-left: 65px;
  color: #2D2F43;
}
.button--pdf:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 25px;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/pdf-icon.svg");
}
.button--video {
  padding-left: 55px;
}
.button--video:after {
  position: absolute;
  content: "";
  width: 0;
  top: 18px;
  left: 18px;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.button--yellow:before {
  background: #FDB84A;
}
.button--yellow:hover:before {
  background: #fca418;
}
.button--green:before {
  background: #6BBD8D;
}
.button--green:hover:before {
  background: #4ca972;
}
.button--pink:before {
  background: #E29992;
}
.button--pink:hover:before {
  background: #d7736a;
}

.banner {
  position: relative;
  border: solid white 10px;
  margin-bottom: 60px;
}
.banner__image {
  position: relative;
  background-size: cover;
  width: 100%;
  padding-bottom: 45%;
  height: 0;
}
.banner__bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}
.banner__intro {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 480px;
  background: rgba(45, 47, 67, 0.9);
  color: white;
  padding: 65px 55px;
  font-size: 23px; /* 23px */
  font-size: 1.4375rem; /* 23px */
  line-height: 1.3913043478; /* 32px */
}
.banner__center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner--full-height {
  height: 100vh;
}
.banner--ar {
  padding-bottom: 42%;
}
.banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  opacity: 0.65;
  background: -o-linear-gradient(269.65deg, transparent 0%, #000000 100%);
  background: linear-gradient(180.35deg, transparent 0%, #000000 100%);
}
.banner__overlay--full {
  height: 100%;
}
.banner__overlay--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  opacity: 0.65;
  background: -o-linear-gradient(269.65deg, #000000 0%, transparent 100%);
  background: linear-gradient(180.35deg, #000000 0%, transparent 100%);
}
.banner__title {
  font-size: 90px; /* 90px */
  font-size: 5.625rem; /* 90px */
  line-height: 1; /* 90px */
  letter-spacing: -1px;
  color: white;
}

.banner-simple {
  padding: 220px 0 100px;
}
.banner-simple .banner__title {
  color: #2D2F43;
}
.banner-simple p {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.4166666667; /* 34px */
  color: #55616b;
  max-width: 660px;
  margin: auto;
  margin-top: 20px;
}

.map {
  height: 500px;
  margin: 40px auto;
}

.strip-text {
  margin-bottom: 45px;
}
.strip-text .teaser-box {
  float: right;
  margin-left: 30px;
  margin-bottom: 40px;
  max-width: 50%;
}
.strip-text p:last-child {
  margin-bottom: 0;
}

.drop-cap p:first-child:first-letter {
  float: left;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 3px;
  color: #2D2F43;
  font-family: "DINMediumCondensed";
  font-size: 72px; /* 72px */
  font-size: 4.5rem; /* 72px */
  line-height: 0.6944444444; /* 50px */
}

.article-meta + .strip-text {
  margin-top: 60px;
}

.strip-accordion + .strip-text {
  margin-top: 45px;
}

.strip-pull-quote {
  margin: 80px 0;
}

blockquote {
  padding: 0 120px;
  color: #2D2F43;
  font-family: "DINMediumCondensed";
  text-transform: uppercase;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.125; /* 36px */
  position: relative;
}
blockquote:before {
  position: absolute;
  content: "";
  left: 16px;
  bottom: 0;
  height: calc(100% - 35px);
  width: 2px;
  background: #BBC1CB;
  opacity: 0.4;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
blockquote.on-screen:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
blockquote:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 25px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/quote-icon.svg);
}
blockquote cite {
  margin-top: 20px;
  font-style: normal;
  color: #82a4c5;
  font-family: "DINMediumCondensed";
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2105263158; /* 23px */
  letter-spacing: 1px;
}

.strip-images {
  margin-bottom: 30px;
}
.strip-images .row > .div:nth-child(n+3):nth-last-child(n+3) .square-image {
  margin-top: 30px;
}
.strip-images.off-screen--hide .square-image {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.article-meta + .strip-images {
  margin-bottom: 40px;
  margin-top: 40px;
}

.square-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.square-image img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.full-image-central-box {
  margin: 100px 0;
  padding: 250px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.full-image-central-box video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.full-image-central-box__box {
  padding: 60px;
  background: white;
}
.full-image-central-box__title {
  color: #2D2F43;
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.0416666667; /* 50px */
  text-transform: uppercase;
  font-family: "DinMediumCondensed";
  margin-bottom: 35px;
}
.full-image-central-box p {
  color: #55616b;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.47368;
}

figure img {
  max-width: 100%;
  height: auto;
}

.strip-video {
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
}
.strip-video.off-screen--hide .strip-video__image {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.strip-video__image {
  width: 100%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.strip-video__button {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
.strip-video a:hover circle {
  fill-opacity: 0.9;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.strip-video circle {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.strip-section-links {
  margin: 70px 0 80px;
  position: relative;
}
.strip-section-links__title {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  color: #2D2F43;
  font-family: "DINMediumCondensed";
  width: 100%;
  text-align: center;
  font-size: 40px; /* 40px */
  font-size: 2.5rem; /* 40px */
  line-height: 1.1; /* 44px */
}
.strip-section-links__sections {
  background: #2D2F43;
  padding: 90px 30px 90px;
}
.strip-section-links .icon__title {
  color: white;
}

.strip-cta {
  background: #91B7DB;
  padding: 65px 0;
}
.strip-cta .title, .strip-cta h1, .strip-cta h2, .strip-cta h3, .strip-cta h4 {
  color: white;
  margin-bottom: 15px;
}

.strip-lightbox-teasers .teaser-contain > div {
  margin-bottom: 30px;
}

.sidebar {
  height: 100%;
  padding-left: 50px;
  border-left: 1px solid #BBC1CB;
}
.sidebar__nav {
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
  text-transform: uppercase;
  font-family: "DinMedium";
  margin-bottom: 45px;
}
.sidebar__nav a {
  color: #BBC1CB;
  line-height: 2;
  letter-spacing: 0.5px;
}
.sidebar__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar__nav ul.children li {
  margin-left: 15px;
}
.sidebar__nav .current_page_item > a {
  color: #2d2f43;
}
.sidebar__nav .top-level {
  color: #82a4c5;
  font-family: "DinMediumCondensed";
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.25; /* 40px */
  margin-bottom: 18px;
}
.sidebar .nav-block {
  margin-bottom: 40px;
}
.sidebar__title {
  text-transform: uppercase;
  color: #82a4c5;
  font-family: "DinMediumCondensed";
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.6666666667; /* 40px */
  margin-bottom: 20px;
}
.sidebar .news-teaser {
  margin-bottom: 30px;
}

.tweet-box {
  background: #91B7DB;
  padding: 70px 45px 120px;
  color: white;
  position: relative;
  margin-top: 30px;
  font-size: 21px; /* 21px */
  font-size: 1.3125rem; /* 21px */
  line-height: 1.3333333333; /* 28px */
}
.tweet-box a {
  color: #2D2F43;
}
.tweet-box:after {
  position: absolute;
  content: "";
  bottom: 70px;
  left: calc(50% - 16px);
  background-image: url(../img/twitter-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.news-teaser {
  border: 1px solid #f2f3f5;
  padding: 10px;
  font-family: "DinMediumCondensed";
  text-transform: uppercase;
}
.news-teaser__image {
  padding-bottom: 66%;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  height: 0;
}
.news-teaser__content {
  padding: 0 15px 15px;
}
.news-teaser__title {
  color: #2d2f43;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.125; /* 36px */
}
.news-teaser__date {
  color: #91b7db;
  letter-spacing: 0.5px;
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.25; /* 20px */
  margin-bottom: 5px;
}
.news-teaser__category {
  position: absolute;
  top: 24px;
  left: 42px;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.92857;
  letter-spacing: 0.5px;
  font-family: "DinMedium";
}

.narrow-gutters .news-teaser {
  height: 100%;
}

.page-teaser {
  margin-bottom: 40px;
}
.page-teaser__image {
  padding-bottom: 45%;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.lightbox-teaser {
  background: #91b7db;
  height: 100%;
}
.lightbox-teaser .row {
  height: 100%;
}
.lightbox-teaser:focus {
  outline: none;
}
.lightbox-teaser__content {
  padding: 32px 25px;
}
.lightbox-teaser__title {
  color: white;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 0.9375; /* 30px */
}
.lightbox-teaser__sub-title {
  color: #2d2f43;
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.15; /* 23px */
}
.lightbox-teaser__image {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}
.lightbox-teaser .row {
  margin: 0;
}
.lightbox-teaser:focus {
  outline: none;
}

.white-popup {
  min-height: 480px;
}
.white-popup .title, .white-popup h1, .white-popup h2, .white-popup h3, .white-popup h4 {
  margin-bottom: 5px;
  color: #91b7db;
}
.white-popup .lightbox-teaser__sub-title {
  color: #2d2f43;
  margin-bottom: 15px;
}

.person-teaser {
  background: #f8f8f7;
  padding: 45px 40px;
  height: 100%;
}
.person-teaser__name {
  text-transform: uppercase;
  font-family: DinMediumCondensed;
  color: #2D2F43;
  font-size: 26px; /* 26px */
  font-size: 1.625rem; /* 26px */
  line-height: 1.2307692308; /* 32px */
}
.person-teaser__position {
  position: relative;
  font-family: DinMediumCondensed;
  color: #91B7DB;
  text-transform: uppercase;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  padding-bottom: 25px;
}
.person-teaser__position:after {
  position: absolute;
  content: "";
  background: #e0e1e3;
  width: 100px;
  height: 2px;
  bottom: 8px;
  left: 0;
}
.person-teaser__image {
  width: 130px;
  height: 130px;
  background-color: grey;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.person-teaser__contact {
  font-size: 25px; /* 25px */
  font-size: 1.5625rem; /* 25px */
  margin-bottom: 5px;
}
.person-teaser__contact > div {
  color: #91B7DB;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  font-family: DinMediumCondensed;
}

.timeline-teaser {
  width: 292px;
  padding: 60px 30px;
  min-height: 292px;
  position: relative;
}
.timeline-teaser .title, .timeline-teaser h1, .timeline-teaser h2, .timeline-teaser h3, .timeline-teaser h4 {
  font-size: 30px; /* 30px */
  font-size: 1.875rem; /* 30px */
  line-height: 1.0666666667; /* 32px */
  color: #2d2f43;
  margin-bottom: 20px;
}
.timeline-teaser .category {
  font-family: "DinMediumCondensed";
  text-transform: uppercase;
  letter-spacing: 1.23px;
  margin-bottom: 25px;
  color: #91b7db;
}
.timeline-teaser .button {
  margin: 0;
}
.timeline-teaser--main {
  background: #e0e1e3;
}
.timeline-teaser--finished {
  background: #a29270;
  color: white;
}
.timeline-teaser--finished .category,
.timeline-teaser--finished .title,
.timeline-teaser--finished h1,
.timeline-teaser--finished h2,
.timeline-teaser--finished h3,
.timeline-teaser--finished h4 {
  color: white;
}
.timeline-teaser--finished .button {
  background: white;
  color: #a29270;
}
.timeline-teaser--finished .button:before {
  background: white;
}
.timeline-teaser--finished .button:hover {
  opacity: 0.8;
}
.timeline-teaser--completed {
  border: solid 2px #e1622f;
  position: relative;
}
.timeline-teaser--completed:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e1622f;
  top: -9px;
  right: -9px;
  background-image: url(../img/tick-icon.svg);
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}
.timeline-teaser--sub, .timeline-teaser--cta {
  width: 210px;
  min-width: 210px;
  padding: 18px 25px;
  min-height: 166px;
}
.timeline-teaser--sub .title, .timeline-teaser--sub h1, .timeline-teaser--sub h2, .timeline-teaser--sub h3, .timeline-teaser--sub h4, .timeline-teaser--cta .title, .timeline-teaser--cta h1, .timeline-teaser--cta h2, .timeline-teaser--cta h3, .timeline-teaser--cta h4 {
  font-size: 22px; /* 22px */
  font-size: 1.375rem; /* 22px */
  line-height: 1.1818181818; /* 26px */
}
.timeline-teaser--sub .category, .timeline-teaser--cta .category {
  font-size: 11px; /* 11px */
  font-size: 0.6875rem; /* 11px */
  line-height: 1.1818181818; /* 13px */
  letter-spacing: 0.85px;
  margin-bottom: 10px;
}
.timeline-teaser--sub {
  background: #f8f8f7;
}
.timeline-teaser--cta {
  background: #e1622f;
}
.timeline-teaser--cta .title, .timeline-teaser--cta h1, .timeline-teaser--cta h2, .timeline-teaser--cta h3, .timeline-teaser--cta h4 {
  color: white;
}
.timeline-teaser--cta .category {
  color: white;
}
.timeline-teaser--cta .button {
  background: white;
  color: #e1622f;
}
.timeline-teaser--cta .button:before {
  background: white;
}
.timeline-teaser--cta .button:hover {
  opacity: 0.8;
}
.timeline-teaser--bg .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.timeline-teaser__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

.teaser-contain {
  padding: 0 25px;
}
.teaser-contain--main, .teaser-contain--finished {
  padding: 40px 25px;
}
.teaser-contain--cta, .teaser-contain--sub {
  width: 120px;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.teaser-contain--cta.first-small, .teaser-contain--sub.first-small {
  width: 120px;
}
.teaser-contain.last-small {
  width: auto;
}
.teaser-contain.top-small {
  padding-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

div.navigation {
  margin: 50px 0;
  font-family: "DinMediumCondensed";
  text-transform: uppercase;
}
div.navigation ul.page-numbers {
  padding: 4px 8px;
  color: #91B7DB;
  text-align: center;
  display: inline-block;
  margin: auto;
}
div.navigation ul.page-numbers span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.1875rem;
}
div.navigation ul.page-numbers span.dots {
  font-size: 1.1875rem;
  border: none;
}
div.navigation a.page-numbers {
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
div.navigation a.page-numbers:hover {
  color: #91B7DB;
}
div.navigation .page-numbers li {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  margin: 0 5px;
  float: left;
  vertical-align: bottom;
}
div.navigation .page-numbers li > * {
  line-height: 50px;
  border: 1px solid #91B7DB;
}
div.navigation .page-numbers li:last-child > * {
  border-right: 1px solid #BDBDBD;
}
div.navigation .current {
  color: #fff;
  background: #91B7DB;
}
div.navigation .next.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 15px;
}
div.navigation .next.page-numbers:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.25em;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  -ms-transform: rotate(-135deg); /* IE 9 */
  -webkit-transform: rotate(-135deg); /* Safari */
  transform: rotate(-135deg); /* Safari */
}
div.navigation .prev.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 30px;
}
div.navigation .prev.page-numbers:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.25em;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg); /* Safari */
}

.arrange-a-tour {
  width: 500px;
  height: 100vh;
  background: #90b8dc;
  position: fixed;
  top: 0;
  right: -500px;
  padding: 140px 50px 50px;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.arrange-a-tour__content {
  overflow: auto;
  height: 100%;
}
.arrange-a-tour__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.arrange-a-tour__close:after, .arrange-a-tour__close:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background: #2D2F43;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.arrange-a-tour__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  right: 2px;
}
.arrange-a-tour .heading-split {
  font-size: 48px;
  letter-spacing: 0.5px;
  text-align: left;
}
.arrange-a-tour p {
  color: white;
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.4736842105; /* 28px */
}
.arrange-a-tour.is-open {
  -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
          transform: translateX(-500px);
}
.arrange-a-tour.is-open .arrange-a-tour__button {
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}
.arrange-a-tour__button {
  position: absolute;
  left: -209px;
  left: -80px;
  top: 200px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.arrange-a-tour__button:hover {
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}
.arrange-a-tour .gform_wrapper {
  padding: 0;
  background: none;
  border: none;
}
.arrange-a-tour .gform_footer {
  text-align: center;
}
.arrange-a-tour input[type=submit] {
  padding: 15px;
  background: #2D2F43;
  min-width: 180px;
  font-size: 20px;
  text-transform: uppercase;
}
.arrange-a-tour ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  letter-spacing: 1px;
  font-family: "DinMedium";
  text-transform: uppercase;
}
.arrange-a-tour ul > li {
  padding: 0;
  text-indent: 0;
}
.arrange-a-tour ul li {
  margin-bottom: 12px;
}
.arrange-a-tour ul a {
  color: white;
}

.off-screen {
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0); /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.off-screen--delay-1 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.article-teaser.off-screen .article-teaser__image-blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.article-teaser.off-screen .article-teaser__text {
  opacity: 1;
  -webkit-transition: all 0.7s ease-out 0.3s;
  -o-transition: all 0.7s ease-out 0.3s;
  transition: all 0.7s ease-out 0.3s;
}
.article-teaser.off-screen.off-screen--hide .article-teaser__image-blur {
  opacity: 1;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.article-teaser.off-screen.off-screen--hide .article-teaser__text {
  opacity: 0.3;
}

.off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-100px); /* IE 9 */
  -webkit-transform: translateX(-100px); /* Safari */
  transform: translateX(-100px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(100px); /* IE 9 */
  -webkit-transform: translateX(100px); /* Safari */
  transform: translateX(100px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-bottom {
  -ms-transform: translate(0, 100px); /* IE 9 */
  -webkit-transform: translate(0, 100px); /* Safari */
  transform: translate(0, 100px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--fade {
  opacity: 0;
}

.off-screen--hide .off-screen--from-bottom {
  -ms-transform: translate(0, 60px); /* IE 9 */
  -webkit-transform: translate(0, 60px); /* Safari */
  transform: translate(0, 60px); /* Safari */
  opacity: 0;
}
.off-screen--hide .off-screen--sequential > * {
  opacity: 0;
}

.banner-simple.off-screen .off-screen--from-bottom {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.off-screen--sequential > * {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 3.3s;
       -o-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 3.9s;
       -o-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 4.2s;
       -o-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.off-screen--sequential.off-screen--hide > * {
  opacity: 0;
}

.single-post blockquote p {
  color: #2D2F43;
  font-family: "DINMediumCondensed";
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
}
.single-post blockquote p, .single-post blockquote cite {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -ms-transform: translateX(-100px); /* IE 9 */
  -webkit-transform: translateX(-100px); /* Safari */
  transform: translateX(-100px); /* Safari */
  opacity: 0;
}
.single-post blockquote.on-screen p, .single-post blockquote.on-screen cite {
  -ms-transform: translateX(0px); /* IE 9 */
  -webkit-transform: translateX(0px); /* Safari */
  transform: translateX(0px); /* Safari */
  opacity: 1;
}

.full-width-article-teaser {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 150px;
}
.full-width-article-teaser .article-contain {
  background: #F8F8F8;
  padding: 40px 65px;
  margin-top: 100px;
  margin-bottom: -100px;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  border: solid 1px #86b8df;
  color: #2d2f44;
  font-family: "DinMedium";
  border-radius: 50px;
  max-width: 100%;
  width: 350px;
  letter-spacing: 0;
  font-size: 20px;
  margin: auto;
  padding: 20px 70px 20px 20px;
  height: auto;
}

.select-contain {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.select-contain:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #82a3c5 transparent transparent transparent;
  top: calc(50% - 5px);
  right: 40px;
}

.gform_wrapper .ginput_container.ginput_container_select,
.gform_wrapper .ginput_right.address_country {
  position: relative;
  width: 350px;
  max-width: 100%;
}
.gform_wrapper .ginput_container.ginput_container_select select,
.gform_wrapper .ginput_right.address_country select {
  border: 0;
  border-radius: 0;
  padding: 11px 60px 11px 14px;
  margin: 0 0 15px 0;
}
.gform_wrapper .ginput_container.ginput_container_select::after,
.gform_wrapper .ginput_right.address_country::after {
  content: url(../img/arrow-down.svg);
  position: absolute;
  top: 5px;
  right: 20px;
  pointer-events: none;
}

.gform_confirmation_message {
  border: solid 4px #86b8df;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #2d2f44;
  z-index: 99;
  display: none;
}
.cookie-bar h3 {
  color: white;
}
.cookie-bar p {
  color: white;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.2857142857; /* 18px */
  margin-bottom: 5px;
}
.cookie-bar a {
  color: #82a4c5;
}
.cookie-bar .button {
  margin: 13px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie-bar {
    text-align: center;
  }
  .cookie-bar .text-right {
    text-align: center !important;
  }
  .cookie-bar .button {
    margin: 8px 0;
  }
}

.notification-box {
  border: solid 1px #d7dbe2;
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 20px;
  background: white;
  display: none;
  z-index: 9;
  text-align: center;
  width: 310px;
  max-width: calc(100% - 80px);
}
.notification-box h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.notification-box h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #91B7DB;
  bottom: 0;
  left: calc(50% - 25px);
}
.notification-box__close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 9;
}
.notification-box__close:before, .notification-box__close:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: #2d2f44;
  top: 0;
}
.notification-box__close:before {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.notification-box__close:after {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.notification-box .button {
  margin: 0;
}
.notification-box--dark {
  background-color: black;
  border-color: black;
}
.notification-box--dark .title, .notification-box--dark h1, .notification-box--dark h2, .notification-box--dark h3, .notification-box--dark h4, .notification-box--dark p, .notification-box--dark a {
  color: white;
}
.notification-box--dark .notification-box__close:before,
.notification-box--dark .notification-box__close:after {
  background-color: white;
}

.full-image-slider {
  height: 100%;
  margin-bottom: 0;
}
.full-image-slider .slick-list,
.full-image-slider .slick-track {
  height: 100%;
}
.full-image-slider__slide {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
  height: 100%;
}
.full-image-slider__category {
  position: absolute;
  top: 30px;
  left: 30px;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.92857;
  letter-spacing: 0.5px;
  font-family: "DinMedium";
}
.full-image-slider__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  padding-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.full-image-slider .slick-dots {
  width: auto;
  right: 30px;
  bottom: 30px;
}
.full-image-slider .slick-dots li.slick-active button {
  background-color: white;
}
.full-image-slider .title, .full-image-slider h1, .full-image-slider h2, .full-image-slider h3, .full-image-slider h4 {
  color: white;
}

.progress-timeline {
  margin: 110px 0;
}
.progress-timeline h2 {
  font-size: 82px;
  margin-bottom: 60px;
  line-height: 1.25;
}
@media screen and (max-width: 576px) {
  .progress-timeline h2 {
    font-size: 52px;
    margin-bottom: 70px;
  }
}

.timeline-carousel {
  position: relative;
}
.timeline-carousel .flickity-viewport {
  overflow: visible;
}
.timeline-carousel:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  border-top: dashed 1px #91b7db;
}
.timeline-carousel .flickity-prev-next-button {
  top: -60px;
  border-radius: 50%;
  border: solid 1px #2d2f43;
}
.timeline-carousel .flickity-prev-next-button.next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.timeline-carousel .flickity-prev-next-button.previous {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (min-width: 678px) {
  .timeline-carousel .flickity-prev-next-button {
    top: -100px;
  }
  .timeline-carousel .flickity-prev-next-button.next {
    right: 90px;
  }
  .timeline-carousel .flickity-prev-next-button.previous {
    right: 160px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
  }
}
.timeline-carousel .flickity-prev-next-button svg {
  display: none;
}
.timeline-carousel .flickity-prev-next-button, .timeline-carousel .flickity-prev-next-button:hover {
  background-image: url(../img/arrow-icon-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.flickity-enabled.is-draggable.timeline-carousel .flickity-viewport {
  cursor: url("../img/Drag-icon.svg") 46 46, auto !important;
}

.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #2D2F43;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: -3px;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #82a4c5;
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  background-color: #82a4c5;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #82a4c5;
}

/*------------------------------------*\
    #CALENDAR
\*------------------------------------*/
.widgettitle {
  display: none;
}

.allfilters {
  width: 100%;
  display: inline-block;
}

.calendar {
  margin-top: 60px;
}

#calendar .calendar-events {
  table-layout: inherit;
  min-width: 100%;
}
#calendar .calendar-events tbody {
  display: table;
  width: 100%;
}
#calendar .calendar-events tr {
  width: 100%;
  /*display: table;*/
}
#calendar tr td {
  padding: 7px 20px;
  border: 1px solid #ddd;
}
#calendar tr.date {
  font-family: "DinMediumCondensed";
  text-transform: uppercase;
  line-height: 24px;
  color: #82a4c5;
  background-color: #2d2f43 !important;
}
#calendar tr.date td {
  padding: 18px;
}

.tribe-mini-calendar-wrapper {
  margin-bottom: 40px;
}

.tribe-mini-calendar-list-wrapper {
  display: none;
}

#calendar tr td:first-child,
#calendar tr td:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

#calendar tr td.ta_c,
#calendar tr td.event,
#calendar tr td a {
  font-size: 18px;
}

#calendar tr:nth-child(even) {
  background-color: #e8e8e8;
}

#calendar tr:nth-child(odd) {
  background-color: #f7f7f7;
}

#calendar tr td.event a {
  color: #555;
}

#calendar tr td.ta_c {
  width: 120px;
  color: #555;
}

#calendar tr td.location {
  width: 120px;
}

.tribe-mini-calendar td.tribe-events-has-events a:hover {
  /*background-color: $accentColor !important;*/
  background-color: #808998 !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background-color: white;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  width: 5px;
  height: 5px;
}

#calendar .calendar-nav {
  line-height: 23px;
  color: #555;
  font-size: 16px;
}

#calendar .calendar-nav a {
  margin: 0 5px;
}
#calendar .calendar-nav a:hover {
  color: #2d2f43;
}

#calendar .calendar-nav .active-item {
  color: #2d2f43 !important;
}

.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  color: #2d2f43;
  font-family: "DinMediumCondensed";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  background-color: transparent !important;
}

.tribe-mini-calendar .tribe-mini-calendar-nav td,
.tribe-mini-calendar thead {
  background-color: transparent !important;
  background: transparent !important;
  border: none;
}

.tribe-mini-calendar td.tribe-events-future.tribe-mini-calendar-today,
.tribe-mini-calendar td.tribe-events-past.tribe-mini-calendar-today {
  background-color: #82a4c5 !important;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: #82a4c5 !important;
}

.tribe-mini-calendar .tribe-mini-calendar-nav span {
  color: #2d2f43;
  font-family: "DinMediumCondensed";
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  border: none;
}

.tribe-mini-calendar td.tribe-events-past {
  background-color: #b2b2b2 !important;
}

.tribe-mini-calendar td.tribe-events-past.tribe-events-has-events {
  background-color: #2d2f43 !important;
}

.tribe-mini-calendar td.tribe-events-present {
  background-color: #82a4c5 !important;
}

.tribe-mini-calendar td.tribe-events-future {
  background-color: #555 !important;
  opacity: 0.35;
}

.tribe-mini-calendar td.tribe-events-future.tribe-events-has-events {
  background-color: #2d2f43 !important;
  opacity: 1;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
  color: #2d2f43 !important;
  padding: 15px 0px !important;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
  color: white !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background: white !important;
  bottom: 8px !important;
  display: block;
  width: 5px !important;
  height: 5px !important;
  margin: 5px auto 0 -3px !important;
}

.tribe-mini-calendar-nav .prev-month {
  float: left;
}

.tribe-mini-calendar-nav .next-month {
  float: right;
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month span,
.tribe-mini-calendar .tribe-mini-calendar-nav .prev-month span {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 35px;
  height: 19px;
  background-image: url("../img/Arrow.svg");
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}

.tribe-mini-calendar .tribe-mini-calendar-nav .prev-month {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month span {
  background-position: 100% 101%;
}

.calendar-nav {
  display: inline-block;
}

.calendar-filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.calendar-filter h4 {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.calendar-filter h4:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 500px;
  right: -500px;
  top: 16px;
  background-color: #f7d117;
}

#calendar-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  z-index: 10000;
}

.calendar-lightbox__content {
  max-width: 500px;
  width: 500px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
}

.calendar-lightbox__content h3 {
  margin-top: 0;
  font-size: 35px;
  line-height: 120%;
  font-family: "DinMediumCondensed";
}

#content-area .time-event,
.calendar-lightbox__content .time-event {
  font-size: 18px;
  width: 100%;
  display: inline-block;
}

#content-area .tribe-events-cal-links,
.calendar-lightbox__content .tribe-events-cal-links {
  margin-top: 30px;
}

#content-area .tribe-events-cal-links a,
.content #tribe-events .cal-content .tribe-events-cal-links a,
.calendar-lightbox__content .tribe-events-cal-links a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #82a4c5;
  background-color: transparent;
  padding: 15px 20px;
  border: 2px solid #82a4c5;
  border-radius: 0;
  margin-right: 20px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content-area .tribe-events-cal-links a:hover,
.content #tribe-events .cal-content .tribe-events-cal-links a:hover,
.calendar-lightbox__content .tribe-events-cal-links a:hover {
  background-color: #82a4c5;
  color: #fff;
}

#content-area {
  width: 100%;
}

#content-area h3 {
  padding-top: 0;
}

#content-area .loadergif,
.calendar-lightbox__content .loadergif {
  text-align: center;
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: inherit;
  border-bottom: 20px solid white;
}

.subcat-filter-wrapper.ignorethis {
  display: none;
}

.export-month {
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
}

.sidebar .export-month {
  max-width: 85%;
}

/*------------------------------------*\
#CUSTOM LIGHTBOX
\*------------------------------------*/
.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.custom-lightbox__background {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.custom-lightbox__container {
  padding-top: 30px;
  width: 600px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  max-height: 95%;
  max-width: 95%;
  /*@include transform(translateY(-50%) translateX(-50%));*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.custom-lighbox__content {
  background-color: white;
  padding: 30px;
  overflow-y: auto;
  width: 100%;
}

.custom-lighbox__content.is_calendar {
  position: relative;
}

.cal-content p {
  color: #77777a !important;
  font-size: 1.3125em !important;
  line-height: 2.9rem !important;
  font-family: IntervalProLight, monospace !important;
  margin-bottom: 20px !important;
}

.cal-content > h3 {
  font-size: 24px;
  color: #2d2f43;
}

.cal-content .tribe-events-meta-group {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}

.cal-content .tribe-events-meta-group h3 {
  font-size: 19px;
  color: #112b53;
}

.cal-content .tribe-venue {
  margin: 0;
}

.time-event {
  color: #555;
}

.ajax-events.caltpl img {
  width: 300px !important;
}

.row--masonary {
  margin-bottom: 60px;
}
.row--masonary > div {
  margin-bottom: 30px;
}
.row--masonary .nav-block {
  background-position: center right;
  background-position: center right;
  background-size: 100px;
  background-repeat: no-repeat;
}
.row--masonary .nav-block ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.row--masonary .social-links {
  margin-top: 30px;
}
.row--masonary .news-teaser {
  height: 100%;
}

.masonary-block {
  padding: 40px;
  background-color: #91B7DB;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: 100%;
}
.masonary-block--btm-right-img {
  background-size: auto;
  background-position: bottom right;
}
.masonary-block h2 {
  color: white;
}
.masonary-block p {
  font-size: 22px; /* 22px */
  font-size: 1.375rem; /* 22px */
  line-height: 1.4545454545; /* 32px */
}
.masonary-block .button {
  margin-top: 0;
  margin-bottom: 0;
}
.masonary-block ul {
  padding: 0;
  list-style: none;
}
.masonary-block ul li {
  color: white;
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.375; /* 22px */
  padding: 15px 0;
  font-family: "DinMedium";
}
.masonary-block ul li + li {
  border-top: solid 1px white;
}

.page-template-tpltpl-strategy-php {
  background: #1C1C24;
  color: white;
}
.page-template-tpltpl-strategy-php #content-wrap {
  overflow: inherit;
}
.page-template-tpltpl-strategy-php .site-footer__main {
  border-top: solid 2px white;
}
.page-template-tpltpl-strategy-php .strategy-content {
  margin-top: 120px;
  margin-bottom: 120px;
}
.page-template-tpltpl-strategy-php .strategy-content.container {
  max-width: 1380px;
}
.page-template-tpltpl-strategy-php .banner-simple .banner__title {
  color: white;
}
.page-template-tpltpl-strategy-php h2.title, .page-template-tpltpl-strategy-php h2 {
  color: #91B7DB;
}
.page-template-tpltpl-strategy-php .title--lg + .strategy-section {
  margin-top: 50px;
}
.page-template-tpltpl-strategy-php .title--md {
  color: white;
  margin-top: 40px;
}
.page-template-tpltpl-strategy-php p {
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.5; /* 30px */
}
.page-template-tpltpl-strategy-php .strategy {
  margin-top: 120px;
  margin-bottom: 120px;
}
.page-template-tpltpl-strategy-php .strategy img {
  max-width: 100%;
  height: auto;
}
.page-template-tpltpl-strategy-php .strategy--1 .title--lg {
  color: #91B7DB;
}
.page-template-tpltpl-strategy-php .strategy--2 .title--lg {
  color: #FDB84A;
}
.page-template-tpltpl-strategy-php .strategy--3 .title--lg {
  color: #6BBD8D;
}
.page-template-tpltpl-strategy-php .strategy--4 .title--lg {
  color: #E29992;
}
.page-template-tpltpl-strategy-php .strategy--5 .title--lg {
  color: #029199;
}
.page-template-tpltpl-strategy-php .strategy-navigation {
  background: #13131A;
  top: 64px;
}
.page-template-tpltpl-strategy-php .strategy-navigation .title, .page-template-tpltpl-strategy-php .strategy-navigation h1, .page-template-tpltpl-strategy-php .strategy-navigation h2, .page-template-tpltpl-strategy-php .strategy-navigation h3, .page-template-tpltpl-strategy-php .strategy-navigation h4 {
  color: white;
  font-family: "DinCondensed";
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav {
  padding: 20px;
  cursor: pointer;
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav + .strategy-nav {
  border-left: solid 1px #1C1C24;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav .title, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav h1, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav h2, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav h3, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav h4 {
  display: inline-block;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--1:hover, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--1.active {
  background: #91B7DB;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--1 .title--icon:before {
  background-image: url(../img/education.svg);
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--2:hover, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--2.active {
  background: #FDB84A;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--2 .title--icon:before {
  background-image: url(../img/people.svg);
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--3:hover, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--3.active {
  background: #6BBD8D;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--3 .title--icon:before {
  background-image: url(../img/environment.svg);
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--4:hover, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--4.active {
  background: #E29992;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--4 .title--icon:before {
  background-image: url(../img/business.svg);
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--5:hover, .page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--5.active {
  background: #029199;
}
.page-template-tpltpl-strategy-php .strategy-navigation .strategy-nav--5 .title--icon:before {
  background-image: url(../img/digital.svg);
}
.page-template-tpltpl-strategy-php .title--icon {
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.8; /* 36px */
  letter-spacing: 0.91px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 75px;
  position: relative;
}
.page-template-tpltpl-strategy-php .title--icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.strategy-intro {
  margin-bottom: 120px;
}

.aims {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.1578947368; /* 22px */
}

.aim .aim-title {
  margin-top: 15px;
  margin-bottom: 5px;
}
.aim--1 .aim-title {
  color: #86AA6D;
  margin-top: 0;
}
.aim--2 .aim-title {
  color: #BF8F00;
}
.aim--3 .aim-title {
  color: #806000;
}
.aim--4 .aim-title {
  color: #ED7D31;
}
.aim--5 .aim-title {
  color: #AC46AC;
}
.aim--6 .aim-title {
  color: #31B9BA;
}

.strategy-svg-nav {
  margin: 50px auto 80px;
}
.strategy-svg-nav__link {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.strategy-svg-nav__link circle,
.strategy-svg-nav__link .accent-color {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.strategy-svg-nav__link:hover .accent-color {
  fill: #1C1C24;
}
.strategy-svg-nav__link--people:hover circle {
  fill: #FDB84A;
}
.strategy-svg-nav__link--business:hover circle {
  fill: #E29992;
}
.strategy-svg-nav__link--environmental:hover circle {
  fill: #6BBD8D;
}
.strategy-svg-nav__link--digital:hover circle {
  fill: #029199;
}
.strategy-svg-nav__link--education:hover circle {
  fill: #91B7DB;
}

.strategy-main-controller {
  position: relative;
}
.strategy-main-controller__image {
  pointer-events: none;
  z-index: 2;
  position: relative;
}
.strategy-main-controller__item {
  position: absolute;
  border-radius: 50%;
  width: 22.5%;
  border: solid 15px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.strategy-main-controller__item:hover {
  opacity: 1;
}
.strategy-main-controller__item:nth-child(1) {
  width: 39%;
  border: none;
  left: 49.5%;
  top: 50.5%;
}
.strategy-main-controller__item:nth-child(1) img {
  width: 100%;
}
.strategy-main-controller__item:nth-child(2) {
  border-color: #FDB84A;
  left: 49.8%;
  top: 25.2%;
}
.strategy-main-controller__item:nth-child(3) {
  border-color: #6BBD8D;
  right: -6.1%;
  top: 50.4%;
}
.strategy-main-controller__item:nth-child(4) {
  border-color: #E29992;
  left: 16.2%;
  top: 50.4%;
}
.strategy-main-controller__item:nth-child(5) {
  border-color: #029199;
  left: 49.8%;
  top: 75.8%;
}
.strategy-main-controller__item-inner {
  padding-bottom: 100%;
}

.image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(1) {
  top: auto;
  width: 100%;
  bottom: 32%;
  left: 0;
}
.image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(2), .image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(5) {
  top: 8%;
}
.image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(3), .image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(4) {
  bottom: 8%;
}
.image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(3) {
  right: 10%;
}
.image-navigation--2.image-navigation--count-5 .image-navigation__link:nth-child(4) {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.image-navigation {
  padding: 120px 60px;
  max-width: 95%;
  width: 650px;
  top: calc(50% - 250px);
  z-index: 2;
  margin-left: auto;
  margin-bottom: 60px;
}
.image-navigation__link {
  height: 144px;
  width: 185px;
  border-style: solid;
  border-width: 0px;
  border-radius: 50%;
  font-size: 28px; /* 28px */
  font-size: 1.75rem; /* 28px */
  line-height: 1.1428571429; /* 32px */
  letter-spacing: 0.91px;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  position: absolute;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  transition: 0.25s linear;
  opacity: 0.5;
}
.image-navigation__link:hover, .image-navigation__link.active {
  opacity: 1;
}
.image-navigation--count-6 .image-navigation__link:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-navigation--count-6 .image-navigation__link:nth-child(2) {
  top: 20%;
  right: 0;
}
.image-navigation--count-6 .image-navigation__link:nth-child(3) {
  bottom: 20%;
  right: 0;
}
.image-navigation--count-6 .image-navigation__link:nth-child(4) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-navigation--count-6 .image-navigation__link:nth-child(5) {
  bottom: 20%;
  left: 0;
}
.image-navigation--count-6 .image-navigation__link:nth-child(6) {
  top: 20%;
  left: 0;
}
.image-navigation--count-5 .image-navigation__link:nth-child(1) {
  top: 0;
  left: 10%;
}
.image-navigation--count-5 .image-navigation__link:nth-child(2) {
  top: 0;
  right: 10%;
}
.image-navigation--count-5 .image-navigation__link:nth-child(3) {
  bottom: 30%;
  right: 0;
}
.image-navigation--count-5 .image-navigation__link:nth-child(4) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-navigation--count-5 .image-navigation__link:nth-child(5) {
  bottom: 30%;
  left: 0;
}
.image-navigation--count-4 .image-navigation__link:nth-child(1) {
  top: 0;
  left: 10%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.image-navigation--count-4 .image-navigation__link:nth-child(2) {
  top: 0%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 10%;
}
.image-navigation--count-4 .image-navigation__link:nth-child(3) {
  bottom: 10%;
  right: 10%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.image-navigation--count-4 .image-navigation__link:nth-child(4) {
  left: 10%;
  bottom: 10%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.image-navigation--count-3 .image-navigation__link:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-navigation--count-3 .image-navigation__link:nth-child(2) {
  bottom: 0;
  right: 0;
}
.image-navigation--count-3 .image-navigation__link:nth-child(3) {
  bottom: 0;
  left: 0;
}
.image-navigation--1 .image-navigation__link {
  color: #91B7DB;
}
.image-navigation--2 .image-navigation__link {
  color: #FDB84A;
}
.image-navigation--3 .image-navigation__link {
  color: #6BBD8D;
}
.image-navigation--4 .image-navigation__link {
  color: #E29992;
}
.image-navigation--5 .image-navigation__link {
  color: #029199;
}

.page-template-tpltpl-strategy-php .strategy img.strategy-content-mobile {
  max-width: 500px;
  margin: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .strategy-nav .title--icon {
    font-size: 0;
    width: 60px;
    height: 60px;
    display: block !important;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .aims {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .page-template-tpltpl-strategy-php .strategy-content {
    margin-top: 60px;
  }
  .page-template-tpltpl-strategy-php .strategy {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .strategy-nav .title--icon {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .strategy-nav .title--icon:before {
    width: 30px;
    height: 30px;
  }
}
.search-result {
  margin: 40px 0;
}
.search-result a {
  color: #91B7DB;
}
.search-result .image-contain {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
}

.search-type {
  font-size: 0.75rem;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: GillSansSemi;
}

.bradfield-support .banner-simple {
  padding: 220px 0 50px;
}
.bradfield-support.single li.menu-item-154 a:after {
  width: calc(100% - 40px);
  left: 20px;
}

@media screen and (max-width: 1490px) {
  .top-nav, .top-nav.sticky {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1260px) {
  #content-wrap {
    padding-top: 62px;
  }
  .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background: white;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  }
  .top-nav__logo {
    position: absolute;
    top: 23px;
    left: 0;
  }
  .top-nav__logo .logo-on-scroll {
    display: block;
  }
  .top-nav__logo .logo-on-banner {
    display: none;
  }
  .top-nav__logo img {
    margin: 0;
    width: 320px;
  }
  .top-nav .js-open-search.search-icon {
    display: none;
  }
  .top-nav__menus {
    position: fixed;
    height: 100%;
    max-width: 100vw;
    width: 400px;
    top: 0;
    right: 0;
    background: #2d2f43;
    text-align: center;
    -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
            transform: translateX(400px);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .top-nav__menus .menu-main-container {
    text-align: center;
    margin-top: 60px;
  }
  .top-nav__menus .menu-main-container a {
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-family: "DinMediumCondensed";
    padding: 7px 0;
    display: block;
  }
  .top-nav__menus .menu-top-sub-menu-container {
    position: absolute;
    bottom: 130px;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .top-nav__menus .menu-top-sub-menu-container a {
    font-size: 14px;
    padding: 7px 0;
    display: block;
  }
  .top-nav__menus a:hover {
    color: #82a4c5;
  }
  .top-nav__menus a:hover:after {
    display: none;
  }
  .top-nav ul li {
    display: block;
  }
  .top-nav.is-active .top-nav__menus {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .hamburger {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 10px;
  }
  .top-nav ul li.current_page_item a {
    color: #91B7DB;
  }
  .top-nav ul li.current_page_item a:after {
    width: 0;
  }
  .search-overlay {
    position: fixed;
    height: 80px;
    width: 320px;
    z-index: 99999;
    background: none;
    text-align: center;
    display: block;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 40px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
            transform: translateX(400px);
  }
  .search-overlay .search-overlay__close {
    display: none;
    cursor: pointer;
  }
  .search-overlay .search-form input[type=search] {
    font-size: 18px;
  }
  .search-overlay.menu-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .post-page {
    padding-top: 70px;
  }
  .banner-simple {
    padding: 70px 0 50px !important;
  }
  /* padding: 30px; */
}
@media screen and (max-width: 1199px) {
  .simple-teasers {
    margin: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  blockquote {
    padding: 0 60px;
  }
  .related-articles .heading-hr {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .strip-pull-quote {
    margin: 40px 0;
  }
  .full-image-central-box video {
    position: relative;
  }
  .full-image-central-box {
    margin: 30px 0;
    padding: 0;
  }
  .site-footer__copyright {
    text-align: center;
    padding: 30px 0;
  }
  .site-footer__copyright .text-right {
    text-align: center !important;
  }
  .site-footer__copyright img {
    margin-top: 20px;
  }
  .site-footer__main {
    padding: 40px 0;
  }
  .site-footer__main .row div:nth-child(0) {
    text-align: center;
  }
  .strip-images {
    margin-bottom: 40px;
  }
  .footer-search {
    margin: 30px auto 50px;
  }
  .simple-teaser {
    padding: 35px 25px 65px;
  }
  .simple-teaser .simple-teaser__underline {
    bottom: 40px;
  }
  .row--center-border > div:last-child {
    padding-left: 15px;
  }
  .row--center-border > div:first-child {
    padding-right: 15px;
  }
  .row--center-border-switch > div:first-child {
    padding-left: 15px;
  }
  .row--center-border-switch > div:last-child {
    padding-right: 15px;
  }
  .banner__intro {
    position: relative;
    width: 100%;
    background: rgb(45, 47, 67);
    max-width: 100%;
    padding: 40px;
  }
  .sidebar {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .article-meta {
    text-align: center;
  }
  .article-meta .author {
    margin-bottom: 20px;
  }
  html {
    font-size: 14px;
  }
  .article-slider__images .slick-track,
.article-slider__images .slick-list,
.article-slider__images {
    min-height: 470px;
  }
  .simple-teasers {
    margin: 40px 0;
  }
  .simple-teasers .row > div {
    margin-bottom: 30px;
  }
  .related-news {
    margin: 40px 0;
  }
  .article-teaser {
    margin-bottom: 30px;
  }
  .two-col-articles {
    margin-top: 20px;
  }
  .filler-block {
    margin: 30px 0;
  }
  .top-nav {
    padding: 0 20px;
  }
  .sidebar {
    padding-left: 0;
    border-left: none;
  }
  .banner {
    margin-bottom: 10px;
  }
  .banner__bottom {
    position: relative;
    top: auto;
    bottom: auto;
    padding-top: 20px;
  }
  .banner__bottom .container {
    padding: 0;
  }
  .banner__title {
    font-size: 65px; /* 65px */
    font-size: 4.0625rem; /* 65px */
    color: #2D2F43;
  }
  .nav-block {
    padding: 12px 20px;
    margin-bottom: 15px;
  }
  .nav-block__title {
    margin-bottom: 0;
    position: relative;
  }
  .nav-block__title:after, .nav-block__title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #91B7DB;
    top: 17px;
    right: 0;
  }
  .nav-block__title:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav-block__title.menu-open:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .nav-block ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    display: none;
    padding-top: 10px;
  }
  .lightbox-teaser__image {
    min-height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .strip-section-links .icon {
    margin-bottom: 30px;
  }
  .strip-section-links__title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
  .strip-section-links__title .slanted-background:before {
    content: none;
  }
  .strip-images .row > .div:nth-child(2) .square-image {
    margin-top: 30px;
  }
  .white-popup {
    padding: 30px;
  }
}
@media screen and (max-width: 540px) {
  .arrange-a-tour {
    width: 90vw;
    right: -90vw;
  }
  .arrange-a-tour.is-open {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 480px) {
  div.navigation ul.page-numbers .page-numbers:not(.next):not(.prev) {
    display: none;
  }
  div.navigation .page-numbers li {
    min-width: 0;
    height: auto;
    float: none;
  }
  div.navigation .next.page-numbers:after {
    top: 20px;
  }
  div.navigation .prev.page-numbers:after {
    top: 20px;
  }
  .top-nav__logo {
    top: 20px;
  }
  .top-nav__logo img {
    width: 230px;
  }
  .top-nav__menus .menu-main-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 440px) {
  .site-footer ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .white-popup img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .search-overlay form {
    max-width: 90%;
    left: 55px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .lightbox-teaser__image {
    min-height: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .banner__title {
    font-size: 3.6rem;
  }
}
/*
	MAX HEIGHT MEDIA QUERIES
*/
@media (max-height: 540px) {
  .top-nav__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: scroll;
  }
  .top-nav__menus .menu-top-sub-menu-container {
    position: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .search-overlay {
    display: none;
  }
  .arrange-a-tour {
    padding-top: 10px;
  }
}