@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (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)
 */
*,
*::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, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  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;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.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%;
  }
}
.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !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: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

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

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

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

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

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

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

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

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

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

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

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

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

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

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

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

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

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

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

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

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !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: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !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: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important;
  }
  .m-md-7 {
    margin: 70px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important;
  }
  .m-md-9 {
    margin: 90px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important;
  }
  .m-md-10 {
    margin: 100px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important;
  }
  .p-md-7 {
    padding: 70px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important;
  }
  .p-md-9 {
    padding: 90px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important;
  }
  .p-md-10 {
    padding: 100px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !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: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
  }
  .m-lg-7 {
    margin: 70px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
  }
  .m-lg-9 {
    margin: 90px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important;
  }
  .m-lg-10 {
    margin: 100px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
  }
  .p-lg-7 {
    padding: 70px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
  }
  .p-lg-9 {
    padding: 90px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important;
  }
  .p-lg-10 {
    padding: 100px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !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: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important;
  }
  .m-xl-7 {
    margin: 70px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important;
  }
  .m-xl-9 {
    margin: 90px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important;
  }
  .m-xl-10 {
    margin: 100px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important;
  }
  .p-xl-7 {
    padding: 70px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important;
  }
  .p-xl-9 {
    padding: 90px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important;
  }
  .p-xl-10 {
    padding: 100px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* Custom styling for Studenten Reis Product
--------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

.clickable {
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
}

.is-hidden {
  display: none;
}

.disable-scroll {
  overflow: hidden;
}

.removelist {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.removelist.list-inline {
  display: inline-flex;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
:root {
  --underline-intrinsic-width: 8;
  --underline-width: 10;
  --underline-color-1: rgba(203, 53, 190, 0.5);
  --underline-color-2: rgba(209, 0, 116, 0.5);
  --underline-cap-width: 4px;
  --underline-offset-y: -5px;
  --underline-padding-x: 0px;
  --cap-image-left: url(../img/svg/underline-left.svg);
  --cap-image-right: url(../img/svg/underline-right.svg);
  --cxco-c-action--height: calc(var(--cxco-ui-spacing, 27px) * 3) !important;
  --cxco-c-action--width: calc(var(--cxco-ui-spacing, 27px) * 3) !important;
  --cxco-c-action--height: 110px !important;
  --cxco-c-action--width: 110px !important;
}

body {
  font-family: "Gilroy-Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #646871;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h2 p,
.h2 p,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
  font-family: "Gilroy-Bold";
  margin-top: 0;
  color: #000;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 59px;
}
h1 p,
.h1 p {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 59px;
}
h1 p strong,
.h1 p strong {
  display: inline;
  text-decoration: none;
  --underline-width-scale: calc(
    var(--underline-width) / var(--underline-intrinsic-width)
  );
  padding: 0 calc(var(--underline-padding-x) + var(--underline-cap-width) * var(--underline-width-scale));
  margin-left: calc(0px - (var(--underline-padding-x) + var(--underline-cap-width) * var(--underline-width-scale)));
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--underline-color-1), var(--underline-color-2)), var(--cap-image-left), var(--cap-image-right);
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - var(--underline-cap-width) * var(--underline-width-scale) * 2) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

h2,
.h2 {
  font-size: 45px;
  line-height: 50px;
}
h2 p,
.h2 p {
  margin-bottom: 0;
  font-size: 45px;
  line-height: 50px;
}
h2 p strong,
.h2 p strong {
  display: inline;
  text-decoration: none;
  --underline-width-scale: calc(
    var(--underline-width) / var(--underline-intrinsic-width)
  );
  padding: 0 calc(var(--underline-padding-x) + var(--underline-cap-width) * var(--underline-width-scale));
  margin-left: calc(0px - (var(--underline-padding-x) + var(--underline-cap-width) * var(--underline-width-scale)));
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--underline-color-1), var(--underline-color-2)), var(--cap-image-left), var(--cap-image-right);
  background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size: calc(100% - var(--underline-cap-width) * var(--underline-width-scale) * 2) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

h3,
.h3 {
  font-size: 30px;
  line-height: 38px;
}

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

p {
  margin: 0 0 20px 0;
}

b,
strong {
  color: #000;
  font-family: "Gilroy-Bold";
  font-weight: 700;
}

ul:not(.removelist) {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
ul:not(.removelist) li {
  position: relative;
  padding-left: 20px;
}
ul:not(.removelist) li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url(../img/svg/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transition: all 0.2s ease;
}

a {
  color: #9B1889;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: #E78626;
}

svg path,
svg rect,
svg polygon {
  transition: all 0.2s ease;
}

.button, .gform_button {
  position: relative;
  background-color: transparent;
  border: 2px solid #9B1889;
  color: #9B1889;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 16px 30px;
  border-radius: 25px;
  font-family: "Gilroy-Bold";
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.button .icon-arrow-right, .gform_button .icon-arrow-right {
  content: "";
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
  margin-bottom: 2px;
  background-image: url("../img/svg/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  transition: all 0.2s ease;
}
.button:hover, .gform_button:hover, .button:focus, .gform_button:focus {
  background-color: #E78626;
  border-color: #E78626;
  color: white;
  text-decoration: none;
  outline: none;
}
.button:hover .icon-arrow-right, .gform_button:hover .icon-arrow-right, .button:focus .icon-arrow-right, .gform_button:focus .icon-arrow-right {
  background-image: url("../img/svg/arrow_right_white.svg");
}
.button.button--white, .button--white.gform_button {
  border-color: #fff;
  color: #fff;
}
.button.button--white .icon-arrow-right, .button--white.gform_button .icon-arrow-right {
  background-image: url("../img/svg/arrow_right_white.svg");
}
.button.button--white:hover, .button--white.gform_button:hover, .button.button--white:focus, .button--white.gform_button:focus {
  border-color: #E78626;
}

.main {
  padding: 0 0 30px 0;
  background-color: #F5F5F5;
}

@media (max-width: 991.98px) {
  h1,
  .h1,
  h1 p,
  .h1 p {
    font-size: 42px;
    line-height: 49px;
  }
  h2,
  .h2,
  h2 p,
  .h2 p {
    font-size: 38px;
    line-height: 42px;
  }
  h3,
  .h3 {
    font-size: 25px;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  h1,
  .h1,
  h1 p,
  .h1 p {
    font-size: 31px;
    line-height: 37px;
  }
  h2,
  .h2,
  h2 p,
  .h2 p {
    font-size: 28px;
    line-height: 31px;
  }
  h3,
  .h3 {
    font-size: 19px;
    line-height: 24px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .button, .gform_button {
    padding: 12px 30px 11px;
    font-size: 12px;
    line-height: 16px;
  }
  ul:not(.removelist) li:before {
    top: 7px;
  }
}
.cxco-c-feedback__point:before {
  display: none;
}

.dt_radio_answer_nolink,
.dt_radio_answer {
  min-width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

.answer-restart {
  background-color: #9b1889;
  border-color: #9b1889;
}
.answer-restart:hover {
  background-color: #e78626;
  border-color: #e78626;
}
.answer-restart i {
  font-family: Verdana, Arial, sans-serif;
}
.answer-restart i:before {
  font-family: FontAwesome;
}

.decision_tree_area .answer-restart {
  background-color: #9b1889;
  border-color: #9b1889;
}
.decision_tree_area .answer-restart:hover {
  background-color: #e78626;
  border-color: #e78626;
}
.decision_tree_area .answer-restart i {
  font-family: Verdana, Arial, sans-serif;
}
.decision_tree_area .answer-restart i:before {
  font-family: FontAwesome;
}

.dt_radio_choice {
  background-color: #9b1889;
  border-color: #9b1889;
}
.dt_radio_choice:hover {
  background-color: #e78626;
  border-color: #e78626;
}

/* top-menu is optional */
.top-page-menu {
  align-items: center;
  background-color: black;
  display: flex;
  font-size: 12px;
  height: 60px;
}
.top-page-menu .meta-menu ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  width: 100%;
}
.top-page-menu .meta-menu ul li {
  margin: 0 20px;
}
.top-page-menu .meta-menu ul li a {
  display: inline-block;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
}
.top-page-menu .meta-menu ul li a.hover, .top-page-menu .meta-menu ul li a.focus {
  text-decoration: underline;
}
.top-page-menu .meta-menu ul li a.active {
  text-decoration: underline;
}
.top-page-menu .meta-menu ul li:first-child {
  margin-left: 0;
}
.top-page-menu .meta-menu ul li:last-child {
  margin-right: 0;
}

.main {
  margin-top: -84px;
}

.navbar {
  background: transparent;
  top: 0;
  padding: 0;
  z-index: 1;
  color: #fff;
  transition: all 0.2s ease;
  position: sticky;
}
.navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  transition: all 2s ease;
  background: linear-gradient(135deg, #9B1889, #D10074);
}
.navbar.sticky-top {
  transform: translateY(-100%);
  transition: all 0.2s ease;
}
.navbar.sticky-top.show-sticky-nav {
  transform: translateY(0);
}
.navbar.sticky-top.show-sticky-nav:before {
  background: linear-gradient(135deg, #9B1889, #D10074);
}
.navbar.sticky-top.show-nav {
  transform: translateY(0);
}
.navbar.sticky-top.show-nav:before {
  background: linear-gradient(135deg, #9B1889, #D10074);
}
.navbar.is-open {
  background: transparent !important;
  transform: translateY(0) !important;
}
.navbar .header-row {
  justify-content: space-between;
  min-height: 84px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.navbar .header-row .left,
.navbar .header-row .right {
  display: flex;
  align-items: center;
}
.navbar .header-row .left {
  padding-left: 15px;
}
.navbar .header-row .right {
  padding-right: 15px;
  position: relative;
}
.navbar a {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
.navbar a:hover {
  color: #E78626;
}
.navbar .account {
  margin-left: 30px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gilroy-Bold";
  font-weight: 700;
  position: relative;
  padding-left: 45px;
}
.navbar .account #arrow {
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 2px;
  transition: all 0.2s ease;
}
.navbar .account #user {
  position: absolute;
  left: 0;
  bottom: -8px;
}
.navbar .account:hover #arrow path {
  fill: #E78626;
}
.navbar .account:hover #user path {
  stroke: #E78626;
}
.navbar .account.open #arrow {
  transform: rotate(180deg);
}
.navbar .profile-handler {
  display: none;
  position: absolute;
  background-color: #000;
  color: #fff;
  right: 15px;
  top: 45px;
  padding: 10px 15px;
  z-index: 99999999;
}
.navbar .profile-handler a {
  color: #fff;
}
.navbar .profile-handler a:hover {
  color: #E78626;
}
.navbar .profile-handler.open {
  display: block;
}
.navbar .navbar-brand a {
  display: block;
}
.navbar .navbar-brand a:hover svg path,
.navbar .navbar-brand a:hover svg rect, .navbar .navbar-brand a:focus svg path,
.navbar .navbar-brand a:focus svg rect {
  fill: #E78626;
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .navbar-collapse {
  flex-direction: row;
  flex-basis: auto;
  flex-grow: inherit;
}

.mobile-menu {
  display: none;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.mobile-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/nav-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.mobile-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 2s ease;
  background: linear-gradient(135deg, #9B1889, #D10074);
  opacity: 0.9;
}
.mobile-menu .container {
  position: relative;
  z-index: 2;
  width: 100%;
  top: 84px;
}
.mobile-menu .main-menu {
  padding: 30px 15px 0;
  width: 100%;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mobile-menu .weglot-wrapper {
  padding: 0 15px;
}
.mobile-menu .removelist.list-inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mobile-menu .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.mobile-menu .nav-link {
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 61px;
  padding-top: 1.11rem;
  width: 100%;
}
.mobile-menu .nav-link span {
  display: inline-block;
  position: absolute;
  right: 0;
}
.mobile-menu .nav-link:hover, .mobile-menu .nav-link:focus {
  color: #E78626;
  text-decoration: none;
}
.mobile-menu.is-open {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mobile-menu .dropdown-menu .dropdown-item {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  display: block;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.mobile-menu .dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/svg/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transition: all 0.2s ease;
}
.mobile-menu .dropdown-menu .dropdown-item:hover {
  color: #E78626;
}
.mobile-menu .dropdown-menu .dropdown-item:hover:before {
  background-image: url(../img/svg/arrow_right_orange.svg);
}
.mobile-menu .dropdown-menu .dropdown-item:first-child {
  margin-top: 0;
}

.home .navbar:before,
.page-template-template-contact .navbar:before,
.page-template-template-steps .navbar:before,
.page-template-template-steps-child .navbar:before,
.error404 .navbar:before {
  background: transparent;
}
.home .navbar.sticky-top.show-nav:before,
.page-template-template-contact .navbar.sticky-top.show-nav:before,
.page-template-template-steps .navbar.sticky-top.show-nav:before,
.page-template-template-steps-child .navbar.sticky-top.show-nav:before,
.error404 .navbar.sticky-top.show-nav:before {
  background: transparent;
}

body.admin-bar #header-search {
  top: 32px;
}
body.admin-bar .navbar.sticky-top {
  top: 32px;
}

@media (max-width: 991.98px) {
  .mobile-menu {
    overflow-y: auto;
  }
  .mobile-menu .main-menu {
    padding-top: 0;
  }
  .mobile-menu .nav-item {
    flex: initial;
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
  }
  .mobile-menu .nav-link {
    font-size: 16px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 8px 0;
  }
  .mobile-menu .dropdown .dropdown-toggle {
    position: relative;
    transition: all 0.2s ease;
    padding-right: 20px;
    min-width: initial;
  }
  .mobile-menu .dropdown .dropdown-toggle:after {
    content: "";
    width: 12px;
    height: 12px;
    top: 19px;
    right: 0;
    background-image: url(../img/svg/plus_white.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    transition: all 0.2s ease;
  }
  .mobile-menu .dropdown .dropdown-menu {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    padding-left: 15px;
  }
  .mobile-menu .dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin: 0;
    padding: 12px 0;
  }
  .mobile-menu .dropdown .dropdown-menu .dropdown-item:before {
    left: initial;
    right: 0;
    top: 16px;
  }
  .mobile-menu .dropdown .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 5px;
  }
  .mobile-menu .dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .mobile-menu:before, .mobile-menu:after {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100vh;
  }
}
@media (max-width: 782px) {
  body.admin-bar #header-search {
    top: 46px;
  }
  body.admin-bar .navbar.sticky-top {
    top: 46px;
  }
}
@media (max-width: 767.98px) {
  .navbar .searchform-handler {
    width: 35px;
    height: 35px;
    overflow: hidden;
    color: transparent;
    font-size: 1px;
  }
  .navbar .searchform-handler svg {
    margin-left: 0;
    width: 35px;
    height: 35px;
  }
  .navbar .account {
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: transparent;
    font-size: 1px;
    padding: 0;
    margin-left: 15px;
  }
  .navbar .account #user {
    position: relative;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
  .navbar .profile-handler {
    min-width: 180px;
  }
}
@media (max-width: 600px) {
  body.admin-bar #header-search {
    top: 0;
  }
  body.admin-bar .navbar.sticky-top {
    top: 0;
  }
}
.navbar-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  right: -10px;
  top: 0;
  z-index: 999;
  transition: all 0.15s ease;
}
.navbar-toggle .icon-bars {
  width: 20px;
  height: 40px;
  padding: 10px 0;
  margin: 0 10px 0 20px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  display: block;
  height: 3px;
  margin-bottom: 4px;
  width: 20px;
  border-radius: 1.5px;
  transition: all 0.15s ease;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle:hover {
  color: #E78626 !important;
}
.navbar-toggle:hover .icon-bar {
  background-color: #E78626;
}
.navbar-toggle.is-open .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  margin: 7px 0 0 0;
}
.navbar-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.is-open .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  margin: -14px 0 0 0;
}

.bottom-page-menu {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  padding: 14px 0;
}
.bottom-page-menu p {
  margin: 0;
}
.bottom-page-menu a {
  color: white;
}
.bottom-page-menu .meta-menu {
  display: inline-block;
}
.bottom-page-menu .meta-menu .list-inline {
  margin: 0;
}
.bottom-page-menu .meta-menu .list-inline li {
  margin: 0 8px;
}
.bottom-page-menu .meta-menu .list-inline li:before {
  content: "|";
  margin-right: 8px;
}
.bottom-page-menu .meta-menu .list-inline li a.hover, .bottom-page-menu .meta-menu .list-inline li a.focus {
  text-decoration: underline;
}
.bottom-page-menu .meta-menu .list-inline li a.active {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .bottom-page-menu {
    height: initial;
    display: block;
    line-height: 22px;
  }
  .bottom-page-menu .copyright {
    display: block;
    text-align: center;
  }
  .bottom-page-menu .meta-menu {
    display: block;
    text-align: center;
  }
  .bottom-page-menu .meta-menu .list-inline li:first-child:before {
    content: none;
  }
}
.jumbotron__summary {
  margin-top: 30px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.jumbotron__summary p {
  margin-top: 0;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
.jumbotron__summary p:last-child {
  margin-bottom: 0;
}

.jumbotron {
  background-color: #fff;
  padding-top: 144px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
.jumbotron h1 {
  margin-bottom: 0;
}
.jumbotron .backlink {
  color: #9B1889;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
}
.jumbotron .backlink svg {
  vertical-align: middle;
  margin-bottom: 2px;
  transform: rotate(180deg);
  width: 7px;
  height: 11px;
  margin-right: 8px;
}
.jumbotron .backlink:hover {
  color: #E78626;
}
.jumbotron .backlink:hover svg path {
  fill: #E78626;
}
.jumbotron .call-to-actions {
  margin-top: 30px;
}
.jumbotron .call-to-actions .button, .jumbotron .call-to-actions .gform_button {
  margin-bottom: 10px;
}
.jumbotron .button--connect {
  display: inline-block;
}
.jumbotron .button--connect svg .paperclip path {
  transition: all 0.2s ease;
}
.jumbotron .button--connect svg circle {
  fill: transparent;
  transition: all 0.2s ease;
}
.jumbotron .button--connect svg .text {
  transform-origin: 66px 66px;
  transition: all 2s ease;
  animation: rotateText 14s linear infinite;
}
.jumbotron .button--connect:hover circle, .jumbotron .button--connect:focus circle {
  fill: #E78626;
  stroke: #E78626;
}
.jumbotron--default {
  padding-top: 164px;
  padding-bottom: 48px;
  min-height: 300px;
}
.jumbotron--homepage, .jumbotron--contact, .jumbotron--steps, .jumbotron--404 {
  color: #fff;
  background-size: cover;
}
.jumbotron--homepage:before, .jumbotron--contact:before, .jumbotron--steps:before, .jumbotron--404:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #9B1889, #D10074);
  opacity: 0.9;
}
.jumbotron--homepage .jumbotron__title, .jumbotron--contact .jumbotron__title, .jumbotron--steps .jumbotron__title, .jumbotron--404 .jumbotron__title {
  color: #fff;
}
.jumbotron--homepage .jumbotron__summary, .jumbotron--contact .jumbotron__summary, .jumbotron--steps .jumbotron__summary, .jumbotron--404 .jumbotron__summary {
  color: #fff;
}
.jumbotron--homepage {
  min-height: 700px;
  padding-top: 190px;
}
.jumbotron--homepage .jumbotron__summary {
  margin-top: 15px;
}
.jumbotron--homepage .jumbotron__text {
  position: relative;
  z-index: 999;
}
.jumbotron--homepage .img-bg-row {
  position: absolute;
  left: 0;
  top: 125px;
  width: 100%;
  height: 640px;
  margin: 0;
  /*z-index: 2;*/
}
.jumbotron--homepage .img-bg-row .col-xl-5 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.jumbotron--contact, .jumbotron--steps {
  text-align: center;
  min-height: 550px;
}
.jumbotron--steps {
  display: flex;
  align-items: flex-end;
}
.jumbotron--steps .steps {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.jumbotron--steps .steps:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.jumbotron--steps .steps .step-item {
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 17.5px;
}
.jumbotron--steps .steps .step-item:first-child {
  margin-left: 0;
}
.jumbotron--steps .steps .step-item:last-child {
  margin-right: 0;
}
.jumbotron--steps .steps .step-item.active, .jumbotron--steps .steps .step-item.previous, .jumbotron--steps .steps .step-item:hover, .jumbotron--steps .steps .step-item:focus {
  background-color: #E78626;
  color: #fff;
}
.jumbotron--steps .jumbotron__summary {
  margin-top: 15px;
}
.jumbotron--rows-cols {
  padding-top: 164px;
  padding-bottom: 48px;
  min-height: 300px;
}
.jumbotron--404 {
  min-height: 550px;
  background-image: url("../img/404-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  display: flex;
  align-items: center;
}
.jumbotron--404 .container {
  z-index: 2;
  position: relative;
}
.jumbotron--404 .jumbotron__title {
  font-size: 60px;
}

@media (max-width: 991.98px) {
  .jumbotron {
    padding-top: 114px;
    min-height: unset;
  }
  .jumbotron--404 {
    min-height: initial;
    padding-top: 114px;
  }
  .jumbotron--contact,
  .jumbotron--steps {
    min-height: 400px;
  }
  .jumbotron--homepage {
    padding-top: 114px;
    min-height: unset;
  }
  .jumbotron--homepage .jumbotron__title {
    display: none;
  }
  .jumbotron--homepage .jumbotron__summary {
    margin-top: 0;
  }
  .jumbotron__summary,
  .jumbotron__summary p {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .jumbotron--steps .steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  .jumbotron--steps .steps:after {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .jumbotron--steps .steps .step-item {
    margin: 0 17.5px !important;
  }
  .jumbotron--rows-cols {
    min-height: initial;
    padding-top: 114px;
  }
}
@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-row--counter h2 span {
  font-weight: bold;
}
.content-row--counter h3 {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .col-6:nth-child(1n+1) .counter {
    margin-bottom: 30px;
  }
  .col-6:nth-child(1n+3) .counter {
    margin-bottom: 0px;
  }
}
.footer {
  background: linear-gradient(135deg, #9B1889, #D10074);
  padding: 60px 0;
  color: #fff;
  position: relative;
  /*z-index: 1;*/
}
.footer .logo-footer {
  display: flex;
}
.footer .logo-footer .twitter {
  margin-top: 5px;
}
.footer h4 {
  color: #fff;
}
.footer .navbar-brand {
  margin-right: 30px;
}
.footer .navbar-brand svg {
  width: 170px;
  height: 55px;
}
.footer .button, .footer .gform_button {
  margin-top: 8px;
}
.footer .meta-menu .list-inline {
  display: flex;
  flex-direction: column;
}
.footer .meta-menu .list-inline a {
  color: #fff;
  position: relative;
  padding-left: 16px;
  text-decoration: none;
}
.footer .meta-menu .list-inline a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../img/svg/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transition: all 0.2s ease;
}
.footer .meta-menu .list-inline a:hover, .footer .meta-menu .list-inline a:focus {
  color: #E78626;
}
.footer .meta-menu .list-inline a:hover:before, .footer .meta-menu .list-inline a:focus:before {
  background-image: url("../img/svg/arrow_right_orange.svg");
}

@media (max-width: 991.98px) {
  .footer .col-md-6 .col-lg-6:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer .col-md-6 {
    text-align: center;
  }
  .footer .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .footer .logo-footer {
    display: block;
  }
  .footer .navbar-brand {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .meta-menu .list-inline {
    text-align: left;
    max-width: 180px;
    margin: auto;
  }
  .bottom-page-menu {
    text-align: center;
  }
}
#header-search {
  display: none;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  padding: 18px;
  background-color: #fff;
}
#header-search #searchform div input[type=text] {
  width: calc(100% - 48px);
}
#header-search #searchsubmit {
  display: none;
}
#header-search #close-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  z-index: 2;
}
#header-search #close-search svg {
  width: 48px;
  height: 48px;
}
#header-search #close-search svg polygon {
  transition: all 0.2s ease;
  fill: #9B1889;
}
#header-search #close-search:hover svg polygon, #header-search #close-search:focus svg polygon {
  fill: #E78626;
}

body.admin-bar #header-search {
  top: 32px;
}

.searchform-handler {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #fff;
}
.searchform-handler svg {
  height: 40px;
  width: 40px;
  margin-left: 15px;
}
.searchform-handler svg path {
  fill: #fff;
  transition: all 0.2s ease;
}
.searchform-handler:hover, .searchform-handler:focus {
  text-decoration: none;
}
.searchform-handler:hover svg rect, .searchform-handler:hover svg path, .searchform-handler:focus svg rect, .searchform-handler:focus svg path {
  fill: #E78626;
}

.searchform div {
  position: relative;
}
.searchform div input[type=text] {
  width: 100%;
  background-color: #fff;
  font-family: "Gilroy-Bold";
  font-size: 18px;
  line-height: 28px;
  color: #9B1889;
  padding: 10px 60px 10px 20px;
  border: none;
  outline: none;
}
.searchform div button#searchsubmit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.searchform div #close-search {
  display: none;
}

.search .jumbotron {
  background-color: #F5F5F5;
  padding-bottom: 30px;
}
.search .jumbotron .searchform {
  border: 1px solid #DEDEDE;
  margin-top: 30px;
}
.search .jumbotron .searchform button#searchsubmit svg .circle {
  fill: transparent;
}
.search .jumbotron .searchform button#searchsubmit svg .icon {
  fill: #9B1889;
}
.search .jumbotron .searchform button#searchsubmit:hover svg .icon {
  fill: #E78626;
}
.search .jumbotron .searchform button#searchsubmit:focus {
  outline: none;
}
.search .status {
  color: #9B1889;
  font-family: "Gilroy-Bold";
  font-weight: bold;
}
.search .list--search-results {
  padding-bottom: 60px;
}
.search .list-item {
  margin-bottom: 30px;
}
.search .list-item a {
  display: block;
  background-color: #fff;
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-decoration: none;
  color: #646871;
  transition: all 0.4s ease;
}
.search .list-item a span {
  font-size: 13px;
  line-height: 18px;
  color: #9B1889;
}
.search .list-item a:hover {
  transform: scale(1.02);
  color: #646871;
}

.pagination .button, .pagination .gform_button {
  padding: 0;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination .button.prev:after, .pagination .prev.gform_button:after, .pagination .button.next:after, .pagination .next.gform_button:after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 17px;
  background-image: url(../img/svg/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
}
.pagination .button.prev:hover:after, .pagination .prev.gform_button:hover:after, .pagination .button.next:hover:after, .pagination .next.gform_button:hover:after {
  background-image: url(../img/svg/arrow_right_white.svg);
}
.pagination .button.prev:after, .pagination .prev.gform_button:after {
  transform: rotate(180deg);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 26, 2019, 10:07:11 AM
    Author     : joris
*/
.loader {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cxco {
  position: relative;
  z-index: 9999 !important;
}
.cxco .cxco-c-action {
  width: 110px !important;
  --cxco-c-action--height: calc(var(--cxco-ui-spacing, 27px) * 3) !important;
  --cxco-c-action--width: calc(var(--cxco-ui-spacing, 27px) * 3) !important;
  height: 110px !important;
  padding: 10px 15px 18px;
  --cxco-c-action--bg-color-start: none;
  --cxco-c-action--bg-color-end: none;
  background: linear-gradient(135deg, #9b1889, #d10074);
  opacity: 1 !important;
  backdrop-filter: none;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease !important;
}
.cxco .cxco-c-action .cxco-c-action__icon {
  background-image: url("../img/svg/chatbot.svg");
  background-position: 50%;
  background-size: contain;
}
.cxco .cxco-c-action:focus {
  outline: none;
}
.cxco .cxco-c-action:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.4);
}
.cxco .cxco-o-chat {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  backdrop-filter: none !important;
  background-image: none !important;
  background-color: #fff;
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1) !important;
  opacity: 1 !important;
  z-index: 99999 !important;
}
.cxco .cxco-o-chat .cxco-c-dialog__item:before {
  display: none;
}
.cxco .cxco-o-chat .cxco-c-feedback__rating {
  display: none;
}
.cxco .cxco-o-chat .cxco-c-avatar {
  --cxco-c-avatar--bg-color: none;
  background: linear-gradient(135deg, #9b1889, #d10074);
  position: relative;
}
.cxco .cxco-o-chat .cxco-c-avatar:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  right: 8px;
  bottom: 11px;
  background-image: url("../img/svg/chatbot.svg");
  background-position: 50%;
  background-size: contain;
}
.cxco .cxco-o-chat .cxco-c-titlebar__title {
  color: #9B1889;
  font-size: 20px;
  line-height: 22px;
  margin-top: 3px;
  margin-left: 5px;
}
.cxco .cxco-o-chat .cxco-c-titlebar__subtitle {
  font-size: 16px;
  line-height: 16px;
  margin-left: 5px;
}
.cxco .cxco-o-chat .cxco-c-close {
  z-index: 99999 !important;
  padding: 15px;
}
.cxco .cxco-o-chat .cxco-c-close:before, .cxco .cxco-o-chat .cxco-c-close:after {
  background-color: #9B1889;
  background-image: none !important;
}
.cxco .cxco-o-chat .cxco-c-close:focus {
  outline: none;
  background: none;
}
.cxco .cxco-o-chat .cxco-c-close:hover:before, .cxco .cxco-o-chat .cxco-c-close:hover:after {
  background-color: #E78626;
  box-shadow: none;
}
.cxco .cxco-o-chat .cxco-c-field:after {
  background-image: none;
  background: linear-gradient(135deg, #9b1889, #d10074);
}
.cxco .cxco-o-chat .cxco-c-field__input,
.cxco .cxco-o-chat .cxco-c-bubble {
  font-family: "Gilroy-Regular";
  font-weight: 400;
}
.cxco .cxco-o-chat .cxco-c-field__input {
  caret-color: #9B1889;
}
.cxco .cxco-o-chat .cxco-c-bubble {
  padding: 10px 15px !important;
  background: #f5f5f5;
}
.cxco .cxco-o-chat .cxco-c-bubble__arrow:after,
.cxco .cxco-o-chat .cxco-c-bubble__arrow:before {
  background-color: #f5f5f5;
}
.cxco .cxco-o-chat .cxco-c-bubble--inverted .cxco-c-bubble__arrow:after,
.cxco .cxco-o-chat .cxco-c-bubble--inverted .cxco-c-bubble__arrow:before,
.cxco .cxco-o-chat .cxco-c-dialog__option[data-state~=selected] .cxco-c-bubble__arrow:after,
.cxco .cxco-o-chat .cxco-c-dialog__option[data-state~=selected] .cxco-c-bubble__arrow:before {
  background-color: #c00986;
}
.cxco .cxco-o-chat .cxco-c-bubble--inverted,
.cxco .cxco-o-chat .cxco-c-dialog__option[data-state~=selected] {
  --cxco-c-bubble--inverted--bg-color-start: none;
  --cxco-c-bubble--inverted--bg-color-end: none;
  --cxco-c-bubble--inverted--color: none;
  background-image: none;
  background: linear-gradient(135deg, #9b1889, #d10074);
  color: #fff;
}
.cxco .cxco-o-chat .cxco-c-metadata {
  font-size: 12px;
}
.cxco .cxco-o-chat .cxco-c-field__button svg path {
  transition: all 0.2s ease;
}
.cxco .cxco-o-chat .cxco-c-field__button:focus {
  outline: none;
  background: none;
}
.cxco .cxco-o-chat .cxco-c-field__button:hover {
  transform: translateX(0);
}
.cxco .cxco-o-chat .cxco-c-field__button:hover svg path {
  stroke: #d10074;
}
.cxco .cxco-o-chat .cxco-c-loader__bubble {
  background-color: #9B1889;
}
.cxco .cxco-c-action__bubble:hover,
.cxco .cxco-c-action__bubble:hover .cxco-c-action__arrow,
.cxco .cxco-c-action__bubble:hover .cxco-c-action__arrow:before,
.cxco .cxco-c-action__bubble:hover .cxco-c-action__arrow:after {
  border-color: var(--cxco-neutral-light);
}

#roots .gm-style img,
#roots img[height],
#roots img[width] {
  max-width: 100%;
}

.country-selector {
  position: relative;
  display: flex;
  align-items: center;
  background: #6E1161;
  border-radius: 70px;
  padding: 5px;
  margin: 0 45px 0 25px;
  width: 78px;
  height: 43px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.country-selector:before, .country-selector:after {
  position: absolute;
  top: 7px;
  color: #FFF;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 15px;
}
.country-selector:before {
  left: -25px;
  content: "NL";
}
.country-selector:after {
  right: -25px;
  content: "EN";
}
.country-selector .wgcurrent.weglot-lang {
  cursor: pointer;
}
.country-selector .wgcurrent.weglot-lang .wglanguage-name:before {
  position: absolute;
  top: 5px;
  width: 33px !important;
  height: 33px !important;
  background-size: cover !important;
  margin: 0 !important;
}
.country-selector .wgcurrent.weglot-lang.wg-en .wglanguage-name:before {
  right: 5px;
}
.country-selector ul {
  display: none !important;
}

.page--404 {
  padding-top: 60px;
}

.page-template-template-contact .main {
  padding-bottom: 0;
}
.page-template-template-contact .content-row {
  padding: 15px 0;
}
.page-template-template-contact .content-row.content-row--faq {
  padding-top: 45px;
}
.page-template-template-contact .content-row.content-row--faq h2 {
  text-align: center;
}
.page-template-template-contact .content-row:last-child {
  padding-bottom: 60px;
}
.page-template-template-contact .company-info {
  padding: 60px 0;
  background-color: #fff;
}
.page-template-template-contact .company-info h3 {
  margin-bottom: 20px;
}

.page-template-template-steps .content-row--steps .step-item {
  display: block;
  text-decoration: none;
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  padding: 60px;
  position: relative;
  margin: 60px 0;
}
.page-template-template-steps .content-row--steps .step-item .number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
  background-color: #9B1889;
  border-radius: 50%;
  text-decoration: none;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.page-template-template-steps .content-row--steps .step-item img {
  height: 70px;
  width: auto;
}
.page-template-template-steps .content-row--steps .step-item h3 {
  margin-top: 20px;
}
.page-template-template-steps .content-row--steps .step-item:hover, .page-template-template-steps .content-row--steps .step-item:focus {
  transform: scale(1.02);
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.2);
}
.page-template-template-steps .content-row--steps .step-item:hover .number, .page-template-template-steps .content-row--steps .step-item:focus .number {
  background-color: #E78626;
}

.page-template-template-steps-child #step-1 {
  background-color: #E78626;
  color: #fff;
}
.page-template-template-steps-child .main {
  padding-bottom: 0;
}

.page-template-template-i-am-page .main {
  padding: 0;
  position: relative;
}
.page-template-template-i-am-page .main .jumbotron__summary,
.page-template-template-i-am-page .main .jumbotron__summary p {
  font-size: 18px;
  line-height: 32px;
}
.page-template-template-i-am-page .background-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  /*z-index: 1;*/
}
.page-template-template-i-am-page .background-row .col-lg-6:first-child {
  background-color: #F5F5F5;
}
.page-template-template-i-am-page .background-row .col-lg-6:last-child {
  background-color: #fff;
}
.page-template-template-i-am-page .main-column {
  padding-top: 170px;
  padding-bottom: 60px;
  position: relative;
  /*z-index: 1;*/
}
.page-template-template-i-am-page .main-column:first-child {
  background-color: #F5F5F5;
  padding-left: 0;
}
.page-template-template-i-am-page .main-column:first-child h4 {
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 20px;
}
.page-template-template-i-am-page .main-column:first-child .removelist a {
  color: #000;
  position: relative;
  padding-left: 30px;
  line-height: 26px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.page-template-template-i-am-page .main-column:first-child .removelist a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../img/svg/arrow_right_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  transition: all 0.2s ease;
}
.page-template-template-i-am-page .main-column:first-child .removelist a.active {
  font-weight: bold;
  font-family: "Gilroy-Bold";
}
.page-template-template-i-am-page .main-column:first-child .removelist a:hover, .page-template-template-i-am-page .main-column:first-child .removelist a:focus {
  color: #E78626;
}
.page-template-template-i-am-page .main-column:first-child .removelist a:hover:before, .page-template-template-i-am-page .main-column:first-child .removelist a:focus:before {
  background-image: url(../img/svg/arrow_right_orange.svg);
}
.page-template-template-i-am-page .main-column:first-child .removelist .removelist a {
  font-size: 16px;
}
.page-template-template-i-am-page .main-column:first-child .removelist .removelist a:before {
  content: none;
}
.page-template-template-i-am-page .main-column:last-child {
  background-color: #fff;
  padding-right: 0;
}
.page-template-template-i-am-page .main-column .content-row .col-xl-8.col-lg-10 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-template-template-i-am-page .main-column .content-row:first-of-type {
  padding-top: 30px;
}
.page-template-template-i-am-page .main-column .content-row.content-row--text {
  padding: 15px 0;
}

.home .main {
  background-color: #fff;
}
.home .main .content-row.content-row--slogan-icons {
  padding-top: 145px;
}
.home .main .content-row.content-row--text-and-image {
  position: relative;
  margin-top: 60px;
}
.home .main .content-row.content-row--text-and-image .img-bg-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.home .main .content-row.content-row--text-and-image .img-bg-row .col-lg-6 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.home .main .content-row.content-row--text-and-image figure {
  margin-bottom: 0;
}
.home .main .content-row.content-row--text-and-image img {
  margin-bottom: 40px;
}
.home .main .content-row.content-row--text-and-image .text-column {
  display: flex;
  align-items: center;
  padding: 0;
}
.home .main .content-row.content-row--faq {
  position: relative;
}
.home .main .content-row.content-row--faq h2 {
  margin-bottom: 30px;
}
.home .main .content-row.content-row--faq .img-bg-row {
  max-height: 38vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.home .main .content-row.content-row--faq .img-bg-row .col-lg-6 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.home .main .content-row.content-row--newsletter .col-lg-5 {
  padding: 0;
}
.home .main .content-row.content-row--newsletter .col-lg-5 .text {
  background-color: #E78626;
  color: #fff;
  padding: 30px;
}
.home .main .content-row.content-row--newsletter .col-lg-5 .text ul li:before {
  background-image: url(../img/svg/arrow_right_white.svg);
}
.home .main .content-row.content-row--newsletter .col-lg-5 .text .button:hover, .home .main .content-row.content-row--newsletter .col-lg-5 .text .gform_button:hover {
  border-color: #9B1889;
  color: #9B1889;
}
.home .main .content-row.content-row--newsletter .col-lg-5 .text .button:hover .icon-arrow-right, .home .main .content-row.content-row--newsletter .col-lg-5 .text .gform_button:hover .icon-arrow-right {
  background-image: url(../img/svg/arrow_right.svg);
}
.home .main .content-row.content-row--newsletter .col-lg-5 h3 {
  color: #fff;
}

.error404 .main > .container {
  padding: 90px 15px 45px;
}
.error404 .main > .container svg {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .home .main .content-row.content-row--text-and-image {
    margin-bottom: 233px;
  }
  .home .main .content-row.content-row--text-and-image .text-column {
    min-height: 35vw;
    padding-top: 27vw;
    display: flex;
    align-items: center;
  }
  .home .main .content-row.content-row--text-and-image .text {
    width: 100%;
    position: absolute;
  }
  .home .main .content-row.content-row--faq {
    margin-top: 60px;
    padding-bottom: 0;
  }
  .home .main .content-row.content-row--faq .row.justify-content-center {
    justify-content: left !important;
  }
  .home .main .content-row.content-row--faq .row.justify-content-center .col-xl-8 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 60px;
  }
  .home .main .content-row.content-row--newsletter {
    margin-bottom: 60px;
    padding: 0;
  }
  .home .main .content-row.content-row--newsletter .col-lg-5 {
    flex: 0 0 calc(41.66667% - 20px);
    max-width: calc(41.66667% - 20px);
  }
  .home .main .content-row.content-row--newsletter .col-lg-5 .text {
    position: absolute;
    bottom: 0;
  }
  .home .main .content-row.content-row--newsletter .col-lg-7 {
    flex: 0 0 calc(58.33333% + 20px);
    max-width: calc(58.33333% + 20px);
  }
}
@media (min-width: 1600px) {
  .home .main .content-row.content-row--text-and-image .img-bg-row {
    max-height: 30vw;
  }
  .home .main .content-row.content-row--text-and-image .text-column {
    min-height: 30vw;
    padding-top: 20vw;
  }
  .home .main .content-row.content-row--faq .img-bg-row {
    max-height: 30vw;
  }
}
@media (max-width: 991.98px) {
  .home .main .content-row.content-row--text-and-image .text-column {
    padding: 0 15px;
  }
  .home .main .content-row.content-row--text-and-image .pl-4,
  .home .main .content-row.content-row--text-and-image .pr-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home .main .content-row.content-row--newsletter .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-template-i-am-page .main-container {
    max-width: initial;
  }
  .page-template-template-i-am-page .background-row {
    height: 0;
    display: none;
    opacity: 0;
  }
  .page-template-template-i-am-page .main-column:first-child {
    padding-top: 114px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-i-am-page .main-column:last-child {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .home .main .content-row.content-row--slogan-icons {
    padding-top: 30px;
  }
  .home .main .content-row.content-row--slogan-icons h2 {
    margin-bottom: 30px;
  }
  .home .main .content-row.content-row--slogan-icons .icon {
    margin-bottom: 15px;
  }
  .home .main .content-row.content-row--text-and-image {
    margin-top: 0;
  }
  .home .main .content-row.content-row--text-and-image img {
    margin-bottom: 0;
  }
  .page-template-template-i-am-page .main-container .jumbotron__summary,
  .page-template-template-i-am-page .main-container .jumbotron__summary p {
    font-size: 16px;
    line-height: 28px;
  }
  .error404 .main > .container {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .error404 .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.page--news .news-item {
  margin-bottom: 30px;
}
.page--news .row li:nth-child(1n+2) .news-item {
  margin-bottom: 0;
}

.content-row--latest-news .news-item {
  margin-bottom: 60px;
}

.agenda-list-item .agenda-item.default {
  background-color: #9B1889;
}
.agenda-list-item .agenda-item.free {
  background-color: #58cb67;
}
.agenda-list-item .agenda-item.discount {
  background-color: #E78626;
}

.default {
  background-color: #9B1889 !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.free {
  background-color: #58cb67 !important;
  border: 1px solid #000 !important;
  color: white !important;
}

.discount {
  background-color: #E78626 !important;
  border: 1px solid #000 !important;
  color: white !important;
}

.agenda .dropdown {
  position: relative;
  display: inline-block;
  min-height: 50px;
}
.agenda .dropdown .dropdown-menu {
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  text-align: left;
  padding: 0;
  border: 2px solid #9B1889;
  border-radius: 0;
  z-index: 9;
  transition: all 0.2s ease;
  min-width: 219px;
}
.agenda .dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  width: 11px;
  height: 8px;
  background-image: url("../img/svg/arrow_down_purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: all 0.2s ease;
}
.agenda .dropdown .dropdown-menu:hover {
  background-color: #E78626;
  border-color: #E78626;
  cursor: pointer;
}
.agenda .dropdown .dropdown-menu:hover .dropdown-item.active {
  color: #fff;
}
.agenda .dropdown .dropdown-menu:hover .dropdown-item.active a {
  pointer-events: none;
  color: #fff;
}
.agenda .dropdown .dropdown-menu:hover:after {
  background-image: url("../img/svg/arrow_down.svg");
}
.agenda .dropdown .dropdown-menu.open {
  z-index: 99;
  height: initial;
  background-color: #F5F5F5;
  border-color: #9B1889;
  padding-top: 46px;
}
.agenda .dropdown .dropdown-menu.open .dropdown-item {
  display: block;
}
.agenda .dropdown .dropdown-menu.open .dropdown-item a {
  pointer-events: initial;
}
.agenda .dropdown .dropdown-menu.open .dropdown-item.active {
  color: #9B1889;
  position: absolute;
  top: 0;
}
.agenda .dropdown .dropdown-menu.open .dropdown-item.active a {
  pointer-events: initial;
  color: #9B1889;
}
.agenda .dropdown .dropdown-menu.open .dropdown-item.active:hover {
  color: #000;
}
.agenda .dropdown .dropdown-menu.open .dropdown-item.active:hover a {
  color: #000;
}
.agenda .dropdown .dropdown-menu.open:after {
  background-image: url("../img/svg/arrow_down_purple.svg");
  transform: rotate(180deg);
}
.agenda .dropdown .dropdown-item {
  transition: all 0.2s ease;
  color: #9B1889;
  padding: 16px 40px 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gilroy-Bold";
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  display: none;
}
.agenda .dropdown .dropdown-item a {
  text-decoration: none;
}
.agenda .dropdown .dropdown-item:hover {
  color: #000;
}
.agenda .dropdown .dropdown-item:hover a {
  color: #000;
}
.agenda .dropdown .dropdown-item.active {
  display: block;
}
.agenda .agenda-legend {
  font-size: 14px;
  line-height: 14px;
  color: #000;
}
.agenda .agenda-legend li span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px -3px 15px;
}
.agenda .row-filters {
  padding: 50px 0 20px;
}
.agenda .row-filters .button, .agenda .row-filters .gform_button {
  margin-right: 10px;
}
.agenda #calendar {
  font-size: 14px;
  line-height: 23px;
  color: #000;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  background-color: #000;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar .fc-center {
  vertical-align: middle;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar h2 {
  font-size: 18px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar button {
  background: none;
  border: none;
  height: 40px;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar button .fc-icon {
  width: 8px;
  height: 13px;
  background-image: url("../img/svg/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: all 0.2s ease;
  margin: 0;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar button .fc-icon:after {
  content: none;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar button:hover {
  outline: none;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar button:hover .fc-icon {
  background-image: url("../img/svg/arrow_right_orange.svg");
}
.agenda #calendar .fc-toolbar.fc-header-toolbar button:focus {
  outline: none;
}
.agenda #calendar .fc-toolbar.fc-header-toolbar .fc-left button .fc-icon {
  transform: rotate(180deg);
}
.agenda #calendar.fc-unthemed th,
.agenda #calendar.fc-unthemed td,
.agenda #calendar.fc-unthemed thead,
.agenda #calendar.fc-unthemed tbody,
.agenda #calendar.fc-unthemed .fc-divider,
.agenda #calendar.fc-unthemed .fc-row,
.agenda #calendar.fc-unthemed .fc-content,
.agenda #calendar.fc-unthemed .fc-popover,
.agenda #calendar.fc-unthemed .fc-list-view,
.agenda #calendar.fc-unthemed .fc-list-heading td,
.agenda #calendar.fc-unthemed .fc-today {
  background-color: transparent;
  border-color: #000;
  border-collapse: collapse;
}
.agenda #calendar.fc-unthemed td.fc-today {
  border-style: solid;
}
.agenda #calendar.fc-unthemed td.fc-day-top {
  border: none;
}
.agenda #calendar .fc-day {
  position: relative;
}
.agenda #calendar .fc-day .event-title {
  border: 1px solid #000;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
}
.agenda #calendar .fc-head .fc-day-header {
  text-transform: capitalize;
  padding: 3px;
}
.agenda #calendar .fc-other-month {
  background-color: #f5f5f5 !important;
}
.agenda #calendar .fc-other-month .event-title {
  color: transparent;
  border: none;
}
.agenda .agenda-week #calendar .fc-day {
  background-color: #58cb67;
}
.agenda .agenda-week #calendar .fc-day.fc-sat, .agenda .agenda-week #calendar .fc-day.fc-sun {
  background-color: #E78626;
}
.agenda .agenda-weekend #calendar .fc-day {
  background-color: #E78626;
}
.agenda .agenda-weekend #calendar .fc-day.fc-sat, .agenda .agenda-weekend #calendar .fc-day.fc-sun {
  background-color: #58cb67;
}

.page-template-template-agenda .agenda .dropdown .dropdown-menu,
.post-type-archive-agenda .agenda .dropdown .dropdown-menu {
  transform: translateX(-50%);
}
.page-template-template-agenda .agenda-choice,
.post-type-archive-agenda .agenda-choice {
  padding: 60px 0 120px;
}

@media (max-width: 1199.98px) {
  .agenda #calendar .fc-day-grid .fc-row,
  .agenda #calendar .fc-row .fc-bg,
  .agenda #calendar .fc-view,
  .agenda #calendar .fc-view > table {
    z-index: unset;
  }
  .agenda #calendar .fc-row .fc-highlight-skeleton {
    display: none;
  }
  .agenda #calendar .fc-scroller.fc-day-grid-container {
    height: initial !important;
  }
  .agenda #calendar .info-icon {
    background-image: url(../img/svg/info-circle-light.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    z-index: 9;
  }
  .agenda #calendar .event-title {
    display: none;
    background-color: #000;
    color: #fff;
    z-index: 1;
    padding: 50px 30px 30px !important;
    left: unset;
    right: unset;
    min-width: 140px;
  }
  .agenda #calendar .event-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .agenda #calendar .event-toggle:hover .info-icon {
    background-image: url(../img/svg/info-circle-light_white.svg);
  }
  .agenda #calendar .event-toggle.open {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99999;
    opacity: 1;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .agenda #calendar .event-toggle.open .event-title {
    margin-top: -37px;
    background: #000;
    box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
  }
  .agenda #calendar .event-toggle.open .info-icon {
    position: relative;
    z-index: 2;
    background-image: url(../img/svg/info-circle-light_white.svg);
  }
  .agenda #calendar .fc-other-month .info-icon {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .agenda .row-filters .col-md-6.d-flex {
    justify-content: center;
  }
  .agenda .row-filters .col-md-6.text-right {
    text-align: center !important;
  }
  .agenda .row-filters .dropdown {
    display: block;
    margin-bottom: 30px;
  }
  .agenda .row-filters .dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
}
.gform_wrapper ul li {
  padding-left: 0;
}
.gform_wrapper ul li:before {
  content: none;
}
.gform_wrapper .gfield {
  margin: 0 0 1.15px 0;
}
.gform_wrapper .gfield.gfield--type-radio .gfield_label, .gform_wrapper .gfield.gfield--type-checkbox .gfield_label {
  margin-bottom: 10px;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice, .gform_wrapper .gfield.gfield--type-checkbox .gchoice {
  position: relative;
  /* used for the fancy checkboxes and radiobuttons */
}
.gform_wrapper .gfield.gfield--type-radio .gchoice input[type=checkbox],
.gform_wrapper .gfield.gfield--type-radio .gchoice input[type=radio], .gform_wrapper .gfield.gfield--type-checkbox .gchoice input[type=checkbox],
.gform_wrapper .gfield.gfield--type-checkbox .gchoice input[type=radio] {
  opacity: 0;
  padding: 0;
  border: 0;
  outline: none;
  z-index: 100;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice label, .gform_wrapper .gfield.gfield--type-checkbox .gchoice label {
  padding-left: 30px;
  margin-right: 20px;
  cursor: pointer;
  font-family: "Gilroy-Bold";
}
.gform_wrapper .gfield.gfield--type-radio .gchoice label:before, .gform_wrapper .gfield.gfield--type-radio .gchoice label:after, .gform_wrapper .gfield.gfield--type-checkbox .gchoice label:before, .gform_wrapper .gfield.gfield--type-checkbox .gchoice label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice label:before, .gform_wrapper .gfield.gfield--type-checkbox .gchoice label:before {
  background-color: transparent;
  border: 1px solid #646871;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice label:after, .gform_wrapper .gfield.gfield--type-checkbox .gchoice label:after {
  transform: rotate(45deg) scale(0);
}
.gform_wrapper .gfield.gfield--type-radio .gchoice input:checked + label:after, .gform_wrapper .gfield.gfield--type-checkbox .gchoice input:checked + label:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gform_wrapper .gfield.gfield--type-checkbox .gchoice label:after {
  width: 6px;
  height: 9px;
  top: 9px;
  left: 7px;
  border: solid #646871;
  border-width: 0 1.5px 1.5px 0;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice label:after {
  width: 12px;
  height: 12px;
  top: 9px;
  left: 4px;
  background-color: #646871;
  border-radius: 6px;
}
.gform_wrapper .gfield_label {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.gform_wrapper .ginput_container {
  margin: 0 0 1.5rem 0;
}
.gform_wrapper .ginput_container.ginput_container_checkbox, .gform_wrapper .ginput_container.ginput_container_textarea {
  margin: 0;
}
.gform_wrapper .ginput_container input {
  border: 1px solid #DEE1E4;
  color: #484848;
  height: 50px;
  outline: 0;
  line-height: 31px;
  padding: 0 15px;
  width: 100%;
}
.gform_wrapper .ginput_container textarea {
  border-color: #DEE1E4;
  color: #484848;
  outline: 0;
  padding: 15px;
  width: 100%;
}
.gform_wrapper .ginput_container ul {
  list-style: none;
  padding: 0;
}
.gform_wrapper .ginput_container .gform_button_select_files {
  border-radius: 0;
  border: 2px solid #9B1889;
  color: #9B1889;
}
.gform_wrapper .ginput_container .gform_button_select_files:hover, .gform_wrapper .ginput_container .gform_button_select_files:focus {
  border-color: #E78626;
  color: #fff;
}
.gform_wrapper .ginput_container_date .clear-multi {
  display: flex;
}
.gform_wrapper .ginput_container_date .clear-multi .ginput_container {
  margin-right: 15px;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_required {
  color: red;
}
.gform_wrapper .gfield_required {
  margin-left: 5px;
}
.gform_wrapper .validation_message {
  margin-top: 5px;
}
.gform_wrapper .gfield_error {
  margin-bottom: 15px;
}
.gform_wrapper .gfield_error .ginput_container {
  margin-bottom: 0;
}
.gform_wrapper .gfield_error .ginput_container input, .gform_wrapper .gfield_error .ginput_container textarea {
  border-color: red;
}

.gform_footer {
  display: inline;
  position: relative;
  margin-top: 20px;
}

.gform_page_footer {
  margin-top: 20px;
}

/* too prevent to much nesting and increase readability the blocks and modifiers are seperated */
.main > .content-row:first-of-type {
  padding-top: 60px;
}

.content-row {
  padding: 30px 0;
}
.content-row h2, .content-row h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.content-row .call-to-actions .button, .content-row .call-to-actions .gform_button {
  margin-bottom: 15px;
  margin-right: 10px;
}
.content-row:first-of-type {
  padding-top: 60px;
}
.content-row.content-row--text {
  padding: 15px 0;
}
.content-row.content-row--text:first-of-type {
  padding-top: 60px;
}
.content-row.content-row--image figure {
  margin-bottom: 0;
}
.content-row.content-row--text-and-image {
  position: relative;
  margin-top: 60px;
}
.content-row.content-row--text-and-image .img-bg-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.content-row.content-row--text-and-image .img-bg-row .col-lg-6 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.content-row.content-row--text-and-image img {
  margin-bottom: 40px;
}
.content-row.content-row--text-and-image .text-column {
  display: flex;
  align-items: center;
  padding: 0;
}
.content-row.content-row--text-and-image .text {
  background-color: #fff;
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
}
.content-row.content-row--faq .faq-item {
  margin-bottom: 30px;
}
.content-row.content-row--faq .faq-item a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  padding-left: 50px;
  color: #646871;
  transition: all 0.4s ease;
  position: relative;
}
.content-row.content-row--faq .faq-item a:hover, .content-row.content-row--faq .faq-item a:focus {
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.content-row.content-row--faq .faq-item a:hover svg path, .content-row.content-row--faq .faq-item a:focus svg path {
  fill: #E78626;
}
.content-row.content-row--faq .faq-item svg {
  position: absolute;
  width: 11px;
  height: 17px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 15px;
  top: 32px;
  left: 25px;
}
.content-row.content-row--faq .faq-item:last-child {
  margin-bottom: 0;
}
.content-row.content-row--qna .qna-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.content-row.content-row--qna .qna-item .icon {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #9B1889;
  margin-left: -40px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row.content-row--qna .qna-item .icon svg {
  width: 10px;
  height: 10px;
}
.content-row.content-row--qna .qna-item .answer {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.35s ease 0.15s, line-height 0.1s ease;
}
.content-row.content-row--qna .qna-item .answer p, .content-row.content-row--qna .qna-item .answer b, .content-row.content-row--qna .qna-item .answer u, .content-row.content-row--qna .qna-item .answer strong, .content-row.content-row--qna .qna-item .answer ul, .content-row.content-row--qna .qna-item .answer ol, .content-row.content-row--qna .qna-item .answer h2 h3, .content-row.content-row--qna .qna-item .answer h4, .content-row.content-row--qna .qna-item .answer h5, .content-row.content-row--qna .qna-item .answer h6 {
  margin-bottom: 0;
}
.content-row.content-row--qna .qna-item.open {
  margin-bottom: 0;
}
.content-row.content-row--qna .qna-item.open .icon svg .vertical {
  display: none;
}
.content-row.content-row--qna .qna-item.open .answer {
  font-size: 18px;
  line-height: 32px;
  opacity: 1;
  padding: 10px 0;
}
.content-row.content-row--qna .qna-item.open .answer p, .content-row.content-row--qna .qna-item.open .answer b, .content-row.content-row--qna .qna-item.open .answer u, .content-row.content-row--qna .qna-item.open .answer strong, .content-row.content-row--qna .qna-item.open .answer ul, .content-row.content-row--qna .qna-item.open .answer ol, .content-row.content-row--qna .qna-item.open .answer h2 h3, .content-row.content-row--qna .qna-item.open .answer h4, .content-row.content-row--qna .qna-item.open .answer h5, .content-row.content-row--qna .qna-item.open .answer h6 {
  margin-bottom: 20px;
}
.content-row.content-row--qna .qna-item:last-child {
  margin-bottom: 0;
}
.content-row.content-row--info .inner-column {
  background-color: #fff;
  box-shadow: 0 51px 76px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
}
.content-row.content-row--info .inner-column figure {
  text-align: center;
}
.content-row.content-row--info .inner-column h2 {
  margin: 20px;
  text-align: center;
}
.content-row.content-row--info.content-row--info-big .inner-column {
  padding: 0;
}
.content-row.content-row--info.content-row--info-big .inner-column figure {
  margin: 0;
}
.content-row.content-row--info.content-row--info-big .inner-column .text {
  padding: 30px 60px 60px;
}
.content-row.content-row--info.content-row--info-big .image-modal-toggle {
  cursor: zoom-in;
}
.content-row.content-row--info.content-row--info-big .image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  cursor: zoom-out;
}
.content-row.content-row--info.content-row--info-big .image-modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.content-row.content-row--info.content-row--info-big .image-modal .image-wrapper {
  max-height: 100%;
  max-width: 100%;
  overflow: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 0;
  transform: translate3d(-50%, -50%, 0);
}
.content-row.content-row--info.content-row--info-big .image-modal .image-wrapper figure {
  margin: 0;
}
.content-row.content-row--info.content-row--info-big .image-modal .image-wrapper figure img {
  height: initial;
  width: initial;
  max-width: initial !important;
  max-height: initial;
}
.content-row.content-row--info.content-row--info-big.open .image-modal {
  display: block;
}
.content-row.content-row--slogan-icons h2 {
  margin-bottom: 60px;
}
.content-row.content-row--slogan-icons h4 {
  font-size: 20px;
  line-height: 32px;
  transition: all 0.2s ease;
}
.content-row.content-row--slogan-icons .icon {
  margin-bottom: 30px;
}
.content-row.content-row--slogan-icons .icon img {
  height: 80px;
  width: auto;
}
.content-row.content-row--slogan-icons a {
  text-decoration: none;
  color: initial;
}
.content-row.content-row--slogan-icons a p {
  color: #646871;
}
.content-row.content-row--slogan-icons a:hover, .content-row.content-row--slogan-icons a:focus {
  color: initial;
}
.content-row.content-row--slogan-icons a:hover h4, .content-row.content-row--slogan-icons a:focus h4 {
  color: #E78626;
}
.content-row.content-row--text-and-icon {
  background-color: #F5F5F5;
  padding: 60px 0;
  margin: 30px 0;
}
.content-row.content-row--next-step {
  background-color: #fff;
  padding: 60px 0;
  margin-top: 30px;
}
.content-row.content-row--next-step h3 {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .content-row.content-row--text-and-image .text {
    padding: 15px;
  }
  .content-row.content-row--faq .faq-item svg {
    top: 30px;
  }
  .content-row.content-row--qna .qna-item.open .answer {
    font-size: 16px;
    line-height: 28px;
  }
  .content-row.content-row--info .inner-column {
    padding: 30px 20px;
    text-align: center;
  }
  .content-row.content-row--info .inner-column h2, .content-row.content-row--info .inner-column h2 p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}