@charset "UTF-8";
/*$color_list : (
  black: #000,
  white: #fff
);*/
.pad-lg-top {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg-top {
    padding-top: 25px;
  }
}

.pad-lg-btm {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg-btm {
    padding-bottom: 25px;
  }
}

.pad-lg-side {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg-side {
    padding: 0 25px;
  }
}

.pad-lg {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .pad-lg {
    padding: 25px;
  }
}

.pad-med-top {
  padding-top: 40px;
}

.pad-med-btm {
  padding-bottom: 40px;
}

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

.pad-med {
  padding: 40px;
}

.pad-sm-top {
  padding-top: 25px;
}

.pad-sm-btm {
  padding-bottom: 25px;
}

.pad-sm-side {
  padding: 0 25px;
}

.pad-sm {
  padding: 25px;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3B87C7;
  --secondary: #3B87C7;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --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", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  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);
}
article, aside, 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", "Noto Color Emoji";
  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 {
  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: #3B87C7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #285f8d;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle;
}

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] {
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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: #3B87C7 !important;
}

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

.bg-secondary {
  background-color: #3B87C7 !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !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: #3B87C7 !important;
}

.border-secondary {
  border-color: #3B87C7 !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

.border-warning {
  border-color: #ffc107 !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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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 {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  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: #3B87C7 !important;
}

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

.text-secondary {
  color: #3B87C7 !important;
}

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

.text-success {
  color: #28a745 !important;
}

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

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

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

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !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-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !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;
}

/* 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;
  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;
}

.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: zoom-out;
}

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-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;
  box-shadow: none;
  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%;
  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;
  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;
  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;
}

@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;
    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 {
    transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
}

/* Slider */
/* Icons */
/* 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%;
  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: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border: solid 2px #3B87C7;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #3B87C7;
}

.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;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html {
  font-family: "industry", Arial, sans-serif;
  font-size: 16px;
}

body {
  font-family: "industry", Arial, sans-serif;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5555555556;
  /* 28px */
  font-weight: 300;
  color: #7B7B7B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

#page-wrap {
  overflow-x: hidden;
}

article.main img, article.main a img.alignnone, article.main img.alignnone, article.main .alignnone {
  max-width: 100%;
  height: auto;
}
article.main img.alignleft {
  float: left;
  margin-right: 30px;
}
article.main img.alignright {
  float: right;
  margin-left: 30px;
}
article.main img.logo-divider {
  max-width: 90%;
}
article.main img.aligncenter {
  display: block;
  margin: 0 auto;
}
article.main .wp-caption-text {
  margin-top: 8px;
  font-size: 15px;
  /* 15px */
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1;
  /* 15px */
}

p {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5555555556;
  /* 28px */
  color: #7B7B7B;
  font-weight: 300;
  margin-bottom: 30px;
}

.intro {
  display: block;
  font-size: 24px;
  /* 24px */
  font-size: 1.5rem;
  /* 24px */
  line-height: 1.3333333333;
  /* 32px */
  color: #242331;
  font-weight: 500;
  margin-bottom: 20px;
}

b, strong {
  font-weight: 700;
}

a {
  color: #3B87C7;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:focus-within {
  color: #2e6ca1;
  text-decoration: none !important;
}
a:active {
  color: #639fd2;
  text-decoration: none !important;
}

.button {
  position: relative;
  color: #242331;
}
.button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3B87C7;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.button:hover,
.button:focus-within {
  color: white;
  background-color: #3B87C7;
  padding: 7px 10px 5px 10px;
  /*
  &::after {
    left: -6px;
    right: -8px;
    height: calc( 100% + 7px);
  }
  */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  color: #242331;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}

h1, .h1 {
  font-size: 64px;
  /* 64px */
  font-size: 4rem;
  /* 64px */
  line-height: 1;
  /* 64px */
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

h2, .h2 {
  font-size: 48px;
  /* 48px */
  font-size: 3rem;
  /* 48px */
  line-height: 1;
  /* 48px */
  font-weight: 700;
}

h3, .h3 {
  font-size: 34px;
  /* 34px */
  font-size: 2.125rem;
  /* 34px */
  line-height: 1;
  /* 34px */
  font-weight: 700;
}

h4, .h4 {
  font-size: 24px;
  /* 24px */
  font-size: 1.5rem;
  /* 24px */
  line-height: 1;
  /* 24px */
  font-weight: 700;
}

h5, .h5 {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1;
  /* 18px */
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 58px;
    /* 58px */
    font-size: 3.625rem;
    /* 58px */
    line-height: 1;
    /* 58px */
  }

  h2, .h2 {
    font-size: 42px;
    /* 42px */
    font-size: 2.625rem;
    /* 42px */
    line-height: 1;
    /* 42px */
  }

  h3, .h3 {
    font-size: 28px;
    /* 28px */
    font-size: 1.75rem;
    /* 28px */
    line-height: 1;
    /* 28px */
  }

  h4, .h4 {
    font-size: 18px;
    /* 18px */
    font-size: 1.125rem;
    /* 18px */
    line-height: 1;
    /* 18px */
  }

  h5, .h5 {
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1;
    /* 16px */
  }
}
blockquote {
  padding: 40px 0 50px 0;
}
blockquote p {
  font-size: 32px;
  /* 32px */
  font-size: 2rem;
  /* 32px */
  line-height: 1.25;
  /* 40px */
  font-weight: 700;
  color: #3B87C7;
  text-transform: uppercase;
}
blockquote cite {
  position: relative;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 2.2857142857;
  /* 32px */
  font-weight: 700;
  color: #242331;
  text-transform: uppercase;
  font-style: normal;
  margin-left: 40px;
}
blockquote cite::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -40px;
  width: 30px;
  height: 2px;
  background-color: #242331;
}

@media screen and (max-width: 767px) {
  blockquote p {
    font-size: 26px;
    /* 26px */
    font-size: 1.625rem;
    /* 26px */
    line-height: 1.2307692308;
    /* 32px */
  }
}
.top-nav {
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}
.top-nav__logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(16, 28, 47, 0.9);
  padding: 54px 50px;
  z-index: 8;
}
.top-nav__logo img {
  max-width: 352px;
  height: auto;
}
.top-nav__logo--fixed {
  display: none;
}
.top-nav__menu {
  position: absolute;
  top: 85px;
  right: 50px;
  width: 100%;
  z-index: 8;
}

.top-nav__menu .menu {
  list-style: none;
  padding-left: 0;
}
.top-nav__menu .menu .menu-item {
  display: inline-block;
}
.top-nav__menu .menu .menu-item a {
  position: relative;
  color: white;
  padding: 5px 0;
  margin: 0 10px;
}
.top-nav__menu .menu > .menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.top-nav__menu .menu > .menu-item.current-menu-item > a::after, .top-nav__menu .menu > .menu-item.current_page_ancestor > a::after, .top-nav__menu .menu > .menu-item:hover > a::after {
  width: 100%;
  background-color: white;
}

@media screen and (min-width: 1200px) {
  .top-nav__menu .menu .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 14px 13px;
    border-color: transparent transparent #ffffff transparent;
    opacity: 0;
    visibility: hidden;
    /* IE 9 */
    /* Safari */
    transform: translateY(40px);
    /* Safari */
    transition: all 0.4s ease-in-out;
  }

  .top-nav__menu .menu .menu-item-has-children.active > a::before {
    opacity: 1;
    visibility: visible;
    /* IE 9 */
    /* Safari */
    transform: translateY(0px);
    /* Safari */
  }

  .top-nav__menu .menu .sub-menu {
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 800px;
    background-color: white;
    padding: 50px;
    box-shadow: 40px 42px 44px -30px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    /* IE 9 */
    /* Safari */
    transform: translateY(40px);
    /* Safari */
    transition: all 0.4s ease-in-out;
    z-index: 8;
  }
  .top-nav__menu .menu .sub-menu .menu-title {
    display: block;
    font-size: 32px;
    /* 32px */
    font-size: 2rem;
    /* 32px */
    line-height: 1.625;
    /* 52px */
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #3B87C7;
    margin-bottom: 15px;
  }
  .top-nav__menu .menu .sub-menu .menu-title a {
    color: #3B87C7;
    padding: 0;
  }
  .top-nav__menu .menu .sub-menu .menu-title a:hover, .top-nav__menu .menu .sub-menu .menu-title a:focus-within {
    color: #242331;
  }
  .top-nav__menu .menu .sub-menu .menu-item-wrapper {
    column-count: 2;
  }
  .top-nav__menu .menu .sub-menu .menu-item {
    display: block;
    text-align: left;
    margin-bottom: 2px;
  }
  .top-nav__menu .menu .sub-menu .menu-item a {
    display: block;
    color: #3B87C7;
    padding: 1px 0;
  }
  .top-nav__menu .menu .sub-menu .menu-item a:hover {
    color: #242331;
  }

  .top-nav__menu .menu .sub-menu.active {
    opacity: 1;
    visibility: visible;
    /* IE 9 */
    /* Safari */
    transform: translateY(0px);
    /* Safari */
  }

  .top-nav__useful-links {
    position: absolute;
    top: -45px;
    right: 14px;
    z-index: 9;
  }

  .top-nav__menu .menu-top-menu-container {
    float: left;
  }
  .top-nav__menu .menu-top-menu-container .menu-item a {
    font-family: "industry", Arial, sans-serif;
    font-size: 13px;
    /* 13px */
    font-size: 0.8125rem;
    /* 13px */
    line-height: 1;
    /* 13px */
    text-transform: uppercase;
    color: white;
    padding: 0;
    letter-spacing: 1px;
  }
  .top-nav__menu .menu-top-menu-container .menu-item > a::after {
    bottom: -5px;
    height: 1px;
  }
  .top-nav__menu .menu-top-menu-container .sub-menu {
    display: none;
  }

  .mobile-menu-button-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .top-nav__logo {
    padding: 44px 40px;
  }
  .top-nav__logo img {
    max-width: 350px;
  }

  .top-nav__menu {
    top: 74px;
  }
  .top-nav__menu .menu-main-container .menu .menu-item a {
    font-size: 17px;
    /* 17px */
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.5294117647;
    /* 26px */
  }
}
@media screen and (max-width: 1199px) {
  .mobile-menu-button-wrapper {
    position: fixed;
    top: 68px;
    right: 0;
    background-color: rgba(16, 28, 47, 0.9);
    transition: all 0.3s ease-in-out;
    padding: 4px 6px;
    z-index: 9;
  }
  .mobile-menu-button-wrapper.is-active {
    right: 350px;
  }

  .top-nav__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    padding: 60px 40px;
    background-color: rgba(16, 28, 47, 0.9);
    transition: all 0.3s ease-in-out;
  }
  .top-nav__menu.is-active {
    right: 0;
  }

  .top-nav__menu .menu {
    padding-inline-start: 0;
    text-align: left;
  }
  .top-nav__menu .menu .menu-item {
    display: block;
  }
  .top-nav__menu .menu > .menu-item {
    margin-bottom: 20px;
  }
  .top-nav__menu .menu .menu-item a {
    margin: 0;
  }
  .top-nav__menu .menu .menu-item > a::after {
    bottom: 3px;
  }

  .top-nav__menu .menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-inline-start: 15px;
    transition: all 0.3s ease-in-out;
  }
  .top-nav__menu .menu .sub-menu.active {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
    height: auto;
  }
  .top-nav__menu .menu .sub-menu .menu-title {
    display: none;
  }
  .top-nav__menu .menu .sub-menu .menu-item {
    margin-bottom: 6px;
  }
  .top-nav__menu .menu .sub-menu .menu-item.current-menu-item a, .top-nav__menu .menu .sub-menu .menu-item:hover a {
    color: #3B87C7;
  }
  .top-nav__menu .menu .sub-menu .menu-item a::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .blog .top-nav .top-nav__logo,
.archive:not(.tribe-events-page-template) .top-nav .top-nav__logo,
.page-template-tpl-contact .top-nav .top-nav__logo {
    background-color: #101c2f;
  }
  .blog .top-nav__menu .menu .menu-item a,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item a,
.page-template-tpl-contact .top-nav__menu .menu .menu-item a {
    color: #242331;
  }
  .blog .top-nav__menu .menu .menu-item a:hover,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item a:hover,
.page-template-tpl-contact .top-nav__menu .menu .menu-item a:hover {
    color: #3B87C7;
  }
  .blog .top-nav__menu .menu .menu-item.current-menu-item a,
.blog .top-nav__menu .menu .menu-item.current_page_ancestor a,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item.current-menu-item a,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item.current_page_ancestor a,
.page-template-tpl-contact .top-nav__menu .menu .menu-item.current-menu-item a,
.page-template-tpl-contact .top-nav__menu .menu .menu-item.current_page_ancestor a {
    color: #3B87C7;
  }
  .blog .top-nav__menu .menu .menu-item.current-menu-item a::after,
.blog .top-nav__menu .menu .menu-item.current_page_ancestor a::after,
.blog .top-nav__menu .menu .menu-item:hover a::after,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item.current-menu-item a::after,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item.current_page_ancestor a::after,
.archive:not(.tribe-events-page-template) .top-nav__menu .menu .menu-item:hover a::after,
.page-template-tpl-contact .top-nav__menu .menu .menu-item.current-menu-item a::after,
.page-template-tpl-contact .top-nav__menu .menu .menu-item.current_page_ancestor a::after,
.page-template-tpl-contact .top-nav__menu .menu .menu-item:hover a::after {
    display: none;
  }
  .blog .top-nav__useful-links .js-dropdown-title.quick-links,
.archive:not(.tribe-events-page-template) .top-nav__useful-links .js-dropdown-title.quick-links,
.page-template-tpl-contact .top-nav__useful-links .js-dropdown-title.quick-links {
    color: #242331;
  }

  .archive.tribe-events-page-template .top-nav__menu .menu > .menu-item > a,
.archive.tribe-events-page-template .top-nav__useful-links .js-dropdown-title.quick-links {
    color: white !important;
  }
}
@media screen and (min-width: 1200px) {
  .top-nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 105px;
    background: #101C2F;
    z-index: 10;
    opacity: 0;
    transform: translateY(-100%);
    animation-name: stickySlideDown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-direction: normal;
  }
  .top-nav.fixed-header .top-nav__logo {
    display: none;
    background-color: transparent !important;
  }
  .top-nav.fixed-header .top-nav__logo--fixed {
    display: block;
    padding: 22px 0;
    padding-left: 50px;
  }
  .top-nav.fixed-header .top-nav__logo--fixed img {
    height: 60px;
    width: auto;
  }
  .top-nav.fixed-header .top-nav__menu {
    top: 40px;
  }
  .top-nav.fixed-header .top-nav__menu .menu > .menu-item > a {
    color: white;
  }
  .top-nav.fixed-header .top-nav__menu .menu .menu-item.current-menu-item > a::after,
.top-nav.fixed-header .top-nav__menu .menu .menu-item.current_page_ancestor > a::after,
.top-nav.fixed-header .top-nav__menu .menu .menu-item:hover > a::after {
    display: none;
  }
  .top-nav.fixed-header .top-nav__menu .menu > .menu-item.current-menu-item > a,
.top-nav.fixed-header .top-nav__menu .menu > .menu-item.current_page_ancestor > a,
.top-nav.fixed-header .top-nav__menu .menu > .menu-item:hover > a {
    color: #3B87C7;
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-top-menu-container .menu > .menu-item {
  margin-bottom: 10px;
}

.menu-top-menu-container .menu-item a {
  font-family: "industry", Arial, sans-serif;
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1;
  /* 13px */
  text-transform: uppercase;
  color: white;
  padding: 0;
  letter-spacing: 1px;
}

.top-nav__useful-links .js-dropdown.quick-links {
  display: inline-block;
  float: right;
  background: url("../images/dropdown-icon.png") no-repeat;
  background-size: 6px 5px;
  background-position: 93% 50%;
  padding: 0 10px 0 0;
  margin-right: -10px;
  color: #242331;
}
.top-nav__useful-links .js-dropdown-title.quick-links {
  position: relative;
  font-family: "industry", Arial, sans-serif;
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1;
  /* 13px */
  text-transform: uppercase;
  color: white;
  padding: 10px;
  letter-spacing: 1px;
  cursor: pointer;
}
.top-nav__useful-links .js-dropdown-title.quick-links::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -5px;
  height: 6px;
  width: 10px;
  background-image: url("../img/scroll-down-arrow.svg");
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.top-nav__useful-links .js-dropdown-content.quick-links {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 36px;
  right: -4px;
  width: auto;
  min-width: 200px;
  max-height: 400px;
  background-color: white;
  box-shadow: 30px 32px 34px -33px rgba(0, 0, 0, 0.18);
  margin: 0;
  padding: 20px;
  z-index: 8;
  /* IE 9 */
  /* Safari */
  transform: translateZ(0);
  /* Safari */
  /* IE 9 */
  /* Safari */
  transform: translatey(10%);
  /* Safari */
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
.top-nav__useful-links .js-dropdown-content.quick-links:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 45px;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.top-nav__useful-links .js-dropdown-content.quick-links li {
  list-style: none;
  padding: 2px 0;
  cursor: pointer;
}
.top-nav__useful-links .js-dropdown-content.quick-links li a {
  display: block;
  font-family: "industry", Arial, sans-serif;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1;
  /* 16px */
  text-align: left;
  color: #242331;
  padding: 5px 0 !important;
}
.top-nav__useful-links .js-dropdown-content.quick-links li a:hover {
  color: #3B87C7;
}
.top-nav__useful-links .js-dropdown.quick-links.hover .js-dropdown-content.quick-links {
  visibility: visible;
  opacity: 1;
  /* IE 9 */
  /* Safari */
  transform: translateX(0%);
  /* Safari */
  transition-delay: 0s;
}
.top-nav__useful-links .js-dropdown.quick-links.hover .js-dropdown-title.quick-links::after {
  /* IE 9 */
  /* Safari */
  transform: rotate(180deg);
  /* Safari */
}

@media screen and (min-width: 1200px) {
  .top-nav.fixed-header .top-nav__useful-links {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .top-nav__useful-links {
    top: -35px;
  }
}
@media screen and (max-width: 1199px) {
  .top-nav__menu {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .top-nav__menu::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .top-nav__menu::-webkit-scrollbar-thumb {
    background-color: white;
  }
  .top-nav__menu .menu .menu-item a {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none;
  }

  .top-nav__menu .menu > .menu-item {
    margin-bottom: 15px;
  }

  .menu-top-menu-container .menu-item {
    margin-bottom: 15px;
  }
  .menu-top-menu-container .menu-item a {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none;
    letter-spacing: normal;
  }

  .top-nav__useful-links .js-dropdown {
    display: none !important;
  }

  /*
  .menu-main-container {
    height: calc( 100vh - 120px );
    overflow-y: auto;
    &::-webkit-scrollbar {
      width: 5px;
      background-color: rgba(#ffffff, 0.6);
    }
    &::-webkit-scrollbar-thumb {
      background-color: $primary;
    }
  }
  */
  .top-nav__useful-links {
    order: 2;
  }
  .top-nav__useful-links .js-dropdown.quick-links {
    float: left;
    margin-right: 0;
  }
  .top-nav__useful-links .js-dropdown-content.quick-links {
    top: auto;
    right: auto;
    bottom: 110px;
    left: 40px;
    min-width: 270px;
  }
  .top-nav__useful-links .js-dropdown-title.quick-links {
    padding-left: 0;
  }
  .top-nav__useful-links .js-dropdown-content.quick-links::before {
    top: auto;
    right: auto;
    left: 20px;
    bottom: -10px;
    /* IE 9 */
    /* Safari */
    transform: rotate(180deg);
    /* Safari */
  }

  .top-nav__menu .menu .sub-menu .menu-item {
    opacity: 0.6;
  }
  .top-nav__menu .menu .sub-menu .menu-item:hover, .top-nav__menu .menu .sub-menu .menu-item:focus, .top-nav__menu .menu .sub-menu .menu-item.current_page_item {
    opacity: 1;
  }
  .top-nav__menu .menu .sub-menu .menu-item a:hover, .top-nav__menu .menu .sub-menu .menu-item a:focus, .top-nav__menu .menu .sub-menu .menu-item a:active, .top-nav__menu .menu .sub-menu .menu-item.current_page_item a {
    color: white !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav__logo {
    padding: 35px;
  }
  .top-nav__logo img {
    max-width: 250px;
  }

  .mobile-menu-button-wrapper {
    top: 40px;
  }

  .top-nav__menu .menu .sub-menu.active {
    margin-top: 20px;
    padding-inline-start: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-nav__logo {
    padding: 34px 30px;
  }
  .top-nav__logo img {
    max-width: 265px;
  }

  .mobile-menu-button-wrapper {
    top: 36px;
  }
  .mobile-menu-button-wrapper.is-active {
    right: 290px;
  }

  .top-nav__menu {
    right: -290px;
    width: 290px;
  }

  .top-nav__useful-links .js-dropdown-content.quick-links {
    min-width: 210px;
  }
}
@media screen and (max-width: 400px) {
  .top-nav__logo {
    padding: 25px;
  }
  .top-nav__logo img {
    max-width: 200px;
  }

  .mobile-menu-button-wrapper {
    top: 17px;
  }
}
@media screen and (max-width: 380px) {
  .mobile-menu-button-wrapper.is-active {
    right: 235px;
  }

  .top-nav__menu {
    right: -235px;
    width: 235px;
    padding: 40px 30px;
  }

  .top-nav__useful-links .js-dropdown-content.quick-links {
    padding: 13px 10px;
    min-width: 170px;
  }
}
.site-footer {
  background-color: #101C2F;
  font-weight: 300;
  color: white;
  padding-top: 80px;
}
.site-footer__logo {
  margin-bottom: 25px;
}
.site-footer__logo img {
  max-width: 100%;
  height: auto;
}
.site-footer h4, .site-footer a, .site-footer p {
  color: white;
}
.site-footer h4 {
  font-weight: 700;
}
.site-footer p, .site-footer a {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  /* 20px */
}
.site-footer a {
  word-break: break-word;
}
.site-footer a:hover {
  color: #3B87C7;
}
.site-footer a:focus, .site-footer a:active {
  color: white;
  opacity: 0.7;
}
.site-footer .quick-links {
  list-style: none;
  padding-inline-start: 0;
  padding-left: 0;
}

.site-footer__social-media a {
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  background-color: white;
  line-height: 1;
  border-radius: 100%;
  padding: 10px;
  margin-right: 15px;
}
.site-footer__social-media .social-media--twitter {
  padding: 10px 11px;
}
.site-footer__social-media .social-media--twitter .social-media-icon--twitter {
  width: 14px;
}
.site-footer__social-media .social-media--facebook {
  padding: 10px 15px 10px 14px;
}
.site-footer__social-media .social-media--facebook .social-media-icon--facebook {
  height: 15px;
}
.site-footer__social-media .social-media--instagram .social-media-icon--instagram {
  height: 15px;
}

.site-footer__copyright-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 60px;
  padding: 25px 0 40px 0;
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.6666666667;
  /* 20px */
  font-weight: 300;
}
.site-footer__copyright-section .webdesign-by {
  display: block;
  text-align: right;
}
.site-footer__copyright-section .footer-links {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.site-footer__copyright-section .footer-links li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
}
.site-footer__copyright-section .footer-links li::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: white;
}
.site-footer__copyright-section .footer-links li:last-child::after {
  display: none;
}
.site-footer__copyright-section a {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.6666666667;
  /* 20px */
}

@media screen and (max-width: 1024px) {
  .site-footer__logo img {
    max-width: 250px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-footer h4 {
    margin-top: 50px;
  }

  .site-footer__copyright-section .footer-links {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer {
    padding-top: 40px;
  }

  .site-footer .col-sm-12 p {
    margin-bottom: 0;
  }

  .site-footer .quick-links {
    margin-bottom: 0;
  }

  .site-footer__social-media {
    margin-top: 20px;
  }

  .site-footer__copyright-section .col-sm-6,
.site-footer__copyright-section .webdesign-by {
    text-align: center;
  }
}
article.main {
  position: relative;
  padding-top: 55px;
  margin-bottom: 100px;
}
article.main::before {
  content: "";
  width: 160px;
  height: 200px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/dot_pattern.svg");
  position: absolute;
  top: 0px;
  left: -8px;
}
article.main ul li, article.main ol li {
  font-family: "industry", Arial, sans-serif;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5555555556;
  /* 28px */
  color: #7B7B7B;
  font-weight: 300;
}
article.main ul {
  list-style: none;
}
article.main ul li {
  position: relative;
}
article.main ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -23px;
  background: #3B87C7;
  width: 8px;
  height: 8px;
}

.quote-wrapper {
  background-color: white;
  box-shadow: 40px 42px 44px -30px rgba(0, 0, 0, 0.18);
  padding: 0 60px;
  margin-bottom: 60px;
}
.quote-wrapper blockquote {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  article.main::before {
    display: none;
  }
}
.page-carousel {
  margin-bottom: 70px;
}
.page-carousel__item {
  width: 870px;
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.page-carousel__item.item-portrait {
  width: 430px;
  height: 580px;
}
.page-carousel__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: rgba(16, 28, 47, 0.7);
  color: white;
}
.page-carousel img {
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .page-carousel__item {
    width: 750px;
    height: 490px;
  }
  .page-carousel__item.item-portrait {
    width: 350px;
    height: 490px;
  }
}
@media screen and (max-width: 767px) {
  .page-carousel__item {
    width: 580px;
    height: 370px;
  }
  .page-carousel__item.item-portrait {
    width: 270px;
    height: 370px;
  }

  .page-carousel__caption {
    padding: 15px;
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.375;
    /* 22px */
  }
}
@media screen and (max-width: 580px) {
  .page-carousel__item {
    width: 96vw;
    height: 340px;
  }
  .page-carousel__item.item-portrait {
    width: 250px;
    height: 340px;
  }
}
@media screen and (max-width: 450px) {
  .page-carousel__item {
    height: 270px;
  }
  .page-carousel__item.item-portrait {
    width: 200px;
    height: 270px;
  }
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

table {
  font-family: "industry", Arial, sans-serif;
  font-size: 15px;
  /* 15px */
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.3333333333;
  /* 20px */
  font-weight: 300;
}
table thead {
  border: 1px solid #101C2F;
  background-color: #101C2F;
}
table tbody {
  border: 1px solid #BCBCBC;
  border-top: none;
}
table td {
  color: #383838;
  border: 1px solid #BCBCBC;
  padding: 10px 30px 10px 20px;
}
table th {
  font-weight: 300 !important;
  color: white;
  background-color: #101C2F;
  border-right: 1px solid #BCBCBC;
  padding: 15px 30px 15px 20px;
}
table tbody tr:nth-child(even) td {
  background-color: #F5F5F5;
}

table, table th, table td {
  width: auto !important;
}

.gallery {
  padding-inline-start: 0;
}
.gallery .gallery-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery .gallery-item::before {
  display: none;
}
.gallery .gallery__image {
  width: 280px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .gallery-caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 28, 47, 0.7);
  color: white;
  margin: 0;
  padding: 12px;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .gallery .gallery__image {
    width: 230px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery__image {
    width: 200px;
    height: 150px;
  }

  .gallery .gallery-caption {
    display: none;
  }
}
.post-password-form input[type=password] {
  display: block;
  padding: 6px 14px;
  margin-right: 2px;
}

.notification-bar {
  background: #101C2F;
  padding: 25px 0;
  margin-top: -140px;
  margin-bottom: 120px;
}
.notification-bar h3, .notification-bar a {
  color: white;
  margin: 0;
}
.notification-bar a:hover, .notification-bar a:focus, .notification-bar a:active {
  color: transparent(#ffffff, 0.7);
}
.notification-bar .notifications__slider {
  font-size: 20px;
  /* 20px */
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.45;
  /* 29px */
  font-weight: 500;
  color: white;
  text-align: center;
}

.homepage-first-teaser {
  position: relative;
  padding-bottom: 100px;
}
.homepage-first-teaser::before {
  content: "";
  width: 330px;
  height: 280px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/dot_pattern.svg");
  position: absolute;
  bottom: 10px;
  right: -5px;
}

.homepage-whats-on {
  position: relative;
  padding-bottom: 110px;
}
.homepage-whats-on h2 {
  text-align: center;
  margin-bottom: 40px;
}
.homepage-whats-on::before {
  content: "";
  width: 330px;
  height: 280px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/dot_pattern.svg");
  position: absolute;
  bottom: 7px;
  left: -5px;
}

.news-slider__images {
  height: 385px;
  margin-bottom: 30px;
}
.news-slider__images .image {
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-slider__details {
  position: relative;
  height: 370px;
  background-color: white;
  box-shadow: 40px -42px 44px -30px rgba(0, 0, 0, 0.18);
  margin-top: -115px;
}
.news-slider__details .item {
  height: 370px;
  padding: 35px 50px;
}
.news-slider__details .meta-date, .news-slider__details .meta-category {
  position: absolute;
  top: 30px;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.4285714286;
  /* 20px */
  text-transform: uppercase;
  font-weight: 700;
  color: #242331;
}
.news-slider__details .meta-category {
  color: #8D8D8D;
  right: 50px;
}
.news-slider__details .details {
  position: absolute;
  top: 90px;
  left: 50px;
  right: 50px;
}
.news-slider__details .slick-dots {
  bottom: 35px;
  right: 50px;
  text-align: right;
}
.news-slider__details .slick-dots li {
  margin-right: 3px;
}
.news-slider__details .slick-dots li button {
  background: transparent !important;
}
.news-slider__details .slick-dots li button::before {
  border: none;
  height: 8px;
  width: 8px;
  background-color: #D8D8D8;
}
.news-slider__details .slick-dots li.slick-active button::before {
  background-color: #3B87C7;
}

.twitter-block {
  position: relative;
  height: 385px;
  padding: 45px 40px;
  background-color: #1DA1F2;
  color: white;
  margin-bottom: 30px;
}
.twitter-block p, .twitter-block a {
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
  line-height: 1.2727272727;
  /* 28px */
  color: white;
}
.twitter-block .twitter-block__profile {
  position: absolute;
  bottom: 45px;
  left: 40px;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  /* 20px */
  color: white;
}
.twitter-block .twitter-block__icon {
  position: absolute;
  bottom: 45px;
  right: 40px;
}

@media screen and (min-width: 992px) {
  .twitter-block p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    line-height: 28px;
    max-height: calc( 28px * 9 );
  }
}
.calendar-block {
  position: relative;
  height: 255px;
  padding: 30px 40px 40px 40px;
  background-color: #3B87C7;
  color: white;
  margin-bottom: 30px;
}
.calendar-block--twitter-alternative {
  overflow: hidden;
  height: calc( 100% - 30px );
}
.calendar-block p {
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
  line-height: 1.2727272727;
  /* 28px */
  color: white;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  max-height: calc( 28px x 2 );
}
.calendar-block h4 {
  color: white;
}
.calendar-block .meta-date, .calendar-block .meta-category {
  position: absolute;
  top: 30px;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.4285714286;
  /* 20px */
  text-transform: uppercase;
  font-weight: 700;
}
.calendar-block .meta-date {
  left: 40px;
}
.calendar-block .meta-category {
  right: 40px;
}
.calendar-block .details {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.calendar-block::after {
  content: "";
  width: 265px;
  height: 169px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/dot_pattern.svg");
  position: absolute;
  bottom: 7px;
  right: -5px;
}

.calendar-block--twitter-alternative::after {
  bottom: auto;
  right: auto;
  top: -4px;
  left: -55px;
}

@media screen and (max-width: 991px) {
  .news-slider__images {
    width: 90%;
    float: right;
  }

  .news-slider__details {
    width: 90%;
    height: 340px;
  }

  .twitter-block {
    height: auto;
    min-height: 225px;
  }

  .notification-bar {
    margin-bottom: 220px;
  }
  .notification-bar h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-slider__images {
    height: 290px;
  }
  .news-slider__images .image {
    height: 290px;
  }

  .news-slider__details {
    height: 370px;
    margin-top: -75px;
  }

  .notification-bar {
    margin-top: -60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .news-slider__images {
    width: 100%;
    float: none;
    height: 240px;
  }
  .news-slider__images .image {
    height: 240px;
  }

  .news-slider__details {
    width: 100%;
    height: 390px;
    margin-top: -30px;
  }
  .news-slider__details h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: calc( 24px * 3 );
  }
  .news-slider__details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 28px;
    max-height: calc( 28px * 5 );
  }

  .calendar-block::after {
    width: 165px;
    height: 103px;
  }
}
.news-container {
  position: relative;
  margin-top: 270px;
}
.news-container::before {
  content: "";
  width: 160px;
  height: 200px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/dot_pattern.svg");
  position: absolute;
  top: -77px;
  left: -8px;
}

.featured-news {
  margin-bottom: 60px;
}
.featured-news__image {
  position: relative;
  width: 100%;
  height: 510px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured-news__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.66;
  width: 135px;
  height: 100%;
}
.featured-news .title--side {
  position: absolute;
  /* IE 9 */
  /* Safari */
  transform: rotate(-90deg) translate(-110%, -26px);
  /* Safari */
  transform-origin: 0 0;
  z-index: 3;
}
.featured-news .meta-date {
  display: block;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.4285714286;
  /* 20px */
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #3B87C7;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.featured-news h3 {
  margin-bottom: 1.2rem;
}
.featured-news h3 a {
  color: #242331;
}
.featured-news h3 a:hover, .featured-news h3 a:focus-within {
  color: #3B87C7;
}
.featured-news p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 28px;
  max-height: calc( 28px * 4 );
}
.featured-news .button {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.5625;
  /* 25px */
}

.news-item {
  position: relative;
  height: 100%;
  padding-bottom: 65px;
}
.news-item__image {
  width: 100%;
  height: 245px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 35px;
}
.news-item .meta-date {
  display: block;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.4285714286;
  /* 20px */
  font-weight: 700;
  color: #3B87C7;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-item h3 {
  font-size: 28px;
  /* 28px */
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.1428571429;
  /* 32px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 32px;
  /* fallback */
  max-height: 96px;
  /* fallback */
}
.news-item h3 a {
  color: #242331;
}
.news-item h3 a:hover, .news-item h3:focus-within {
  color: #3B87C7;
}
.news-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  max-height: calc( 28px * 3 );
}
.news-item .button {
  position: absolute;
  bottom: 50px;
}

.related-news {
  background-color: #F1F5F9;
  padding: 75px 0;
}
.related-news h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-item__image {
    height: 185px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-item__image {
    height: 205px;
  }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .related-news .first {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-news .first .news-item__image {
    height: 315px;
  }
}
@media screen and (max-width: 767px) {
  .news-item__image {
    margin-bottom: 25px;
  }

  .news-item h3 {
    font-size: 23px;
    line-height: 27px;
    max-height: calc( 27px * 3 );
    margin-bottom: 0.6rem;
  }

  .featured-news__image {
    height: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .news-item__image {
    height: 165px;
  }
}
@media screen and (max-width: 600px) {
  .news-container .featured-news .title--side {
    top: -58px;
    left: 0;
    right: 0;
    transform: none !important;
    font-size: 44px;
    /* 44px */
    font-size: 2.75rem;
    /* 44px */
    line-height: 1;
    /* 44px */
  }
  .news-container .featured-news__image {
    height: 320px;
  }
}
.contact-wrapper {
  position: relative;
  margin-top: 355px;
  padding-bottom: 140px;
}
.contact-wrapper::before {
  content: "";
  width: 160px;
  height: 200px;
  display: block;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/dot_pattern.svg");
  position: absolute;
  bottom: 40%;
  left: -8px;
}
.contact-wrapper .map-wrapper, .contact-wrapper .map {
  position: relative;
  width: 100%;
  height: 480px;
}
.contact-wrapper .map-wrapper .map-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-wrapper .map__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 100%;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.66;
  z-index: 3;
}
.contact-wrapper .title--side {
  position: absolute;
  right: 0;
  /* IE 9 */
  /* Safari */
  transform: rotate(90deg) translate(-16%, -28px);
  /* Safari */
  transform-origin: 100% 0%;
  z-index: 4;
}
.contact-wrapper h3 {
  margin-top: 45px;
  margin-bottom: 20px;
}
.contact-wrapper p {
  margin-bottom: 20px;
}
.contact-wrapper a {
  word-break: break-all;
}

.staff-list-wrapper {
  background-color: #F1F5F9;
  padding: 80px 0;
}

.contact-form-wrapper {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .contact-wrapper {
    margin-top: 245px;
    padding-bottom: 70px;
  }
  .contact-wrapper a {
    word-break: break-all;
  }
}
@media screen and (max-width: 600px) {
  .contact-wrapper {
    margin-top: 285px;
  }
  .contact-wrapper .title--side {
    top: -58px;
    left: 0;
    right: 0;
    transform: none !important;
    font-size: 44px;
    /* 44px */
    font-size: 2.75rem;
    /* 44px */
    line-height: 1;
    /* 44px */
  }
  .contact-wrapper .map__overlay {
    display: none;
  }
  .contact-wrapper .map-wrapper, .contact-wrapper .map {
    height: 360px;
  }
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}
.banner__center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.banner__center-text {
  position: relative;
  height: 100%;
  z-index: 3;
}
.banner__center-text .container, .banner__center-text .row {
  height: 100%;
}
.banner__title {
  position: absolute;
  bottom: -28px;
  color: white;
}
.banner__title .post-date {
  display: block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1;
  /* 16px */
  margin-bottom: 16px;
}
.banner--full-height {
  height: 100vh;
}
.banner--ar {
  padding-bottom: 42%;
}
.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 33%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.49;
  z-index: 1;
}
.banner__overlay--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.49;
  z-index: 1;
}

.banner--homepage {
  position: relative;
  height: 100vh;
  margin-bottom: 140px;
  overflow: hidden;
}
.banner--homepage .banner__slider {
  height: 100vh;
  width: 100%;
}
.banner--homepage .banner__slider .item {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner--homepage .banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translateX(-50%) translateY(-50%);
  /* Safari */
  min-width: 100%;
  min-height: 100%;
}
.banner--homepage .banner__text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 85px;
  left: 0;
  z-index: 7;
}
.banner--homepage .banner__title {
  position: static;
  margin-bottom: 0;
}
.banner--homepage .banner__scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 245px;
  height: 100px;
  background-color: #3B87C7;
  color: white;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 3;
}
.banner--homepage .banner__scroll span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 7.1428571429;
  /* 100px */
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner--homepage .banner__scroll span::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 50px;
  height: 6px;
  width: 10px;
  background-image: url("../img/scroll-down-arrow.svg");
  background-repeat: no-repeat;
}
.banner--homepage .banner__scroll:hover {
  background-color: #2e6ca1;
}
.banner--homepage .video-button {
  position: absolute;
  bottom: 125px;
  right: 30px;
  width: auto;
  max-width: 182px;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 18px 26px;
  z-index: 7;
}

@media screen and (min-width: 1400px) and (min-height: 800px) {
  .banner {
    height: 700px;
  }

  .banner--homepage {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .banner--homepage {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 62vh;
  }

  .banner__title {
    font-size: 46px;
    /* 46px */
    font-size: 2.875rem;
    /* 46px */
    line-height: 1;
    /* 46px */
    bottom: -23px;
  }

  .banner__overlay--bottom {
    height: 50%;
  }

  .banner--homepage {
    height: 100vh;
    margin-bottom: 60px;
  }

  .banner--homepage.banner--video {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner--homepage.banner--video .banner__video {
    display: none;
  }
  .banner--homepage.banner--video .video-button {
    bottom: 0;
    right: auto;
    left: 0;
    font-size: 16px;
    letter-spacing: 0.25px;
    padding: 25px 15px;
    text-align: center;
    width: 205px;
  }

  .banner--homepage .banner__scroll {
    width: 205px;
    height: 70px;
  }
  .banner--homepage .banner__scroll span {
    line-height: 5.4;
  }
  .banner--homepage .banner__scroll span::after {
    top: 33px;
    right: 35px;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 60vh;
  }

  .banner__title {
    bottom: -21px;
    font-size: 36px;
    /* 36px */
    font-size: 2.25rem;
    /* 36px */
    line-height: 1;
    /* 36px */
  }

  .banner--homepage .banner__scroll {
    width: 155px;
  }
  .banner--homepage .banner__scroll span::after {
    right: 15px;
  }

  .banner--homepage.banner--video .video-button {
    width: 155px;
  }
}
@media screen and (max-width: 400px) {
  .banner__title {
    bottom: -21px;
    font-size: 30px;
    /* 30px */
    font-size: 1.875rem;
    /* 30px */
    line-height: 1;
    /* 30px */
  }
  .banner__title .post-date {
    margin-bottom: 12px;
  }
}
.sidebar-menu__container .sidebar-menu {
  list-style: none;
  margin-left: 0;
  padding-inline-start: 0;
  padding-left: 0;
  padding-top: 10px;
}
.sidebar-menu__container .sidebar-menu li::before {
  display: none !important;
}
.sidebar-menu__container .sidebar-menu .page_item {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  /* 20px */
}
.sidebar-menu__container .sidebar-menu .page_item a {
  display: block;
  color: #242331;
  padding: 10px 0;
}
.sidebar-menu__container .sidebar-menu .page_item a:hover,
.sidebar-menu__container .sidebar-menu .page_item.current_page_item a {
  color: #3B87C7;
}

@media screen and (min-width: 992px) {
  .sidebar-menu__container {
    position: absolute;
    top: -140px;
    right: 0;
    width: 360px;
    background-color: white;
    padding: 45px;
    box-shadow: -40px -42px 44px -30px rgba(0, 0, 0, 0.18);
    z-index: 3;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .sidebar-menu__container {
    width: 320px;
    padding: 38px;
  }
  .sidebar-menu__container h3 {
    font-size: 28px;
    /* 28px */
    font-size: 1.75rem;
    /* 28px */
    line-height: 1;
    /* 28px */
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .sidebar-menu__container {
    width: 270px;
    padding: 35px;
  }
  .sidebar-menu__container h3 {
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
    line-height: 1;
    /* 24px */
  }
}
@media screen and (max-width: 991px) {
  .sidebar-menu__container {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 50px;
    z-index: 1;
    margin-top: -47px;
    padding-top: 55px;
    background-color: white;
    box-shadow: -12px 20px 44px -30px rgba(0, 0, 0, 0.18);
  }
  .sidebar-menu__container h3 {
    margin-bottom: 5px;
  }
  .sidebar-menu__container ul {
    column-count: 3;
  }
  .sidebar-menu__container ul li {
    display: inline-block;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-menu__container ul {
    column-count: 2;
  }
}
.gform_wrapper .full-width {
  width: 100%;
  margin-bottom: 15px;
}

.gform_wrapper .half-width {
  display: inline-block;
  width: 50%;
}
.gform_wrapper .half-width input {
  width: 100% !important;
}
.gform_wrapper .half-width:nth-child(odd) {
  padding-right: 10px;
}
.gform_wrapper .half-width:nth-child(even) {
  padding-left: 0;
}

.gform_wrapper input {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1;
  font-weight: 300;
  color: #242331;
  border: 1px solid #BCBCBC;
  padding: 16px 20px 17px 20px !important;
}
.gform_wrapper input:focus {
  outline: none;
  border: 1px solid #3B87C7;
}
.gform_wrapper label {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1;
  font-weight: 300 !important;
  color: #242331;
  opacity: 0.6;
  margin-bottom: 0;
}
.gform_wrapper textarea.medium {
  height: 250px !important;
  padding: 20px;
  border: 1px solid #BCBCBC;
}
.gform_wrapper textarea.medium:focus {
  outline: none;
  border: 1px solid #3B87C7;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 0.85rem !important;
  margin: 5px 0 12px 1px !important;
}

.gform_wrapper select {
  width: 100%;
  background-color: transparent;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1;
  font-weight: 300;
  color: #242331;
  padding: 15px 16px 16px 16px !important;
  border: 1px solid #BCBCBC;
  padding-right: 0;
  border-radius: 0;
  max-width: 100%;
}
.gform_wrapper select:focus {
  outline: none;
  border: 1px solid #3B87C7;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: -4px !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px !important;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  padding: 16px 10px !important;
  text-align: center !important;
}
.gform_wrapper .gfield_time_hour input:focus,
.gform_wrapper .gfield_time_minute input:focus {
  border: 1px solid #3B87C7;
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  width: calc(4rem + 20px) !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.25;
  color: white;
  padding: 13px 35px 11px 35px !important;
  background-color: #3B87C7;
  border: none !important;
  float: right;
  cursor: pointer;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #2e6ca1;
}

.gform_wrapper div.validation_error {
  color: #ad0000 !important;
  border: none !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}

.gform_wrapper.gform_validation_error .half-width {
  width: 50% !important;
  max-width: 50% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ad0000 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
  margin-top: -19px;
  font-size: 12px !important;
  font-weight: 300;
  font-style: italic;
  color: #ad0000 !important;
}

.js .page-template-tpl-contact .gform_wrapper input {
  padding: 23px 20px 10px 20px !important;
}
.js .page-template-tpl-contact .gform_wrapper textarea.medium {
  padding: 20px 20px 60px 20px;
}
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) ul.gform_fields li.gfield {
  position: relative;
}
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .top_label .gfield_label,
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) legend.gfield_label {
  position: absolute;
  top: 23px;
  left: 20px;
  transition: all 0.3s ease-in-out;
}
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .top_label .js-float-label .gfield_label,
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .js-float-label legend.gfield_label {
  top: 16px;
  font-size: 10px !important;
  font-size: 0.7rem !important;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #3B87C7;
  opacity: 1;
}
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .gform_footer input.button,
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .gform_footer input[type=submit],
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .gform_page_footer input.button,
.js .page-template-tpl-contact .gform_wrapper:not(.gform_validation_error) .gform_page_footer input[type=submit] {
  margin-top: -54px !important;
  padding: 13px 35px 11px 35px !important;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 550px) {
  .gform_wrapper .half-width {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
}
.flickity-prev-next-button {
  background-color: #3B87C7;
  border-radius: 0;
  width: 62px;
  height: 105px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.flickity-prev-next-button svg, .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-prev-next-button:hover {
  background-color: #2e6ca1;
}
.flickity-prev-next-button:focus {
  background-color: #2e6ca1;
  box-shadow: none;
}
.flickity-prev-next-button::before, .flickity-prev-next-button::after {
  content: "";
  position: absolute;
  left: 26px;
  width: 3px;
  height: 20px;
  background-color: white;
  /* IE 9 */
  /* Safari */
  transform: rotate(45deg);
  /* Safari */
}
.flickity-prev-next-button::before {
  top: 37px;
}
.flickity-prev-next-button::after {
  top: 50px;
  /* IE 9 */
  /* Safari */
  transform: rotate(-45deg);
  /* Safari */
}

.flickity-button:disabled {
  opacity: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button.next::before {
  top: 50px;
  left: 31px;
}
.flickity-prev-next-button.next::after {
  top: 37px;
  left: 31px;
  /* IE 9 */
  /* Safari */
  transform: rotate(-45deg);
  /* Safari */
}

.flickity-prev-next-button.previous {
  left: 0;
}

@media screen and (max-width: 767px) {
  .flickity-prev-next-button {
    width: 49px;
    height: 86px;
  }

  .flickity-prev-next-button::before, .flickity-prev-next-button::after {
    left: 20px;
    height: 16px;
  }

  .flickity-prev-next-button::before {
    top: 31px;
  }

  .flickity-prev-next-button::after {
    top: 41px;
  }

  .flickity-prev-next-button.next::before {
    top: 41px;
    left: 28px;
  }

  .flickity-prev-next-button.next::after {
    top: 31px;
    left: 28px;
  }
}
.teaser {
  margin-bottom: 100px;
}

.teaser__image {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.teaser__text {
  background-color: white;
  padding: 60px;
  box-shadow: 40px -42px 44px -30px rgba(0, 0, 0, 0.18);
  margin-top: -180px;
}
.teaser__text .sub-title {
  display: block;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1;
  /* 14px */
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3B87C7;
  margin-bottom: 14px;
}
.teaser__text h2 {
  margin-bottom: 1.3rem;
}
.teaser__text h2 a {
  color: #242331;
}
.teaser__text h2 a:hover, .teaser__text h2 a:focus {
  color: #3B87C7;
}
.teaser__text p {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.8888888889;
  /* 34px */
  font-weight: 300;
  margin-top: 23px;
}
.teaser__text.no-shadow {
  padding: 40px 0;
  box-shadow: none;
  margin-top: 0;
}

.teaser--wide {
  margin: 60px 0 80px 0;
}
.teaser--wide.homepage-first-teaser {
  margin-top: -60px;
  padding-bottom: 0;
}
.teaser--wide .teaser {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .teaser--wide {
    margin: 40px 0;
  }
}

.teaser .image-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 3/2;
}
.teaser .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser--top-text .teaser__text {
  margin-top: 0;
  box-shadow: 40px 42px 44px -30px rgba(0, 0, 0, 0.18);
}
.teaser--top-text .teaser__image {
  height: 645px;
}
.teaser--top-text .pos-top {
  position: absolute;
  top: 0;
  z-index: 3;
}

.teaser--text-right .teaser__image {
  height: 445px;
}
.teaser--text-right .teaser__text {
  margin-top: -65%;
  box-shadow: -40px -42px 44px -30px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 1199px) {
  .teaser__image {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .teaser__image {
    height: 310px;
  }

  .teaser__text {
    padding: 45px;
    margin-top: -130px;
  }
  .teaser__text h2 {
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1;
    /* 40px */
  }

  .teaser--top-text .teaser__image {
    height: 445px;
    margin-top: 150px;
  }

  .teaser--top-text .teaser__image {
    height: 355px;
  }
  .teaser--top-text .teaser__text {
    margin-top: -30%;
  }
}
@media screen and (max-width: 768px) {
  .teaser__text {
    margin-top: 0;
  }
  .teaser__text h2 {
    font-size: 30px;
    /* 30px */
    font-size: 1.875rem;
    /* 30px */
    line-height: 1;
    /* 30px */
  }

  .teaser--top-text .pos-top {
    position: static;
  }

  .teaser--top-text .teaser__text {
    margin-top: 0;
  }
  .teaser--top-text .teaser__image {
    margin-top: 0;
  }

  .teaser--text-right .teaser__text {
    margin-top: 0;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .teaser__image {
    width: 90%;
    float: right;
    height: 280px;
  }

  .teaser__text {
    width: 90%;
    padding: 45px;
    margin-top: -70px;
  }

  .teaser--text-right .teaser__text {
    margin-top: -110px;
  }

  .teaser--top-text .teaser__image {
    height: 375px;
    margin-top: -130px;
  }
}
@media screen and (max-width: 549px) {
  .teaser {
    margin-bottom: 50px;
  }

  .homepage-first-teaser {
    padding-bottom: 30px;
  }

  .teaser__image {
    height: 325px !important;
  }
}
.pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.pagination span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 2;
  /* 32px */
  font-weight: 300;
  letter-spacing: 0.57px;
  color: #242331;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.pagination span a {
  display: block;
  color: #242331;
}
.pagination .current, .pagination span:hover {
  background: #3B87C7;
  color: white;
}
.pagination span:hover a {
  color: white;
}

.accordion__section {
  border: 1px solid #242331;
  border-bottom: none !important;
}
.accordion__section:last-child {
  border-bottom: 1px solid #242331 !important;
}
.accordion__header h3 {
  position: relative;
  display: block;
  padding: 20px 75px 13px 35px;
  margin: 0;
  cursor: pointer;
}
.accordion__header h3::before, .accordion__header h3::after {
  content: "";
  position: absolute;
  top: 29px;
  right: 35px;
  width: 26px;
  height: 5px;
  background-color: #242331;
  transition: all 0.3s ease-in-out;
}
.accordion__header h3::after {
  /* IE 9 */
  /* Safari */
  transform: rotate(90deg);
  /* Safari */
}
.accordion__section.active .accordion__header h3::after {
  /* IE 9 */
  /* Safari */
  transform: rotate(0deg);
  /* Safari */
  opacity: 0;
}
.accordion__body {
  display: none;
  padding: 0 35px 20px 35px;
}
.accordion__body .accordion-intro {
  display: block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.375;
  /* 22px */
  font-weight: 700;
  text-transform: uppercase;
  color: #242331;
  margin-bottom: 35px;
}
.accordion__body .staff-member {
  margin-bottom: 16px;
}
.accordion__body .name, .accordion__body .title, .accordion__body .email {
  display: block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.625;
  /* 26px */
  font-weight: 300;
  color: #242331;
}
.accordion__body .name {
  font-weight: 500;
}
.accordion__body .email {
  color: #3B87C7;
  word-break: break-word;
}

@media screen and (max-width: 600px) {
  .accordion__header h3 {
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
    line-height: 1;
    /* 24px */
    padding: 20px 55px 13px 25px;
  }
  .accordion__header h3::before, .accordion__header h3::after {
    top: 30px;
    right: 25px;
    width: 19px;
    height: 3px;
  }

  .accordion__body {
    padding: 0 25px 20px 25px;
  }
}
.tribe-mini-calendar {
  width: 100% !important;
  margin-left: 0 !important;
}

.tribe-mini-calendar thead,
.tribe-mini-calendar-nav td {
  background: transparent !important;
  border-color: transparent !important;
  color: #242331 !important;
  padding: 20px !important;
}
.tribe-mini-calendar thead span,
.tribe-mini-calendar-nav td span {
  color: #242331 !important;
  font-size: 36px;
  /* 36px */
  font-size: 2.25rem;
  /* 36px */
  line-height: 1;
  /* 36px */
}

.tribe-mini-calendar-nav td {
  border-bottom: 1px solid #101C2F !important;
}

.tribe-mini-calendar th {
  background: #101C2F !important;
  border-color: #101C2F !important;
  border-right: 1px solid white !important;
  color: white !important;
  padding: 10px 4px !important;
}
.tribe-mini-calendar th:last-child {
  border-right: 1px solid #101C2F !important;
}

.tribe-mini-calendar tbody td {
  vertical-align: middle;
  background-color: #F5F5F5 !important;
  border-color: #BCBCBC;
  color: #242331 !important;
  font-weight: 500 !important;
}
.tribe-mini-calendar tbody td span, .tribe-mini-calendar tbody td a {
  padding: 20px 0 !important;
  color: #242331 !important;
  font-weight: 500 !important;
}

.tribe-mini-calendar tbody tr:nth-child(even) td {
  background-color: white !important;
}

.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-events-present,
.tribe-mini-calendar .tribe-mini-calendar-today,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-mini-calendar-today,
.tribe-mini-calendar .tribe-events-has-events:hover,
.tribe-mini-calendar .tribe-events-has-events:hover a:hover {
  background-color: #3B87C7 !important;
  color: white !important;
}
.tribe-mini-calendar .tribe-events-present span, .tribe-mini-calendar .tribe-events-present a,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-events-present span,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-events-present a,
.tribe-mini-calendar .tribe-mini-calendar-today span,
.tribe-mini-calendar .tribe-mini-calendar-today a,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-mini-calendar-today span,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-mini-calendar-today a,
.tribe-mini-calendar .tribe-events-has-events:hover span,
.tribe-mini-calendar .tribe-events-has-events:hover a,
.tribe-mini-calendar .tribe-events-has-events:hover a:hover span,
.tribe-mini-calendar .tribe-events-has-events:hover a:hover a {
  color: white !important;
}
.tribe-mini-calendar .tribe-events-present a::before,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-events-present a::before,
.tribe-mini-calendar .tribe-mini-calendar-today a::before,
.tribe-mini-calendar tbody tr:nth-child(even) .tribe-mini-calendar-today a::before,
.tribe-mini-calendar .tribe-events-has-events:hover a::before,
.tribe-mini-calendar .tribe-events-has-events:hover a:hover a::before {
  background: white !important;
}

.tribe-mini-calendar .tribe-events-has-events:hover a:hover::before {
  background: white !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background: #242331 !important;
  bottom: 7px !important;
}

.tribe-mini-calendar .tribe-events-past {
  opacity: 0.7 !important;
}

.tribe-mini-calendar .tribe-events-othermonth {
  background-color: white !important;
  color: white !important;
}
.tribe-mini-calendar .tribe-events-othermonth span, .tribe-mini-calendar .tribe-events-othermonth a {
  color: white !important;
}

.download-links .button {
  display: inline-block;
  margin-bottom: 20px;
}

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

.calendar-events {
  width: 100% !important;
}
.calendar-events .date {
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
  line-height: 1;
  /* 22px */
  font-weight: 500;
}
.calendar-events .date td {
  padding: 20px;
}
.calendar-events .ta_c {
  min-width: 150px;
  max-width: 160px;
}

.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.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%;
  /* IE 9 */
  /* Safari */
  transform: translateY(-50%) translateX(-50%);
  /* Safari */
}

.custom-lighbox__content {
  background-color: white;
  padding: 50px 40px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
.custom-lighbox__content img {
  max-width: 100%;
  height: auto;
}

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

.custom-lightbox__close {
  position: absolute;
  top: 45px;
  right: 15px;
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
  line-height: 1;
  /* 22px */
  font-style: normal !important;
  color: #242331;
  cursor: pointer;
  z-index: 9;
}

.cal-content > h3 {
  font-size: 34px;
  /* 34px */
  font-size: 2.125rem;
  /* 34px */
  line-height: 1;
  /* 34px */
  color: #242331;
  margin-bottom: 0.6rem;
}

.time-event {
  display: block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1;
  /* 16px */
  color: #7B7B7B;
  margin-bottom: 15px;
}

.cal-content .cal-description {
  color: #242331 !important;
  margin-bottom: 18px !important;
}

.cal-venue span {
  display: block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1;
  /* 16px */
  color: #7B7B7B;
}
.cal-venue p {
  color: #242331 !important;
  margin-bottom: 18px;
}

.cal-content .tribe-events-cal-links a {
  margin-right: 20px;
}
.cal-content .tribe-events-cal-links a:last-child {
  margin-right: 0;
}

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

.single.single-tribe_events .title-wrapper {
  display: none;
}

.tribe-common ul li {
  list-style: none;
}
.tribe-common ul li::before {
  display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-1-container {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.tribe-events table th,
.tribe-events table thead {
  background-color: transparent !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: rgba(59, 135, 199, 0.25) !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:focus {
  background-color: rgba(59, 135, 199, 0.35) !important;
}

.tribe-common .tribe-common-c-btn-border {
  width: 237px !important;
  border-color: #3B87C7 !important;
  color: #3B87C7 !important;
}
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common .tribe-common-c-btn-border:focus {
  background-color: #3B87C7 !important;
  color: white !important;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #3B87C7 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: white !important;
}

.notification--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}
.notification--wrapper .notification-pop-up {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 570px;
  max-width: 85%;
  background-color: white;
  padding: 40px;
  margin: 0 auto;
  /* IE 9 */
  /* Safari */
  transform: translateY(-50%);
  /* Safari */
}
.notification--wrapper .notification-pop-up h2, .notification--wrapper .notification-pop-up .notification__text {
  margin-bottom: 25px;
}
.notification--wrapper .notification-pop-up .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.notification--wrapper .notification-pop-up .close-button::before, .notification--wrapper .notification-pop-up .close-button::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  width: 23px;
  height: 3px;
  background-color: #242331;
  /* IE 9 */
  /* Safari */
  transform: rotate(45deg);
  /* Safari */
  transition: all 0.3s ease-in-out;
}
.notification--wrapper .notification-pop-up .close-button::before {
  /* IE 9 */
  /* Safari */
  transform: rotate(-45deg);
  /* Safari */
}

.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 2px solid #242331;
  padding: 30px 0 20px 0;
  z-index: 9;
}
.cookies-bar p {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  /* 20px */
  margin-bottom: 15px;
  color: #3a3a3a;
}
.cookies-bar .buttons {
  text-align: right;
}
.cookies-bar .buttons a:not(.button) {
  display: block;
  text-align: right;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1;
  /* 14px */
  color: #242331;
}
.cookies-bar .buttons a:not(.button):hover {
  color: #3B87C7;
}
@media screen and (max-width: 767px) {
  .cookies-bar .buttons a:not(.button) {
    text-align: center;
  }
}
.cookies-bar .buttons .button {
  display: inline-block;
  font-family: "industry", Arial, sans-serif;
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.1666666667;
  /* 14px */
  font-weight: 700;
  letter-spacing: 0.43px;
  text-transform: uppercase;
  text-align: center;
  color: #242331;
  border: 2px solid #979797;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding: 12px 20px 10px 20px;
}
.cookies-bar .buttons .button::after {
  display: none;
}
.cookies-bar .buttons .button:first-child {
  margin-right: 10px;
}
.cookies-bar .buttons .button:last-child {
  margin-bottom: 0;
}
.cookies-bar .buttons .button:hover, .cookies-bar .buttons .button:focus, .cookies-bar .buttons .button:active {
  background-color: #979797;
}

.my-5 p {
  margin-bottom: 17px;
}

form input[type=submit] {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.25;
  color: white;
  padding: 13px 35px 11px 35px !important;
  background-color: #3B87C7;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #2e6ca1;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .notification-pop-up {
    padding: 30px;
  }
  .notification-pop-up .inner {
    max-height: 60vh;
    overflow-y: auto;
  }

  .cookies-bar .buttons .button {
    float: none;
    width: 100%;
  }
}
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.search-wrapper {
  width: 100%;
}
.search-wrapper input[type=search] {
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  padding: 3px 38px 3px 8px;
  color: white;
}
.search-wrapper input[type=search]::-webkit-input-placeholder {
  color: white;
}
.search-wrapper input[type=search]::-moz-placeholder {
  color: white;
}
.search-wrapper input[type=search]:-ms-input-placeholder {
  color: white;
}
.search-wrapper input[type=search]:-moz-placeholder {
  color: white;
}
.search-wrapper input[type=submit] {
  float: right;
  margin-top: -30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../img/search.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  color: transparent;
  padding: 0 !important;
}
.search-wrapper input[type=submit]:hover, .search-wrapper input[type=submit]:focus, .search-wrapper input[type=submit]:active {
  background-color: transparent;
  color: transparent;
}

.search-results h2 {
  margin-bottom: 50px;
}
.search-results article.search-result {
  margin-bottom: 40px;
}
.search-results article.search-result p:nth-child(2) {
  margin-bottom: 8px;
}
.search-results article.search-result span {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 15px;
}
.search-results article.search-result span::after {
  content: "•";
  position: absolute;
  top: -7px;
  right: 4px;
  font-size: 22px;
}

.off-screen {
  opacity: 1;
}
.off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
  transition: all 0.4s ease-out;
}

.off-screen--fade-up {
  /* IE 9 */
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  transition: all 0.4s ease-out;
}
.off-screen--fade-up.off-screen--hide {
  /* IE 9 */
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0;
}

.off-screen--from-left {
  /* IE 9 */
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  transition: all 0.4s ease-out;
}
.off-screen--from-left.off-screen--hide {
  /* IE 9 */
  /* Safari */
  transform: translateX(70px);
  /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--from-left {
  /* IE 9 */
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-right {
  /* IE 9 */
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-bottom {
  /* IE 9 */
  /* Safari */
  transform: translateY(150px);
  /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--fade {
  opacity: 0;
}

.off-screen--alternate > div > div {
  /* IE 9 */
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  transition: all 0.4s ease-out;
}
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  /* IE 9 */
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  /* IE 9 */
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  /* IE 9 */
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  /* IE 9 */
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}

.off-screen--sequential > * {
  /* IE 9 */
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  transition: all 0.3s ease-out;
}
.off-screen--sequential.off-screen--hide > * {
  /* IE 9 */
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0;
}

.off-screen--sequential > *:nth-child(1) {
  transition-delay: 0s;
}

.off-screen--sequential > *:nth-child(2) {
  transition-delay: 0.2s;
}

.off-screen--sequential > *:nth-child(3) {
  transition-delay: 0.4s;
}

.off-screen--sequential > *:nth-child(4) {
  transition-delay: 0.6s;
}

.off-screen--sequential > *:nth-child(5) {
  transition-delay: 0.8s;
}

.off-screen--sequential > *:nth-child(6) {
  transition-delay: 1s;
}

.off-screen--sequential > *:nth-child(7) {
  transition-delay: 1.2s;
}

.off-screen--sequential > *:nth-child(8) {
  transition-delay: 1.4s;
}

.off-screen--sequential > *:nth-child(9) {
  transition-delay: 1.6s;
}

.off-screen--sequential > *:nth-child(10) {
  transition-delay: 1.8s;
}

.off-screen--sequential > *:nth-child(11) {
  transition-delay: 2s;
}

.off-screen--sequential > *:nth-child(12) {
  transition-delay: 2.2s;
}

.off-screen--sequential > *:nth-child(13) {
  transition-delay: 2.4s;
}

.off-screen--sequential > *:nth-child(14) {
  transition-delay: 2.6s;
}

.off-screen--sequential > *:nth-child(15) {
  transition-delay: 2.8s;
}

.hamburger {
  padding: 11px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border-radius: none !important;
  background: none !important;
}
.hamburger:hover {
  background: none !important;
}
.hamburger:focus, .hamburger:active {
  outline: none !important;
  box-shadow: none !important;
}

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

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: white;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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

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

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

.hamburger-inner:hover,
.hamburger-inner:hover::before,
.hamburger-inner:hover::after {
  background-color: white;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}