@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)
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;0,800;1,500;1,700;1,800&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: #0056b3;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0.5rem;
  line-height: 1;
}

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #0062cc !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: #545b62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: #383530;
  transition: color 200ms ease-in-out;
  text-decoration: underline;
}
a:hover {
  color: #ffcd65;
}

article#main {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
}
article#main > *,
article#main > .fgz-gutenberg-wrapper > *,
article#main > .wp-block-cover > * {
  max-width: 1193px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
article#main .fgz-gutenberg-wrapper,
article#main .wp-block-cover,
article#main .alignfull {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 8rem;
}
article#main .wp-block-cover .wp-block-cover__gradient-background.has-background-dim {
  max-width: 100% !important;
}
article#main .fgz-gutenberg-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0rem 0px 2.5rem 0px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 8rem;
  position: relative;
  background-color: #F5A600;
  color: #FFFFFF;
}
article#main .fgz-gutenberg-wrapper h1,
article#main .fgz-gutenberg-wrapper h2,
article#main .fgz-gutenberg-wrapper h3,
article#main .fgz-gutenberg-wrapper h4,
article#main .fgz-gutenberg-wrapper h5,
article#main .fgz-gutenberg-wrapper h6,
article#main .fgz-gutenberg-wrapper a,
article#main .fgz-gutenberg-wrapper ul,
article#main .fgz-gutenberg-wrapper ol,
article#main .fgz-gutenberg-wrapper li {
  color: inherit;
}
article#main .fgz-gutenberg-wrapper .wp-block-column {
  margin-bottom: 0px;
}
article#main .fgz-gutenberg-wrapper > *:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  article#main > p {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
article#main .wp-block-cover,
article#main .centerchoicewrapper {
  margin-top: -8rem;
}
article#main > * + .wp-block-cover,
article#main > * + .fgz-gutenberg-wrapper,
article#main > * + .centerchoicewrapper {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
article#main > .wp-block-cover + .wp-block-cover,
article#main > .fgz-gutenberg-wrapper + .wp-block-cover,
article#main > .centerchoicewrapper + .wp-block-cover,
article#main > .wp-block-cover + .fgz-gutenberg-wrapper,
article#main > .fgz-gutenberg-wrapper + .fgz-gutenberg-wrapper,
article#main > .centerchoicewrapper + .fgz-gutenberg-wrapper,
article#main > .wp-block-cover + .centerchoicewrapper,
article#main > .fgz-gutenberg-wrapper + .centerchoicewrapper > .centerchoicewrapper + .centerchoicewrapper {
  margin-top: -8rem;
}
article#main > .slider + .fgz-gutenberg-wrapper,
article#main > .slider + .wp-block-cover,
article#main > .slider + .centerchoicewrapper,
article#main > .actslider + .fgz-gutenberg-wrapper,
article#main > .actslider + .wp-block-cover,
article#main > .actslider + .centerchoicewrapper {
  margin-top: 0px;
}
article#main > .fgz-gutenberg-wrapper > .centerchoicewrapper {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
article#main > .fgz-gutenberg-wrapper > .centerchoicewrapper:first-child {
  margin-top: -4rem;
  margin-bottom: 4rem;
}
article#main > .wp-block-media-text,
article#main > .wp-block-columns {
  margin-bottom: 8rem;
}
article#main > p:last-child {
  margin-bottom: 15rem;
}
article#main > .fgz-gutenberg-wrapper:last-child,
article#main > .wp-block-cover:last-child,
article#main > .wp-block-cover-image:last-child,
article#main > .incenters:last-child,
article#main > .activitieswrap:last-child {
  margin-bottom: -8rem;
}
article#main > figure.actslider:last-child {
  margin-bottom: -6rem;
}
article#main > header {
  margin-top: -2rem;
}
article#main > * + header {
  margin-top: 0px;
}
article#main .fgz-gutenberg-wrapper {
  max-width: 100vw;
  overflow: hidden;
}
article#main .fgz-gutenberg-wrapper > *:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
article#main .wp-block-image figcaption {
  font-size: 1.5rem;
  line-height: 1.2em;
}
article#main .wp-block-image .aligncenter figcaption {
  text-align: center;
}
article#main .wp-block-image .alignleft figcaption {
  text-align: left;
}
article#main .wp-block-image .alignright figcaption {
  text-align: right;
}
article#main p + h3 {
  margin-top: 2em;
}

body.header-smart {
  padding-top: 102px;
}

.wp-block-fgz-gutenberg-wrapper .wp-block-cover {
  margin-top: 80px;
}

article#main .wp-block-cover,
.wp-block-cover-image,
.wp-block-cover {
  background-position: 100% 100%;
  color: #F7F4ED;
  margin-bottom: 79px;
  padding: 20px;
  /*
  	&.is-position-top-center > .wp-block-cover__inner-container > .wp-block-image:first-child {
      margin-top: -200px;
      @include media-breakpoint-down(md){
        margin-top: -150px;
      }
      @include media-breakpoint-down(sm){
        margin-top: -60px;
      }
    }
  */
}
@media (max-width: 991.98px) {
  article#main .wp-block-cover,
  .wp-block-cover-image,
  .wp-block-cover {
    min-height: 360px;
    padding-top: 54px;
  }
}
article#main .wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
  color: inherit;
  max-width: 952px;
  margin: 0 auto;
  padding-bottom: 1px;
  display: flex;
  flex-direction: column;
}
article#main .wp-block-cover .wp-block-cover__inner-container .wp-block-image img,
article#main .wp-block-cover .wp-block-cover__inner-container .wp-block-media-text__media img,
.wp-block-cover-image .wp-block-cover__inner-container .wp-block-image img,
.wp-block-cover-image .wp-block-cover__inner-container .wp-block-media-text__media img,
.wp-block-cover .wp-block-cover__inner-container .wp-block-image img,
.wp-block-cover .wp-block-cover__inner-container .wp-block-media-text__media img {
  width: auto;
}
article#main .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons.alignleft,
.wp-block-cover-image .wp-block-cover__inner-container .wp-block-buttons.alignleft,
.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons.alignleft {
  text-align: left;
  width: 100%;
  float: none;
}
article#main .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons.alignright,
.wp-block-cover-image .wp-block-cover__inner-container .wp-block-buttons.alignright,
.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons.alignright {
  text-align: right;
  width: 100%;
  float: none;
}
article#main .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons.aligncenter,
.wp-block-cover-image .wp-block-cover__inner-container .wp-block-buttons.aligncenter,
.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons.aligncenter {
  text-align: center;
  width: 100%;
  float: none;
}
article#main .wp-block-cover .wp-block-cover__inner-container h3,
.wp-block-cover-image .wp-block-cover__inner-container h3,
.wp-block-cover .wp-block-cover__inner-container h3 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.4444444444em;
  font-weight: 700;
}
article#main .wp-block-cover.is-position-top-left .wp-block-cover__inner-container, article#main .wp-block-cover.is-position-center-left .wp-block-cover__inner-container, article#main .wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container {
  align-items: flex-start;
}
article#main .wp-block-cover.is-position-top-right .wp-block-cover__inner-container, article#main .wp-block-cover.is-position-center-right .wp-block-cover__inner-container, article#main .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container {
  align-items: flex-end;
}
article#main .wp-block-cover.is-position-top-center .wp-block-cover__inner-container, article#main .wp-block-cover.is-position-center-center .wp-block-cover__inner-container, article#main .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-top-center .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-center-center .wp-block-cover__inner-container,
.wp-block-cover-image.is-position-bottom-center .wp-block-cover__inner-container,
.wp-block-cover.is-position-top-center .wp-block-cover__inner-container,
.wp-block-cover.is-position-center-center .wp-block-cover__inner-container,
.wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
  align-items: center;
}
article#main .wp-block-cover.is-position-bottom-left > h1:nth-last-child(1), article#main .wp-block-cover.is-position-bottom-right > h1:nth-last-child(1), article#main .wp-block-cover.is-position-bottom-center > h1:nth-last-child(1),
.wp-block-cover-image.is-position-bottom-left > h1:nth-last-child(1),
.wp-block-cover-image.is-position-bottom-right > h1:nth-last-child(1),
.wp-block-cover-image.is-position-bottom-center > h1:nth-last-child(1),
.wp-block-cover.is-position-bottom-left > h1:nth-last-child(1),
.wp-block-cover.is-position-bottom-right > h1:nth-last-child(1),
.wp-block-cover.is-position-bottom-center > h1:nth-last-child(1) {
  margin-bottom: 0px;
}
article#main .wp-block-cover.is-position-top-left, article#main .wp-block-cover.is-position-top-right, article#main .wp-block-cover.is-position-top-center,
.wp-block-cover-image.is-position-top-left,
.wp-block-cover-image.is-position-top-right,
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-left,
.wp-block-cover.is-position-top-right,
.wp-block-cover.is-position-top-center {
  padding-top: 170px;
}
@media (max-width: 991.98px) {
  article#main .wp-block-cover.is-position-top-left, article#main .wp-block-cover.is-position-top-right, article#main .wp-block-cover.is-position-top-center,
  .wp-block-cover-image.is-position-top-left,
  .wp-block-cover-image.is-position-top-right,
  .wp-block-cover-image.is-position-top-center,
  .wp-block-cover.is-position-top-left,
  .wp-block-cover.is-position-top-right,
  .wp-block-cover.is-position-top-center {
    padding-top: 120px;
  }
}
@media (max-width: 767.98px) {
  article#main .wp-block-cover.is-position-top-left, article#main .wp-block-cover.is-position-top-right, article#main .wp-block-cover.is-position-top-center,
  .wp-block-cover-image.is-position-top-left,
  .wp-block-cover-image.is-position-top-right,
  .wp-block-cover-image.is-position-top-center,
  .wp-block-cover.is-position-top-left,
  .wp-block-cover.is-position-top-right,
  .wp-block-cover.is-position-top-center {
    padding-top: 30px;
  }
}
article#main .wp-block-cover .wp-block-group .wp-block-group__inner-container > *,
.wp-block-cover-image .wp-block-group .wp-block-group__inner-container > *,
.wp-block-cover .wp-block-group .wp-block-group__inner-container > * {
  display: inline-block;
}

article#main > .wp-block-cover:first-child .wp-block-cover__inner-container .wp-block-image img[src$=".svg"] {
  max-width: 180px;
}

/*
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: #000000 !important;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  z-index: 2;
}
.wp-block-cover-image,
.wp-block-cover {
  &.has-darkgray-background-color,
  &.has-gray-background-color,
  &.has-lightgray-background-color,
  &.has-lightergray-background-color,
  &.has-white-background-color,
  &.has-beige-background-color,
  &.has-yellow-background-color,
  &.has-yellow75-background-color,
  &.has-yellow50-background-color,
  &.has-yellow30-background-color,
  &.has-yellow-75-background-color,
  &.has-yellow-50-background-color,
  &.has-yellow-30-background-color,
  &.has-red-background-color,
	&.has-green-background-color,
	&.has-bluegreen-background-color,
	&.has-lightgreen-background-color,
	&.has-lightblue-background-color,
	&.has-blue-background-color,
	&.has-brown-background-color,
	&.has-bluegrey-background-color {
    overflow: hidden;
     &:after {
      content: '█';
      vertical-align: middle;
      color: transparent;
      font-size: css-max(200vw,200vh);
      font-weight: normal;
      font-family: monospace;
      line-height: 1em;
      min-height: 0px;
      background-color: inherit !important;
      position: absolute;
      z-index: 1;
      top: 0px;
      left: auto;
      right: 0px;
      bottom: auto;
      pointer-events: none;
      transform: rotate(315deg);
      transform-origin: top right;
      outline: none !important;
    }
    &.ishigh:after {
      top: auto;
      left: 0px;
      right: auto;
      bottom: 0px;
      transform: rotate(45deg);
      transform-origin: bottom left;
    }
  }
}
*/
@media (max-width: 991.98px) {
  .wp-block-spacer {
    zoom: 0.5;
  }
}
@media (max-width: 767.98px) {
  .wp-block-spacer {
    zoom: 0.3;
  }
}

.wp-block-image img,
.wp-block-media-text__media img {
  height: auto;
  width: 100%;
}

.wp-block {
  max-width: 1110px;
}

.wp-block-image .components-resizable-box__container {
  width: 100%;
}

@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 0% !important;
    grid-template-columns: 1fr 0% !important;
  }
}
.woocommerce-shop .wp-block-buttons {
  margin-top: 2.5em;
  /*
  	.is-style-social-facebook + .is-style-social-facebook,
  	.is-style-social-instagram + .is-style-social-instagram,
  	.is-style-social-instagram + .is-style-social-facebook,
  	.is-style-social-facebook + .is-style-social-instagram {
  		margin-left: 30px;
  	}
  */
}
.woocommerce-shop .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link {
  font-size: inherit;
  background-color: transparent !important;
  border-radius: 0px !important;
  text-decoration: none;
  line-height: 1.375em;
  padding: 0.5em 1.1875em;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:before,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:before,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:before, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:before,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:before,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:after,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:after,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:after, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:after,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:after,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(0.639 0.5)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:before,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:before, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:before,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M0,0,6.2,9.329,0,18.658H9.329l6.437-9.329L9.329,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 0.7883em;
  left: -5px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:after,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:after, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:after,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 0.7883em;
  right: -5px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover:after, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover:after {
  right: 2px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover b:after,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover strong:after, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover b:after,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover strong:after {
  right: -2px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover:before, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover:before {
  left: 2px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover b:before,
.woocommerce-shop .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover strong:before, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover b:before,
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover strong:before {
  left: -2px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  text-decoration: none;
}
@media (max-width: 414px) {
  .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
    padding: 1em 7.53333em 1.111111em 6.953333em;
  }
}
@media (max-width: 375px) {
  .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
    padding: 1em 5.953333em 1.111111em 5.953333em;
  }
}
@media (max-width: 320px) {
  .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
    padding: 1em 3.953333em 1.111111em 4.953333em;
  }
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23eaa93b' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 414px) {
  .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
    right: 4.05em;
  }
}
@media (max-width: 320px) {
  .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
    right: 2.05em;
  }
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  right: 1.05em;
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link.has-yellow-background-color:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-facebook, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-instagram {
  margin-right: 0px;
  display: block;
  width: 100%;
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link {
  color: inherit;
  padding: 0px;
  text-decoration: none;
  font-size: 12px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link:before, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='24.386' viewBox='0 0 13.061 24.386'%3E%3Cpath d='M35.095,13.717,35.772,9.3H31.537V6.44a2.207,2.207,0,0,1,2.488-2.384h1.925V.3A23.477,23.477,0,0,0,32.533,0c-3.487,0-5.767,2.114-5.767,5.94V9.3H22.89v4.413h3.876V24.386h4.771V13.717Z' transform='translate(-22.89)' fill='%23f5a600'/%3E%3C/svg%3E");
  display: inline-block;
  background-image: none;
  width: auto;
  position: static;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 3px;
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link:after, .woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:after {
  content: "";
  display: none;
}
.woocommerce-shop .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.716' height='24.71' viewBox='0 0 24.716 24.71'%3E%3Cpath d='M12.286,37.845a6.335,6.335,0,1,0,6.335,6.335A6.325,6.325,0,0,0,12.286,37.845Zm0,10.454A4.119,4.119,0,1,1,16.4,44.18,4.126,4.126,0,0,1,12.286,48.3Zm8.072-10.713a1.478,1.478,0,1,1-1.478-1.478A1.474,1.474,0,0,1,20.358,37.586Zm4.2,1.5a7.313,7.313,0,0,0-2-5.177,7.361,7.361,0,0,0-5.177-2c-2.04-.116-8.155-.116-10.195,0A7.35,7.35,0,0,0,2.008,33.9a7.337,7.337,0,0,0-2,5.177C-.1,41.12-.1,47.235.012,49.275a7.313,7.313,0,0,0,2,5.177,7.37,7.37,0,0,0,5.177,2c2.04.116,8.155.116,10.195,0a7.313,7.313,0,0,0,5.177-2,7.361,7.361,0,0,0,2-5.177C24.67,47.235,24.67,41.125,24.554,39.085ZM21.918,51.464a4.17,4.17,0,0,1-2.349,2.349c-1.627.645-5.486.5-7.284.5s-5.663.143-7.284-.5a4.17,4.17,0,0,1-2.349-2.349c-.645-1.627-.5-5.486-.5-7.284s-.143-5.663.5-7.284A4.17,4.17,0,0,1,5,34.547c1.627-.645,5.486-.5,7.284-.5s5.663-.143,7.284.5A4.17,4.17,0,0,1,21.918,36.9c.645,1.627.5,5.486.5,7.284S22.563,49.843,21.918,51.464Z' transform='translate(0.075 -31.825)' fill='%23f5a600'/%3E%3C/svg%3E");
}

.wp-block-buttons {
  margin-top: 2.5em;
  /*
  	.is-style-social-facebook + .is-style-social-facebook,
  	.is-style-social-instagram + .is-style-social-instagram,
  	.is-style-social-instagram + .is-style-social-facebook,
  	.is-style-social-facebook + .is-style-social-instagram {
  		margin-left: 30px;
  	}
  */
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link {
  font-size: inherit;
  background-color: transparent !important;
  border-radius: 0px !important;
  text-decoration: none;
  line-height: 1.375em;
  padding: 0.5em 1.1875em;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:before,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:before,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:before, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:before,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:before,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:after,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:after,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:after, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:after,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:after,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(0.639 0.5)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:before,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:before, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:before,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M0,0,6.2,9.329,0,18.658H9.329l6.437-9.329L9.329,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 0.7883em;
  left: -5px;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:after,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:after, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:after,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 0.7883em;
  right: -5px;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover:after, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover:after {
  right: 2px;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover b:after,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover strong:after, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover b:after,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover strong:after {
  right: -2px;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover:before, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover:before {
  left: 2px;
}
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover b:before,
.wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover strong:before, .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover b:before,
.wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover strong:before {
  left: -2px;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  text-decoration: none;
  border-width: 0 !important;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23eaa93b' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 414px) {
  .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
    right: 1.05em;
  }
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  right: 1.05em;
}
.wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link.has-yellow-background-color:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
}
.wp-block-buttons .wp-block-button.is-style-social-facebook, .wp-block-buttons .wp-block-button.is-style-social-instagram {
  margin-right: 0px;
  display: block;
  width: 100%;
}
.wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link {
  color: inherit;
  padding: 0px;
  text-decoration: none;
  font-size: 12px;
}
.wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link:before, .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='24.386' viewBox='0 0 13.061 24.386'%3E%3Cpath d='M35.095,13.717,35.772,9.3H31.537V6.44a2.207,2.207,0,0,1,2.488-2.384h1.925V.3A23.477,23.477,0,0,0,32.533,0c-3.487,0-5.767,2.114-5.767,5.94V9.3H22.89v4.413h3.876V24.386h4.771V13.717Z' transform='translate(-22.89)' fill='%23f5a600'/%3E%3C/svg%3E");
  display: inline-block;
  background-image: none;
  width: auto;
  position: static;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 3px;
}
.wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link:after, .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:after {
  content: "";
  display: none;
}
.wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.716' height='24.71' viewBox='0 0 24.716 24.71'%3E%3Cpath d='M12.286,37.845a6.335,6.335,0,1,0,6.335,6.335A6.325,6.325,0,0,0,12.286,37.845Zm0,10.454A4.119,4.119,0,1,1,16.4,44.18,4.126,4.126,0,0,1,12.286,48.3Zm8.072-10.713a1.478,1.478,0,1,1-1.478-1.478A1.474,1.474,0,0,1,20.358,37.586Zm4.2,1.5a7.313,7.313,0,0,0-2-5.177,7.361,7.361,0,0,0-5.177-2c-2.04-.116-8.155-.116-10.195,0A7.35,7.35,0,0,0,2.008,33.9a7.337,7.337,0,0,0-2,5.177C-.1,41.12-.1,47.235.012,49.275a7.313,7.313,0,0,0,2,5.177,7.37,7.37,0,0,0,5.177,2c2.04.116,8.155.116,10.195,0a7.313,7.313,0,0,0,5.177-2,7.361,7.361,0,0,0,2-5.177C24.67,47.235,24.67,41.125,24.554,39.085ZM21.918,51.464a4.17,4.17,0,0,1-2.349,2.349c-1.627.645-5.486.5-7.284.5s-5.663.143-7.284-.5a4.17,4.17,0,0,1-2.349-2.349c-.645-1.627-.5-5.486-.5-7.284s-.143-5.663.5-7.284A4.17,4.17,0,0,1,5,34.547c1.627-.645,5.486-.5,7.284-.5s5.663-.143,7.284.5A4.17,4.17,0,0,1,21.918,36.9c.645,1.627.5,5.486.5,7.284S22.563,49.843,21.918,51.464Z' transform='translate(0.075 -31.825)' fill='%23f5a600'/%3E%3C/svg%3E");
}

article#main > .wp-block-cover > img.wp-block-cover__image-background,
article#main > .wp-block-cover > video.wp-block-cover__video-background {
  padding: 0px !important;
  max-width: 100% !important;
}

article#main p a[href^="https://maps.apple.com/"],
article#main p a[href^="tel:"],
article#main p a[href^="mailto:"] {
  text-decoration: none;
}

article#main .wp-block-image,
.wp-block-image {
  position: relative;
}
article#main .wp-block-image.is-style-card, article#main .wp-block-image.is-style-proportions,
.wp-block-image.is-style-card,
.wp-block-image.is-style-proportions {
  border-radius: 20px;
  overflow: hidden;
  line-height: 1px;
  margin-bottom: 24px;
}
article#main .wp-block-image.is-style-card img, article#main .wp-block-image.is-style-proportions img,
.wp-block-image.is-style-card img,
.wp-block-image.is-style-proportions img {
  border-radius: 20px 20px 0px 0px;
  min-height: 350px;
  object-fit: cover;
}
article#main .wp-block-image.is-style-card.no-caption img, article#main .wp-block-image.is-style-proportions.no-caption img,
.wp-block-image.is-style-card.no-caption img,
.wp-block-image.is-style-proportions.no-caption img {
  border-radius: 20px;
}
article#main .wp-block-image.is-style-card figcaption, article#main .wp-block-image.is-style-proportions figcaption,
.wp-block-image.is-style-card figcaption,
.wp-block-image.is-style-proportions figcaption {
  background-color: #F5A600;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  line-height: 1.35em;
  margin-top: 3px;
  border-radius: 0px 0px 20px 20px;
  padding: 9px 0px 12px 0px;
}
article#main .wp-block-image.is-style-proportions img,
.wp-block-image.is-style-proportions img {
  min-height: 0px;
}

.editor-styles-wrapper ul.wp-block,
article#main ul {
  padding-left: 50px;
  margin-bottom: 2em;
}
.editor-styles-wrapper ul.wp-block li,
article#main ul li {
  position: relative;
  line-height: 1.3333333333em;
  margin-bottom: 0.82em;
}
.editor-styles-wrapper ul.wp-block.is-style-checkmarks,
article#main ul.is-style-checkmarks {
  list-style: none;
  margin-left: 22px;
}
.editor-styles-wrapper ul.wp-block.is-style-checkmarks li:before,
article#main ul.is-style-checkmarks li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.345' height='20.679' viewBox='0 0 20.345 20.679'%3E%3Cpath d='M6.254,16.551c.917-2.043,1.876-4.044,2.96-5.962a54.3,54.3,0,0,1,3.419-5.42,29.817,29.817,0,0,1,2.793-3.544A6.768,6.768,0,0,1,16.76.5,7.45,7.45,0,0,1,18.344.167,12.326,12.326,0,0,1,20.053,0c.208,0,.292.083.292.208A.554.554,0,0,1,20.22.5c-.083.083-.292.292-.625.584a41.186,41.186,0,0,0-5.587,7A55.523,55.523,0,0,0,8.88,17.8a13.275,13.275,0,0,1-1.126,2.46c-.208.292-.876.417-1.959.417-.792,0-1.251-.083-1.418-.25a14.317,14.317,0,0,1-.959-1.292A20.661,20.661,0,0,0,.75,15.759C.25,15.217,0,14.842,0,14.55c0-.375.292-.75.834-1.167A2.651,2.651,0,0,1,2.21,12.8a2.927,2.927,0,0,1,1.709.792,10.03,10.03,0,0,1,2.335,2.96Z' fill='%23F5A600'/%3E%3C/svg%3E");
  position: absolute;
  top: -0.133333333em;
  left: -1.9em;
}

article#main > ul,
article#main > .fgz-gutenberg-wrapper > ul {
  padding-left: 61px;
}
article#main > ul.is-style-checkmarks,
article#main > .fgz-gutenberg-wrapper > ul.is-style-checkmarks {
  padding-left: 72px;
}
article#main > ul.is-style-arrows,
article#main > .fgz-gutenberg-wrapper > ul.is-style-arrows {
  padding-left: 50px;
}

/*
.fgz-gutenberg-wrapper {
  padding: 104px 15px 89px 15px !important;
  @include media-breakpoint-down(sm){
    padding: 104px 20px 89px 20px !important;

  }
}
*/
.fgz-gutenberg-wrapper > hr {
  margin-left: 43px !important;
  margin-right: 43px !important;
  margin-bottom: 1em !important;
}

.wp-block-gallery.is-style-slider,
article#main .slider.is-style-slider,
.actslider,
.memberofferslider {
  user-select: none;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .wp-block-gallery.is-style-slider,
  article#main .slider.is-style-slider,
  .actslider,
  .memberofferslider {
    padding: 0px !important;
  }
}
.wp-block-gallery.is-style-slider > figcaption,
article#main .slider.is-style-slider > figcaption,
.actslider > figcaption,
.memberofferslider > figcaption {
  text-align: center;
  font-size: 15px;
  line-height: 1.3333333333em;
}
.wp-block-gallery.is-style-slider .arrow,
article#main .slider.is-style-slider .arrow,
.actslider .arrow,
.memberofferslider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  padding: 0px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
}
.wp-block-gallery.is-style-slider .arrow svg,
article#main .slider.is-style-slider .arrow svg,
.actslider .arrow svg,
.memberofferslider .arrow svg {
  position: relative;
  transition: all 150ms ease-out;
  right: 0px;
}
.wp-block-gallery.is-style-slider .arrow svg path,
article#main .slider.is-style-slider .arrow svg path,
.actslider .arrow svg path,
.memberofferslider .arrow svg path {
  fill: #F5A600;
  stroke: #F5A600;
}
.wp-block-gallery.is-style-slider .arrow.prev,
article#main .slider.is-style-slider .arrow.prev,
.actslider .arrow.prev,
.memberofferslider .arrow.prev {
  left: -40px;
}
.wp-block-gallery.is-style-slider .arrow.prev:hover svg,
article#main .slider.is-style-slider .arrow.prev:hover svg,
.actslider .arrow.prev:hover svg,
.memberofferslider .arrow.prev:hover svg {
  right: 5px;
  transform: scale(1.05);
}
.wp-block-gallery.is-style-slider .arrow.next,
article#main .slider.is-style-slider .arrow.next,
.actslider .arrow.next,
.memberofferslider .arrow.next {
  right: -40px;
}
.wp-block-gallery.is-style-slider .arrow.next:hover svg,
article#main .slider.is-style-slider .arrow.next:hover svg,
.actslider .arrow.next:hover svg,
.memberofferslider .arrow.next:hover svg {
  right: -5px;
  transform: scale(1.05);
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item,
.wp-block-gallery.is-style-slider .slider-item,
article#main .slider.is-style-slider div.blocks-gallery-item,
article#main .slider.is-style-slider .slider-item,
.actslider div.blocks-gallery-item,
.actslider .slider-item,
.memberofferslider div.blocks-gallery-item,
.memberofferslider .slider-item {
  width: auto;
  padding: 0px 10px;
  outline: none;
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item a:focus,
.wp-block-gallery.is-style-slider .slider-item a:focus,
article#main .slider.is-style-slider div.blocks-gallery-item a:focus,
article#main .slider.is-style-slider .slider-item a:focus,
.actslider div.blocks-gallery-item a:focus,
.actslider .slider-item a:focus,
.memberofferslider div.blocks-gallery-item a:focus,
.memberofferslider .slider-item a:focus {
  outline: none;
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item figure,
.wp-block-gallery.is-style-slider .slider-item figure,
article#main .slider.is-style-slider div.blocks-gallery-item figure,
article#main .slider.is-style-slider .slider-item figure,
.actslider div.blocks-gallery-item figure,
.actslider .slider-item figure,
.memberofferslider div.blocks-gallery-item figure,
.memberofferslider .slider-item figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: translate3d(0, 0, 0);
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item div.imgwrap,
.wp-block-gallery.is-style-slider .slider-item div.imgwrap,
article#main .slider.is-style-slider div.blocks-gallery-item div.imgwrap,
article#main .slider.is-style-slider .slider-item div.imgwrap,
.actslider div.blocks-gallery-item div.imgwrap,
.actslider .slider-item div.imgwrap,
.memberofferslider div.blocks-gallery-item div.imgwrap,
.memberofferslider .slider-item div.imgwrap {
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  overflow: inherit;
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item img,
.wp-block-gallery.is-style-slider .slider-item img,
article#main .slider.is-style-slider div.blocks-gallery-item img,
article#main .slider.is-style-slider .slider-item img,
.actslider div.blocks-gallery-item img,
.actslider .slider-item img,
.memberofferslider div.blocks-gallery-item img,
.memberofferslider .slider-item img {
  /*
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
  */
  width: 100% !important;
  height: 62vw !important;
  max-height: 500px;
  object-fit: cover;
  transition: transform 250ms ease-out;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .wp-block-gallery.is-style-slider div.blocks-gallery-item img,
  .wp-block-gallery.is-style-slider .slider-item img,
  article#main .slider.is-style-slider div.blocks-gallery-item img,
  article#main .slider.is-style-slider .slider-item img,
  .actslider div.blocks-gallery-item img,
  .actslider .slider-item img,
  .memberofferslider div.blocks-gallery-item img,
  .memberofferslider .slider-item img {
    max-height: 400px;
  }
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item:hover > img,
.wp-block-gallery.is-style-slider div.blocks-gallery-item:hover > div > img,
.wp-block-gallery.is-style-slider .slider-item:hover > img,
.wp-block-gallery.is-style-slider .slider-item:hover > div > img,
article#main .slider.is-style-slider div.blocks-gallery-item:hover > img,
article#main .slider.is-style-slider div.blocks-gallery-item:hover > div > img,
article#main .slider.is-style-slider .slider-item:hover > img,
article#main .slider.is-style-slider .slider-item:hover > div > img,
.actslider div.blocks-gallery-item:hover > img,
.actslider div.blocks-gallery-item:hover > div > img,
.actslider .slider-item:hover > img,
.actslider .slider-item:hover > div > img,
.memberofferslider div.blocks-gallery-item:hover > img,
.memberofferslider div.blocks-gallery-item:hover > div > img,
.memberofferslider .slider-item:hover > img,
.memberofferslider .slider-item:hover > div > img {
  transform: scale(1.05);
}
.wp-block-gallery.is-style-slider div.blocks-gallery-item figcaption,
.wp-block-gallery.is-style-slider .slider-item figcaption,
article#main .slider.is-style-slider div.blocks-gallery-item figcaption,
article#main .slider.is-style-slider .slider-item figcaption,
.actslider div.blocks-gallery-item figcaption,
.actslider .slider-item figcaption,
.memberofferslider div.blocks-gallery-item figcaption,
.memberofferslider .slider-item figcaption {
  text-align: center;
  font-size: 10px;
  /*
  left: 0px;
  right: 0px;
  top: 100%;
  */
  display: block;
}
.wp-block-gallery.is-style-slider .slick-dots,
article#main .slider.is-style-slider .slick-dots,
.actslider .slick-dots,
.memberofferslider .slick-dots {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  padding: 0px 20px 10px 20px;
  text-align: center;
}
.wp-block-gallery.is-style-slider .slick-dots li,
article#main .slider.is-style-slider .slick-dots li,
.actslider .slick-dots li,
.memberofferslider .slick-dots li {
  display: inline-block;
  padding: 0px;
  text-align: center;
  width: 14px;
}
.wp-block-gallery.is-style-slider .slick-dots li button,
article#main .slider.is-style-slider .slick-dots li button,
.actslider .slick-dots li button,
.memberofferslider .slick-dots li button {
  -webkit-appearance: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  border: none;
  background-color: #F5A600;
  overflow: hidden;
  padding: 0px;
  font-size: 3px;
  color: transparent;
  transition: transform 250ms ease-out;
}
.wp-block-gallery.is-style-slider .slick-dots li:hover button,
article#main .slider.is-style-slider .slick-dots li:hover button,
.actslider .slick-dots li:hover button,
.memberofferslider .slick-dots li:hover button {
  transform: scale(1.7);
}
.wp-block-gallery.is-style-slider .slick-dots li.slick-active,
article#main .slider.is-style-slider .slick-dots li.slick-active,
.actslider .slick-dots li.slick-active,
.memberofferslider .slick-dots li.slick-active {
  width: 21px;
}
.wp-block-gallery.is-style-slider .slick-dots li.slick-active button,
article#main .slider.is-style-slider .slick-dots li.slick-active button,
.actslider .slick-dots li.slick-active button,
.memberofferslider .slick-dots li.slick-active button {
  transition: transform 0ms ease-out;
  transform: scale(1.7);
  border: 3px solid #F5A600;
  vertical-align: -2px;
}
.wp-block-gallery.is-style-slider.actslider .slick-dots, .wp-block-gallery.is-style-slider.memberofferslider .slick-dots,
article#main .slider.is-style-slider.actslider .slick-dots,
article#main .slider.is-style-slider.memberofferslider .slick-dots,
.actslider.actslider .slick-dots,
.actslider.memberofferslider .slick-dots,
.memberofferslider.actslider .slick-dots,
.memberofferslider.memberofferslider .slick-dots {
  padding-top: 20px;
}
.wp-block-gallery.is-style-slider.actslider .slider-container .slider-item figure img, .wp-block-gallery.is-style-slider.memberofferslider .slider-container .slider-item figure img,
article#main .slider.is-style-slider.actslider .slider-container .slider-item figure img,
article#main .slider.is-style-slider.memberofferslider .slider-container .slider-item figure img,
.actslider.actslider .slider-container .slider-item figure img,
.actslider.memberofferslider .slider-container .slider-item figure img,
.memberofferslider.actslider .slider-container .slider-item figure img,
.memberofferslider.memberofferslider .slider-container .slider-item figure img {
  height: auto !important;
}
.wp-block-gallery.is-style-slider.actslider .slider-container .slider-item figure figcaption, .wp-block-gallery.is-style-slider.memberofferslider .slider-container .slider-item figure figcaption,
article#main .slider.is-style-slider.actslider .slider-container .slider-item figure figcaption,
article#main .slider.is-style-slider.memberofferslider .slider-container .slider-item figure figcaption,
.actslider.actslider .slider-container .slider-item figure figcaption,
.actslider.memberofferslider .slider-container .slider-item figure figcaption,
.memberofferslider.actslider .slider-container .slider-item figure figcaption,
.memberofferslider.memberofferslider .slider-container .slider-item figure figcaption {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 0px;
  right: 0px;
  font-size: 12px !important;
  line-height: 1.4166666667em;
  color: #FFFFFF;
  background-color: #F5A600;
  border-radius: 0px 0px 20px 20px;
  border-top: 2px solid #FFFFFF;
  padding: 10px 10px 15px 10px;
}
.wp-block-gallery.is-style-slider.actslider.is-style-large .slider-container .slider-item figure figcaption, .wp-block-gallery.is-style-slider.memberofferslider .slider-container .slider-item figure figcaption,
article#main .slider.is-style-slider.actslider.is-style-large .slider-container .slider-item figure figcaption,
article#main .slider.is-style-slider.memberofferslider .slider-container .slider-item figure figcaption,
.actslider.actslider.is-style-large .slider-container .slider-item figure figcaption,
.actslider.memberofferslider .slider-container .slider-item figure figcaption,
.memberofferslider.actslider.is-style-large .slider-container .slider-item figure figcaption,
.memberofferslider.memberofferslider .slider-container .slider-item figure figcaption {
  font-size: 18px;
  line-height: 1.3333333333em;
  padding: 5px 5px 10px 5px;
}
.wp-block-gallery.is-style-slider:not(.actslider):not(.memberofferslider) .slider-container .slider-item figure figcaption,
article#main .slider.is-style-slider:not(.actslider):not(.memberofferslider) .slider-container .slider-item figure figcaption,
.actslider:not(.actslider):not(.memberofferslider) .slider-container .slider-item figure figcaption,
.memberofferslider:not(.actslider):not(.memberofferslider) .slider-container .slider-item figure figcaption {
  background-color: transparent !important;
}

.is-style-slideroneimage {
  user-select: none;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .is-style-slideroneimage {
    padding: 0px !important;
  }
}
.is-style-slideroneimage > figcaption {
  text-align: center;
  font-size: 15px;
  line-height: 1.3333333333em;
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow,
.is-style-slideroneimage .slider-container .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  padding: 0px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow svg,
.is-style-slideroneimage .slider-container .arrow svg {
  position: relative;
  transition: all 150ms ease-out;
  right: 0px;
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow svg path,
.is-style-slideroneimage .slider-container .arrow svg path {
  fill: #F5A600;
  stroke: #F5A600;
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow.prev,
.is-style-slideroneimage .slider-container .arrow.prev {
  left: -40px;
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow.prev:hover svg,
.is-style-slideroneimage .slider-container .arrow.prev:hover svg {
  right: 5px;
  transform: scale(1.05);
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow.next,
.is-style-slideroneimage .slider-container .arrow.next {
  right: -40px;
}
.is-style-slideroneimage div.blocks-gallery-grid .arrow.next:hover svg,
.is-style-slideroneimage .slider-container .arrow.next:hover svg {
  right: -5px;
  transform: scale(1.05);
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item,
.is-style-slideroneimage .slider-container div.blocks-gallery-item,
.is-style-slideroneimage .slider-container .slider-item {
  width: auto;
  padding: 0px 10px;
  outline: none;
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item a:focus,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item a:focus,
.is-style-slideroneimage .slider-container div.blocks-gallery-item a:focus,
.is-style-slideroneimage .slider-container .slider-item a:focus {
  outline: none;
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item figure,
.is-style-slideroneimage .slider-container div.blocks-gallery-item figure,
.is-style-slideroneimage .slider-container .slider-item figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: translate3d(0, 0, 0);
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure div.imgwrap,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item figure div.imgwrap,
.is-style-slideroneimage .slider-container div.blocks-gallery-item figure div.imgwrap,
.is-style-slideroneimage .slider-container .slider-item figure div.imgwrap {
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  overflow: inherit;
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure img,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item figure img,
.is-style-slideroneimage .slider-container div.blocks-gallery-item figure img,
.is-style-slideroneimage .slider-container .slider-item figure img {
  /*
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
  */
  width: 100% !important;
  height: 62vw !important;
  max-height: 500px;
  object-fit: cover;
  transition: transform 250ms ease-out;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure img,
  .is-style-slideroneimage div.blocks-gallery-grid .slider-item figure img,
  .is-style-slideroneimage .slider-container div.blocks-gallery-item figure img,
  .is-style-slideroneimage .slider-container .slider-item figure img {
    max-height: 400px;
  }
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure:hover > img,
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure:hover > div > img,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item figure:hover > img,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item figure:hover > div > img,
.is-style-slideroneimage .slider-container div.blocks-gallery-item figure:hover > img,
.is-style-slideroneimage .slider-container div.blocks-gallery-item figure:hover > div > img,
.is-style-slideroneimage .slider-container .slider-item figure:hover > img,
.is-style-slideroneimage .slider-container .slider-item figure:hover > div > img {
  transform: scale(1.05);
}
.is-style-slideroneimage div.blocks-gallery-grid div.blocks-gallery-item figure figcaption,
.is-style-slideroneimage div.blocks-gallery-grid .slider-item figure figcaption,
.is-style-slideroneimage .slider-container div.blocks-gallery-item figure figcaption,
.is-style-slideroneimage .slider-container .slider-item figure figcaption {
  text-align: center;
  font-size: 10px;
  /*
  left: 0px;
  right: 0px;
  top: 100%;
  */
  display: block;
}
.is-style-slideroneimage .slick-dots {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  padding: 0px 20px 10px 20px;
  text-align: center;
}
.is-style-slideroneimage .slick-dots li {
  display: inline-block;
  padding: 0px;
  text-align: center;
  width: 14px;
}
.is-style-slideroneimage .slick-dots li button {
  -webkit-appearance: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  border: none;
  background-color: #F5A600;
  overflow: hidden;
  padding: 0px;
  font-size: 3px;
  color: transparent;
  transition: transform 250ms ease-out;
}
.is-style-slideroneimage .slick-dots li:hover button {
  transform: scale(1.7);
}
.is-style-slideroneimage .slick-dots li.slick-active {
  width: 21px;
}
.is-style-slideroneimage .slick-dots li.slick-active button {
  transition: transform 0ms ease-out;
  transform: scale(1.7);
  border: 3px solid #F5A600;
  vertical-align: -2px;
}
.is-style-slideroneimage.actslider .slick-dots, .is-style-slideroneimage.memberofferslider .slick-dots {
  padding-top: 20px;
}
.is-style-slideroneimage.actslider .slider-container .slider-item figure img, .is-style-slideroneimage.memberofferslider .slider-container .slider-item figure img {
  height: auto !important;
}
.is-style-slideroneimage.actslider .slider-container .slider-item figure figcaption, .is-style-slideroneimage.memberofferslider .slider-container .slider-item figure figcaption {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 0px;
  right: 0px;
  font-size: 12px;
  line-height: 1.4166666667em;
  color: #FFFFFF;
  background-color: #F5A600;
  border-radius: 0px 0px 20px 20px;
  border-top: 2px solid #FFFFFF;
  padding: 10px 10px 15px 10px;
}
.is-style-slideroneimage.actslider.is-style-large .slider-container .slider-item figure figcaption, .is-style-slideroneimage.memberofferslider .slider-container .slider-item figure figcaption {
  font-size: 18px;
  line-height: 1.3333333333em;
  padding: 5px 5px 10px 5px;
}
.is-style-slideroneimage:not(.actslider):not(.memberofferslider) .slider-container .slider-item figure figcaption {
  background-color: transparent !important;
}

@media (max-width: 500px) {
  .is-style-slideroneimage {
    margin-top: 30px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    box-sizing: border-box !important;
  }
}
div[data-type="bnf-gb/actslider"] .actslider {
  overflow: auto;
}
div[data-type="bnf-gb/actslider"] .actslider .slider-container {
  white-space: nowrap;
}
div[data-type="bnf-gb/actslider"] .actslider .slider-container .slider-item {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
div[data-type="bnf-gb/actslider"] .actslider.is-style-large .slider-item {
  width: 300px;
}

.contactinfo {
  margin-bottom: 2em;
}

article#main > iframe {
  max-width: 100vw;
  padding: 0px;
  width: 1120px !important;
  margin: 20px auto;
  display: block;
}

[data-hidecenters][aria-hidden=true]:not([data-dim]),
[data-centers][aria-hidden=true]:not([data-dim]) {
  display: none;
}

[data-dim] > * {
  transition: opacity 300ms ease-out;
}

[data-dim][data-centers][aria-hidden=true] a[href^="https://vnext-booking.flexybox.com/bnf"] {
  display: none;
}

[data-dim][data-centers][aria-hidden=true] {
  order: 1;
  cursor: default;
  position: relative;
}
[data-dim][data-centers][aria-hidden=true] > * {
  opacity: 0.5;
}
[data-dim][data-centers][aria-hidden=true]:after {
  content: attr(data-notavailable);
  display: block;
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  position: absolute;
  left: 30px;
  right: 30px;
  text-align: center;
  top: 130px;
  color: #383530;
  font-weight: 800;
  font-family: "Montserrat";
  pointer-events: none;
}

label[data-center],
form.variations_form label {
  position: relative;
  font-size: 12px;
  line-height: 1.4166666667em;
  font-weight: bold;
  padding-right: 1.6666666667em;
  color: #F5A600;
}
label[data-center]:before,
form.variations_form label:before {
  content: attr(data-center);
}
label[data-center]:after,
form.variations_form label:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.29' height='5.647' viewBox='0 0 12.29 5.647'%3E%3Cg transform='translate(0 5.647) rotate(-90)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  pointer-events: none;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1.0241666667em;
}
label[data-center] select,
form.variations_form label select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 17px;
  cursor: pointer;
  width: 100%;
}

.centerchoicewrapper {
  max-width: 100% !important;
  font-size: 12px;
  line-height: 1.4166666667em;
  color: #8B8780;
  background-color: #F8F8F8;
  padding: 7px;
  text-align: center;
  margin-bottom: 8rem;
}

header .centerchoicewrapper {
  margin-bottom: 0px;
  box-shadow: 0px 2px 5px 0px rgba(20, 20, 20, 0.1);
}

.firsttime {
  animation: transitionIn 4s;
  animation-delay: 1s;
}

@keyframes transitionIn {
  30% {
    background-color: #F8F8F8;
  }
  50% {
    background-color: #ffdc93;
  }
  75% {
    background-color: #ffdc93;
  }
  100% {
    background-color: #F8F8F8;
  }
}
/*
@media (min-width: 1920px) {
	* + .wp-block-cover-image img.wp-block-cover__image-background,
	* + .wp-block-cover-image video.wp-block-cover__video-background,
	* + .wp-block-cover img.wp-block-cover__image-background,
	* + .wp-block-cover video.wp-block-cover__video-background {
		object-fit: contain;
	}
}
*/
#Book {
  position: relative;
  top: -130px;
  display: block;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.layer {
  position: static !important;
}

article#main .wp-block-group,
.wp-block-group {
  border-radius: 5px;
  padding: 22px 21px;
  margin-bottom: 20px;
}
article#main .wp-block-group img,
.wp-block-group img {
  margin-left: -5px;
  margin-right: -5px;
}
article#main .wp-block-group h3,
.wp-block-group h3 {
  font-size: 1.8rem;
  line-height: 1.1111111111em;
  margin-bottom: 10px;
}
article#main .wp-block-group .accordion,
.wp-block-group .accordion {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.2rem;
}
article#main .wp-block-group .accordion .inner .blocks p,
.wp-block-group .accordion .inner .blocks p {
  font-size: inherit;
}
article#main .wp-block-group .accordion .inner .blocks ul.is-style-checkmarks,
.wp-block-group .accordion .inner .blocks ul.is-style-checkmarks {
  padding-left: 30px !important;
}
article#main .wp-block-group .accordion .inner .blocks ul li,
.wp-block-group .accordion .inner .blocks ul li {
  font-size: inherit;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0px !important;
  padding-left: 30px !important;
  max-width: 1220px !important;
}
.flex .wp-block-group {
  width: calc(33% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  flex-grow: 1;
}
.flex .wp-block-group .wp-block-image img {
  max-height: 208px;
  min-height: 0px !important;
  object-fit: cover;
}
.flex[data-children="2"] .wp-block-group, .flex[data-children="4"] .wp-block-group {
  width: calc(50% - 30px);
}
@media (max-width: 600px) {
  .flex[data-children="2"], .flex[data-children="4"] {
    width: 90% !important;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .flex .wp-block-group {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .flex {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .flex .wp-block-group {
    width: 100% !important;
    margin-right: auto;
    margin-bottom: 16px;
  }
}

.flexFour .wp-block-group {
  width: calc(50% - 30px);
}

ul.is-style-arrows[aria-hidden=false] ~ ul.is-style-arrows,
ul.is-style-arrows:not([aria-hidden]) ~ ul.is-style-arrows {
  margin-top: -1.3em;
}

ul.is-style-arrows[aria-hidden=false] ~ *:not(.is-style-arrows) ~ ul.is-style-arrows,
ul.is-style-arrows:not([aria-hidden]) ~ *:not(.is-style-arrows) ~ ul.is-style-arrows {
  margin-top: 0px;
}

ul.is-style-arrows[aria-hidden=false] ~ *:not(.is-style-arrows) ~ ul.is-style-arrows[aria-hidden=false] ~ ul.is-style-arrows[aria-hidden=false],
ul.is-style-arrows[aria-hidden=false] ~ *:not(.is-style-arrows) ~ ul.is-style-arrows[aria-hidden=false] ~ ul.is-style-arrows:not([aria-hidden]),
ul.is-style-arrows:not([aria-hidden]) ~ *:not(.is-style-arrows) ~ ul.is-style-arrows:not([aria-hidden]) ~ ul.is-style-arrows[aria-hidden=false],
ul.is-style-arrows:not([aria-hidden]) ~ *:not(.is-style-arrows) ~ ul.is-style-arrows:not([aria-hidden]) ~ ul.is-style-arrows:not([aria-hidden]) {
  margin-top: -1.3em;
}

.wp-embed-aspect-16-9 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.wp-embed-aspect-16-9:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.wp-embed-aspect-16-9 iframe,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

hr {
  border-top: 1px solid #F5A600;
}

article#main .accordion .inner .blocks ul.is-style-arrows ul,
article#main ul.is-style-arrows ul {
  margin-bottom: 0px;
  padding-left: 6px !important;
}

.is-style-runde-kanter figure img {
  border-radius: 25px;
  margin-bottom: 20px;
}

.woocommerce .wp-block-buttons {
  margin-top: 2.5em;
  /*
  	.is-style-social-facebook + .is-style-social-facebook,
  	.is-style-social-instagram + .is-style-social-instagram,
  	.is-style-social-instagram + .is-style-social-facebook,
  	.is-style-social-facebook + .is-style-social-instagram {
  		margin-left: 30px;
  	}
  */
}
.woocommerce .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link {
  font-size: inherit;
  background-color: transparent !important;
  border-radius: 0px !important;
  text-decoration: none;
  line-height: 1.375em;
  padding: 0.5em 1.1875em;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:before,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:before,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:before, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:before,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:before,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:after,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:after,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:after, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:after,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:after,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(0.639 0.5)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:before,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:before, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:before,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M0,0,6.2,9.329,0,18.658H9.329l6.437-9.329L9.329,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 0.7883em;
  left: -5px;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link strong:after,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link b:after, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link strong:after,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link b:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 0.7883em;
  right: -5px;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover:after, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover:after {
  right: 2px;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover b:after,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover strong:after, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover b:after,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover strong:after {
  right: -2px;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover:before, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover:before {
  left: 2px;
}
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover b:before,
.woocommerce .wp-block-buttons .wp-block-button:not(.is-style-arrow) .wp-block-button__link:hover strong:before, .woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover b:before,
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrows .wp-block-button__link:hover strong:before {
  left: -2px;
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  text-decoration: none;
}
@media (max-width: 414px) {
  .woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
    display: flex;
    height: 64px;
    width: 84vw;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
  }
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23eaa93b' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 414px) {
  .woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
    right: 3.05em;
  }
}
@media (max-width: 320px) {
  .woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:after {
    right: 2.05em;
  }
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  right: 1.05em;
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link.has-yellow-background-color:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-social-facebook, .woocommerce .wp-block-buttons .wp-block-button.is-style-social-instagram {
  margin-right: 0px;
  display: block;
  width: 100%;
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link, .woocommerce .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link {
  color: inherit;
  padding: 0px;
  text-decoration: none;
  font-size: 12px;
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link:before, .woocommerce .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.061' height='24.386' viewBox='0 0 13.061 24.386'%3E%3Cpath d='M35.095,13.717,35.772,9.3H31.537V6.44a2.207,2.207,0,0,1,2.488-2.384h1.925V.3A23.477,23.477,0,0,0,32.533,0c-3.487,0-5.767,2.114-5.767,5.94V9.3H22.89v4.413h3.876V24.386h4.771V13.717Z' transform='translate(-22.89)' fill='%23f5a600'/%3E%3C/svg%3E");
  display: inline-block;
  background-image: none;
  width: auto;
  position: static;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 3px;
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-social-facebook .wp-block-button__link:after, .woocommerce .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:after {
  content: "";
  display: none;
}
.woocommerce .wp-block-buttons .wp-block-button.is-style-social-instagram .wp-block-button__link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.716' height='24.71' viewBox='0 0 24.716 24.71'%3E%3Cpath d='M12.286,37.845a6.335,6.335,0,1,0,6.335,6.335A6.325,6.325,0,0,0,12.286,37.845Zm0,10.454A4.119,4.119,0,1,1,16.4,44.18,4.126,4.126,0,0,1,12.286,48.3Zm8.072-10.713a1.478,1.478,0,1,1-1.478-1.478A1.474,1.474,0,0,1,20.358,37.586Zm4.2,1.5a7.313,7.313,0,0,0-2-5.177,7.361,7.361,0,0,0-5.177-2c-2.04-.116-8.155-.116-10.195,0A7.35,7.35,0,0,0,2.008,33.9a7.337,7.337,0,0,0-2,5.177C-.1,41.12-.1,47.235.012,49.275a7.313,7.313,0,0,0,2,5.177,7.37,7.37,0,0,0,5.177,2c2.04.116,8.155.116,10.195,0a7.313,7.313,0,0,0,5.177-2,7.361,7.361,0,0,0,2-5.177C24.67,47.235,24.67,41.125,24.554,39.085ZM21.918,51.464a4.17,4.17,0,0,1-2.349,2.349c-1.627.645-5.486.5-7.284.5s-5.663.143-7.284-.5a4.17,4.17,0,0,1-2.349-2.349c-.645-1.627-.5-5.486-.5-7.284s-.143-5.663.5-7.284A4.17,4.17,0,0,1,5,34.547c1.627-.645,5.486-.5,7.284-.5s5.663-.143,7.284.5A4.17,4.17,0,0,1,21.918,36.9c.645,1.627.5,5.486.5,7.284S22.563,49.843,21.918,51.464Z' transform='translate(0.075 -31.825)' fill='%23f5a600'/%3E%3C/svg%3E");
}

@media (max-width: 414px) {
  .woocommerce-shop .wp-block-button__link {
    padding: 1em 7.53333em 1.111111em 6.953333em !important;
  }
}
@media (max-width: 375px) {
  .woocommerce-shop .wp-block-button__link {
    padding: 1em 6.53333em 1.111111em 5.953333em !important;
  }
}
@media (max-width: 320px) {
  .woocommerce-shop .wp-block-button__link {
    padding: 1em 4.953333em 1.111111em 3.953333em !important;
  }
}

/*
  under
    top
      cover
      total
    bottom
  over
*/
[data-itv] {
  transition: all 300ms ease-out;
}

[data-itv=under] {
  transform: translateY(60px);
  opacity: 1;
}

[data-itv=over] {
  transform: translateY(-60px);
  opacity: 1;
}

/*
#test {
  position: fixed;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  background-color: black;
  z-index: 100;
  //transform: translate(-50%,-50%);
  pointer-events: none;
  transition: all 500ms ease-in-out;
  overflow: hidden;
}
#test1,
#test2 {
  background: transparent url('/wp-content/uploads/2019/10/light_off.png') no-repeat center center;
  background-size: 100% auto;
  width: 100px;
  height: 200px;
  position: absolute;
  margin-left: calc(50% - 50px);
  transition: inherit;
}
#test2 {
  background-image: url('/wp-content/uploads/2019/10/light_on.png');
  opacity: 0;
}
#test3,
#test4 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  bottom: 20px;
  transition: inherit;
}
#test3 {
  left: -50px;
}
#test4 {
  right: -50px;
}
html.scrolled #stage #test {
  //transform: translate(-0%,-0%);
  top: 32px;
  left: 0%;
  width: 100%;
}
#stage[data-itvscrd~="20"] #test { background-color: red; }
#stage[data-itvscrd~="20"] #test2 { opacity: 1; }
#stage[data-itvscrd~="40"] #test { background-color: orange; }
#stage[data-itvscrd~="60"] {
  #test { background-color: yellow; }
  #test3 { left: 200px; }
}
#stage[data-itvscrd~="80"] {
  #test { background-color: green; }
  #test4 { right: 200px; }
}
#stage[data-itvscrd~="100"] {
  #test { background-color: blue; }
  #test2 { opacity: 0; }
  #test3,#test4 { opacity: 0;transform: scale(20); }
}
*/
/*
#stage {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  perspective: 1px;
}
body.admin-bar #stage {
  padding-top: 32px;
}
body.header-sticky,
body.header-smart {
  #stage {
    padding-top: $header-height;
  }
  &.admin-bar #stage {
    padding-top: calc(32px + 66px);
  }
}
@include media-breakpoint-down(sm){
  body.admin-bar #stage {
    padding-top: 0px;
  }
  body.header-sticky.admin-bar #stage,
  body.header-smart.admin-bar #stage {
    padding-top: $header-height;
  }
}
*/
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.alignleft,
.alignright {
  height: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

html {
  font-size: 10px;
}

.block-editor__typewriter,
body {
  color: #383530;
  font-size: 1.6rem;
  font-family: "Open Sans";
  line-height: 1.375em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #383530;
  font-family: "Montserrat";
  font-weight: bold;
}

h1,
h2 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.2631578947em;
  margin-bottom: 1em;
  word-break: break-word;
}
h1 strong,
h1 b,
h2 strong,
h2 b {
  color: #F5A600;
  font-weight: 800;
}

h2 {
  font-size: 2.8rem;
}

h1 + h1,
h1 + h2,
h2 + h1,
h2 + h2 {
  margin-top: -1em;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3571428571em;
  margin-bottom: 1em;
}
h3 strong,
h3 b {
  color: #F5A600;
  font-weight: 800;
}

h4 {
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 1em;
}

h5,
h6 {
  font-size: 1.6rem;
  margin-bottom: 0px;
}

p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

th,
td {
  font-size: 1.6rem;
}

li {
  font-size: 1.5rem;
}

b,
strong {
  font-weight: bold;
}

.div-clr {
  clear: both;
}

.rounded-xl {
  border-radius: 20px;
}

.text-decoration-none {
  text-decoration: none;
}

.has-darkgray-color {
  color: #383530 !important;
}

.has-gray-color {
  color: #64615B !important;
}

.has-lightgray-color {
  color: #8B8780 !important;
}

.has-lightergray-color {
  color: #F8F8F8 !important;
}

.has-white-color {
  color: #FFFFFF !important;
}

.has-beige-color {
  color: #F7F4ED !important;
}

.has-yellow-color {
  color: #F5A600 !important;
}

.has-yellow75-color {
  color: rgba(245, 166, 0, 0.75) !important;
}

.has-yellow50-color {
  color: rgba(245, 166, 0, 0.5) !important;
}

.has-yellow30-color {
  color: rgba(245, 166, 0, 0.3) !important;
}

.has-yellow-75-color {
  color: rgba(245, 166, 0, 0.75) !important;
}

.has-yellow-50-color {
  color: rgba(245, 166, 0, 0.5) !important;
}

.has-yellow-30-color {
  color: rgba(245, 166, 0, 0.3) !important;
}

.has-red-color {
  color: #E40134 !important;
}

.has-green-color {
  color: #76A535 !important;
}

.has-bluegreen-color {
  color: #009F5F !important;
}

.has-lightgreen-color {
  color: #76B729 !important;
}

.has-lightblue-color {
  color: #0EB0A0 !important;
}

.has-blue-color {
  color: #004F9F !important;
}

.has-brown-color {
  color: #623326 !important;
}

.has-bluegrey-color {
  color: #464F56 !important;
}

.has-darkgreen-background-color {
  background-color: #083f23 !important;
}

.has-darkgray-background-color {
  background-color: #383530 !important;
}

.has-gray-background-color {
  background-color: #64615B !important;
}

.has-lightgray-background-color {
  background-color: #8B8780 !important;
}

.has-lightergray-background-color {
  background-color: #F8F8F8 !important;
}

.has-white-background-color {
  background-color: #FFFFFF !important;
}

.has-beige-background-color {
  background-color: #F7F4ED !important;
}

.has-yellow-background-color {
  background-color: #F5A600 !important;
}

.has-yellow75-background-color {
  background-color: rgba(245, 166, 0, 0.75) !important;
}

.has-yellow50-background-color {
  background-color: rgba(245, 166, 0, 0.5) !important;
}

.has-yellow30-background-color {
  background-color: rgba(245, 166, 0, 0.3) !important;
}

.has-yellow-75-background-color {
  background-color: rgba(245, 166, 0, 0.75) !important;
}

.has-yellow-50-background-color {
  background-color: rgba(245, 166, 0, 0.5) !important;
}

.has-yellow-30-background-color {
  background-color: rgba(245, 166, 0, 0.3) !important;
}

.has-red-background-color {
  background-color: #E40134 !important;
}

.has-green-background-color {
  background-color: #76A535 !important;
}

.has-bluegreen-background-color {
  background-color: #009F5F !important;
}

.has-lightgreen-background-color {
  background-color: #76B729 !important;
}

.has-lightblue-background-color {
  background-color: #0EB0A0 !important;
}

.has-blue-background-color {
  background-color: #004F9F !important;
}

.has-brown-background-color {
  background-color: #623326 !important;
}

.has-bluegrey-background-color {
  background-color: #464F56 !important;
}

.post-type-archive-activities article#main .activityfilter,
.post-type-archive-events article#main .activityfilter {
  background-color: #F8F8F8;
  width: 100%;
  max-width: none;
  margin-top: -8rem;
  padding-left: 38px;
  padding-right: 38px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.post-type-archive-activities article#main .activityfilter .inner,
.post-type-archive-events article#main .activityfilter .inner {
  max-width: 1140px;
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
}
@media (min-width: 993px) {
  .post-type-archive-activities article#main .activityfilter .inner,
  .post-type-archive-events article#main .activityfilter .inner {
    padding-top: 70px;
  }
}
.post-type-archive-activities article#main .activityfilter .inner .activitycity,
.post-type-archive-events article#main .activityfilter .inner .activitycity {
  float: right;
  font-size: 1.2rem;
  line-height: 1.4166666667em;
  color: #8B8780;
  padding-right: 5px;
}
.post-type-archive-activities article#main .activityfilter .inner h1,
.post-type-archive-events article#main .activityfilter .inner h1 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  padding-bottom: 4px;
  border-bottom: 1px solid #F5A600;
}
.post-type-archive-activities article#main .activityfilter .inner #activitymenu,
.post-type-archive-events article#main .activityfilter .inner #activitymenu {
  clear: both;
  padding: 24px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
  justify-content: flex-start;
}
.post-type-archive-activities article#main .activityfilter .inner #activitymenu a,
.post-type-archive-events article#main .activityfilter .inner #activitymenu a {
  font-size: 1.2rem;
  line-height: 1.4166666667em;
  text-decoration: none;
  display: block;
  margin: 0px 4px 15px 5px;
  width: 67px;
  text-align: center;
  color: #383530;
  word-break: break-word;
  /*
  &:before {
    content: '';
    float: left;
    height: 1.416666666666667em;
    margin-right: 0.583333333333333em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.647 12.29' width='5.647' height='12.29'%3E%3Cg transform='translate(5.647 12.29) rotate(180)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.470583333333333em;
  }
  */
}
.post-type-archive-activities article#main .activityfilter .inner #activitymenu a:after,
.post-type-archive-events article#main .activityfilter .inner #activitymenu a:after {
  display: none !important;
  content: "" !important;
}
.post-type-archive-activities article#main .activityfilter .inner #activitymenu a img,
.post-type-archive-events article#main .activityfilter .inner #activitymenu a img {
  width: 63px;
  height: 63px;
  border-radius: 20px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #F5A600;
  -moz-box-shadow: 0px 0px 0px 2px #F5A600;
  box-shadow: 0px 0px 0px 2px #F5A600;
  display: block;
  background-color: #ffffff;
  margin-bottom: 5px;
  transition: all 300ms ease-out;
}
.post-type-archive-activities article#main .activityfilter .inner #activitymenu a[aria-hidden=true],
.post-type-archive-events article#main .activityfilter .inner #activitymenu a[aria-hidden=true] {
  opacity: 0.15;
}
.post-type-archive-activities article#main .activityfilter .inner #activitymenu a[aria-hidden=true] img,
.post-type-archive-events article#main .activityfilter .inner #activitymenu a[aria-hidden=true] img {
  -webkit-box-shadow: 0px 0px 0px 2px currentColor;
  -moz-box-shadow: 0px 0px 0px 2px currentColor;
  box-shadow: 0px 0px 0px 2px currentColor;
}
.post-type-archive-activities article#main .activitieswrap,
.post-type-archive-events article#main .activitieswrap {
  max-width: 100%;
  background-color: #F8F8F8;
  padding-bottom: 4rem;
  padding-left: 0px;
  padding-right: 0px;
}
.post-type-archive-activities article#main .activities,
.post-type-archive-events article#main .activities {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #F8F8F8;
}
.post-type-archive-activities article#main .activities .activity,
.post-type-archive-events article#main .activities .activity {
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 15px 17px 25px 17px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .post-type-archive-activities article#main .activities .activity,
  .post-type-archive-events article#main .activities .activity {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 992px) {
  .post-type-archive-activities article#main .activities .activity,
  .post-type-archive-events article#main .activities .activity {
    width: calc((100% - 60px) / 3);
  }
}
.post-type-archive-activities article#main .activities .activity > a,
.post-type-archive-events article#main .activities .activity > a {
  display: block;
}
.post-type-archive-activities article#main .activities .activity a,
.post-type-archive-events article#main .activities .activity a {
  text-decoration: none;
}
.post-type-archive-activities article#main .activities .activity a header,
.post-type-archive-events article#main .activities .activity a header {
  display: flex;
  height: 50px;
  margin-bottom: 17px;
  align-items: center;
}
.post-type-archive-activities article#main .activities .activity a header svg, .post-type-archive-activities article#main .activities .activity a header img,
.post-type-archive-events article#main .activities .activity a header svg,
.post-type-archive-events article#main .activities .activity a header img {
  height: 50px;
  width: auto;
  margin-right: 10px;
}
.post-type-archive-activities article#main .activities .activity a header h2,
.post-type-archive-events article#main .activities .activity a header h2 {
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  margin-bottom: 0px;
}
.post-type-archive-activities article#main .activities .activity a figure img,
.post-type-archive-events article#main .activities .activity a figure img {
  height: 208px;
  min-height: 208px;
  width: 100%;
  object-fit: cover;
}
.post-type-archive-activities article#main .activities .activity a figure figcaption,
.post-type-archive-events article#main .activities .activity a figure figcaption {
  font-size: 1.8rem;
  margin: 2px 0px 0px;
  padding: 10px 0px 15px 0px;
}
.post-type-archive-activities article#main .activities .activity p,
.post-type-archive-events article#main .activities .activity p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333em;
}
.post-type-archive-activities article#main .activities .activity p + p:last-of-type,
.post-type-archive-events article#main .activities .activity p + p:last-of-type {
  margin-top: -1em;
}
.post-type-archive-activities article#main .activities .activity p a,
.post-type-archive-events article#main .activities .activity p a {
  text-decoration: none;
  color: #F5A600;
}
.post-type-archive-activities article#main .activities .activity p a:hover,
.post-type-archive-events article#main .activities .activity p a:hover {
  text-decoration: underline;
}
.post-type-archive-activities article#main .activities .activity footer,
.post-type-archive-events article#main .activities .activity footer {
  margin-top: 1.2em;
}
.post-type-archive-activities article#main .activities .activity footer .meta,
.post-type-archive-events article#main .activities .activity footer .meta {
  border: 1px solid #F5A600;
  border-width: 1px 0px;
  padding: 11px 10px 13px 10px;
  font-size: 12px;
  line-height: 1.4166666667em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-type-archive-activities article#main .activities .activity footer .meta div,
.post-type-archive-events article#main .activities .activity footer .meta div {
  white-space: nowrap;
}
.post-type-archive-activities article#main .activities .activity footer .wp-block-buttons,
.post-type-archive-events article#main .activities .activity footer .wp-block-buttons {
  margin-top: 1.5em;
}
.post-type-archive-activities article#main .activities .activity footer .wp-block-buttons > .wp-block-button,
.post-type-archive-events article#main .activities .activity footer .wp-block-buttons > .wp-block-button {
  margin-bottom: 0px;
}
.post-type-archive-activities article#main .activities .activity footer:after,
.post-type-archive-events article#main .activities .activity footer:after {
  content: "";
  clear: both;
  display: block;
}
.post-type-archive-activities article#main .activities .activity[aria-hidden=true] p a,
.post-type-archive-events article#main .activities .activity[aria-hidden=true] p a {
  color: #383530;
}
.post-type-archive-activities article#main .activities .activity[aria-hidden=true] figcaption,
.post-type-archive-events article#main .activities .activity[aria-hidden=true] figcaption {
  background-color: #8B8780 !important;
}
.post-type-archive-activities article#main .activities .activity[aria-hidden=true] footer .meta,
.post-type-archive-events article#main .activities .activity[aria-hidden=true] footer .meta {
  border-color: #383530;
}
.post-type-archive-activities article#main .activities .activity[aria-hidden=true] footer .wp-block-buttons,
.post-type-archive-events article#main .activities .activity[aria-hidden=true] footer .wp-block-buttons {
  display: none;
}

.post-type-archive-center article#main .incenters {
  margin-top: -8rem !important;
  margin-bottom: 0px !important;
}
.post-type-archive-center article#main .incenters .inner h1 {
  margin-bottom: 0px;
  font-size: 1.5rem !important;
  line-height: 1.3333333333em !important;
  padding-bottom: 4px;
}
.post-type-archive-center article#main .centerswrap {
  max-width: 100%;
  background-color: #F8F8F8;
  padding-bottom: 4rem;
  padding-left: 0px;
  padding-right: 0px;
}
.post-type-archive-center article#main .centers {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #F8F8F8;
}
.post-type-archive-center article#main .centers .center {
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 15px 17px 25px 17px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .post-type-archive-center article#main .centers .center {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 992px) {
  .post-type-archive-center article#main .centers .center {
    width: calc((100% - 60px) / 3);
  }
}
.post-type-archive-center article#main .centers .center > a {
  display: block;
}
.post-type-archive-center article#main .centers .center a {
  text-decoration: none;
}
.post-type-archive-center article#main .centers .center a header {
  display: flex;
  height: 50px;
  margin-bottom: 17px;
  align-items: center;
}
.post-type-archive-center article#main .centers .center a header h2 {
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  margin-bottom: 0px;
}
.post-type-archive-center article#main .centers .center a figure img {
  height: 208px;
  min-height: 208px;
  width: 100%;
  object-fit: cover;
}
.post-type-archive-center article#main .centers .center a figure figcaption {
  font-size: 1.8rem;
  margin: 2px 0px 0px;
  padding: 10px 0px 15px 0px;
}
.post-type-archive-center article#main .centers .center p {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
}
.post-type-archive-center article#main .centers .center p:last-of-type {
  margin-top: -1em;
}
.post-type-archive-center article#main .centers .center p a {
  text-decoration: none;
}
.post-type-archive-center article#main .centers .center p a:hover {
  text-decoration: underline;
}
.post-type-archive-center article#main .centers .center footer .wp-block-buttons > .wp-block-button {
  margin-bottom: 0px;
}
.post-type-archive-center article#main .centers .center footer:after {
  content: "";
  clear: both;
  display: block;
}

/* Maps Centre */
.mapboxgl-map {
  height: 400px !important;
  border-radius: 25px;
  min-height: 208px;
  margin-bottom: 135px;
}
@media (max-width: 767.98px) {
  .mapboxgl-map {
    margin-bottom: 50px;
  }
}

article.center a .mapboxgl-map {
  height: 208px !important;
  margin-bottom: 24px;
}

.mapboxgl-canvas {
  border-radius: 25px;
}

#map501 {
  border-radius: 0px;
  max-width: 1120px !important;
  width: 100% !important;
}

.openinghours .inner {
  border: 0px none !important;
}
.openinghours[aria-hidden=true] {
  display: none;
}
.openinghours ul.is-style-prices li b {
  text-transform: capitalize;
}

article#main > .woocommerce {
  margin-top: -8rem;
}
article#main > * + .woocommerce {
  margin-top: 8rem;
}

article#main .woocommerce {
  background-color: #F8F8F8;
  max-width: 100% !important;
  padding-top: 50px;
}
article#main .woocommerce .products,
article#main .woocommerce .single-product .product {
  max-width: 1115px;
  margin: 0 auto 2em auto !important;
  overflow: hidden;
  padding-top: 12px !important;
}
@media (min-width: 767px) {
  article#main .woocommerce .products,
  article#main .woocommerce .single-product .product {
    padding-top: 12px !important;
    min-width: 237px;
  }
}
@media (min-width: 769px) {
  article#main .woocommerce .products,
  article#main .woocommerce .single-product .product {
    margin: 0 6px 2em 6px !important;
  }
}
@media (max-width: 768px) {
  article#main .woocommerce .products,
  article#main .woocommerce .single-product .product {
    margin: 0 4px 2em 4px !important;
    min-width: 228px;
  }
}
@media (max-width: 414px) {
  article#main .woocommerce .products,
  article#main .woocommerce .single-product .product {
    margin: 0 auto 2em auto !important;
  }
}
article#main .woocommerce > .woocommerce-result-count,
article#main .woocommerce > .woocommerce-ordering {
  display: none;
}

button:focus {
  outline: none;
}

/* nyt */
.cross-sells {
  display: none;
}

.woocommerce .products,
.wc-block-grid__products {
  margin-left: -24px;
  margin-right: -24px;
  padding: 0px !important;
  display: flex !important;
  justify-content: left;
  flex-wrap: wrap;
}
.woocommerce .products .product-type-variable .price,
.wc-block-grid__products .product-type-variable .price {
  flex-direction: row !important;
  justify-content: flex-end;
}
.woocommerce .products .product-type-variable .price .price-prefix,
.wc-block-grid__products .product-type-variable .price .price-prefix {
  margin-right: 5px;
}
.woocommerce .products .product,
.woocommerce .products .wc-block-grid__product,
.wc-block-grid__products .product,
.wc-block-grid__products .wc-block-grid__product {
  height: 400px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px 9px 15px 9px !important;
  margin: 0px 6px 12px 6px !important;
  text-align: left;
  border-width: 0px;
  width: 100% !important;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .woocommerce .products .product,
  .woocommerce .products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    padding: 10px 9px 85px 9px !important;
  }
}
@media (min-width: 767px) {
  .woocommerce .products .product,
  .woocommerce .products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    width: calc(33% - 12px) !important;
  }
}
@media (min-width: 993px) {
  .woocommerce .products .product,
  .woocommerce .products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    max-width: calc(33% - 12px) !important;
  }
}
.woocommerce .products .product a,
.woocommerce .products .wc-block-grid__product a,
.wc-block-grid__products .product a,
.wc-block-grid__products .wc-block-grid__product a {
  text-decoration: none;
}
.woocommerce .products .product .wc-block-grid__product-image,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__products .product .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  margin-bottom: 0px;
}
.woocommerce .products .product img,
.woocommerce .products .wc-block-grid__product img,
.wc-block-grid__products .product img,
.wc-block-grid__products .wc-block-grid__product img {
  object-fit: cover;
  width: 100%;
  max-height: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 17px;
  transition: 0.5s;
}
.woocommerce .products .product h2.woocommerce-loop-product__title,
.woocommerce .products .product .wc-block-grid__product-title,
.woocommerce .products .wc-block-grid__product h2.woocommerce-loop-product__title,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .product h2.woocommerce-loop-product__title,
.wc-block-grid__products .product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2.woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-family: "Montserrat";
  padding: 0px !important;
  font-size: 1.5rem !important;
  font-weight: 800;
  line-height: 1.2666666667em;
  color: #383530;
  margin-bottom: 5px;
}
.woocommerce .products .product h2.woocommerce-loop-product__title b,
.woocommerce .products .product h2.woocommerce-loop-product__title strong,
.woocommerce .products .product .wc-block-grid__product-title b,
.woocommerce .products .product .wc-block-grid__product-title strong,
.woocommerce .products .wc-block-grid__product h2.woocommerce-loop-product__title b,
.woocommerce .products .wc-block-grid__product h2.woocommerce-loop-product__title strong,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-title b,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-title strong,
.wc-block-grid__products .product h2.woocommerce-loop-product__title b,
.wc-block-grid__products .product h2.woocommerce-loop-product__title strong,
.wc-block-grid__products .product .wc-block-grid__product-title b,
.wc-block-grid__products .product .wc-block-grid__product-title strong,
.wc-block-grid__products .wc-block-grid__product h2.woocommerce-loop-product__title b,
.wc-block-grid__products .wc-block-grid__product h2.woocommerce-loop-product__title strong,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title b,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title strong {
  color: #F5A600;
  font-weight: inherit;
}
.woocommerce .products .product .wc-block-grid__product-excerpt,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-excerpt,
.wc-block-grid__products .product .wc-block-grid__product-excerpt,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-excerpt {
  color: #8B8780;
  font-size: 1.2rem;
  line-height: 1.25em;
  margin-bottom: 0px;
  max-height: 95px !important;
  overflow: hidden;
  margin-bottom: 40px !important;
  position: relative;
  min-height: 75px;
}
@media (max-width: 987px) {
  .woocommerce .products .product .wc-block-grid__product-excerpt,
  .woocommerce .products .wc-block-grid__product .wc-block-grid__product-excerpt,
  .wc-block-grid__products .product .wc-block-grid__product-excerpt,
  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-excerpt {
    margin-bottom: 0px !important;
    max-height: 75px !important;
  }
}
.woocommerce .products .product .wc-block-grid__product-excerpt p,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-excerpt p,
.wc-block-grid__products .product .wc-block-grid__product-excerpt p,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-excerpt p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0px;
}
.woocommerce .products .product .wc-block-grid__product-excerpt:after,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-excerpt:after,
.wc-block-grid__products .product .wc-block-grid__product-excerpt:after,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-excerpt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.woocommerce .products .product .price,
.woocommerce .products .product .wc-block-grid__product-price,
.woocommerce .products .wc-block-grid__product .price,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__products .product .price,
.wc-block-grid__products .product .wc-block-grid__product-price,
.wc-block-grid__products .wc-block-grid__product .price,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  margin-top: 7px;
  font-size: 1.8rem !important;
  line-height: 1.3333333333em !important;
  color: #383530 !important;
  text-align: right;
  font-weight: bold !important;
  display: flex !important;
  flex-direction: column-reverse;
  margin-bottom: 0px;
  transition: 0.5s;
}
.woocommerce .products .product .price del,
.woocommerce .products .product .wc-block-grid__product-price del,
.woocommerce .products .wc-block-grid__product .price del,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-price del,
.wc-block-grid__products .product .price del,
.wc-block-grid__products .product .wc-block-grid__product-price del,
.wc-block-grid__products .wc-block-grid__product .price del,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del {
  font-size: 1.2rem !important;
  color: #8B8780 !important;
  line-height: 1.4em !important;
  font-weight: normal !important;
}
.woocommerce .products .product .price ins,
.woocommerce .products .product .wc-block-grid__product-price ins,
.woocommerce .products .wc-block-grid__product .price ins,
.woocommerce .products .wc-block-grid__product .wc-block-grid__product-price ins,
.wc-block-grid__products .product .price ins,
.wc-block-grid__products .product .wc-block-grid__product-price ins,
.wc-block-grid__products .wc-block-grid__product .price ins,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins {
  text-decoration: none;
}
@media (max-width: 992px) {
  .woocommerce .products .product .price,
  .woocommerce .products .product .wc-block-grid__product-price,
  .woocommerce .products .wc-block-grid__product .price,
  .woocommerce .products .wc-block-grid__product .wc-block-grid__product-price,
  .wc-block-grid__products .product .price,
  .wc-block-grid__products .product .wc-block-grid__product-price,
  .wc-block-grid__products .wc-block-grid__product .price,
  .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    position: absolute;
    right: 0;
    bottom: 69px;
  }
}
@media (min-width: 993px) {
  .woocommerce .products .product:hover,
  .woocommerce .products .wc-block-grid__product:hover,
  .wc-block-grid__products .product:hover,
  .wc-block-grid__products .wc-block-grid__product:hover {
    padding: 10px 9px 80px 9px !important;
  }
  .woocommerce .products .product:hover .loopBtnContainer,
  .woocommerce .products .wc-block-grid__product:hover .loopBtnContainer,
  .wc-block-grid__products .product:hover .loopBtnContainer,
  .wc-block-grid__products .wc-block-grid__product:hover .loopBtnContainer {
    opacity: 1;
  }
  .woocommerce .products .product:hover img,
  .woocommerce .products .wc-block-grid__product:hover img,
  .wc-block-grid__products .product:hover img,
  .wc-block-grid__products .wc-block-grid__product:hover img {
    max-height: 150px;
  }
  .woocommerce .products .product:hover .price,
  .woocommerce .products .wc-block-grid__product:hover .price,
  .wc-block-grid__products .product:hover .price,
  .wc-block-grid__products .wc-block-grid__product:hover .price {
    bottom: 65px;
  }
}

.woocommerce .single-product .product-type-variable .price {
  flex-direction: row !important;
  justify-content: flex-end;
}
.woocommerce .single-product .product-type-variable .price span.price-prefix {
  margin-right: 7px;
}
.woocommerce .single-product .product {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 22px 19px;
}
.woocommerce .single-product .product .productmain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .woocommerce .single-product .product .productmain {
    margin-bottom: 30px;
  }
}
@media (min-width: 993px) {
  .woocommerce .single-product .product .productmain h1 {
    display: none;
  }
  .woocommerce .single-product .product .productmain .woocommerce-product-details__short-description {
    display: none;
  }
}
.woocommerce .single-product .product .productmain .productimage {
  width: calc(65% - 16px);
}
.woocommerce .single-product .product .productmain .productimage img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce .single-product .product .productmain .summary {
  width: auto;
  min-width: 35%;
  float: none;
}
.woocommerce .single-product .product .productmain .summary .variations_form label {
  border: 2px solid #f5a600;
  color: #8b8780;
  padding: 12px 15px;
  border-radius: 11px;
  flex-direction: row;
  display: flex;
  justify-content: stretch;
  margin-bottom: 13px;
}
.woocommerce .single-product .product .productmain .summary .variations_form label:before {
  font-weight: normal;
}
.woocommerce .single-product .product .productmain .summary .variations_form label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='11.75' viewBox='0 0 21 11.75'%3E%3Cg transform='translate(0.5 1.089)'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600' stroke='%23eaa93b' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  width: 1.75em;
  right: 20px;
}
.woocommerce .single-product .product .productmain .summary .variations_form label select {
  opacity: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-left: 3px;
  border: none;
  background: transparent;
  color: #8b8780;
  font-size: 12px;
  outline: none;
  height: 100%;
  width: 90%;
  display: flex;
  flex: 1;
  min-width: 50%;
}
.woocommerce .single-product .product .productmain .summary .variations_form label a {
  display: none !important;
}
.woocommerce .single-product .product .productmain .summary p.price {
  margin-top: 0px;
  font-size: 2.4rem !important;
  line-height: 1.375em !important;
  color: #383530 !important;
  text-align: right;
  font-weight: bold !important;
  display: flex !important;
  flex-direction: column-reverse;
  margin-bottom: 0px;
}
.woocommerce .single-product .product .productmain .summary p.price del {
  font-size: 1.5rem !important;
  color: #8B8780 !important;
  line-height: 1.7333333333em !important;
  font-weight: normal !important;
}
.woocommerce .single-product .product .productmain .summary p.price ins {
  text-decoration: none;
}
.woocommerce .single-product .product .productmain .summary p.price span.price {
  font-size: 2.4rem !important;
  color: #383530 !important;
  margin: 0 !important;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 368px) {
  .woocommerce .single-product .product .productmain .summary .add-to-cart-wrap {
    flex-direction: column;
    align-items: flex-end;
  }
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .qib-container {
  display: flex !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 15px;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .qib-container .button {
  height: 50px !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .quantity {
  float: none;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .quantity input.qty:not(#qib_id):not(#qib_id) {
  width: 30px;
  font-weight: 800;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .quantity .plus,
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .quantity .minus {
  display: none;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap .quantity input {
  border: none;
  /* NYT */
  border-style: none !important;
  outline: none;
  height: 100%;
  font-size: 1.7rem;
  border-radius: 50px;
  width: 100px;
  margin-right: -55px;
  padding-left: 0px;
  padding-right: 26px;
}
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap button[type=submit],
.woocommerce .single-product .product .productmain .summary .add-to-cart-wrap input[type=submit] {
  outline: none;
  font-family: "Montserrat";
  color: #FFFFFF;
  background-color: #F5A600 !important;
  border-radius: 45px;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 20px 47px 22px 50px;
  float: none;
  justify-content: center;
  height: 40px !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}
@media (max-width: 368px) {
  .woocommerce .single-product form.cart .qib-container + button[type=submit]:not(#qib_id):not(#qib_id),
  .woocommerce .single-product form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
    /* margin-left: 1em; */
    margin-top: 20px;
  }
}
.woocommerce .single-product .slider {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .woocommerce .single-product .slider {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.hr {
  margin-top: 15px;
  width: 100%;
  height: 2px;
  background-color: #F5A600;
}

.hr-top {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 2px;
  background-color: #F5A600;
}
@media (max-width: 991px) {
  .hr-top {
    margin-bottom: 0px;
  }
}

form.cart .qib-container + button[type=submit]:not(#qib_id):not(#qib_id),
form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
  margin-left: 1em;
  height: 60px !important;
}

label.zaddon-flex.zaddon-filled {
  border-color: #3aad3b !important;
}

.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex {
  flex-direction: row;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex:before, .woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex:after {
  display: none;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex span {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex div {
  flex-grow: 10;
  width: 20px;
  position: relative;
  z-index: 0;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex input {
  font-size: 17px;
  width: 141.6666666667%;
  transform: scale(0.7058823529) translateX(-21%);
  margin-top: -3px;
  margin-bottom: -3px;
  border: 0px none #ffffff;
  background-color: #ffffff;
  color: inherit;
  padding: 0px 15px 0px 0px;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex input:focus {
  outline: none;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex input::placeholder {
  color: currentColor;
  opacity: 1;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex input:-ms-input-placeholder {
  color: currentColor;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex input::-ms-input-placeholder {
  color: currentColor;
}
.woocommerce .single-product .product .productmain .summary .variations_form label.zaddon-flex p {
  display: none;
}

table.variations {
  margin-bottom: 0px !important;
}
table.variations td {
  padding: 0px;
}

@media (max-width: 767px) {
  article#main .woocommerce {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  article#main .woocommerce .single-product .product {
    padding: 22px 19px;
  }
  article#main .woocommerce .single-product .product .productmain {
    flex-direction: column;
  }
  article#main .woocommerce .single-product .product .productmain .productimage,
  article#main .woocommerce .single-product .product .productmain .summary {
    width: 100%;
  }
  article#main .woocommerce .single-product .product .productmain .productimage img,
  article#main .woocommerce .single-product .product .productmain .summary img {
    max-height: 208px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  article#main .woocommerce .single-product .product .productmain .productimage h1,
  article#main .woocommerce .single-product .product .productmain .summary h1 {
    font-size: 1.8rem;
    line-height: 1.2222222222em;
    max-width: 200px;
    margin-bottom: 10px;
  }
  article#main .woocommerce .single-product .product .productmain .productimage .woocommerce-product-details__short-description p,
  article#main .woocommerce .single-product .product .productmain .summary .woocommerce-product-details__short-description p {
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333em;
  }
}
/******************************************
**************** SHOP ***********
******************************************/
/* Set Product Table Border styling */
/* NYT */
.qib-container .minus,
.qib-container .plus {
  position: relative !important;
  outline: none !important;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  border-radius: 10px !important;
  border: 2px solid #F5A600 !important;
  transition: 0.2s ease-in-out !important;
  background: transparent !important;
  color: #F5A600;
}
.qib-container .minus:hover,
.qib-container .plus:hover {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

/* NYT */
.order_details ul,
.order_details p,
.order_details strong,
.order_details li {
  display: none;
}

/* NYT */
.woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
  display: none;
}

.shop-wrapper {
  display: flex;
}
.shop-wrapper .thumbnail-wrapper {
  display: flex;
}
.shop-wrapper .product-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 321px) {
  .shop-wrapper .product-wrapper {
    margin-left: 0px;
    z-index: 99;
  }
}
.shop-wrapper .product-wrapper .product-quantity {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  margin-top: 4em;
}
.shop-wrapper .product-wrapper .product-quantity .quantity {
  /* NYT */
}
.shop-wrapper .product-wrapper .product-quantity .quantity input {
  position: relative;
  /* top: 8px; */
  font-size: 1.2em;
  margin-top: 3px !important;
}
.shop-wrapper .product-wrapper .product-quantity .quantity .qty {
  outline: none !important;
  border: none !important;
  font-weight: 900;
  width: 2em !important;
  padding-right: 4px;
}
.shop-wrapper .product-wrapper .product-quantity .quantity input::-webkit-outer-spin-button,
.shop-wrapper .product-wrapper .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-wrapper .product-wrapper .product-quantity .quantity .minus,
.shop-wrapper .product-wrapper .product-quantity .quantity .plus {
  position: relative;
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid #F5A600;
  transition: 0.2s ease-in-out;
  background: transparent;
  color: #F5A600;
}
.shop-wrapper .product-wrapper .product-quantity .quantity .minus:hover,
.shop-wrapper .product-wrapper .product-quantity .quantity .plus:hover {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
.shop-wrapper .product-wrapper .product-quantity .quantity .minus {
  margin-right: 40px;
}
.shop-wrapper .product-wrapper .product-quantity .quantity .minus .minussign {
  width: 22px;
  height: 1px;
  background: #F5A600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.shop-wrapper .product-wrapper .product-quantity .quantity .plus {
  position: relative;
  content: "TEST";
}
.shop-wrapper .product-wrapper .product-quantity .quantity .plus .plussigndown {
  background: #F5A600;
  width: 22px;
  height: 1px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.shop-wrapper .product-wrapper .product-quantity .quantity .plus .plussign {
  background: #F5A600;
  width: 1px;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7px;
}
.shop-wrapper .product-wrapper .product-price {
  margin-top: 10px;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
}
.shop-wrapper .product-wrapper .product-subtotal {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.shop-wrapper .product-wrapper .product-subtotal .amount {
  font-weight: bold;
  font-size: 20px;
}
.shop-wrapper .product-wrapper .product-name a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}
.shop-wrapper .product-wrapper .product-name b {
  color: #F5A600;
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #cbc5c5 !important;
  text-decoration: none;
  font-weight: 100;
  border: 0;
  padding-bottom: 15px;
  position: absolute;
  right: 8px;
  top: 5px;
}
.woocommerce a.remove:hover {
  background: transparent !important;
  color: #000 !important;
}
.woocommerce .product-price {
  position: relative;
  /* bottom: 12px; */
  /* right: 14px; */
  float: right;
  flex-grow: 10;
  font-weight: bold;
  font-size: 20px;
}
.woocommerce .product-thumbnail {
  position: relative;
  height: 100%;
  width: 150px;
  left: 1em;
  border-radius: 25px;
}
@media (min-width: 767px) {
  .woocommerce .product-thumbnail {
    width: 100%;
  }
}
.woocommerce img {
  object-fit: cover;
  height: 100%;
  border-radius: 25px;
}
.woocommerce .product-quantity {
  position: relative;
  border-radius: 25px;
  flex-grow: 200;
}
/* ######################################## (Woocomeerce Kurv) ########################################## */
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: block;
}

.cart_item {
  border-radius: 15px;
  position: relative;
  margin-bottom: 25px;
  background-color: white;
  margin-right: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rabat-wrapper {
  display: flex;
  width: 100%;
}
.rabat-wrapper .actions {
  width: 100%;
}
.rabat-wrapper .rabat-hr {
  height: 2px;
  padding-left: 5%;
  padding-right: 5%;
  border: 2px solid #f5a600 !important;
}
.rabat-wrapper .coupon {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  flex-direction: row;
}
.rabat-wrapper .coupon input {
  border: 2px solid #F5A600;
  width: 80%;
  margin-right: 1em;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  height: 50px;
  outline: none;
}
.rabat-wrapper .coupon button {
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 2px solid #F5A600;
  background: white;
}
.rabat-wrapper .coupon button:hover {
  opacity: 0.5;
}
.rabat-wrapper .coupon label {
  display: none;
}

.coupon_button {
  position: relative;
}
.coupon_button .pluscoupon {
  background: #f5a600 !important;
  width: 1px !important;
  height: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 8px !important;
}

.coupon-up {
  cursor: pointer;
}
.coupon-up:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}
.coupon-up .couponsvg {
  background: #f5a600 !important;
  width: 1px !important;
  height: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 8px !important;
}
.coupon-up .couponsvg2 {
  background: #f5a600 !important;
  width: 30px !important;
  height: 1px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 50% !important;
}

.orderReviewTotal {
  margin-top: 10px;
}
.orderReviewTotal .order-total {
  display: unset !important;
}
@media (max-width: 991px) {
  .orderReviewTotal .order-total {
    display: none !important;
  }
}
.orderReviewTotal .order-total .savings {
  border-top: 2px solid #f5a600;
  padding-top: 10px;
  font-size: 16px;
}
.orderReviewTotal .order-total .savings .beforePrice,
.orderReviewTotal .order-total .savings .youSave {
  opacity: 0.5;
  font-weight: 400 !important;
  display: flex;
  justify-content: space-between;
}
.orderReviewTotal .order-total .savings .beforePrice span {
  text-decoration: line-through;
}
.orderReviewTotal .order-total .savings .cart-discount {
  font-weight: 400 !important;
  color: #383530;
  opacity: 0.5;
}
.orderReviewTotal .order-total .savings .total-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-top: 10px;
  border-bottom: 2px solid #F5A600;
  padding-bottom: 10px;
}

.order-total-outer {
  display: unset !important;
}
@media (min-width: 991px) {
  .order-total-outer {
    display: none !important;
  }
}
.order-total-outer .savings {
  font-size: 16px;
}
.order-total-outer .savings .beforePrice,
.order-total-outer .savings .youSave {
  opacity: 0.8;
  font-weight: 400 !important;
  display: flex;
  justify-content: space-between;
}
.order-total-outer .savings .beforePrice span {
  text-decoration: line-through;
}
.order-total-outer .savings .cart-discount {
  font-weight: 400 !important;
}
.order-total-outer .savings .cart-discount div,
.order-total-outer .savings .cart-discount span {
  opacity: 0.8 !important;
}
.order-total-outer .total-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-top: 10px;
}

.cart_totals {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.cart_totals .shop_table {
  opacity: 0.8;
  display: flex;
  flex-direction: column;
}
.cart_totals .shop_table .cart-subtotal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5px;
  opacity: 0.8;
}
.cart_totals .shop_table .cart-discount {
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.cart_totals .shop_table .cart-discount a {
  display: none;
}
.cart_totals .orderReviewTotal {
  margin-top: 10px;
}
.cart_totals .wc-proceed-to-checkout {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-end;
  background: #f5a600 !important;
  padding-right: 25px;
  margin-top: 50px;
}
@media (max-width: 796px) {
  .cart_totals .wc-proceed-to-checkout {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
    justify-content: flex-end;
    background: #f5a600 !important;
    /* padding-right: 25px; */
    /* margin-top: 50px; */
    width: 103%;
    position: fixed;
    z-index: 999;
    bottom: 0;
  }
  .cart_totals .wc-proceed-to-checkout .order-total .total-wrap {
    left: 25px;
  }
  .cart_totals .wc-proceed-to-checkout .order-total .woocommerce-Price-amount {
    left: 25px;
  }
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #383530 !important;
  width: 207px;
  white-space: nowrap;
  border-radius: 35px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  padding-left: 40px;
  font-size: 1.8rem;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em;
  line-height: 1.2222222222em;
}

.wc-proceed-to-checkout .checkout-button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='fff' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.wc-proceed-to-checkout .checkout-button:hover:after {
  transition: 0.2s ease-in-out;
  transform: translateX(10px);
}

.woocommerce-checkout-payment .form-row {
  background: #f5a600 !important;
  position: relative !important;
}
.woocommerce-checkout-payment .form-row #place_order {
  background: #383530 !important;
  font-weight: 400;
  width: 180px !important;
  position: absolute;
  bottom: 15px;
  font-size: 20px;
  right: 0px;
  padding: 20px;
}
.woocommerce-checkout-payment .form-row #place_order:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='fff' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}

.confirm-banner {
  background: #f5a600 !important;
  position: relative !important;
  margin-left: -20px;
  margin-right: -20px;
  height: 90px;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .confirm-banner {
    background: #f5a600 !important;
    position: fixed !important;
    margin-left: -20px;
    z-index: 999;
    margin-right: -20px;
    height: 90px;
    bottom: 0;
    width: 100%;
    display: flex;
    margin-top: 30px;
  }
}
.confirm-banner h2 {
  display: none;
}
.confirm-banner .includes_tax {
  display: none;
}
.confirm-banner .order-total-v2 .total-wrap {
  display: flex;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 28px;
}
.confirm-banner .order-total-v2 .total-wrap p {
  margin-left: 5px;
}
.confirm-banner .order-total-v2 .woocommerce-Price-amount {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.confirm-banner #place_order {
  font-weight: 400;
  padding: 1em 0;
  background: #383530 !important;
  width: 180px !important;
  position: absolute;
  bottom: 15px;
  font-size: 20px;
  right: 10px;
  padding: 20px;
  padding-right: 25px;
  padding-left: 40px;
  width: 207px !important;
}
.confirm-banner #place_order:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='fff' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.confirm-banner #place_order:hover:after {
  transition: 0.2s ease-in-out;
  transform: translateX(10px);
}

.cart_totals h2 {
  display: none;
}
.cart_totals .includes_tax {
  display: none;
}
.cart_totals .order-total .total-wrap {
  display: flex;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 28px;
}
.cart_totals .order-total .total-wrap p {
  margin-left: 5px;
}
.cart_totals .order-total .woocommerce-Price-amount {
  position: absolute;
  bottom: 20px;
  left: 0px;
  color: #fff;
}

.order-total-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 900;
  font-size: 1.2em;
}
.order-total-outer .woocommerce-Price-amount {
  color: #000;
}

._form_1 input {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  ._form_1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  ._form_1 ._form-content {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}
._form_1 #_form_1_submit {
  padding-left: 400px !important;
}

/* ######################################## (Checkout page) ########################################## */
.woocommerce-checkout .checkout-hr {
  border-top: 2px solid #f5a600;
  margin-top: -20px;
  margin-bottom: 30px;
}
.woocommerce-checkout .col-1 {
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
  display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input {
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  border: 2px solid #F5A600;
}
.woocommerce-checkout .woocommerce-error {
  padding-left: 50px !important;
}

@media (max-width: 767px) {
  .woocommerce-message {
    top: 0 !important;
    position: sticky !important;
    background: #fff !important;
    border-radius: 10px !important;
    color: white !important;
    margin-bottom: 10px !important;
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .woocommerce-message:before {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%23eaa93b'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
  }
  .woocommerce-message a.button.wc-forward {
    background: white !important;
    color: #F5A600 !important;
    border-radius: 45px !important;
    padding: 15px 20px !important;
  }
  .woocommerce-checkout-review-order-table .cart_item,
  .woocommerce-checkout-review-order-table .cart-subtotal,
  .woocommerce-checkout-review-order-table .product-name,
  .woocommerce-checkout-review-order-table .product-total,
  .woocommerce-checkout-review-order-table .order-total {
    display: none;
  }
  #order_review_heading {
    display: none;
  }
  .woocommerce-additional-fields {
    display: none;
  }
}
.woocommerce-form-coupon-toggle {
  display: none;
}

/**********************************************
************** Order confirmation *************
**********************************************/
.woocommerce-order-details {
  position: relative;
  border: 4px solid #F5A600;
  border-radius: 15px;
  background: #fff;
  padding: 15px;
}
.woocommerce-order-details .woocommerce-table__product-total .amount {
  font-size: 18px !important;
}
.woocommerce-order-details .OrderTotalsSummary ul {
  display: block;
}
.woocommerce-order-details .OrderTotalsSummary li {
  display: block;
}
.woocommerce-order-details .product-quantity {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  right: 40%;
  font-size: 0.8em;
}
.woocommerce-order-details .belob {
  position: absolute;
  top: 17px;
  right: 19px;
  font-size: 12px;
}
.woocommerce-order-details .antal {
  position: absolute;
  top: 17px;
  right: 40%;
  margin-right: -10px;
  font-size: 12px;
}
.woocommerce-order-details .product-name {
  width: 450px;
}
@media (max-width: 767px) {
  .woocommerce-order-details .product-name {
    width: 155px;
  }
}
.woocommerce-order-details .product-name a {
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
}
.woocommerce-order-details .woocommerce-Price-amount {
  font-weight: 900;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.8rem;
  margin-bottom: 12px !important;
}
.woocommerce-order-details .woocommerce-table__line-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px !important;
}
.woocommerce-order-details .woocommerce-table__line-item:nth-child(1) {
  margin-top: 30px;
}
.woocommerce-order-details .p1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: normal !important;
  opacity: 0.5;
  font-size: 12px;
}
.woocommerce-order-details .p1 span {
  font-weight: normal !important;
  font-size: 12px;
}
.woocommerce-order-details .p1 .includes_tax {
  display: none;
}
.woocommerce-order-details .p1:last-child {
  font-size: 20px;
  margin-top: 20px;
  opacity: 1;
  font-weight: bold !important;
}
.woocommerce-order-details .p1:last-child span {
  font-size: 20px;
  font-weight: bold !important;
  color: #000;
}

.return-frontpage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.return-frontpage a {
  position: relative;
  text-decoration: none;
  color: #F5A600;
}
.return-frontpage a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 5.647 12.29'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -20px;
}

.woocommerce-customer-details,
.woocommerce-order-overview {
  display: none;
}

input:checked ~ .checkmark:after {
  display: block;
}

.woocommerce-form__label-for-checkbox {
  margin-left: 60px;
}

.terms-con {
  margin-top: 36px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  line-height: 2;
}

#activecampaign_for_woocommerce_accepts_marketing_field .woocommerce-input-wrapper {
  height: 20px !important;
}

@media (max-width: 767px) {
  .woocommerce-form__label,
  .woocommerce-form__label-for-checkbox {
    line-height: 1.25 !important;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  padding-left: 10px;
  margin-left: -10px;
  position: relative;
}
.woocommerce-terms-and-conditions-wrapper h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper input {
  position: absolute;
  cursor: pointer;
  width: 0;
  visibility: hidden;
  height: 0;
}
.woocommerce-terms-and-conditions-wrapper input:checked ~ .checkmark {
  border: 2px solid #F5A600;
  background: #F5A600;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%23fff'/%3E%3C/svg%3E ");
}
.woocommerce-terms-and-conditions-wrapper .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 50px;
  width: 50px;
  border: 2px solid #F5A600;
  border-radius: 12px;
  background: #fff;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  font-weight: bold;
  margin-bottom: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside;
  margin-top: 50px;
}

.woocommerce-checkout-payment {
  display: none;
}

.woocommerce form .form-row {
  padding: 3px;
  padding-left: 0px;
  margin: 0 0 6px;
}

/* NYT */
@media (max-width: 992px) {
  .order_review hr {
    display: none;
  }
  .cart-titels .cart-cust h3 {
    font-size: 2rem;
  }
  .cart-titels .cart-order-t {
    display: none;
  }
}
.loopBtnContainer {
  position: absolute;
  bottom: 5px;
  right: 8px;
  transition: 0.5s;
}
@media (min-width: 993px) {
  .loopBtnContainer {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .loopBtnContainer .wp-block-buttons {
    margin-top: 0;
  }
}

@media (min-width: 993px) {
  .woocommerce-order-details h2 {
    font-size: 1em !important;
  }
  .woocommerce-checkout .cart_item {
    margin-top: 0;
    padding-top: 0;
  }
  .cart-collaterals .shop_table {
    display: none;
  }
  .hr-top {
    display: none;
  }
  .products .product {
    min-height: 345px;
  }
  .woocommerce-LoopProduct-link .price {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .coupon input {
    width: 58% !important;
  }
  .woocommerce-order-details .woocommerce-table__line-item:nth-child(1) {
    margin-top: 15px;
  }
  .confirm-banner {
    border-radius: 25px;
  }
  .woocommerce-checkout-review-order {
    width: 100%;
  }
  .order-desktop-wrapper {
    display: flex;
  }
  .order-desktop-wrapper .col-1 {
    flex: 0 0 65% !important;
    margin-right: 1em;
  }
  .cart-wrapper {
    flex-direction: row-reverse;
    margin-bottom: 1em;
  }
  .order-desktop-wrapper h3 {
    font-size: 1.2em;
    line-height: 1.3571428571em;
    margin-bottom: 1.7em;
  }
  .cart_item {
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    background-color: white;
    margin-right: 20px;
    width: 65%;
    padding-top: 14px;
    padding-bottom: 15px;
    margin-top: 14px;
  }
  .woocommerce-checkout-review-order-table .cart-item {
    width: 100% !important;
  }
  .order-wrap-cart {
    position: relative;
  }
  .order-wrap-cart .order-review-custom-cart {
    background: #fff;
    padding: 1em;
    border-radius: 5px;
    position: absolute;
    z-index: 5;
    width: 33%;
    right: 0;
    top: 15px;
  }
  .order-wrap-cart .order-review-custom-cart .product-name,
  .order-wrap-cart .order-review-custom-cart .product-total {
    display: none;
  }
  .order-wrap-cart .order-review-custom-cart .woocommerce-remove-coupon {
    display: none;
  }
  .order-wrap-cart .order-review-custom-cart .cart-subtotal,
  .order-wrap-cart .order-review-custom-cart .order-total,
  .order-wrap-cart .order-review-custom-cart .cart-discount {
    display: flex;
    justify-content: space-between;
  }
  .order-wrap-cart .order-review-custom-cart .cart-discount {
    opacity: 1;
    color: #9c9a98;
  }
  .order-wrap-cart .order-review-custom-cart .cart-subtotal {
    border-top: 2px solid #F5A600;
    padding-top: 10px;
    opacity: 1;
    color: #9c9a98;
  }
  .order-wrap-cart .order-review-custom-cart .cart-subtotal bdi {
    text-decoration: line-through;
  }
  .order-wrap-cart .order-review-custom-cart .order-total {
    margin-top: 15px;
    border-bottom: 2px solid #F5A600;
    padding-bottom: 20px;
    font-weight: 800;
    font-size: 1.3em;
  }
  .order-wrap-cart .order-review-custom-cart .order-total .includes_tax {
    display: none;
  }
  .order-wrap-cart .order-review-custom-cart .order-total bdi {
    color: #000;
  }
  .order-wrap-cart .order-review-custom-cart .cart_item {
    position: relative;
    display: none;
    justify-content: space-between;
    border-radius: 0px;
  }
  .order-wrap-cart .order-review-custom-cart .cart_item .product-name,
  .order-wrap-cart .order-review-custom-cart .cart_item .product-total {
    font-weight: 800;
    display: none;
  }
  .order-wrap-cart .order-review-custom-cart .cart_item .product-name .variation,
  .order-wrap-cart .order-review-custom-cart .cart_item .product-total .variation {
    display: none;
  }
  .order-wrap-cart .order-review-custom-cart .cart_item .product-name {
    padding-right: 50px;
  }
  .order-wrap-cart .order-review-custom-cart .cart_item .product-name .product-quantity {
    position: absolute;
    right: 115px;
    font-size: 0.8em;
    opacity: 0.5;
    top: 20px;
    font-weight: 100;
  }
  .cart-titels {
    display: flex;
    flex-direction: row;
  }
  .cart-titels .cart-cust {
    margin-right: 20px;
    width: 65%;
    border-bottom: 2px solid #F5A600;
  }
  .cart-titels .cart-order-t {
    width: 33%;
    border-bottom: 2px solid #F5A600;
  }
  .cart-titels h3 {
    font-size: 1.2em;
    margin-bottom: 0.7em;
  }
  .order-review-custom {
    background: #fff;
    padding: 1em;
    border-radius: 5px;
  }
  .order-review-custom .product-name,
  .order-review-custom .product-total {
    display: none;
  }
  .order-review-custom .woocommerce-remove-coupon {
    display: none;
  }
  .order-review-custom .cart-subtotal,
  .order-review-custom .order-total,
  .order-review-custom .cart-discount {
    display: flex;
    justify-content: space-between;
  }
  .order-review-custom .cart-discount {
    opacity: 0.5;
  }
  .order-review-custom .cart-subtotal {
    opacity: 0.5;
  }
  .order-review-custom .cart-subtotal bdi {
    text-decoration: line-through;
  }
  .order-review-custom .order-total {
    margin-top: 15px;
    border-bottom: 2px solid #F5A600;
    padding-bottom: 20px;
    font-weight: 800;
    font-size: 1.3em;
  }
  .order-review-custom .order-total .includes_tax {
    display: none;
  }
  .order-review-custom .order-total bdi {
    color: #383530;
  }
  .order-review-custom .cart_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
    width: 100% !important;
  }
  .order-review-custom .cart_item .product-name,
  .order-review-custom .cart_item .product-total {
    font-weight: 800;
    display: block;
  }
  .order-review-custom .cart_item .product-name .variation,
  .order-review-custom .cart_item .product-total .variation {
    display: none;
  }
  .order-review-custom .cart_item .product-name {
    padding-right: 50px;
    width: 75%;
  }
  .order-review-custom .cart_item .product-name .product-quantity {
    position: absolute;
    right: 115px;
    font-size: 0.8em;
    opacity: 0.5;
    top: 14px;
    font-weight: 100;
  }
  .order-review-custom .orderReviewTotal .cart-subtotal {
    padding-top: 15px;
  }
}
.qib-container .plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17.28' viewBox='0 0 17 17.28'%3E%3Cg id='Group_62' data-name='Group 62' transform='translate(-0.496)'%3E%3Cline id='Line_45' data-name='Line 45' x2='17' transform='translate(0.496 8.496)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cline id='Line_46' data-name='Line 46' x2='17.28' transform='translate(8.64 0) rotate(90)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: transparent !important;
}
.qib-container .minus {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='1' viewBox='0 0 18 1'%3E%3Cline id='Line_45' data-name='Line 45' x2='18' transform='translate(0 0.5)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3C/svg%3E%0A") !important;
}

dl {
  width: 100%;
  overflow: hidden;
  margin-left: 20px;
  padding: 0;
  margin: 0;
}

dt {
  float: left;
  padding: 0;
  margin: 0;
  padding-right: 5px;
}

dd {
  margin-left: 30px;
}

@media (min-width: 767px) and (max-width: 993px) {
  .order-review-custom-cart {
    display: none;
  }
}
.return-to-shop .wc-backward {
  border-radius: 1.6666666667em !important;
  padding-top: 14px !important;
  padding-bottom: 19px !important;
  padding-right: 18px !important;
  padding-left: 40px !important;
  font-weight: 500 !important;
  font-family: "Montserrat" !important;
  font-size: 1.8rem !important;
  background: #f5a601 !important;
  line-height: 1.2222222222em !important;
  text-decoration: none !important;
  color: #fff !important;
}
@media (max-width: 320px) {
  .return-to-shop .wc-backward {
    padding-right: 10px !important;
    padding-left: 30px !important;
  }
}
.return-to-shop .wc-backward:after {
  content: " ";
  transition: 0.2s ease-in-out;
  width: 47.848px;
  height: 22.951px;
  display: inline-block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cg id='Group_37' data-name='Group 37' transform='translate(0 0.702)'%3E%3Cline id='Line_25' data-name='Line 25' x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat !important;
  background-size: auto;
  margin-left: 8px !important;
  top: 6px;
  right: -4px;
}
.return-to-shop .wc-backward:hover:after {
  transform: translatex(5px);
  transition: 0.2s ease-in-out;
}

.woocommerce-info::before {
  color: #F5A600 !important;
}

.woocommerce-info {
  border-top-color: #F5A600 !important;
}

.product ul {
  padding-left: 15px !important;
}
.product ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg id='Component_30_26' data-name='Component 30 – 26' transform='translate(1.032 0.5)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.single-page-return {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  margin-right: 12px;
}
.single-page-return a {
  text-decoration: none !important;
  color: #F5A600;
}
.single-page-return a:hover {
  opacity: 0.6;
}

.editor-styles-wrapper ul.wp-block li,
article#main ul li {
  padding-bottom: 0 !important;
  position: relative;
  line-height: 1.3333333333em;
  margin-bottom: 0.82em;
}

@media (min-width: 767px) {
  .upsells h2 {
    width: 100%;
    text-align: center;
  }
  .upsells .products li {
    min-width: 256px;
  }
}
@media (max-width: 766px) {
  .upsells h2 {
    width: 100%;
    text-align: center;
  }
  .upsells .products {
    display: flex;
  }
  .upsells .products li {
    width: 100%;
  }
}
.related h2 {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.postid-53 .minus,
.postid-53 .plus,
.postid-53 .qty {
  display: none !important;
}

.nyp-input {
  outline: none;
  border-radius: 5px;
  border: 1px solid #F5A600;
  height: 30px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 4.2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #fff;
  color: #515151;
  border: 2px solid #F5A600;
  font-weight: 300;
  list-style: none outside;
  width: auto;
  border-radius: 15px;
  word-wrap: break-word;
}

.woocommerce-error li {
  margin-bottom: 0 !important;
}

.woocommerce-message {
  top: 0 !important;
  height: 100px !important;
  position: sticky !important;
  background: #f5a601 !important;
  border-radius: 0px !important;
  color: white !important;
  margin-bottom: 10px !important;
  margin-left: -23px !important;
  margin-right: -23px !important;
}
@media (max-width: 992px) {
  .woocommerce-message {
    padding: 10px;
  }
  .woocommerce-message a {
    margin-left: 85px;
    display: block;
  }
}
.woocommerce-message .wc-forward {
  font-weight: 500 !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
  margin-top: 4px !important;
  background: white !important;
  color: #F5A600 !important;
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em !important;
  font-family: "Montserrat";
  font-size: 1.8rem !important;
  line-height: 1.2222222222em !important;
}
.woocommerce-message .wc-forward:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.848' height='22.951' viewBox='0 0 33.848 22.951'%3E%3Cg id='Group_37' data-name='Group 37' transform='translate(0 0.702)'%3E%3Cline id='Line_25' data-name='Line 25' x1='33.133' transform='translate(0 10.773)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-698.005 -923)' fill='none' stroke='%23eaa93b' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 414px) {
  .woocommerce-message .wc-forward:after {
    display: none;
  }
}
.woocommerce-message .wc-forward:hover:after {
  transition: 0.2s ease-in-out;
  transform: translateX(5px);
}
.woocommerce-message:before {
  border-radius: 10px;
  width: 35px;
  height: 35px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%23eaa93b'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  margin-right: 40px;
  position: relative;
  vertical-align: 4px;
}

@media (min-width: 767px) {
  .woocommerce-message {
    border-radius: 25px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .page-id-187 #order_review {
    display: none;
  }
}
.input-text {
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

.entry-summary {
  position: relative;
}
.entry-summary .single-page-return {
  position: absolute;
  top: -10px;
  right: 0;
}

.single-page-return {
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.single-page-return:before {
  content: url("data:image/svg+xml,%3Csvg id='Component_31_40' data-name='Component 31 – 40' xmlns='http://www.w3.org/2000/svg' width='5.647' height='12.29' viewBox='0 0 5.647 12.29'%3E%3Cpath id='Path_3' data-name='Path 3' d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page-id-186 #chatbot-container,
  .page-id-186 #stickybook,
  .page-id-187 #chatbot-container,
  .page-id-187 #stickybook {
    display: none !important;
  }
}
.cart-subtotal {
  flex-direction: column;
  width: 100%;
}
.cart-subtotal .savings .beforePrice {
  display: flex;
  justify-content: space-between;
}
.cart-subtotal .savings .beforePrice span {
  text-decoration: line-through;
}
.cart-subtotal .savings .youSave {
  display: flex;
  justify-content: space-between;
}

.shop_table .cart_item:last-child {
  border-bottom: none;
}

.TESTER .youSave {
  margin-top: 0px;
}

#chatbot-container #popup-btn-8336720b-6b59-4b5d-943e-99b2f888cb05 {
  left: 15px !important;
  right: 0 !important;
}

form.cart button[type=submit]:focus:not(#qib_id):not(#qib_id) {
  outline-width: 0px !important;
  outline-offset: 0px !important;
  outline-style: solid;
}

.single_add_to_cart_button {
  height: 100%;
  width: 214px !important;
}
@media (max-width: 375px) {
  .single_add_to_cart_button {
    width: 175px !important;
  }
}
.single_add_to_cart_button .add-to-cart-arrow {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 16px !important;
  padding-right: 40px;
  padding-right: 50px;
  font-size: 1.8rem;
}
@media (max-width: 375px) {
  .single_add_to_cart_button .add-to-cart-arrow {
    font-size: 1.6rem !important;
  }
}
.single_add_to_cart_button .add-to-cart-arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cg id='Group_606' data-name='Group 606' transform='translate(0 0.702)'%3E%3Cline id='Line_266' data-name='Line 266' x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='Path_3416' data-name='Path 3416' d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.single_add_to_cart_button:hover .add-to-cart-arrow:after {
  transition: 0.2s ease-in-out;
  transform: translateX(5px);
}

.single-product .woocommerce-error {
  padding-left: 50px !important;
}

.woocommerce-message,
.wc-proceed-to-checkout,
.confirm-banner {
  font-family: "Montserrat", sans-serif;
}

.woocommerce-error::before {
  font-family: WooCommerce;
  content: "\e033";
  color: #F5A600;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error::before,
.woocommerce-info::before {
  font-family: WooCommerce;
  content: "\e033";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

._form_1 {
  padding-top: 0px !important;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
._form_1 ._form-title {
  padding-top: 20px;
}
._form_1 #_form_1_submit {
  width: 185px;
  height: 60px;
  position: relative;
  text-align: left;
  padding-right: 50px !important;
  text-align: left !important;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: left;
}
._form_1 #_form_1_submit:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cg id='Group_37' data-name='Group 37' transform='translate(0 0.702)'%3E%3Cline id='Line_25' data-name='Line 25' x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23eaa93b' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
._form_1 #_form_1_submit:hover:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cg id='Group_37' data-name='Group 37' transform='translate(0 0.702)'%3E%3Cline id='Line_25' data-name='Line 25' x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23eaa93b' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
  transform: translateX(8px);
}

._form_4 {
  padding-top: 0px !important;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
._form_4 ._submit#_form_4_submit {
  width: 185px;
  height: 60px;
  position: relative;
  text-align: left;
  padding-right: 50px !important;
  text-align: left !important;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: left;
  font-weight: normal;
  padding: 30px !important;
  font-weight: normal !important;
  font-size: 20px;
}
._form_4 ._submit#_form_4_submit:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
._form_4 ._submit#_form_4_submit:hover:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
  transform: translateX(8px);
}

.padding-fix {
  padding-bottom: 15px;
}

.events-template-default #main ul {
  margin-bottom: 0 !important;
}
.events-template-default .fgz-gutenberg-wrapper ul {
  margin-top: 8px !important;
}
.events-template-default .wp-block-group__inner-container ul {
  margin-top: 0 !important;
}

.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
  text-decoration: none !important;
}
.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath id='Path_3401' data-name='Path 3401' d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  width: 37px;
  height: 36px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open {
  text-decoration: none !important;
}
.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath id='Path_3401' data-name='Path 3401' d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(0 10) rotate(-90)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  width: 37px;
  height: 36px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-terms-and-conditions {
  max-height: unset !important;
  padding: 4px !important;
  padding-top: 14px !important;
  padding-right: 15px !important;
}
.woocommerce-terms-and-conditions h3 {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.table-smiley {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.table-smiley a {
  text-align: left !important;
  align-items: left;
  justify-content: left;
  display: flex;
  white-space: nowrap;
}
.table-smiley td {
  word-break: keep-all !important;
}

.woocommerce-terms-and-conditions-wrapper.open {
  border-radius: 15px;
}

body #_form_60DAE513EAC9E_ ._submit,
body ._submit {
  padding-left: 38px !important;
  width: 197px;
}

.single-product {
  padding-top: 65px;
}

@media (max-width: 767px) {
  .is-style-column-flex {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin-bottom: -8rem !important;
  }
}
#_form_1_ {
  box-shadow: unset !important;
}

.fieldfour {
  margin-left: -2px !important;
}
.fieldfour:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.532' height='7.381' viewBox='0 0 13.532 7.381'%3E%3Cpath id='XMLID_225_' d='M13.352,75.18a.615.615,0,0,0-.87,0L6.767,80.9,1.051,75.18a.615.615,0,0,0-.87.87L6.332,82.2a.615.615,0,0,0,.87,0l6.151-6.151A.615.615,0,0,0,13.352,75.18Z' transform='translate(-0.001 -75)'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -3px;
  right: 8px;
  height: 100%;
  font-size: 100%;
  padding: 12px 7px;
  background: transparent;
  color: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fieldfour:after {
    content: " ";
  }
}
.fieldfour select {
  position: relative !important;
  padding-left: 20px; /*allows space for new arrow*/
  height: 40px !important;
  background: white;
}
@media (min-width: 767px) {
  .fieldfour select {
    -webkit-appearance: none; /*removes original arrow*/
  }
}

#_form_1_ ._form_element input[type=text],
#_form_1_ ._form_element input[type=date],
#_form_1_ ._form_element select,
#_form_1_ ._form_element textarea:not(.g-recaptcha-response),
.date_field {
  display: block;
  width: 100%;
  height: 40px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

.order-again {
  display: none;
}

@media (max-width: 514px) {
  .woocommerce-message {
    border: 1px solid #f5a601;
    border-radius: 10px;
    padding-left: 70px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 20px;
  }
  .woocommerce-message:before {
    border-radius: 10px;
    width: 35px;
    height: 35px;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.36475.188a1.2421.2420010-1.757l1.757-1.757a1.242,1.2420011.7570l5.445.44L20.9765.462a1.2421.2420011.7570l1.7571.757a1.2421.24200101.757L10.283.264a1.2421.242001-1.757,0Z0 -65.098' fill='%23eaa93b'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    margin-right: 40px;
    position: absolute;
    top: 50%;
    vertical-align: 4px;
    transform: translateY(-50%);
  }
}
.related .onsale {
  top: 6px !important;
}

@media (max-width: 987px) {
  .products.columns-4 li {
    height: 460px !important;
  }
}

.columns-4 {
  width: 100%;
}
.columns-4 .woocommerce-loop-product__title {
  text-align: unset;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ed1c24;
}

.woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid label a {
  color: #ed1c24 !important;
}

.woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid label .checkmark {
  border-color: #ed1c24 !important;
}

.woocommerce-NoticeGroup .woocommerce-error {
  display: none;
}

.up-sells .onsale {
  left: unset;
  right: 8px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  font-weight: 100;
  margin-left: 5px;
  margin-top: 5px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error:before {
  content: "*";
}

.page-id-187 #payment {
  border-radius: 25px;
  position: relative;
}
.page-id-187 #payment .validate-required {
  margin-bottom: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.page-id-187 #payment button {
  font-weight: 400;
  padding: 1em 0;
  background: #383530 !important;
  width: 180px !important;
  position: absolute;
  bottom: 13px;
  font-size: 20px;
  right: 10px;
  padding: 20px;
  padding-right: 25px;
  padding-left: 40px;
  width: 267px !important;
}
.page-id-187 #payment button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='fff' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
.page-id-187 #payment button:hover:after {
  transition: 0.2s ease-in-out;
  transform: translateX(10px);
}
.page-id-187 .payment_method_reepay_checkout {
  display: none;
}
.page-id-187 .wc_payment_methods {
  display: none;
}
.page-id-187 .woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  border-radius: 0 !important;
}
.page-id-187 .wc-item-meta {
  padding-left: 0px !important;
  margin-top: 10px;
}

.product [data-itv=bottom] {
  transform: translateY(50px);
  padding-top: 0 !important;
}

header.header {
  position: relative;
}
header.header .inner {
  height: 100%;
  max-width: 1200px;
  padding: 10px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header.header .inner .menu-button {
  position: relative;
  display: flex;
  align-items: center;
}
header.header .inner .search-btn {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 26.859 26.655'%3E%3Cg transform='translate(131.75 414)'%3E%3Cline x2='5.25' y2='5' transform='translate(-115.5 -396.5)' fill='none' stroke='%23383530' stroke-linecap='round' stroke-width='2'/%3E%3Cg transform='translate(-131.75 -414)' fill='none' stroke='%23FFA500' stroke-width='2'%3E%3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E%3Ccircle cx='10' cy='10' r='9' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  margin-top: 3px;
  padding-right: 15px;
}
header.header .searchbar {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
header.header .searchbar .search-form input[type=search] {
  padding: 17px;
  border-radius: 15px;
  border: 2px solid #f5a601;
  outline: none;
  font-size: 14px;
}
header.header .searchbar .search-form input[type=search]::placeholder {
  color: #999;
}
header.header #logo {
  display: flex;
  justify-content: start;
  float: left;
  height: inherit;
  font-family: "Montserrat";
}
header.header #logo a {
  display: block;
  height: inherit;
  text-decoration: none;
}
header.header #logo a:hover {
  color: inherit;
}
header.header #logo a img,
header.header #logo a svg {
  height: 100%;
  width: auto;
}
header.header #logo a span {
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: #383530;
}
header.header #logo a span span {
  color: #F5A600;
}
header.header #logo a span span span {
  display: none;
}
header.header .icon-wrapper-header {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}
header.header nav.navigation {
  float: right;
  position: relative;
  z-index: 1000;
  height: 100%;
}
header.header nav.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 100%;
}
header.header nav.navigation ul li {
  float: left;
  padding: 0px 10px;
  position: relative;
  white-space: nowrap;
  height: 100%;
}
header.header nav.navigation ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 5px 15px 5px;
  height: 100%;
}
header.header nav.navigation ul li.current-menu-ancestor > a, header.header nav.navigation ul li.current-menu-item > a {
  color: #F5A600;
}
header.header nav.navigation ul li ul {
  float: none;
  background-color: #efefef;
  position: absolute;
  display: none;
  height: auto;
  top: 100%;
}
header.header nav.navigation ul li ul li {
  float: none;
  height: auto;
  padding: 0px;
}
header.header nav.navigation ul li ul li a {
  display: block;
  padding: 3px 10px;
}
header.header nav.navigation ul li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header.header nav.navigation ul li ul li ul {
  background-color: #dedede;
  top: 0px;
  left: 100%;
}
header.header nav.navigation ul li:last-child ul {
  right: 0px;
}
header.header nav.navigation ul li:last-child ul ul {
  right: 100%;
  left: auto;
}
header.header nav.navigation > ul {
  background-color: #ffffff;
  position: fixed;
  width: 300px;
  right: -300px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  top: 0px;
  padding-top: 64px;
  padding-bottom: 1em;
  bottom: 0px;
  transition: right 400ms ease-in-out, box-shadow 400ms ease-in-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header.header nav.navigation > ul > li {
  float: none;
  height: auto;
}
header.header nav.navigation > ul > li a {
  padding: 3px 10px;
}
header.header nav.navigation > ul li:last-child a {
  padding-bottom: 10px;
}
header.header nav.navigation > ul ul {
  display: block !important;
  position: static !important;
  margin-left: 10px;
}
header.header nav.navigation.active > ul {
  right: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
header.header.header-sticky, header.header.header-smart {
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1200;
}

html[data-scrolldir=down] header.header-smart {
  position: absolute;
}

html[data-scrolldir=up] header.header-smart {
  position: absolute;
}

html[data-scrolldir=up] header.header-smart.locked {
  top: 0px !important;
  position: fixed;
}

html[data-scrolldir=up] .admin-bar header.header.header-sticky, html[data-scrolldir=up] .admin-bar header.header.header-smart,
.admin-bar header.header.header-sticky,
.admin-bar header.header.header-smart {
  top: 32px !important;
  /*
    @media (max-width: 600px) {
      top: 0px !important;
    }
  */
}
html[data-scrolldir=up] .admin-bar header.header nav.navigation > ul,
.admin-bar header.header nav.navigation > ul {
  padding-top: 85px;
}
@media (max-width: 767.98px) {
  html[data-scrolldir=up] .admin-bar header.header nav.navigation > ul,
  .admin-bar header.header nav.navigation > ul {
    padding-top: 99px;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    display: none;
  }
  .admin-bar header.header.header-sticky, .admin-bar header.header.header-smart {
    top: 0px;
  }
}
#menutoggle {
  position: relative;
  z-index: 13000;
  width: 37px;
  height: 42px;
  cursor: pointer;
  display: block;
}
#menutoggle i, #menutoggle:before, #menutoggle:after {
  height: 2px;
  border-radius: 1px;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 200ms ease-in-out;
  transform: translateZ(0);
  content: "█";
  font-family: monospace;
  color: inherit;
  overflow: hidden;
  font-size: 100px;
  font-style: normal;
  line-height: 50px;
}
#menutoggle:before {
  top: 11px;
}
#menutoggle i {
  top: 21px;
  color: #F5A600;
}
#menutoggle:after {
  top: 31px;
}
#menutoggle span {
  display: none;
  text-transform: uppercase;
  padding-top: 29px;
  font-size: 10px;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#menutoggle.active:before {
  transform: translateZ(0) rotate(-45deg);
  top: 21px;
}
#menutoggle.active i {
  left: 48%;
  right: 48%;
}
#menutoggle.active:after {
  transform: translateZ(0) rotate(45deg);
  top: 21px;
  color: #F5A600;
}

#menuclose {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
}

.menuopen #menuclose {
  display: block;
}

#chatbot-container > div[id^=popup-btn] {
  z-index: 1110 !important;
}

.shopHeaderMenu {
  position: relative !important;
}
.shopHeaderMenu:after {
  margin-bottom: 5000px;
}

footer.footer {
  background-color: #000;
}
footer.footer .footer-top {
  background-color: #333333;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer.footer .footer-top #logo {
  height: inherit;
  font-family: "Montserrat";
}
footer.footer .footer-top #logo a {
  padding: 21px 0px 21px 0px;
  display: block;
  width: 100%;
  height: inherit;
  text-decoration: none;
  text-align: center;
}
footer.footer .footer-top #logo a:hover {
  color: inherit;
}
footer.footer .footer-top #logo a img,
footer.footer .footer-top #logo a svg {
  height: 100%;
  width: auto;
}
footer.footer .footer-top #logo a span {
  font-size: 38px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
footer.footer .footer-top #logo a span span {
  color: #F5A600;
  font-weight: 800;
}
footer.footer .footer-top #logo a span span span {
  display: none;
}
footer.footer .footer-top .footer_contact {
  color: #fff;
}
footer.footer .footer-top .footer_contact h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
footer.footer .footer-top .footer_contact hr {
  margin: 0 0 10px 0;
}
footer.footer .footer-top #footer_contact {
  color: #fff;
}
footer.footer .footer-top #footer_contact .contactinfo {
  margin-bottom: 0px;
}
footer.footer .footer-top #footer_contact .contact-title h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
footer.footer .footer-top #footer_contact .contact-form {
  font-size: 12px;
}
footer.footer .footer-top #footer_contact .contact-form .select-selected {
  display: none !important;
}
footer.footer .footer-top #footer_contact .contact-form :root {
  --select-border: #333333;
  --select-focus: $color-primary;
  --select-arrow: var(--select-border);
}
footer.footer .footer-top #footer_contact .contact-form .locationselect {
  width: auto;
  display: inline-block;
  position: relative;
}
footer.footer .footer-top #footer_contact hr {
  background-color: #F5A600;
  margin: 0 0 10px 0;
}
footer.footer .footer-top #footer_contact .location {
  padding-top: 30px;
}
footer.footer .footer-top #footer_contact .location a {
  color: #fff;
  text-decoration: none;
}
footer.footer .footer-top #footer_contact .location a:hover, footer.footer .footer-top #footer_contact .location a:focus {
  color: #F5A600;
}
footer.footer .footer-bottom {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
footer.footer .footer-bottom .container-fluid {
  max-width: 1182px;
}
footer.footer .footer-bottom #footer_menu {
  color: #8b8780;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
footer.footer .footer-bottom #footer_menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer .footer-bottom #footer_menu nav ul li.menu-item {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
footer.footer .footer-bottom #footer_menu nav ul li.menu-item a {
  color: #8b8780;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
}
footer.footer .footer-bottom #footer_menu nav ul li.menu-item a:hover {
  color: #F5A600;
}

#footer_menu-1 {
  color: #8b8780;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#footer_menu-1 nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_menu-1 nav ul li.menu-item {
  float: left;
  margin: 5px 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
#footer_menu-1 nav ul li.menu-item a {
  color: #8b8780;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
}
#footer_menu-1 nav ul li.menu-item a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.317 13.29' width='7.317' height='13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 0.4573125em;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0px;
  transition: left 250ms ease-out;
}
#footer_menu-1 nav ul li.menu-item a:hover {
  color: #F5A600;
}
#footer_menu-1 nav ul li.menu-item a:hover:before {
  left: 3px;
}

#footer_menu-3 {
  color: #8b8780;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#footer_menu-3 nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_menu-3 nav ul li.menu-item {
  float: left;
  margin: 5px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#footer_menu-3 nav ul li.menu-item a {
  color: #8b8780;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
}
#footer_menu-3 nav ul li.menu-item a:hover {
  color: #F5A600;
}
#footer_menu-3 nav ul li.menu-item a:hover:before {
  left: 3px;
}

.footer-style p {
  font-size: 15px;
  font-style: italic;
  float: right;
  margin-bottom: 0;
  padding-top: 5px;
  padding-right: 15px;
}
@media (max-width: 414px) {
  .footer-style p {
    float: unset;
    text-align: center;
    margin-top: 15px;
  }
}

.footer_opening {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer_opening {
    padding-left: 43px;
    padding-top: 20px;
  }
}
.footer_opening a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-top: 90px;
}
.footer_opening .external {
  list-style: none !important;
  position: relative;
}
.footer_opening .external:hover:before {
  left: -30px;
}
.footer_opening .external .centerlink {
  position: relative;
  color: #fff !important;
  transition: 0.5s ease-in-out !important;
}
.footer_opening .external .centerlink:hover {
  transition: 0.5s ease-in-out !important;
  color: #F5A600 !important;
}
.footer_opening .external .centerlink:hover:before {
  left: -24px !important;
  transition: 0.1s ease-in-out !important;
}
.footer_opening .external .centerlink:hover:after {
  right: -36px !important;
  transition: 0.1s ease-in-out;
}
.footer_opening .external .centerlink:before {
  content: "" !important;
  position: absolute !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M0,0,6.2,9.329,0,18.658H9.329l6.437-9.329L9.329,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 1.7883em !important;
  height: 21px;
  left: -27px !important;
  top: 0.9px;
  background-repeat: no-repeat;
  transition: 0.1s ease-in-out;
}
.footer_opening .external .centerlink:before:hover {
  left: -35px;
}
.footer_opening .external .centerlink:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 1.7883em;
  height: 21px;
  right: -39px;
  top: 0.9px;
  position: absolute;
  transition: 0.1s ease-in-out;
}

.footer_hr {
  border-right: 1px solid gray;
  height: 290px;
}
@media (max-width: 995px) {
  .footer_hr {
    border-right: none;
    height: auto;
  }
}
@media (max-width: 732px) {
  .footer_hr {
    margin-top: 25px;
  }
}
.footer_hr hr {
  width: 70%;
}
@media (max-width: 995px) {
  .footer_hr hr {
    width: 100%;
  }
}

@media (min-width: 995px) {
  .footer_last {
    margin-left: 70px;
  }
}
@media (max-width: 991px) and (min-width: 763px) {
  .footer_last {
    margin-top: 25px;
  }
}
@media (max-width: 763px) {
  .footer_last {
    margin-bottom: 25px;
  }
}

.f-section {
  margin-top: 22px;
}

.quickbook {
  border-radius: 20px;
  position: relative;
  margin-top: -100px;
  margin-bottom: 2em;
  padding: 40px 30px !important;
  display: block;
  z-index: 10;
}
.quickbook h2 {
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.quickbook #quickbook .form-row {
  margin-bottom: 0.5em;
}
.quickbook #quickbook .wp-block-buttons {
  margin-top: -3.4em;
}
@media (max-width: 992px) {
  .quickbook #quickbook .wp-block-buttons {
    margin-top: 2em;
  }
}
.quickbook #quickbook .article-container {
  margin-top: -3.4em;
  max-width: 91% !important;
  margin: auto;
  padding: 0px;
}
.quickbook #quickbook .article-container .articles-container .quickbook-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600'/%3E%3C/svg%3E") !important;
}
.quickbook #quickbook .article-container .innerContainer {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.quickbook #quickbook .article-container .innerContainer .added-articles {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.quickbook #quickbook .article-container .offerBanner {
  position: absolute;
  background: #f5a600;
  top: 27px;
  right: -34px;
  transform: rotate(45deg);
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.quickbook #quickbook .article-container .form-row {
  margin-bottom: 1em;
}
.quickbook #quickbook .article-container .small-divider {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 1rem;
}
.quickbook #quickbook .article-container .heading {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  line-height: 1.2;
  font-family: "Montserrat";
}
.quickbook #quickbook .article-container .sub-heading {
  font-size: 1.4rem;
  color: #333;
  font-weight: lighter;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Open Sans";
}
.quickbook #quickbook .article-container .quickbookoptions {
  border-color: #f5a601 !important;
  color: #f5a601 !important;
}
.quickbook #quickbook .article-container .quickbookoptions::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg %3E%3Cpath d='M8.09,8a8.09,8.09,0,1,0,8.09,8.09A8.088,8.088,0,0,0,8.09,8ZM12.7,20.7a6.521,6.521,0,1,1,1.912-4.612A6.48,6.48,0,0,1,12.7,20.7Zm-2-8c-.776,0-1.719.956-1.827,2.329a.26.26,0,0,0,.486.147l.31-.555a1.22,1.22,0,0,1,1.028-.7,1.22,1.22,0,0,1,1.028.7l.31.555a.26.26,0,0,0,.486-.147C12.419,13.653,11.476,12.7,10.7,12.7ZM4.143,15.173l.31-.555a1.22,1.22,0,0,1,1.028-.7,1.22,1.22,0,0,1,1.028.7l.31.555a.26.26,0,0,0,.486-.147C7.2,13.653,6.253,12.7,5.477,12.7s-1.719.956-1.827,2.329A.264.264,0,0,0,4.143,15.173Zm7.679,1.96H4.358a.438.438,0,0,0-.44.489,3.96,3.96,0,0,0,3.95,3.425h.444a3.96,3.96,0,0,0,3.95-3.425.438.438,0,0,0-.44-.489Z' transform='translate(0 -8)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.quickbook #quickbook .article-container .remove-button {
  display: inline-block;
  border-style: solid;
  border-color: #f5a601;
  border-radius: 10px;
  border-width: 2px;
  padding: 22px 22px !important;
  margin-left: 10px;
  margin-bottom: -52px;
  color: #f5a600;
  font-size: 3rem;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='1' viewBox='0 0 18 1'%3E%3Cline id='Line_45' data-name='Line 45' x2='18' transform='translate(0 0.5)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3C/svg%3E%0A") !important;
}
.quickbook #quickbook .article-container .add-button {
  display: inline-block;
  border-style: solid;
  border-color: #f5a600;
  border-radius: 10px;
  border-width: 2px;
  padding: 22px 22px !important;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17.28' viewBox='0 0 17 17.28'%3E%3Cg id='Group_62' data-name='Group 62' transform='translate(-0.496)'%3E%3Cline id='Line_45' data-name='Line 45' x2='17' transform='translate(0.496 8.496)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cline id='Line_46' data-name='Line 46' x2='17.28' transform='translate(8.64 0) rotate(90)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: transparent !important;
}
.quickbook #quickbook .article-container .add-text {
  display: inline-block;
  color: #333;
  font-size: 18px;
  margin-left: 10px;
  vertical-align: 18px;
}
.quickbook #quickbook .article-container .col-12.addFoodBtn {
  min-height: 50px;
  margin-bottom: 10px;
}
.quickbook #quickbook .article-container .inline-with-space {
  width: 70%;
  display: inline-block !important;
}
.quickbook #quickbook .form-row .quickbook-button {
  position: relative;
  display: flex;
  color: #fff;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 15px 10px 45px;
  margin: 0 0 10px 0;
  cursor: pointer;
  line-height: 1;
}
.quickbook #quickbook .form-row .quickbook-button label {
  display: inline-block;
  margin: 0;
  height: 30px;
  width: 60px;
  color: #fff;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
.quickbook #quickbook .form-row .quickbook-button select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
  border: none !important;
  padding: 0 30px 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  outline: none !important;
  cursor: pointer;
  z-index: 1;
  box-shadow: none !important;
}
.quickbook #quickbook .form-row .quickbook-button option {
  height: 20px;
  background-color: #fff;
  color: black;
  font-weight: bold;
}
.quickbook #quickbook .form-row .quickbook-button input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  padding: 0 30px 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  padding-top: 3px;
  padding-left: 10px;
  outline: none !important;
  cursor: pointer;
  z-index: 1;
}
.quickbook #quickbook .form-row .quickbook-button.quickbookloc::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(0)'%3E%3Cpath d='M19.8,16.434c0,2.218-4.974,3.379-9.886,3.379S.025,18.653.025,16.434c0-1.833,3.2-2.69,5.1-3.037l.225,1.233c-3.08.56-4.076,1.457-4.076,1.8,0,.748,3.279,2.127,8.635,2.127s8.634-1.376,8.634-2.127c0-.367-.852-1.218-4.076-1.8l.225-1.233C18.079,14.016,19.8,15.035,19.8,16.434Zm-9.886.751S4.905,9.346,4.905,5.005a5.005,5.005,0,1,1,10.011,0C14.916,9.26,9.911,17.185,9.911,17.185Zm0-10.511A1.668,1.668,0,1,0,8.242,5.005,1.673,1.673,0,0,0,9.911,6.674Z' transform='translate(-0.025)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.quickbook #quickbook .form-row .quickbook-button.quickbookoptions::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg %3E%3Cpath d='M8.09,8a8.09,8.09,0,1,0,8.09,8.09A8.088,8.088,0,0,0,8.09,8ZM12.7,20.7a6.521,6.521,0,1,1,1.912-4.612A6.48,6.48,0,0,1,12.7,20.7Zm-2-8c-.776,0-1.719.956-1.827,2.329a.26.26,0,0,0,.486.147l.31-.555a1.22,1.22,0,0,1,1.028-.7,1.22,1.22,0,0,1,1.028.7l.31.555a.26.26,0,0,0,.486-.147C12.419,13.653,11.476,12.7,10.7,12.7ZM4.143,15.173l.31-.555a1.22,1.22,0,0,1,1.028-.7,1.22,1.22,0,0,1,1.028.7l.31.555a.26.26,0,0,0,.486-.147C7.2,13.653,6.253,12.7,5.477,12.7s-1.719.956-1.827,2.329A.264.264,0,0,0,4.143,15.173Zm7.679,1.96H4.358a.438.438,0,0,0-.44.489,3.96,3.96,0,0,0,3.95,3.425h.444a3.96,3.96,0,0,0,3.95-3.425.438.438,0,0,0-.44-.489Z' transform='translate(0 -8)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 17px;
}
.quickbook #quickbook .form-row .quickbook-button.quickbookdate::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='Group_71' data-name='Group 71' xmlns='http://www.w3.org/2000/svg' width='16.213' height='19.542' viewBox='0 0 16.213 19.542'%3E%3Cpath id='Path_330' data-name='Path 330' d='M8.557,28.71a3.646,3.646,0,0,0,1.919.509,2.441,2.441,0,0,0,2.741-2.311,2,2,0,0,0-1.057-1.762,1.913,1.913,0,0,0,.822-1.566A1.963,1.963,0,0,0,10.75,21.7a3.626,3.626,0,0,0-1.958.587.316.316,0,0,0-.117.352l.235.666a.472.472,0,0,0,.2.2.344.344,0,0,0,.274-.039,2,2,0,0,1,1.175-.392c.587,0,.862.274.862.7,0,.627-.7.822-1.214.822H9.692a.309.309,0,0,0-.313.313v.666a.309.309,0,0,0,.313.313H10.2c.235,0,1.41.039,1.449,1.057a.807.807,0,0,1-.274.666,1.234,1.234,0,0,1-.979.313,3.23,3.23,0,0,1-1.332-.352.5.5,0,0,0-.235-.039.322.322,0,0,0-.2.2l-.235.7A.673.673,0,0,0,8.557,28.71Z' transform='translate(-5.11 -13.202)' fill='%23fff'/%3E%3Cpath id='Path_331' data-name='Path 331' d='M23.18,23.68a.391.391,0,0,0,.157.2.335.335,0,0,0,.274,0l.744-.392v5.365a.309.309,0,0,0,.313.313h.862a.309.309,0,0,0,.313-.313V22.113a.309.309,0,0,0-.313-.313h-.783a.3.3,0,0,0-.157.039l-1.449.783a.316.316,0,0,0-.157.352Z' transform='translate(-13.977 -13.263)' fill='%23fff'/%3E%3Cpath id='Path_332' data-name='Path 332' d='M14.373,2.9H12.884V4.271a.94.94,0,1,1-1.88,0V2.9h-5.8V4.271a.94.94,0,1,1-1.88,0V2.9H1.841A1.839,1.839,0,0,0,0,4.741V19.466a1.839,1.839,0,0,0,1.841,1.841H14.373a1.839,1.839,0,0,0,1.841-1.841V4.741A1.839,1.839,0,0,0,14.373,2.9ZM15,19.466a.619.619,0,0,1-.627.627H1.841a.619.619,0,0,1-.627-.627V7.443H15.038V19.466Z' transform='translate(0 -1.764)' fill='%23fff'/%3E%3Cpath id='Path_333' data-name='Path 333' d='M10.352,2.859a.351.351,0,0,0,.352-.352V.352a.352.352,0,1,0-.7,0V2.546A.345.345,0,0,0,10.352,2.859Z' transform='translate(-6.084)' fill='%23fff'/%3E%3Cpath id='Path_334' data-name='Path 334' d='M29.952,2.859a.351.351,0,0,0,.352-.352V.352a.352.352,0,1,0-.7,0V2.506A.351.351,0,0,0,29.952,2.859Z' transform='translate(-18.008)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 17px;
}
.quickbook #quickbook .form-row .quickbook-button.quickbooktime::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_77' data-name='Group 77' transform='translate(0 0.421)'%3E%3Cg id='Ellipse_8' data-name='Ellipse 8' transform='translate(0 -0.421)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E%3Ccircle cx='10' cy='10' r='9' fill='none'/%3E%3C/g%3E%3Cline id='Line_48' data-name='Line 48' y1='5.36' transform='translate(10 4.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Line_49' data-name='Line 49' x2='3.5' y2='3.64' transform='translate(10 9.86)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cg id='Ellipse_9' data-name='Ellipse 9' transform='translate(9 8.579)' fill='%23fff' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.quickbook #quickbook .form-row .quickbook-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cg transform='translate(20) rotate(90)'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 15px;
}
.quickbook #quickbook .form-row .quickbook-button.quickbookdate {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #fff;
}
.quickbook #quickbook .form-row .quickbook-button.quickbooktime {
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quickbook #quickbook .form-row .quickbookdate-col {
  padding-right: 0;
}
.quickbook #quickbook .form-row .quickbooktime-col {
  padding-left: 0;
}

.spinner-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  opacity: 0.4 !important;
}

.spinner-event {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0.4 !important;
}
.spinner-event .lds-roller {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 50px;
  top: 12px;
}
.spinner-event .lds-roller div {
  transform-origin: 10px 10px;
}
.spinner-event .lds-roller div:after {
  width: 4px;
  height: 4px;
}
.spinner-event .lds-roller div:nth-child(1):after {
  top: 22px;
  left: 20px;
}
.spinner-event .lds-roller div:nth-child(2):after {
  top: 24px;
  left: 17px;
}
.spinner-event .lds-roller div:nth-child(3):after {
  top: 25px;
  left: 14px;
}
.spinner-event .lds-roller div:nth-child(4):after {
  top: 25px;
  left: 11px;
}
.spinner-event .lds-roller div:nth-child(5):after {
  top: 25px;
  left: 8px;
}
.spinner-event .lds-roller div:nth-child(6):after {
  top: 24px;
  left: 5px;
}
.spinner-event .lds-roller div:nth-child(7):after {
  top: 22px;
  left: 2px;
}

.spinner-location {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  opacity: 0.4 !important;
}
.spinner-location .lds-roller {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 50px;
  top: 12px;
}
.spinner-location .lds-roller div {
  transform-origin: 10px 10px;
}
.spinner-location .lds-roller div:after {
  width: 4px;
  height: 4px;
}
.spinner-location .lds-roller div:nth-child(1):after {
  top: 22px;
  left: 20px;
}
.spinner-location .lds-roller div:nth-child(2):after {
  top: 24px;
  left: 17px;
}
.spinner-location .lds-roller div:nth-child(3):after {
  top: 25px;
  left: 14px;
}
.spinner-location .lds-roller div:nth-child(4):after {
  top: 25px;
  left: 11px;
}
.spinner-location .lds-roller div:nth-child(5):after {
  top: 25px;
  left: 8px;
}
.spinner-location .lds-roller div:nth-child(6):after {
  top: 24px;
  left: 5px;
}
.spinner-location .lds-roller div:nth-child(7):after {
  top: 22px;
  left: 2px;
}

.quick-book-submit:disabled {
  background-color: #e2e2e2 !important;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f3a501;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#my-bookings .receipt-container .receipt-resume-button {
  padding: 17px 0px !important;
}

#my-receipts,
#my-bookings {
  background-color: #f6f6f7;
  padding: 0 !important;
}
#my-receipts .receipt-container,
#my-bookings .receipt-container {
  max-width: 500px;
}
#my-receipts .receipt-container .receipt-resume-button,
#my-bookings .receipt-container .receipt-resume-button {
  background-color: #fff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-color: #f5a600;
  border-bottom-color: #f5a600;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  font-weight: bold;
}
#my-receipts .receipt-container .receipt-resume-button:last-child,
#my-bookings .receipt-container .receipt-resume-button:last-child {
  border-bottom: 2px solid #F5A600;
}
#my-receipts .receipt-container .receipt-resume-button :hover,
#my-bookings .receipt-container .receipt-resume-button :hover {
  cursor: pointer;
}
#my-receipts .receipt-container .receipt-resume-button img,
#my-bookings .receipt-container .receipt-resume-button img {
  height: 50%;
}
#my-receipts .receipt-container .heading,
#my-bookings .receipt-container .heading {
  font-size: 1rem;
}
#my-receipts .receipt-container .heading .value,
#my-bookings .receipt-container .heading .value {
  font-weight: bold;
}
#my-receipts .receipt-container .print-head,
#my-bookings .receipt-container .print-head {
  border-radius: 5px;
  height: 10px;
  background-color: #f5a600;
}
#my-receipts .receipt-container .receipt-card,
#my-bookings .receipt-container .receipt-card {
  position: relative;
  top: -5px;
  box-shadow: 7px 0 7px -4px rgba(105, 105, 105, 0.8), -7px 0 7px -4px rgba(105, 105, 105, 0.8);
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 50px;
  padding: 0 10px 10px 10px;
}
#my-receipts .receipt-container .receipt-card .row.total,
#my-bookings .receipt-container .receipt-card .row.total {
  margin-top: 10px;
}
#my-receipts .receipt-container .receipt-card .total,
#my-bookings .receipt-container .receipt-card .total {
  font-weight: bold !important;
  font-size: 1.8rem !important;
}
#my-receipts .receipt-container .receipt-card .price,
#my-bookings .receipt-container .receipt-card .price {
  font-weight: bold;
  font-size: 1.5rem;
}
#my-receipts .receipt-container .receipt-card .price.total,
#my-bookings .receipt-container .receipt-card .price.total {
  font-size: 1.8rem !important;
  color: black !important;
}
#my-receipts .receipt-container .receipt-card .divider,
#my-bookings .receipt-container .receipt-card .divider {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  width: 100%;
  background-color: #f5a600;
}
#my-receipts .receipt-container .receipt-card .divider.big,
#my-bookings .receipt-container .receipt-card .divider.big {
  height: 2px;
}
#my-receipts .receipt-container .receipt-card .logo img,
#my-bookings .receipt-container .receipt-card .logo img {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 50%;
}
#my-receipts .receipt-container .receipt-card .discount-line,
#my-bookings .receipt-container .receipt-card .discount-line {
  font-size: 1.2rem !important;
  color: #9c9a98 !important;
}
#my-receipts .receipt-container .receipt-card .discount-line .discount-price,
#my-bookings .receipt-container .receipt-card .discount-line .discount-price {
  text-decoration: line-through;
  opacity: 0.7;
}
#my-receipts .receipt-container .receipt-card .discount-line .discount-price.non-strikethrough,
#my-bookings .receipt-container .receipt-card .discount-line .discount-price.non-strikethrough {
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .certificate {
    white-space: nowrap;
  }
  .certificate h3 {
    font-size: 2rem;
  }
  .certificate .valid-date {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .certificate {
    white-space: nowrap;
  }
  .certificate h3 {
    font-size: 1.5rem !important;
  }
  .certificate .valid-date {
    font-size: 1.3rem;
  }
}
.ui-datepicker th:first-of-type {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.ui-datepicker th:last-of-type {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.ui-datepicker th {
  padding-top: 20px;
  background: #fff7ea;
  padding-bottom: 10px;
}

.ui-datepicker tbody tr td {
  padding-top: 5px;
}
.ui-datepicker tbody tr td a {
  text-align: center;
}
.ui-datepicker tbody tr td span {
  text-align: center;
}

.ui-widget.ui-widget-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  margin-bottom: 15px;
  background: transparent;
  border: none;
}

.page .ui-state-active,
.page .ui-widget-content .ui-state-active,
.page .ui-widget-header .ui-state-active,
.page a.ui-button:active,
.page .ui-button:active,
.page .ui-button.ui-state-active:hover {
  border: 1px solid #ce9b35 !important;
  background: #f5a601 !important;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-default {
  border: #fff !important;
  background: #fff !important;
  font-size: 12px;
}

.ui-state-hover,
.ui-state-active {
  background-color: #eee !important;
  border-radius: 25px;
  border: none !important;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 1.4em !important;
}

.ui-datepicker select.ui-datepicker-month {
  padding-left: 21%;
}

.ui-datepicker-title select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ui-datepicker-title .ui-datepicker-month {
  text-transform: capitalize;
  font-weight: bold;
}
.ui-datepicker-title .ui-datepicker-month option {
  direction: rtl;
}
.ui-datepicker-title .ui-datepicker-year {
  font-weight: bold;
}

.page #ui-datepicker-div {
  background: #fff;
  border: 1px solid #F5A600;
  padding: 20px;
}
.page #ui-datepicker-div span {
  font-size: 12px;
}

.block-editor-page .ui-datepicker-title {
  margin: 0 !important;
}
.block-editor-page .acf-ui-datepicker .ui-widget-header .ui-icon {
  background-image: unset !important;
}

.ui-state-default {
  color: #fff;
}

.added-articles {
  justify-content: flex-start !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.added-articles .select-selected,
.added-articles .select-items {
  right: -60px;
  color: #333;
}
@media (max-width: 414px) {
  .added-articles .select-selected,
  .added-articles .select-items {
    right: -100px !important;
  }
}
.added-articles .articles-container {
  width: 100% !important;
}
.added-articles .quickbook-button {
  padding: 10px 110px 10px 45px !important;
  width: 94% !important;
}
@media only screen and (max-width: 600px) {
  .added-articles .quickbook-button {
    width: 79% !important;
    padding: 10px 150px 10px 45px !important;
  }
}
.added-articles .remove-button {
  position: absolute;
  padding-top: 9px !important;
  padding-bottom: 13px !important;
  margin-left: 8px !important;
  color: #F5A600 !important;
  background: white !important;
  transition: 0.2s ease-in-out;
}
.added-articles .remove-button:hover {
  background-color: #eee !important;
  transition: 0.2s ease-in-out !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
.added-articles .quickbook-button::after {
  right: 15px !important;
}

.quickbook #quickbook .form-row .quickbook-button::after {
  pointer-events: none;
}

.select-items div.select-heading {
  background-color: #f9d289;
  color: #000;
  font-weight: bolder !important;
  font-size: 1.4rem;
  text-align: center;
}
.select-items div.select-heading :hover {
  background-color: #f9d289 !important;
}

.quickbook .article-container .small-divider {
  margin-left: 3.5% !important;
  margin-right: 3.5% !important;
}
@media (max-width: 769px) {
  .quickbook .article-container .small-divider {
    margin-left: 4.5% !important;
    margin-right: 4.5% !important;
  }
}
.quickbook .article-container .small-divider:last-child {
  display: none;
}
.quickbook .article-container .added-articles {
  justify-content: flex-start !important;
}
.quickbook .article-container .added-articles .quickbook-button {
  margin-left: 11%;
}
.quickbook .article-container .col-12 {
  padding-right: 3%;
  padding-left: 3%;
}
@media (max-width: 769px) {
  .quickbook .article-container .col-12 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.quickbook .article-container .heading {
  font-size: 2.5rem !important;
  margin-top: 0px;
  margin-bottom: 10px;
}
.quickbook .article-container .heading span {
  color: #f5a600;
}
.quickbook .article-container .sub-heading {
  font-size: 18px !important;
  margin-bottom: 5px;
}
.quickbook .article-container .add-button {
  text-align: center;
  background: #ffffff;
  color: #f5a601 !important;
}
.quickbook .article-container .add-button:hover {
  opacity: 0.8;
}
.quickbook .article-container .add-text {
  text-align: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  .inline-with-space {
    width: 100% !important;
    display: inline-block !important;
  }
  .quickbook .added-articles {
    justify-content: flex-start !important;
  }
}
#stickybook .quickbook #quickbook .wp-block-buttons {
  margin-top: 1em !important;
}

#stickybook .added-articles .quickbook-button {
  padding: 10px 110px 10px 45px !important;
  width: 80% !important;
}

.quickbook #quickbook .form-row .quickbook-button input {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 0px 8px 45px;
  background-color: #F5A600;
  border-radius: 10px;
}

.quickbook #quickbook .form-row .quickbook-button.quickbookdate::before {
  z-index: 3;
  pointer-events: none;
}

.quickbook #quickbook .form-row .quickbook-button.quickbookdate::after {
  z-index: 3;
}

.quickbook #quickbook .form-row .quickbook-button label {
  height: 24.5px;
}

.businessDealsMyPage {
  display: none !important;
}

.btn-orange {
  color: #ffffff;
  background-color: #F5A600;
  border-color: #F5A600;
}
.btn-orange:hover {
  opacity: 0.8;
}

.custom-select {
  position: relative;
  font-family: "Open Sans";
  background: transparent;
  border: none;
  font-size: 12px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  margin-top: -0.55em;
  color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000;
  font-weight: bold;
  padding: 8px 16px;
  cursor: pointer;
}

.centerchoicewrapper .select-items div,
.centerchoicewrapper .select-selected {
  color: #000;
  font-weight: bold;
  padding: 4px 16px;
  cursor: pointer;
}

.select-selected {
  color: #fff;
  white-space: nowrap;
  padding: 8px 0px;
}

.select-items div {
  border: 1px solid transparent;
}

.select-items div[data-icon] {
  background-size: 1px 1px;
  background-repeat: no-repeat;
  background-position: 200% 200%;
  padding-left: 46px;
  position: relative;
}
.select-items div[data-icon]:before {
  content: "";
  background-image: inherit;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 3px;
  left: 10px;
}

/* Style items (options): */
.centerchoicewrapper .select-items {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  background-color: #f8f8f8;
  color: #000;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-height: 275px;
  overflow: auto;
  margin: auto;
  width: 161px;
  padding-bottom: 15px;
}

.woocommerce .select-items {
  position: absolute;
  background-color: #fff;
  color: #000;
  top: 34px;
  left: -47px;
  right: -17px;
  z-index: 99;
  max-height: 275px;
  overflow: auto;
  width: 100%;
}

#quickbook .select-items {
  position: absolute;
  background-color: #fff;
  color: #000;
  top: 27px;
  left: -47px;
  right: -17px;
  z-index: 99;
  max-height: 275px;
  overflow: auto;
}

.fav-center .select-items {
  position: absolute;
  background-color: #fff;
  color: #000;
  top: 35px;
  left: -125px;
  right: -16px;
  z-index: 99;
  max-height: 275px;
  overflow: auto;
  border: 2px solid #f5a600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fav-center .custom-select .select-selected {
  font-family: "Montserrat", serif;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  top: 14px;
  left: 10px;
  bottom: 0;
  right: 0;
  padding: 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.01);
  color: #F5A600;
}

.custom-select .select-selected {
  position: absolute;
  top: -3px;
  left: -45px;
  right: -45px;
  bottom: -10px;
  padding: 14px 0px 8px 45px;
}

.added-articles .custom-select .select-selected {
  position: absolute;
  top: -3px;
  left: -45px;
  right: -100px;
  bottom: -10px;
  padding: 14px 0px 8px 45px;
}

.variations .custom-select {
  margin-bottom: 32px;
}
.variations .custom-select .select-selected {
  color: transparent;
}
.variations .custom-select .select-items {
  margin-left: 47px;
  max-width: 100%;
  top: 36px;
  background-color: #f8f8f8;
}

.centerchoicewrapper {
  height: 34px;
  background: #f8f8f8;
  border-radius: 0px;
}
.centerchoicewrapper label {
  color: transparent;
}
.centerchoicewrapper .select-selected {
  position: absolute;
  top: 0px;
  left: -59px;
  right: -45px;
  bottom: -10px;
  padding: 14px 0px 8px 45px;
  color: #f5a600;
}
.centerchoicewrapper .select-items {
  max-height: unset;
}

/* ==========================================================================================
========================================= LOGIN==============================================
============================================================================================= */
.menu-wrapper-min-side {
  display: none;
}

.parent-pageid-732 {
  display: block;
}
.parent-pageid-732 .menu-wrapper-min-side {
  display: block !important;
}

.parent-pageid-732.page-id-239758 {
  display: block !important;
}

/* ==========================================================================================
========================================= MENU - MIN SIDE ===================================
============================================================================================= */
.hiddenOverflow {
  overflow: hidden;
}

.log-out-btn a {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  color: #fff;
  text-decoration: underline !important;
  font-size: 12px !important;
}
.log-out-btn a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26'%3E%3Cg transform='translate(170 415)'%3E%3Cellipse cx='5.75' cy='5.75' rx='5.75' ry='5.75' transform='translate(-163.25 -414)' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M11.5,10C5.175,10,0,12.587,0,15.75v2.875H23V15.75C23,12.587,17.825,10,11.5,10Z' transform='translate(-169 -408.625)' fill='none' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 26px;
}

.log-out-btn.log-out-transform a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: underline !important;
  font-size: 12px !important;
}
.log-out-btn.log-out-transform a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26'%3E%3Cg transform='translate(170 415)'%3E%3Cellipse cx='5.75' cy='5.75' rx='5.75' ry='5.75' transform='translate(-163.25 -414)' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M11.5,10C5.175,10,0,12.587,0,15.75v2.875H23V15.75C23,12.587,17.825,10,11.5,10Z' transform='translate(-169 -408.625)' fill='none' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 26px;
}

@media (max-width: 991px) {
  .log-out-btn {
    max-width: 100% !important;
  }
  .log-out-btn a {
    left: unset;
    margin-top: unset !important;
    height: 100% !important;
    align-items: center !important;
  }
  .log-out-btn.log-out-transform a {
    max-width: 100% !important;
    margin-top: unset !important;
    height: 100% !important;
    align-items: center !important;
  }
}
@media (min-width: 1600px) {
  .log-out-btn {
    top: 66px;
    height: 90%;
    max-width: 375px;
    left: unset;
  }
  .log-out-btn.log-out-transform {
    top: 66px;
    height: 90%;
    max-width: 375px;
    left: unset;
  }
  .log-out-btn.log-out-transform li {
    margin-right: 0;
  }
}
.log-out-btn {
  display: block !important;
  content: "";
  background-image: none;
  position: fixed;
  bottom: 0 !important;
  width: 100vw !important;
  background-color: #F5A600;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-items: baseline !important;
  padding: 0 !important;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  top: 90%;
  right: 0;
  max-width: 375px;
  left: unset;
}

.log-out-btn.log-out-transform {
  z-index: 9999;
  display: block !important;
  content: "";
  background-image: none;
  position: fixed;
  bottom: 0 !important;
  width: 100vw !important;
  background-color: #F5A600;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-items: baseline !important;
  padding: 0 !important;
  transform: translateX(0%);
  transition: 0.3s ease-in-out;
  top: 90%;
  right: 0;
  max-width: 375px;
  left: unset;
}
@media (max-width: 500px) {
  .log-out-btn.log-out-transform {
    overflow: scroll;
  }
}

#menu-button {
  width: 27px;
  height: 2px;
  background: #F5A600;
  position: absolute;
  top: -10px;
  transition: 0.2s ease;
}
#menu-button:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background: #383530;
  bottom: -8px;
  transition: 0.2s ease;
}
#menu-button:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background: #383530;
  top: -8px;
  transition: 0.2s ease;
}

#menu-button.active {
  transition: 0.2s ease;
  width: 27px;
  height: 2px;
  background: #F5A600;
  position: absolute;
  top: -10px;
  transition: 0.2s ease;
  width: 0;
}
#menu-button.active:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background: #F5A600;
  bottom: 0px;
  transition: 0.2s ease;
  transform: translateZ(0) rotate(45deg);
}
#menu-button.active:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background: #383530;
  top: 0px;
  transform: translateZ(0) rotate(-45deg);
  transition: 0.2s ease;
}

#closeoverlay {
  background: transparent;
  width: 100vw;
  height: 100vw;
  right: 14%;
  position: absolute;
  top: -100%;
}

.page-id-239758 .custom-menu-class,
.page-id-239758 .custom-menu-class-mobile,
.page-id-239863 .custom-menu-class,
.page-id-239863 .custom-menu-class-mobile,
.page-id-239868 .custom-menu-class,
.page-id-239868 .custom-menu-class-mobile {
  display: none !important;
}
.page-id-239758 .my-page-nav-container,
.page-id-239863 .my-page-nav-container,
.page-id-239868 .my-page-nav-container {
  display: none !important;
}
.page-id-239758 #menutoggle,
.page-id-239863 #menutoggle,
.page-id-239868 #menutoggle {
  display: none;
}

.custom-menu-class,
.custom-menu-class-mobile {
  display: none;
}

.my-page-nav-container {
  display: none !important;
}

@keyframes load {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.parent-pageid-732 header.header nav.navigation .scrollpane {
  display: none;
}
.parent-pageid-732 header.header nav.navigation .my-page-nav-container {
  display: block !important;
}
.parent-pageid-732 header.header nav.navigation .my-page-nav-container .scrollpane.my-page-nav {
  display: block !important;
}
.parent-pageid-732 .my-page-menu-container {
  display: block !important;
}
.parent-pageid-732 .minicart {
  display: none;
}
.parent-pageid-732 #main {
  padding-top: 0;
}
.parent-pageid-732 #chatbot-container {
  display: none;
}
.parent-pageid-732 .custom-menu-class-mobile.fadein,
.parent-pageid-732 .custom-menu-class.fadein {
  bottom: 0;
}
@media (max-width: 992px) {
  .parent-pageid-732 #stage .fadein {
    bottom: 0 !important;
  }
}
.parent-pageid-732 .custom-menu-class,
.parent-pageid-732 .custom-menu-class-mobile {
  display: flex;
  justify-content: space-between;
  z-index: 999999999;
  color: #000;
  height: 63px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: -5px -13px 34px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -5px -13px 34px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -5px -13px 34px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .parent-pageid-732 .custom-menu-class,
  .parent-pageid-732 .custom-menu-class-mobile {
    left: 0;
  }
}
.parent-pageid-732 .custom-menu-class ul,
.parent-pageid-732 .custom-menu-class-mobile ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: flex-end;
}
.parent-pageid-732 .custom-menu-class ul li,
.parent-pageid-732 .custom-menu-class-mobile ul li {
  white-space: nowrap;
  position: relative;
}
.parent-pageid-732 .custom-menu-class ul li a,
.parent-pageid-732 .custom-menu-class-mobile ul li a {
  font-size: 10px;
  text-decoration: none;
}
.parent-pageid-732 .custom-menu-class ul li ul li a,
.parent-pageid-732 .custom-menu-class-mobile ul li ul li a {
  font-size: 18px;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu {
  overflow: scroll;
  display: block !important;
  content: "";
  background-image: none;
  position: fixed;
  bottom: 53px !important;
  width: 100vw !important;
  left: -246px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-items: baseline !important;
  padding: 0 !important;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  top: 98px;
  right: 0;
  left: 0;
}
@media (max-width: 500px) {
  .parent-pageid-732 .custom-menu-class ul .sub-menu,
  .parent-pageid-732 .custom-menu-class-mobile ul .sub-menu {
    top: 0px;
  }
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .businessDealsMyPage a,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .businessDealsMyPage a {
  height: 100% !important;
  display: flex;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .logOutMyPage,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .logOutMyPage {
  display: none;
  width: 100%;
  bottom: 0;
  position: relative;
  background: #F5A600 !important;
  height: 93px !important;
}
@media (min-width: 992px) {
  .parent-pageid-732 .custom-menu-class ul .sub-menu .logOutMyPage,
  .parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .logOutMyPage {
    position: fixed !important;
    bottom: 66px;
  }
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .logOutMyPage a,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .logOutMyPage a {
  display: flex !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  justify-content: center !important;
  padding-left: 0 !important;
  color: #fff;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .logOutMyPage a:before,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .logOutMyPage a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26'%3E%3Cg transform='translate(170 415)'%3E%3Cellipse cx='5.75' cy='5.75' rx='5.75' ry='5.75' transform='translate(-163.25 -414)' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M11.5,10C5.175,10,0,12.587,0,15.75v2.875H23V15.75C23,12.587,17.825,10,11.5,10Z' transform='translate(-169 -408.625)' fill='none' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 26px;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .m-close-window,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .m-close-window {
  height: 30px;
  z-index: 20;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .m-close-window #closewindow,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .m-close-window #closewindow {
  height: 100%;
  width: 100%;
  background: red;
  z-index: 9999999999;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .m-close-window a,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .m-close-window a {
  color: #F5A600 !important;
  font-size: 12px !important;
  font-weight: 100;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu .m-close-window a:before,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu .m-close-window a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.744' height='11.488' viewBox='0 0 5.744 11.488'%3E%3Cpath id='Path_3402' data-name='Path 3402' d='M0,11.488,4.933,5.744,0,0H.777L5.744,5.744.777,11.488Z' transform='translate(5.744 11.488) rotate(180)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  width: 5.647px;
  height: 12.29px;
  display: inline-block;
  margin-right: 8.35px;
  position: absolute;
  left: 34px;
  top: 5px;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu li,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu li {
  position: static;
  float: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e5e2;
  height: 64px;
  padding: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=11.75 height=21 viewBox=0 0 11.75 21%3E%3Cpath d=M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z transform=translate(1.089 0.5) fill=%23f5a600 stroke=%23f4a600 stroke-width=1/%3E%3C/svg%3E");
  background-position: center right 34px;
  background-size: 11.75px 21px;
  background-repeat: no-repeat;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu li a,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu li a {
  width: 100%;
  padding-left: 48px;
  width: 100%;
  padding-left: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.375' height='18.75' viewBox='0 0 9.375 18.75'%3E%3Cpath id='Path_3402' data-name='Path 3402' d='M0,18.75,8.052,9.375,0,0H1.268L9.375,9.375,1.268,18.75Z' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 91%;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu {
  z-index: 9999;
  display: block !important;
  content: "";
  background-image: none;
  position: fixed;
  bottom: 53px !important;
  width: 100vw !important;
  left: -246px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  align-items: baseline !important;
  padding: 0 !important;
  transform: translateX(0%);
  transition: 0.3s ease-in-out;
  top: 98px;
  right: 0;
  left: 0;
  padding-bottom: 100px !important;
}
@media (max-width: 500px) {
  .parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu,
  .parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu {
    top: 0px;
    overflow: scroll;
  }
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu .m-close-window,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu .m-close-window {
  height: 30px;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu .m-close-window #closewindow,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu .m-close-window #closewindow {
  height: 100%;
  width: 100%;
  background: red;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu .m-close-window a,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu .m-close-window a {
  color: #F5A600 !important;
  font-size: 12px !important;
  font-weight: 100;
  background-image: unset !important;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu .m-close-window a:before,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu .m-close-window a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.744' height='11.488' viewBox='0 0 5.744 11.488'%3E%3Cpath id='Path_3402' data-name='Path 3402' d='M0,11.488,4.933,5.744,0,0H.777L5.744,5.744.777,11.488Z' transform='translate(5.744 11.488) rotate(180)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  width: 5.647px;
  height: 12.29px;
  display: inline-block;
  margin-right: 8.35px;
  position: absolute;
  left: 34px;
  top: 5px;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu .m-close-window a:after,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu .m-close-window a:after {
  background-image: unset !important;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu li,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu li {
  position: static;
  float: none;
  display: flex;
  background: #f8f8f8;
  align-items: center;
  border-bottom: 1px solid #e6e5e2;
  height: 64px;
  padding: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg width=11.75 height=21 viewBox=0 0 11.75 21%3E%3Cpath d=M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z transform=translate(1.089 0.5) fill=%23f5a600 stroke=%23f4a600 stroke-width=1/%3E%3C/svg%3E");
  background-position: center right 34px;
  background-size: 11.75px 21px;
  background-repeat: no-repeat;
}
.parent-pageid-732 .custom-menu-class ul .sub-menu.active-sub-menu li a,
.parent-pageid-732 .custom-menu-class-mobile ul .sub-menu.active-sub-menu li a {
  width: 100%;
  padding-left: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.375' height='18.75' viewBox='0 0 9.375 18.75'%3E%3Cpath id='Path_3402' data-name='Path 3402' d='M0,18.75,8.052,9.375,0,0H1.268L9.375,9.375,1.268,18.75Z' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 91%;
  height: 100%;
  display: flex;
  align-items: center;
}

/*================== "MINE FORDELE - MENU PUNKT" ==============*/
.min-side-min-side a, .min-side-min-side div {
  position: relative;
}
.min-side-min-side a:after, .min-side-min-side div:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26'%3E%3Cg id='Group_916' data-name='Group 916' transform='translate(170 415)'%3E%3Cellipse id='Ellipse_33' data-name='Ellipse 33' cx='5.75' cy='5.75' rx='5.75' ry='5.75' transform='translate(-163.25 -414)' fill='none' stroke='%23383530' stroke-width='2'/%3E%3Cpath id='Path_3455' data-name='Path 3455' d='M11.5,10C5.175,10,0,12.587,0,15.75v2.875H23V15.75C23,12.587,17.825,10,11.5,10Z' transform='translate(-169 -408.625)' fill='none' stroke='%23eaa93b' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position-x: 50%;
  position: absolute;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
}

/*================== "KURV - MENU PUNKT" ==============*/
.min-side-kurv a {
  position: relative;
}
.min-side-kurv a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23.574' height='23.574' viewBox='0 0 23.574 23.574'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1650' data-name='Rectangle 1650' width='23.574' height='23.574' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1264' data-name='Group 1264' transform='translate(0 0)'%3E%3Cg id='Group_1263' data-name='Group 1263' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3591' data-name='Path 3591' d='M30.021,24.9c-1.143,0-2.531,1.408-2.69,3.429a.383.383,0,0,0,.715.216l.456-.817a1.626,1.626,0,0,1,3.027,0l.456.817a.383.383,0,0,0,.716-.216c-.15-2.026-1.539-3.429-2.681-3.429m-9.654,3.641.456-.817a1.8,1.8,0,0,1,1.513-1.031,1.8,1.8,0,0,1,1.513,1.031l.456.817a.383.383,0,0,0,.716-.217C24.868,26.3,23.474,24.9,22.332,24.9S19.8,26.3,19.642,28.326a.389.389,0,0,0,.726.212m11.305,2.886H20.684a.645.645,0,0,0-.648.72,5.83,5.83,0,0,0,5.816,5.042h.654a5.83,5.83,0,0,0,5.815-5.042.645.645,0,0,0-.648-.72' transform='translate(-14.325 -18.158)' fill='%23f7a600'/%3E%3Cpath id='Path_3592' data-name='Path 3592' d='M11.787,23.574A11.787,11.787,0,1,1,23.574,11.787,11.8,11.8,0,0,1,11.787,23.574m0-21.68a9.892,9.892,0,1,0,9.892,9.892,9.9,9.9,0,0,0-9.892-9.892' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position-x: 50%;
  position: absolute;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
}

.min-side-hjem a {
  position: relative;
}
.min-side-hjem a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35.5' height='23.574' viewBox='0 0 35.5 23.574'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1649' data-name='Rectangle 1649' width='35.5' height='23.574' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1262' data-name='Group 1262' transform='translate(0 0)'%3E%3Cg id='Group_1261' data-name='Group 1261' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3584' data-name='Path 3584' d='M29.795,23.574H5.7A5.711,5.711,0,0,1,0,17.87V5.7A5.711,5.711,0,0,1,5.7,0h24.09A5.711,5.711,0,0,1,35.5,5.7V17.87a5.711,5.711,0,0,1-5.705,5.7M5.7,1.711A4,4,0,0,0,1.711,5.7V17.87A4,4,0,0,0,5.7,21.864h24.09a4,4,0,0,0,3.994-3.994V5.7a4,4,0,0,0-3.994-3.994Z' transform='translate(0 0)'/%3E%3Cpath id='Path_3585' data-name='Path 3585' d='M73.445,22.449H70.6a.912.912,0,0,1-.911-.911V18.69a.912.912,0,0,1,.911-.911h2.848a.912.912,0,0,1,.911.911v2.848a.912.912,0,0,1-.911.911M70.6,18.463a.227.227,0,0,0-.227.227v2.848a.227.227,0,0,0,.227.227h2.848a.227.227,0,0,0,.227-.227V18.69a.227.227,0,0,0-.227-.227Z' transform='translate(-45.843 -11.696)'/%3E%3Cpath id='Path_3586' data-name='Path 3586' d='M73.445,45.914H70.6A.912.912,0,0,1,69.686,45V42.155a.912.912,0,0,1,.911-.911h2.848a.912.912,0,0,1,.911.911V45a.912.912,0,0,1-.911.911M70.6,41.928a.227.227,0,0,0-.227.227V45a.227.227,0,0,0,.227.227h2.848A.227.227,0,0,0,73.672,45V42.155a.227.227,0,0,0-.227-.227Z' transform='translate(-45.843 -27.132)'/%3E%3Cpath id='Path_3587' data-name='Path 3587' d='M49.091,45.914H46.243A.912.912,0,0,1,45.332,45V42.155a.912.912,0,0,1,.911-.911h2.848a.912.912,0,0,1,.911.911V45a.912.912,0,0,1-.911.911m-2.848-3.986a.227.227,0,0,0-.227.227V45a.227.227,0,0,0,.227.227h2.848A.227.227,0,0,0,49.318,45V42.155a.227.227,0,0,0-.227-.227Z' transform='translate(-29.822 -27.132)'/%3E%3Cpath id='Path_3588' data-name='Path 3588' d='M22.736,45.914H19.888A.912.912,0,0,1,18.977,45V42.155a.912.912,0,0,1,.911-.911h2.848a.912.912,0,0,1,.911.911V45a.912.912,0,0,1-.911.911m-2.848-3.986a.227.227,0,0,0-.227.227V45a.227.227,0,0,0,.227.227h2.848A.227.227,0,0,0,22.963,45V42.155a.227.227,0,0,0-.227-.227Z' transform='translate(-12.484 -27.132)'/%3E%3Cpath id='Path_3589' data-name='Path 3589' d='M22.084,17.615l-.451-.451a.541.541,0,0,0-.764,0L18.034,20l-1.24-1.24a.535.535,0,0,0-.382-.158h0a.537.537,0,0,0-.382.158l-.452.452a.541.541,0,0,0,0,.764L17.7,22.091l.008,0a.542.542,0,0,0,.713-.046l3.668-3.669a.542.542,0,0,0,0-.764' transform='translate(-10.144 -11.187)' fill='%23f7a600'/%3E%3Cpath id='Path_3590' data-name='Path 3590' d='M48.437,17.615l-.451-.451a.541.541,0,0,0-.764,0L44.387,20l-1.241-1.24a.541.541,0,0,0-.764,0l-.451.451a.541.541,0,0,0,0,.764l2.117,2.117.008,0a.542.542,0,0,0,.712-.046l3.668-3.669a.54.54,0,0,0,0-.764' transform='translate(-27.481 -11.187)' fill='%23f7a600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position-x: 50%;
  position: absolute;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
}

.min-side-menu a:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  top: -18px;
  left: 2px;
}
.min-side-menu ul li a {
  font-size: 18px;
  font-weight: 800;
}
.min-side-menu ul li a:after {
  content: unset !important;
  background-image: unset !important;
}

.huskmig {
  color: #000 !important;
}

.page-template-mypage-template {
  background-color: #f8f8f8;
}

.my-page-top-wrapper {
  display: flex;
  position: relative;
  height: 300px;
  width: 100vw;
  background: red;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 20px;
}
.my-page-top-wrapper p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* ==========================================================================================
========================================= BUTTONS UNDER SLIDER ==============================
============================================================================================= */
.icon-wrapper-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1em;
  margin-left: 1em;
  gap: 3em;
  margin-top: -36px;
  position: relative;
  margin-bottom: -25px;
}
@media (max-width: 400px) {
  .icon-wrapper-flex {
    gap: 1em;
  }
}
.icon-wrapper-flex .icon-wrapper-inner-score {
  z-index: 3;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner-score {
    display: none;
    position: absolute;
    opacity: 0;
    top: -9999px;
  }
}
@media (max-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner-score {
    max-width: 100px;
  }
}
.icon-wrapper-flex .icon-wrapper-inner-score a {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: inherit;
  text-decoration: none;
}
.icon-wrapper-flex .icon-wrapper-inner-score p {
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  text-align: center;
}
.icon-wrapper-flex .icon-wrapper-inner-score .m-online-scorecards {
  z-index: 3;
  width: 70px;
  height: 70px;
  background: #F5A600;
  border-radius: 25px;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1262' data-name='Group 1262' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65.632' height='74' viewBox='0 0 65.632 74'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1649' data-name='Rectangle 1649' width='65.632' height='74' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1261' data-name='Group 1261' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3579' data-name='Path 3579' d='M15.933,60.369a12.613,12.613,0,0,0,6.639,1.761,8.445,8.445,0,0,0,9.413-7.351c.026-.213.044-.426.054-.64a6.905,6.905,0,0,0-3.658-6.1,6.616,6.616,0,0,0,2.845-5.419A6.79,6.79,0,0,0,24.2,36.074a6.629,6.629,0,0,0-.684.058,12.543,12.543,0,0,0-6.771,2.034,1.09,1.09,0,0,0-.406,1.219l.814,2.3a1.632,1.632,0,0,0,.678.678,1.188,1.188,0,0,0,.947-.136,6.911,6.911,0,0,1,4.064-1.356c2.033,0,2.98.947,2.98,2.439,0,2.167-2.439,2.845-4.2,2.845H19.861a1.068,1.068,0,0,0-1.083,1.052v2.333a1.068,1.068,0,0,0,1.053,1.083h1.791c.814,0,4.878.137,5.01,3.658a2.793,2.793,0,0,1-.947,2.3A4.269,4.269,0,0,1,22.3,57.669a11.158,11.158,0,0,1-4.605-1.219,1.719,1.719,0,0,0-.814-.136,1.116,1.116,0,0,0-.678.678l-.814,2.439a2.325,2.325,0,0,0,.545.939' transform='translate(-4.015 -9.412)' fill='%23fff'/%3E%3Cpath id='Path_3580' data-name='Path 3580' d='M42.825,42.872a1.35,1.35,0,0,0,.542.678,1.155,1.155,0,0,0,.947,0l2.575-1.355V60.751a1.068,1.068,0,0,0,1.053,1.083h3.011a1.067,1.067,0,0,0,1.083-1.052V37.453a1.067,1.067,0,0,0-1.052-1.083H48.245a1.021,1.021,0,0,0-.542.136l-5.01,2.708a1.094,1.094,0,0,0-.542,1.219Z' transform='translate(-10.991 -9.49)' fill='%23fff'/%3E%3Cpath id='Path_3581' data-name='Path 3581' d='M49.713,5.315H44.566V9.772a3.257,3.257,0,0,1-6.5,0V5.315H18.015V9.772a3.257,3.257,0,0,1-6.5,0V5.315H6.366A6.18,6.18,0,0,0,0,11.3v47.9a6.18,6.18,0,0,0,6.366,5.987H49.713a6.181,6.181,0,0,0,6.366-5.987V11.3a6.181,6.181,0,0,0-6.366-5.988m2.17,53.89a2.079,2.079,0,0,1-2.119,2.039H6.366A2.079,2.079,0,0,1,4.2,59.253c0-.016,0-.032,0-.047V20.085H52.015v39.12Z' transform='translate(0 -1.386)' fill='%23fff'/%3E%3Cpath id='Path_3582' data-name='Path 3582' d='M19.548,9.891a1.216,1.216,0,0,0,1.219-1.212V1.222a1.219,1.219,0,0,0-2.439,0V8.8a1.193,1.193,0,0,0,1.219,1.095' transform='translate(-4.783 -0.001)' fill='%23fff'/%3E%3Cpath id='Path_3583' data-name='Path 3583' d='M55.474,9.89a1.216,1.216,0,0,0,1.219-1.212V1.222a1.219,1.219,0,0,0-2.439,0V8.671A1.216,1.216,0,0,0,55.467,9.89h.007' transform='translate(-14.158 0)' fill='%23fff'/%3E%3Cpath id='Path_3584' data-name='Path 3584' d='M41.12,69.141a16.7,16.7,0,1,1,16.7,16.7,16.7,16.7,0,0,1-16.7-16.7' transform='translate(-10.73 -13.685)' fill='%23fff'/%3E%3Cpath id='Path_3585' data-name='Path 3585' d='M57.165,87.033A18.544,18.544,0,1,1,75.709,68.488,18.565,18.565,0,0,1,57.165,87.033m0-33.393A14.849,14.849,0,1,0,72.014,68.488,14.865,14.865,0,0,0,57.165,53.639' transform='translate(-10.078 -13.033)' fill='%23fff'/%3E%3Cpath id='Path_3586' data-name='Path 3586' d='M70.071,67.586l-1.248-1.248a1.484,1.484,0,0,0-1.057-.438h0a1.483,1.483,0,0,0-1.057.438l-7.845,7.845L55.43,70.75a1.531,1.531,0,0,0-2.114,0L52.067,72a1.5,1.5,0,0,0,0,2.114l5.737,5.738.183.18h.036a1.5,1.5,0,0,0,1.9-.18l4.77-4.771L70.073,69.7a1.5,1.5,0,0,0,0-2.114' transform='translate(-13.473 -17.196)' fill='%23f5a62e'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 26px center;
  -webkit-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
}
@media (min-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner-score .m-online-scorecards {
    width: 100px;
    height: 100px;
    border-radius: 35px;
    background-size: 50px;
  }
}
.icon-wrapper-flex .icon-wrapper-inner {
  z-index: 3;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner {
    max-width: 100px;
  }
}
.icon-wrapper-flex .icon-wrapper-inner a {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: inherit;
  text-decoration: none;
}
.icon-wrapper-flex .icon-wrapper-inner p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.icon-wrapper-flex .icon-wrapper-inner .m-online-scorecards {
  z-index: 3;
  width: 70px;
  height: 70px;
  background: #F5A600;
  border-radius: 25px;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.776' height='26.271' viewBox='0 0 33.776 26.271'%3E%3Cpath id='address-card' d='M30.962,32H2.815A2.815,2.815,0,0,0,0,34.815V55.456a2.815,2.815,0,0,0,2.815,2.815H30.962a2.815,2.815,0,0,0,2.815-2.815V34.815A2.815,2.815,0,0,0,30.962,32Zm0,23.456H2.815V34.815H30.962ZM12.2,45.135a3.753,3.753,0,1,0-3.753-3.753A3.756,3.756,0,0,0,12.2,45.135ZM6.943,52.641H17.451a1.23,1.23,0,0,0,1.314-1.126V50.389a3.693,3.693,0,0,0-3.941-3.378,14.157,14.157,0,0,1-2.627.469,13.951,13.951,0,0,1-2.627-.469,3.693,3.693,0,0,0-3.941,3.378v1.126A1.23,1.23,0,0,0,6.943,52.641ZM21.11,48.888h6.568a.47.47,0,0,0,.469-.469v-.938a.47.47,0,0,0-.469-.469H21.11a.47.47,0,0,0-.469.469v.938A.47.47,0,0,0,21.11,48.888Zm0-3.753h6.568a.47.47,0,0,0,.469-.469v-.938a.47.47,0,0,0-.469-.469H21.11a.47.47,0,0,0-.469.469v.938A.47.47,0,0,0,21.11,45.135Zm0-3.753h6.568a.47.47,0,0,0,.469-.469v-.938a.47.47,0,0,0-.469-.469H21.11a.47.47,0,0,0-.469.469v.938A.47.47,0,0,0,21.11,41.382Z' transform='translate(0 -32)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
}
@media (min-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner .m-online-scorecards {
    width: 100px;
    height: 100px;
    background-size: 50px;
    border-radius: 35px;
  }
}
.icon-wrapper-flex .icon-wrapper-inner .m-my-bookings {
  z-index: 3;
  width: 70px;
  height: 70px;
  background: #F5A600;
  border-radius: 25px;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60.845' height='40.405' viewBox='0 0 60.845 40.405'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1648' data-name='Rectangle 1648' width='60.845' height='40.405' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1260' data-name='Group 1260' transform='translate(0 0)'%3E%3Cg id='Group_1259' data-name='Group 1259' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3572' data-name='Path 3572' d='M51.067,40.4H9.778A9.789,9.789,0,0,1,0,30.627V9.778A9.789,9.789,0,0,1,9.778,0H51.067a9.788,9.788,0,0,1,9.778,9.778v20.85A9.789,9.789,0,0,1,51.067,40.4M9.778,2.932A6.853,6.853,0,0,0,2.932,9.778v20.85a6.853,6.853,0,0,0,6.845,6.845H51.067a6.854,6.854,0,0,0,6.846-6.845V9.778a6.854,6.854,0,0,0-6.846-6.845Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_3573' data-name='Path 3573' d='M76.129,25.784H71.248a1.563,1.563,0,0,1-1.562-1.562V19.341a1.563,1.563,0,0,1,1.562-1.562h4.881a1.563,1.563,0,0,1,1.562,1.562v4.881a1.563,1.563,0,0,1-1.562,1.562m-4.881-6.832a.389.389,0,0,0-.389.389v4.881a.39.39,0,0,0,.389.389h4.881a.39.39,0,0,0,.389-.389V19.341a.389.389,0,0,0-.389-.389Z' transform='translate(-28.82 -7.353)' fill='%23fff'/%3E%3Cpath id='Path_3574' data-name='Path 3574' d='M76.129,49.249H71.248a1.563,1.563,0,0,1-1.562-1.562V42.806a1.563,1.563,0,0,1,1.562-1.562h4.881a1.563,1.563,0,0,1,1.562,1.562v4.881a1.563,1.563,0,0,1-1.562,1.562m-4.881-6.832a.389.389,0,0,0-.389.389v4.881a.39.39,0,0,0,.389.389h4.881a.39.39,0,0,0,.389-.389V42.806a.389.389,0,0,0-.389-.389Z' transform='translate(-28.82 -17.057)' fill='%23fff'/%3E%3Cpath id='Path_3575' data-name='Path 3575' d='M51.775,49.249H46.894a1.563,1.563,0,0,1-1.562-1.562V42.806a1.563,1.563,0,0,1,1.562-1.562h4.881a1.563,1.563,0,0,1,1.562,1.562v4.881a1.563,1.563,0,0,1-1.562,1.562m-4.881-6.832a.389.389,0,0,0-.389.389v4.881a.39.39,0,0,0,.389.389h4.881a.39.39,0,0,0,.389-.389V42.806a.389.389,0,0,0-.389-.389Z' transform='translate(-18.748 -17.057)' fill='%23fff'/%3E%3Cpath id='Path_3576' data-name='Path 3576' d='M25.42,49.249H20.539a1.563,1.563,0,0,1-1.562-1.562V42.806a1.563,1.563,0,0,1,1.562-1.562H25.42a1.563,1.563,0,0,1,1.562,1.562v4.881a1.563,1.563,0,0,1-1.562,1.562m-4.881-6.832a.389.389,0,0,0-.389.389v4.881a.39.39,0,0,0,.389.389H25.42a.39.39,0,0,0,.389-.389V42.806a.389.389,0,0,0-.389-.389Z' transform='translate(-7.848 -17.057)' fill='%23fff'/%3E%3Cpath id='Path_3577' data-name='Path 3577' d='M26.841,18.05l-.774-.773a.926.926,0,0,0-1.309,0L19.9,22.136,17.774,20.01a.917.917,0,0,0-.654-.271h0a.92.92,0,0,0-.654.271l-.774.774a.928.928,0,0,0,0,1.309l3.629,3.628.014,0a.929.929,0,0,0,1.222-.078l6.287-6.288a.929.929,0,0,0,0-1.309' transform='translate(-6.377 -7.033)' fill='%23fff'/%3E%3Cpath id='Path_3578' data-name='Path 3578' d='M53.195,18.05l-.773-.773a.928.928,0,0,0-1.31,0l-4.859,4.859L44.127,20.01a.926.926,0,0,0-1.309,0l-.773.774a.927.927,0,0,0,0,1.309l3.629,3.628.014,0a.929.929,0,0,0,1.221-.078L53.2,19.359a.926.926,0,0,0,0-1.309' transform='translate(-17.276 -7.033)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
}
@media (min-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner .m-my-bookings {
    width: 100px;
    height: 100px;
    background-size: 60px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner .m-my-bookings {
    background-size: 40px;
  }
}
.icon-wrapper-flex .icon-wrapper-inner .m-online-bookings {
  z-index: 3;
  width: 70px;
  height: 70px;
  background: #F5A600;
  border-radius: 25px;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.353' height='31.352' viewBox='0 0 31.353 31.352'%3E%3Cpath id='laugh-beam' d='M15.676,8A15.676,15.676,0,1,0,31.353,23.676,15.674,15.674,0,0,0,15.676,8Zm8.938,24.614a12.636,12.636,0,1,1,3.7-8.938A12.556,12.556,0,0,1,24.615,32.614ZM20.733,17.1c-1.5,0-3.331,1.852-3.54,4.513a.5.5,0,0,0,.942.284l.6-1.075a2.365,2.365,0,0,1,1.991-1.365,2.365,2.365,0,0,1,1.991,1.365l.6,1.075a.5.5,0,0,0,.942-.284C24.065,18.954,22.238,17.1,20.733,17.1ZM8.028,21.9l.6-1.075A2.365,2.365,0,0,1,10.62,19.46a2.365,2.365,0,0,1,1.991,1.365l.6,1.075a.5.5,0,0,0,.942-.284c-.209-2.661-2.035-4.513-3.54-4.513s-3.331,1.852-3.54,4.513A.512.512,0,0,0,8.028,21.9Zm14.88,3.8H8.445a.848.848,0,0,0-.853.948,7.673,7.673,0,0,0,7.655,6.637h.86a7.673,7.673,0,0,0,7.655-6.637A.848.848,0,0,0,22.908,25.7Z' transform='translate(0 -8)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
}
@media (min-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner .m-online-bookings {
    width: 100px;
    background-size: 50px;
    height: 100px;
    border-radius: 35px;
  }
}
.icon-wrapper-flex .icon-wrapper-inner .m-receipts {
  z-index: 3;
  width: 70px;
  height: 70px;
  background: #F5A600;
  border-radius: 25px;
  border: 3px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.356' height='34.734' viewBox='0 0 28.356 34.734'%3E%3Cpath id='Path_3537' data-name='Path 3537' d='M584,67V98.734h.02l3.16-3.16,3.16,3.16h.018l3.16-3.16,3.16,3.16h.018l3.16-3.16,3.16,3.16h.018l3.16-3.16,3.16,3.16h0V67Z' transform='translate(-582.5 -65.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_395' data-name='Line 395' x2='16' transform='translate(6.178 9.367)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_396' data-name='Line 396' x2='16' transform='translate(6.178 14.617)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_397' data-name='Line 397' x2='16' transform='translate(6.178 19.867)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -18px rgba(0, 0, 0, 0.75);
}
@media (min-width: 767px) {
  .icon-wrapper-flex .icon-wrapper-inner .m-receipts {
    width: 100px;
    height: 100px;
    background-size: 40px;
    border-radius: 35px;
  }
}

.m-intro {
  background: #fff;
  border-radius: 15px;
}
.m-intro .m-intro-wrapper {
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.m-intro .m-intro-wrapper h2 {
  font-size: 18px;
}
.m-intro .m-intro-wrapper p {
  font-size: 12px;
}
.m-intro .m-intro-wrapper a {
  position: relative;
  font-size: 15px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s ease-in-out;
}
.m-intro .m-intro-wrapper a:hover:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath id='Path_3480' data-name='Path 3480' d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0.5em;
  top: 1px;
  transform: translateX(-5px);
  transition: 0.2s ease-in-out;
}
.m-intro .m-intro-wrapper a:hover:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath id='Path_1' data-name='Path 1' d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' transform='translate(15.766 18.658) rotate(180)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -2em;
  top: 1px;
  transition: 0.2s ease-in-out;
  transform: translateX(5px);
}
.m-intro .m-intro-wrapper a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath id='Path_3480' data-name='Path 3480' d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0.5em;
  top: 1px;
  transition: 0.2s ease-in-out;
}
.m-intro .m-intro-wrapper a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath id='Path_1' data-name='Path 1' d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' transform='translate(15.766 18.658) rotate(180)' fill='%23f5a600'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -2em;
  transition: 0.2s ease-in-out;
  top: 1px;
}

/* ==========================================================================================
========================================= BUTTONS - DINE FORDELE ============================
============================================================================================= */
.m-buttons {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
  flex-direction: column;
}
.m-buttons .m-b-1,
.m-buttons .m-b-2,
.m-buttons .m-b-3,
.m-buttons .m-b-4,
.m-buttons .m-b-5,
.m-buttons .m-b-6,
.m-buttons .m-b-7,
.m-buttons p {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 1.5em;
  border-radius: 15px;
  border: 2px solid #F5A600;
  margin-bottom: 1em;
}
.m-buttons .m-b-1 a,
.m-buttons .m-b-2 a,
.m-buttons .m-b-3 a,
.m-buttons .m-b-4 a,
.m-buttons .m-b-5 a,
.m-buttons .m-b-6 a,
.m-buttons .m-b-7 a,
.m-buttons p a {
  display: block;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.m-buttons .m-b-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='107.5' height='90.14' viewBox='0 0 107.5 90.14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1647' data-name='Rectangle 1647' width='92.553' height='67.233' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1258' data-name='Group 1258' transform='translate(18.532) rotate(16)'%3E%3Cg id='Group_1257' data-name='Group 1257' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3570' data-name='Path 3570' d='M93.21,55.345c3.6,3.355,5.645,7.39,5.645,11.815V77.352h9.409V68.668c0-5.879-6.04-10.862-15.055-13.323' transform='translate(-15.712 -10.118)' fill='%23f5a600'/%3E%3Cpath id='Path_3571' data-name='Path 3571' d='M79.712,19.839a21.6,21.6,0,0,1-10.974,18.72A50.406,50.406,0,0,1,79.787,41.7a14.9,14.9,0,0,0-1.413-29.3,21.241,21.241,0,0,1,1.339,7.438' transform='translate(-11.587 -2.267)' fill='%23f5a600'/%3E%3Cpath id='Path_3572' data-name='Path 3572' d='M26.713,41.655a50.5,50.5,0,0,1,10.909-3.083,21.6,21.6,0,0,1-10.974-18.72,21.221,21.221,0,0,1,1.318-7.378,14.9,14.9,0,0,0-1.253,29.181' transform='translate(-2.594 -2.281)' fill='%23f5a600'/%3E%3Cpath id='Path_3573' data-name='Path 3573' d='M9.034,67.192c0-4.363,1.992-8.345,5.5-11.672C5.805,58.029,0,62.935,0,68.7v8.683H9.034Z' transform='translate(0 -10.15)' fill='%23f5a600'/%3E%3Cpath id='Path_3574' data-name='Path 3574' d='M51.808,35.144A17.748,17.748,0,0,0,69.687,17.572a17.882,17.882,0,0,0-35.758,0A17.748,17.748,0,0,0,51.808,35.144' transform='translate(-5.719 0)' fill='%23f5a600'/%3E%3Cpath id='Path_3575' data-name='Path 3575' d='M43.551,60.779l4.483-4.537-4.483-4.537V48.559c-15.885,1.3-27.685,8.456-27.685,17.36V76.112H43.551Z' transform='translate(-2.674 -8.878)' fill='%23f5a600'/%3E%3Cpath id='Path_3576' data-name='Path 3576' d='M60.793,48.558V51.7L56.31,56.241l4.483,4.537V76.111H88.478V65.919c0-8.9-11.8-16.063-27.685-17.361' transform='translate(-9.492 -8.878)' fill='%23f5a600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 97% 81%;
}
.m-buttons .m-b-3 {
  background-repeat: no-repeat;
  background-position: 94% 104%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='93.086' height='73.652' viewBox='0 0 93.086 73.652'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1648' data-name='Rectangle 1648' width='81.812' height='54.329' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1260' data-name='Group 1260' transform='matrix(0.966, 0.259, -0.259, 0.966, 14.061, 0)'%3E%3Cg id='Group_1259' data-name='Group 1259' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3572' data-name='Path 3572' d='M68.664,54.329H13.147A13.162,13.162,0,0,1,0,41.182V13.147A13.162,13.162,0,0,1,13.147,0H68.664A13.161,13.161,0,0,1,81.812,13.147V41.182A13.162,13.162,0,0,1,68.664,54.329M13.147,3.943a9.215,9.215,0,0,0-9.2,9.2V41.182a9.215,9.215,0,0,0,9.2,9.2H68.664a9.215,9.215,0,0,0,9.205-9.2V13.147a9.215,9.215,0,0,0-9.205-9.2Z' transform='translate(0 0)' fill='%23f7a600'/%3E%3Cpath id='Path_3573' data-name='Path 3573' d='M78.349,28.542H71.786a2.1,2.1,0,0,1-2.1-2.1V19.879a2.1,2.1,0,0,1,2.1-2.1h6.563a2.1,2.1,0,0,1,2.1,2.1v6.563a2.1,2.1,0,0,1-2.1,2.1m-6.563-9.186a.523.523,0,0,0-.523.523v6.563a.524.524,0,0,0,.523.524h6.563a.524.524,0,0,0,.523-.524V19.879a.523.523,0,0,0-.523-.523Z' transform='translate(-14.738 -3.76)' fill='%23f7a600'/%3E%3Cpath id='Path_3574' data-name='Path 3574' d='M78.349,52.007H71.786a2.1,2.1,0,0,1-2.1-2.1V43.344a2.1,2.1,0,0,1,2.1-2.1h6.563a2.1,2.1,0,0,1,2.1,2.1v6.563a2.1,2.1,0,0,1-2.1,2.1m-6.563-9.186a.523.523,0,0,0-.523.523v6.563a.524.524,0,0,0,.523.524h6.563a.524.524,0,0,0,.523-.524V43.344a.523.523,0,0,0-.523-.523Z' transform='translate(-14.738 -8.722)' fill='%23f7a600'/%3E%3Cpath id='Path_3575' data-name='Path 3575' d='M53.995,52.007H47.432a2.1,2.1,0,0,1-2.1-2.1V43.344a2.1,2.1,0,0,1,2.1-2.1h6.563a2.1,2.1,0,0,1,2.1,2.1v6.563a2.1,2.1,0,0,1-2.1,2.1m-6.563-9.186a.523.523,0,0,0-.523.523v6.563a.524.524,0,0,0,.523.524h6.563a.524.524,0,0,0,.523-.524V43.344a.523.523,0,0,0-.523-.523Z' transform='translate(-9.587 -8.722)' fill='%23f7a600'/%3E%3Cpath id='Path_3576' data-name='Path 3576' d='M27.64,52.007H21.077a2.1,2.1,0,0,1-2.1-2.1V43.344a2.1,2.1,0,0,1,2.1-2.1H27.64a2.1,2.1,0,0,1,2.1,2.1v6.563a2.1,2.1,0,0,1-2.1,2.1m-6.563-9.186a.523.523,0,0,0-.523.523v6.563a.524.524,0,0,0,.523.524H27.64a.524.524,0,0,0,.523-.524V43.344a.523.523,0,0,0-.523-.523Z' transform='translate(-4.013 -8.722)' fill='%23f7a600'/%3E%3Cpath id='Path_3577' data-name='Path 3577' d='M30.776,18.41l-1.04-1.04a1.246,1.246,0,0,0-1.76,0L21.443,23.9l-2.858-2.858a1.232,1.232,0,0,0-.88-.364h0a1.237,1.237,0,0,0-.88.364l-1.041,1.041a1.248,1.248,0,0,0,0,1.76l4.879,4.879.019,0a1.25,1.25,0,0,0,1.642-.1l8.453-8.455a1.249,1.249,0,0,0,0-1.76' transform='translate(-3.261 -3.596)' fill='%23f7a600'/%3E%3Cpath id='Path_3578' data-name='Path 3578' d='M57.13,18.41l-1.039-1.04a1.248,1.248,0,0,0-1.762,0L47.8,23.9l-2.859-2.858a1.246,1.246,0,0,0-1.76,0l-1.039,1.04a1.246,1.246,0,0,0,0,1.761l4.879,4.879.019,0a1.249,1.249,0,0,0,1.642-.1l8.453-8.454a1.245,1.245,0,0,0,0-1.761' transform='translate(-8.835 -3.596)' fill='%23f7a600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 97px;
}
.m-buttons .m-b-4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='81.152' height='80.911' viewBox='0 0 81.152 80.911'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1647' data-name='Rectangle 1647' width='66.333' height='65.992' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1258' data-name='Group 1258' transform='matrix(0.966, 0.259, -0.259, 0.966, 17.08, 0)'%3E%3Cg id='Group_1257' data-name='Group 1257' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3570' data-name='Path 3570' d='M64.086,51.533A3.616,3.616,0,0,0,59.557,53.9a27.159,27.159,0,0,1-43.011,13.02l6.595-6.664L1.053,55.234,4.845,78.749l6.592-6.662A34.395,34.395,0,0,0,66.459,56.062a3.615,3.615,0,0,0-2.372-4.529' transform='translate(-0.292 -14.228)' fill='%23f7a600'/%3E%3Cpath id='Path_3571' data-name='Path 3571' d='M2.538,28.685a3.611,3.611,0,0,0,4.529-2.372,27.159,27.159,0,0,1,43.01-13.019l-6.595,6.664,22.089,5.026L61.778,1.468l-6.6,6.668A34.386,34.386,0,0,0,.166,24.156a3.615,3.615,0,0,0,2.372,4.529' transform='translate(0 0)' fill='%23f7a600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 94% 45%;
  background-size: 92px;
}
.m-buttons .m-b-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='90.875' height='97.389' viewBox='0 0 90.875 97.389'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1649' data-name='Rectangle 1649' width='72.252' height='81.465' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1263' data-name='Group 1263' transform='matrix(0.966, 0.259, -0.259, 0.966, 21.085, 0)'%3E%3Cg id='Group_1261' data-name='Group 1261' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3579' data-name='Path 3579' d='M15.988,62.82A13.885,13.885,0,0,0,23.3,64.759,9.3,9.3,0,0,0,33.66,56.667c.028-.234.049-.469.059-.7a7.6,7.6,0,0,0-4.027-6.712,7.283,7.283,0,0,0,3.132-5.966,7.475,7.475,0,0,0-7.732-7.21,7.3,7.3,0,0,0-.753.064,13.808,13.808,0,0,0-7.454,2.239,1.2,1.2,0,0,0-.447,1.342l.9,2.534a1.8,1.8,0,0,0,.746.746,1.307,1.307,0,0,0,1.042-.15A7.608,7.608,0,0,1,23.6,41.357c2.238,0,3.28,1.043,3.28,2.685,0,2.385-2.685,3.132-4.623,3.132H20.312a1.176,1.176,0,0,0-1.193,1.159V50.9a1.176,1.176,0,0,0,1.159,1.192h1.972c.9,0,5.37.151,5.515,4.027a3.075,3.075,0,0,1-1.042,2.535A4.7,4.7,0,0,1,23,59.848a12.283,12.283,0,0,1-5.07-1.342,1.893,1.893,0,0,0-.9-.15,1.228,1.228,0,0,0-.746.746l-.9,2.685a2.56,2.56,0,0,0,.6,1.034' transform='translate(-2.868 -6.723)' fill='%23f7a600'/%3E%3Cpath id='Path_3580' data-name='Path 3580' d='M42.9,43.528a1.486,1.486,0,0,0,.6.746,1.272,1.272,0,0,0,1.042,0l2.835-1.492V63.211A1.176,1.176,0,0,0,48.529,64.4h3.315a1.175,1.175,0,0,0,1.192-1.159V37.562a1.175,1.175,0,0,0-1.159-1.192H48.862a1.124,1.124,0,0,0-.6.15L42.751,39.5a1.2,1.2,0,0,0-.6,1.342Z' transform='translate(-7.851 -6.779)' fill='%23f7a600'/%3E%3Cpath id='Path_3581' data-name='Path 3581' d='M54.728,5.315H49.062v4.907a3.585,3.585,0,0,1-7.158,0V5.315H19.832v4.907a3.585,3.585,0,0,1-7.158,0V5.315H7.008A6.8,6.8,0,0,0,0,11.907V64.642a6.8,6.8,0,0,0,7.008,6.591h47.72a6.8,6.8,0,0,0,7.008-6.591V11.907a6.8,6.8,0,0,0-7.008-6.592m2.389,59.327a2.289,2.289,0,0,1-2.333,2.245l-.052,0H7.008a2.289,2.289,0,0,1-2.383-2.191c0-.017,0-.035,0-.052V21.575H57.262V64.642Z' transform='translate(0 -0.99)' fill='%23f7a600'/%3E%3Cpath id='Path_3582' data-name='Path 3582' d='M19.671,10.888a1.338,1.338,0,0,0,1.342-1.334V1.345a1.342,1.342,0,1,0-2.685,0V9.683a1.313,1.313,0,0,0,1.342,1.2' transform='translate(-3.416 -0.001)' fill='%23f7a600'/%3E%3Cpath id='Path_3583' data-name='Path 3583' d='M55.6,10.888A1.338,1.338,0,0,0,56.94,9.553V1.345a1.342,1.342,0,0,0-2.685,0V9.545a1.338,1.338,0,0,0,1.334,1.342H55.6' transform='translate(-10.113 0)' fill='%23f7a600'/%3E%3Cpath id='Path_3584' data-name='Path 3584' d='M41.12,70.825A18.381,18.381,0,1,1,59.5,89.206,18.381,18.381,0,0,1,41.12,70.825' transform='translate(-7.665 -9.775)' fill='%23fff'/%3E%3Cpath id='Path_3585' data-name='Path 3585' d='M59.036,90.774A20.415,20.415,0,1,1,79.45,70.359,20.438,20.438,0,0,1,59.036,90.774m0-36.762A16.347,16.347,0,1,0,75.382,70.359,16.365,16.365,0,0,0,59.036,54.012' transform='translate(-7.199 -9.309)' fill='%23f7a600'/%3E%3Cpath id='Path_3586' data-name='Path 3586' d='M71.931,67.756l-1.374-1.374a1.633,1.633,0,0,0-1.163-.482h0a1.633,1.633,0,0,0-1.163.482l-8.636,8.636L55.814,71.24a1.685,1.685,0,0,0-2.327,0l-1.376,1.376a1.648,1.648,0,0,0,0,2.327l6.316,6.317.2.2h.04a1.648,1.648,0,0,0,2.089-.2L71.933,70.083a1.649,1.649,0,0,0,0-2.327' transform='translate(-9.624 -12.283)' fill='%23f7a600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% 9%;
}
.m-buttons .m-b-5 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76.881' height='87.073' viewBox='0 0 76.881 87.073'%3E%3Cg id='Group_1231' data-name='Group 1231' transform='translate(-49.774 -606.559) rotate(14)'%3E%3Cpath id='Path_3537' data-name='Path 3537' d='M584,67v69.622h.044l6.934-6.934,6.934,6.934h.038l6.934-6.934,6.934,6.934h.039l6.934-6.934,6.934,6.934h.039l6.934-6.934,6.934,6.934h0V67Z' transform='translate(-368.948 507.633)' fill='none' stroke='%23f5a600' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3Cline id='Line_395' data-name='Line 395' x2='35.103' transform='translate(225.315 591.892)' fill='none' stroke='%23f5a600' stroke-width='5'/%3E%3Cline id='Line_396' data-name='Line 396' x2='35.103' transform='translate(225.315 603.411)' fill='none' stroke='%23f5a600' stroke-width='5'/%3E%3Cline id='Line_397' data-name='Line 397' x2='35.103' transform='translate(225.315 614.929)' fill='none' stroke='%23f5a600' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 92% 29%;
}
.m-buttons .m-b-6 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='132.206' height='135.212' viewBox='0 0 132.206 135.212'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1647' data-name='Rectangle 1647' width='107.048' height='111.298' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1258' data-name='Group 1258' transform='matrix(0.966, 0.259, -0.259, 0.966, 28.806, 0)'%3E%3Cg id='Group_1257' data-name='Group 1257' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3570' data-name='Path 3570' d='M49.111,58.179A29.089,29.089,0,1,1,78.2,29.089a29.122,29.122,0,0,1-29.089,29.09m0-48.87A19.781,19.781,0,1,0,68.891,29.089,19.8,19.8,0,0,0,49.111,9.308' transform='translate(4.413 0)' fill='%23f5a600'/%3E%3Cpath id='Path_3571' data-name='Path 3571' d='M107.048,99.5H0V82.626c0-16.313,23.511-29.09,53.524-29.09s53.524,12.777,53.524,29.09ZM9.308,90.189H97.74V82.626c0-9.357-18.159-19.781-44.216-19.781S9.308,73.269,9.308,82.626Z' transform='translate(0 11.801)' fill='%23f5a600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 94% 67%;
  background-size: 26%;
}
@media (max-width: 514px) {
  .m-buttons .m-b-6 {
    background-size: 23%;
  }
}
.m-buttons .m-b-7 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100.115' height='103.054' viewBox='0 0 100.115 103.054'%3E%3Cpath id='Path_3565' data-name='Path 3565' d='M1670.116,155.172c-3.393-1.094-9.327-.29-11.729,6.4a24.236,24.236,0,0,0-1.11,7.927c-.073,3.005-.142,5.844-1.778,8.652a22.806,22.806,0,0,1-4.557,4.793c-.894.792-1.848,1.656-2.81,2.585-.182-.131-.352-.276-.537-.4-1.064-2.219-2.242-4.278-3.333-6.085-1.579-2.614-2.941-4.871-3.418-6.942-.861-3.741.043-6.926,1-10.3a27.583,27.583,0,0,0,1.469-8.967c-.371-8.465-6.83-10.688-10.211-10.688h-.126c-3.421,0-9.881,2.223-10.25,10.688a27.6,27.6,0,0,0,1.469,8.967c.956,3.374,1.86,6.56,1,10.3-.477,2.069-1.839,4.327-3.418,6.94-1.093,1.812-2.289,3.872-3.356,6.1-.175.119-.335.256-.507.38-.96-.928-1.918-1.782-2.816-2.579a22.854,22.854,0,0,1-4.557-4.793c-1.635-2.808-1.7-5.647-1.777-8.651a24.274,24.274,0,0,0-1.111-7.928c-2.4-6.692-8.331-7.5-11.688-6.416-3.417,1.035-7.844,5.073-6.036,11.949a24.215,24.215,0,0,0,3.572,7.159c1.639,2.516,3.186,4.891,3.43,8.134a22.93,22.93,0,0,1-1.041,6.542c-1.162,4.7-2.609,10.559-.507,17.335a67.42,67.42,0,0,0,13.417,23.931,6.03,6.03,0,0,0,6.389,1.839l6.443-2.012a25.644,25.644,0,0,0,22.775,0l6.444,2.012a6.029,6.029,0,0,0,6.389-1.839,67.427,67.427,0,0,0,13.417-23.931c2.1-6.775.655-12.63-.507-17.335a22.913,22.913,0,0,1-1.041-6.542c.243-3.242,1.791-5.618,3.43-8.132a24.187,24.187,0,0,0,3.572-7.161C1677.92,160.233,1673.493,156.195,1670.116,155.172Zm-5.854,25.082-3.555-1.11a16.908,16.908,0,0,0,1.069-3.288l3.466,1.083A16.947,16.947,0,0,0,1664.263,180.254Zm-18.118,19.168c-1.848-1.386-2.52-3.616-1.5-4.982s3.341-1.349,5.189.037,2.52,3.617,1.5,4.982S1647.992,200.809,1646.145,199.422Zm-13.129-52.165c.828.011,4.972.341,5.211,5.8a23.361,23.361,0,0,1-1.28,7.344c-.26.917-.53,1.865-.769,2.85h-6.315c-.239-.984-.508-1.933-.768-2.85a23.347,23.347,0,0,1-1.28-7.344C1628.053,147.6,1632.2,147.268,1633.015,147.257Zm2.517,23.892h-5.024a19.185,19.185,0,0,0,.055-3.637h4.914A19.146,19.146,0,0,0,1635.532,171.149Zm-33.755,9.1a16.915,16.915,0,0,0-.979-3.316l3.467-1.082a16.92,16.92,0,0,0,1.069,3.288Zm-6.924-14.448c-1.1-4.185,1.722-5.471,2.624-5.769.384-.122,3.822-1.084,5.384,3.268a20.048,20.048,0,0,1,.81,6.323c.022.905.05,1.845.116,2.809l-4.529,1.414c-.491-.832-1-1.622-1.495-2.38A20.02,20.02,0,0,1,1594.854,165.806Zm18.821,61.364a.93.93,0,0,1-1-.279,61.558,61.558,0,0,1-12.427-22.132c-1.679-5.411-.526-10.075.587-14.586a35.406,35.406,0,0,0,1.174-6.425l5.113-1.6a35.19,35.19,0,0,0,4.6,4.621c.78.693,1.569,1.41,2.347,2.148a26.014,26.014,0,0,0,2.054,37.484Zm12.531-45.6a41.765,41.765,0,0,0,3.277-6.165h7.075a41.652,41.652,0,0,0,3.276,6.165,25.233,25.233,0,0,0-13.629,0Zm14.826,21.239c-1.116,1.5-3.518,1.586-5.366.2s-2.441-3.723-1.326-5.219,3.518-1.586,5.366-.2S1642.147,201.315,1641.032,202.811Zm-4.049-10.26c-1.848-1.386-2.52-3.617-1.5-4.982s3.341-1.349,5.189.036,2.521,3.617,1.5,4.983S1638.831,193.937,1636.983,192.551Zm28.81,12.209a61.555,61.555,0,0,1-12.427,22.132.929.929,0,0,1-1,.279l-2.449-.765a26.014,26.014,0,0,0,2.048-37.491c.78-.74,1.573-1.447,2.354-2.14a35.268,35.268,0,0,0,4.6-4.622l5.113,1.6a35.382,35.382,0,0,0,1.174,6.425C1666.32,194.684,1667.473,199.348,1665.793,204.759Zm5.393-38.953a20.015,20.015,0,0,1-2.91,5.668c-.494.758-1,1.547-1.494,2.379l-4.529-1.414c.067-.964.094-1.9.116-2.809a20.088,20.088,0,0,1,.81-6.323c1.462-4.071,4.51-3.523,5.424-3.256C1668.991,160.167,1672.364,161.33,1671.187,165.806Z' transform='translate(-1533.538 -389.052) rotate(9)' fill='%23ffac00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 93% 36%;
  background-size: 24%;
}
@media (max-width: 514px) {
  .m-buttons .m-b-7 {
    background-position: 95% 57%;
    background-size: 26%;
  }
}

.businessDealsMyPage .m-receipts {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1260' data-name='Group 1260' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='111.317' height='82.275' viewBox='0 0 111.317 82.275'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1648' data-name='Rectangle 1648' width='111.317' height='82.275' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1259' data-name='Group 1259' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3577' data-name='Path 3577' d='M93.21,55.345C97.538,59.451,100,64.388,100,69.8V82.275h11.317V71.649c0-7.194-7.265-13.292-18.107-16.3' fill='%23fff'/%3E%3Cpath id='Path_3578' data-name='Path 3578' d='M81.937,21.5a26.513,26.513,0,0,1-13.2,22.908,59.829,59.829,0,0,1,13.289,3.845,18.3,18.3,0,0,0-1.7-35.855,26.4,26.4,0,0,1,1.61,9.1' fill='%23fff'/%3E%3Cpath id='Path_3579' data-name='Path 3579' d='M29.008,48.184a59.932,59.932,0,0,1,13.121-3.773A26.486,26.486,0,0,1,30.515,12.474a18.3,18.3,0,0,0-1.507,35.71' fill='%23fff'/%3E%3Cpath id='Path_3580' data-name='Path 3580' d='M10.866,69.8c0-5.339,2.4-10.212,6.611-14.283C6.982,58.59,0,64.594,0,71.649V82.275H10.866Z' fill='%23fff'/%3E%3Cpath id='Path_3581' data-name='Path 3581' d='M55.433,43.007a21.5,21.5,0,1,0-21.5-21.5,21.528,21.528,0,0,0,21.5,21.5' fill='%23fff'/%3E%3Cpath id='Path_3582' data-name='Path 3582' d='M49.164,63.513l5.392-5.552-5.392-5.552v-3.85c-19.105,1.588-33.3,10.348-33.3,21.244V82.276h33.3Z' fill='%23fff'/%3E%3Cpath id='Path_3583' data-name='Path 3583' d='M61.7,48.558v3.851L56.31,57.96,61.7,63.512V82.275H95V69.8c0-10.9-14.193-19.657-33.3-21.245' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-size: 60px !important;
}

.m-slick-slider {
  background: #fff;
  width: 100vw;
  padding-top: 2em;
  padding-bottom: 2em;
}
.m-slick-slider h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.certificate {
  min-height: 246px;
}

/* ==========================================================================================
========================================= KONTO OPYSNINGER ==================================
============================================================================================= */
.page-id-736 #my-page label {
  white-space: nowrap !important;
  margin-bottom: 8px !important;
}
.page-id-736 #my-page select {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 5px 10px !important;
}

#retop {
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 30px;
  color: #F5A600;
}
#retop:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.617' height='18.808' viewBox='0 0 19.617 18.808'%3E%3Cg id='Group_1031' data-name='Group 1031' transform='translate(-316.883 -147.596)'%3E%3Cpath id='Path_401' data-name='Path 401' d='M1810.582,2087.542a1.154,1.154,0,0,1-1.152,1.153h-11.61a1.154,1.154,0,0,1-1.153-1.153v-11.61a1.154,1.154,0,0,1,1.153-1.153h9l1.848-1.849h-10.846a3,3,0,0,0-3,3v11.61a3,3,0,0,0,3,3h11.61a3,3,0,0,0,3-3v-9.229l-1.849,1.849Z' transform='translate(-1477.935 -1924.139)' fill='%23f7a600'/%3E%3Cpath id='Path_402' data-name='Path 402' d='M2972.017,2094.151l-8.188,8.189-.768,3a.31.31,0,0,0,.377.376l3-.768,8.189-8.189Z' transform='translate(-2639.447 -1945.237)' fill='%23f7a600'/%3E%3Cpath id='Path_403' data-name='Path 403' d='M4647.77,1865.611a1.846,1.846,0,0,0-2.612,0l-.068.068,2.613,2.613.067-.068A1.845,1.845,0,0,0,4647.77,1865.611Z' transform='translate(-4311.812 -1717.474)' fill='%23f7a600'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  left: 10px;
}

.m-addDeal p {
  font-family: "Open Sans";
}

@media (min-width: 992px) {
  .page-id-736 #my-page {
    padding-left: 0;
    padding-right: 0;
  }
  .page-id-736 #my-page .my-page-form-content {
    border-radius: 20px;
    position: relative;
    margin-bottom: 0;
    padding: 40px 30px !important;
    display: block;
    z-index: 10;
    background-color: #fff;
    max-width: 100% !important;
    border: 2px solid #f5a600;
  }
  .page-id-736 #my-page .my-page-form-content #customer-info {
    display: flex;
  }
  .page-id-736 #my-page .my-page-form-content #customer-info .m-addDeal {
    margin-top: 0;
    margin-left: 30px !important;
    height: 100% !important;
  }
}
.page-id-736 #my-page {
  background-color: #f8f8f8;
}
.page-id-736 #my-page .my-page-form-content {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}
.page-id-736 #my-page .my-page-form-content h2 {
  border-bottom: 2px solid #F5A600;
  font-size: 1.2em !important;
}
.page-id-736 #my-page .my-page-form-content .quickbookloc {
  background: #fff;
  padding: 3px 15px 3px 15px !important;
}
.page-id-736 #my-page .my-page-form-content .quickbookloc:before {
  content: unset !important;
  background-image: unset !important;
}
.page-id-736 #my-page .my-page-form-content .quickbookloc input {
  color: #000 !important;
}
.page-id-736 #my-page .my-page-form-content .quickbookloc label {
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5px !important;
}

.receipt-resume-button:last-o {
  border-bottom: 2px solid #F5A600;
}

.page-id-740 #main {
  background: #f8f8f8;
}

/* ================================================================================================
========================================= Birthday Campaign =======================================
================================================================================================ */
.birthday-campaign-active .slider-my-page {
  margin-top: 36px;
}
@media (max-width: 500px) {
  .birthday-campaign-active .slider-my-page {
    margin-top: 45px;
  }
}

.logged-in div#birthday-campaign {
  top: 121px;
}

div#birthday-campaign {
  box-shadow: 0 2px 5px 0 rgba(20, 20, 20, 0.1);
  background: #f5a601;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 999;
}
@media (max-width: 575px) {
  div#birthday-campaign {
    line-height: 1em;
    padding: 9px 0;
    top: 60px;
  }
}
div#birthday-campaign a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
div#birthday-campaign a:hover {
  color: #333;
}

/* ==========================================================================================
========================================= KVITTERINGER =======================================
============================================================================================= */
#my-receipts {
  margin-top: -20px !important;
  background: #f8f8f8 !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  max-width: 100% !important;
}
#my-receipts .receipt-container {
  background: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 90%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
#my-receipts .receipt-container .no-receipts {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#my-receipts .receipt-container .single-receipt {
  width: 100% !important;
  margin: auto auto 0;
}
#my-receipts .receipt-container .receipt-card {
  font-size: 12px;
}
#my-receipts .receipt-container .receipt-card .price {
  font-size: 12px !important;
}
#my-receipts .receipt-container .no-receipts {
  margin-bottom: 0;
}
#my-receipts .receipt-resume-button {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  border-bottom: unset !important;
  padding-top: 17px !important;
  width: 100%;
}
#my-receipts .receipt-resume-button:last-of-type, #my-receipts .receipt-resume-button:last-child {
  border: 5px solid #000 !important;
  border-bottom: 2px solid #F5A600 !important;
}
#my-receipts .receipt-resume-button .text-right {
  color: #F5A600;
  font-size: 12px;
}
#my-receipts .receipt-resume-button .text-center {
  white-space: nowrap;
  padding-left: 25px;
}
@media (max-width: 500px) {
  #my-receipts .receipt-resume-button .text-center {
    padding-left: 0;
  }
}
#my-receipts .receipt-resume-button .text-center,
#my-receipts .receipt-resume-button .text-left {
  font-size: 15px;
}
@media (max-width: 500px) {
  #my-receipts .receipt-resume-button .text-center,
  #my-receipts .receipt-resume-button .text-left {
    font-size: 12px;
  }
}

.my-bookings-container .rebook-splash {
  position: absolute;
  border-radius: 50%;
  background: #f5a601;
  font-size: 10px;
  color: #fff;
  line-height: 12px;
  padding: 12px 5px;
  top: 3px;
  right: 110px !important;
  z-index: 99;
}
@media (max-width: 500px) {
  .my-bookings-container .rebook-splash {
    font-size: 8px;
    line-height: 11px;
    padding: 9px 5px;
    top: 7px;
    right: 110px !important;
  }
}
.my-bookings-container .reservations-container .receipt-card {
  padding-right: 0px;
}
.my-bookings-container .line-quantity {
  font-size: 11px;
  opacity: 0.6;
}

.receipt-resume-button .rebook-splash {
  position: absolute;
  border-radius: 50%;
  background: #f5a601;
  font-size: 10px;
  color: #fff;
  line-height: 12px;
  padding: 12px 5px;
  top: 3px;
  right: 75px;
  z-index: 99;
}
@media (max-width: 500px) {
  .receipt-resume-button .rebook-splash {
    font-size: 8px;
    line-height: 11px;
    padding: 9px 5px;
    top: 7px;
    right: 75px;
  }
}

/* ==========================================================================================
========================================= KLIPPEKORT =======================================
============================================================================================= */
.gift-certificate-content > .certificate {
  transform: translateY(0%);
}

.gift-certificate-content > .certificate ~ .certificate {
  transition: 0.2s ease-in-out;
  margin-top: -192px;
}

.certificate {
  transition: 0.2s ease-in-out;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 10px 3px;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.certificate .valid-date {
  font-size: 12px;
}
.certificate .certificate-name h3 {
  font-size: 1.6rem !important;
}
@media (max-width: 494px) {
  .certificate .certificate-name h3 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 484px) {
  .certificate .valid-date-row .valid-date {
    font-size: 0.9rem;
  }
}

.active-card {
  transition: 0.2s ease-in-out;
  transform: scale(1.1) !important;
  z-index: 1;
}
@media (min-width: 767px) {
  .active-card {
    transform: scale(1) !important;
    border: 4px solid #F5A600 !important;
  }
}
.active-card:after {
  content: "";
  transition: 0.1s ease-in-out;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
}

.my-page-header {
  margin-bottom: 0 !important;
}
.my-page-header img {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#gift-id {
  height: 250px;
  width: 340px;
  border: 3px dashed #F5A600;
  margin-left: 0rem;
  margin-right: 0rem;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
}
#gift-id p {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #686868;
  margin-bottom: 0px;
  padding: 0 34px;
}

@media (max-width: 900px) {
  #memberships .gift-certificate-content {
    max-width: 100%;
    justify-content: center !important;
  }
}

/* ==========================================================================================
========================================= MEMBER OFFERS =======================================
============================================================================================= */
.memberofferslider {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
}
.memberofferslider .slider-item figcaption {
  font-size: 1em !important;
}

/* ==========================================================================================
========================================= COMMERCIALS =======================================
============================================================================================= */
.commercials {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-left: 7px;
}

.commercial-description {
  margin-left: 0px !important;
  margin-right: -8px !important;
}
.commercial-description .is-style-arrows {
  margin-left: 8px !important;
}

.front-page-commercials .commercial-wrap {
  padding-top: 9px;
}
.front-page-commercials .commercial-wrap .commercial-description {
  margin-top: 10px;
}

div#b2b {
  max-width: 1193px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}

.commercials-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.commercial-wrap {
  background: white;
  margin-right: 10px;
  margin-left: 10px;
  flex-basis: 31%;
  padding: 3px 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 414px) {
  .commercial-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .commercial-wrap {
    flex-basis: 47%;
  }
}
@media (max-width: 709px) {
  .commercial-wrap {
    flex-basis: 100%;
  }
}
.commercial-wrap ul.is-style-arrows {
  list-style: none;
  font-size: 12px;
}
.commercial-wrap ul.is-style-arrows li {
  font-size: inherit;
  line-height: 1.3333333333em;
  list-style: none;
  margin: 0.6666666667em !important;
}
.commercial-wrap ul.is-style-arrows li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: unset;
  left: 16px;
}
.commercial-wrap .commercial {
  width: 100%;
  height: 222px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.5s ease-in-out;
}
@media (max-width: 414px) {
  .commercial-wrap .commercial {
    width: 100%;
    height: 240px;
    margin-top: 0px;
  }
}
@media (max-width: 375px) {
  .commercial-wrap .commercial {
    width: 100%;
    height: 222px;
  }
}
.commercial-wrap .commercial .commercial-name {
  position: absolute;
  width: 54%;
  left: 13px;
  top: 25px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 414px) {
  .commercial-wrap .commercial .commercial-name {
    top: 29px;
  }
}
@media (max-width: 320px) {
  .commercial-wrap .commercial .commercial-name {
    top: 40px;
    font-size: 17px;
  }
}
.commercial-wrap .commercial-sub-info {
  font-weight: bold;
}
.commercial-wrap .commercial-sub-info .commercial-price {
  text-align: right;
}
.commercial-wrap .commercial-description {
  margin-left: 8px;
  margin-bottom: 90px;
}
.commercial-wrap .commercial-description ul {
  padding-left: 0 !important;
}
@media (max-width: 414px) {
  .commercial-wrap .commercial-description {
    margin-top: 0px;
  }
}
.commercial-wrap .btn-commercial {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.commercial-wrap .btn-commercial a {
  bottom: 15px;
  background: #F5A600;
  position: absolute;
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: 0.2s ease-in-out;
}
.commercial-wrap .btn-commercial a:after {
  transition: 0.2s ease-in-out;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cg id='Group_37' data-name='Group 37' transform='translate(0 0.702)'%3E%3Cline id='Line_25' data-name='Line 25' x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
}
.commercial-wrap .btn-commercial a:hover:after {
  margin-left: 13px;
  transition: 0.2s ease-in-out;
}

@media (min-width: 1080px) {
  .page-id-246054 .commercial-wrap,
  .page-id-738 .commercial-wrap,
  .page-id-744 .commercial-wrap {
    padding-top: 13px;
  }
}
.page-id-246054 .commercial-wrap ul.is-style-arrows,
.page-id-738 .commercial-wrap ul.is-style-arrows,
.page-id-744 .commercial-wrap ul.is-style-arrows {
  list-style: none;
  font-size: 12px;
}
.page-id-246054 .commercial-wrap ul.is-style-arrows li,
.page-id-738 .commercial-wrap ul.is-style-arrows li,
.page-id-744 .commercial-wrap ul.is-style-arrows li {
  font-size: inherit;
  line-height: 1.3333333333em;
  list-style: none;
  margin: 0.6666666667em !important;
}
.page-id-246054 .commercial-wrap ul.is-style-arrows li:before,
.page-id-738 .commercial-wrap ul.is-style-arrows li:before,
.page-id-744 .commercial-wrap ul.is-style-arrows li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: unset;
  left: -15px;
}
@media (min-width: 1080px) {
  .page-id-246054 .commercial-wrap .commercial,
  .page-id-738 .commercial-wrap .commercial,
  .page-id-744 .commercial-wrap .commercial {
    margin-bottom: 4px;
  }
}

/* ==========================================================================================
========================================= BOWLING SCORES  ==================================
============================================================================================= */
.bowl-wrapper {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: space-between;
}

.buttons-list {
  margin-top: 15px;
}
.buttons-list .score-sheet-button,
.buttons-list .score-sheet-full-serie-button {
  color: #F5A600;
  margin-left: 24px;
  position: relative;
  text-decoration: none;
}
.buttons-list .score-sheet-button:before,
.buttons-list .score-sheet-full-serie-button:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19.912' viewBox='0 0 18 19.912'%3E%3Cg id='Group_1034' data-name='Group 1034' transform='translate(-122.447 -539.588)'%3E%3Cpath id='Path_3507' data-name='Path 3507' d='M0,13.938,5.985,6.969,0,0H.943L6.969,6.969.943,13.938Z' transform='translate(138.416 548.031) rotate(90)' fill='%23f5a600' stroke='%23f4a600' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_374' data-name='Line 374' y1='13' transform='translate(131.447 540.588)' fill='none' stroke='%23f5a600' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_376' data-name='Line 376' x2='16' transform='translate(123.447 558.5)' fill='none' stroke='%23373531' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: -24px;
}

.score-date-container {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px 0;
}
.score-date-container .lane-wrapper {
  border-bottom: 1px solid #F5A600;
}
.score-date-container .score-header {
  padding-top: 15px;
  width: 95%;
  margin: auto;
  padding-bottom: 10px;
  padding: 25px 0px 5px;
  border-bottom: 2px solid #F5A600;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .score-date-container .score-header {
    max-width: 540px;
  }
}
.score-date-container .date {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 991px) {
  #my-scoreboards {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.score-opener {
  display: flex !important;
  align-items: center;
}

.removelines .game-container {
  border-bottom: 0px !important;
}

.game-container {
  margin-bottom: 0px !important;
  background: #fff;
  position: relative;
  padding: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
  border-bottom: 2px solid #F5A600;
}
@media (max-width: 500px) {
  .game-container {
    width: 100%;
  }
}
.game-container .score-text {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 414px) {
  .game-container .score-text {
    font-size: 1.5rem;
  }
}
.game-container:last-of-type {
  border-bottom: 2px solid #F5A600;
}
.game-container .sheet-header {
  white-space: nowrap;
  padding-left: 0 !important;
  font-size: 13px;
  color: #F5A600;
}
.game-container table {
  table-layout: fixed !important;
  border-top: 2px solid #F5A600;
  border-bottom: 2px solid #F5A600;
  margin-bottom: 10px;
  width: 100%;
}
.game-container table tbody {
  height: 145px;
}
.game-container table .frame-number:last-child, .game-container table .frame-number:last-of-type,
.game-container table .accumulated-score:last-child,
.game-container table .accumulated-score:last-of-type,
.game-container table .score-result:last-child,
.game-container table .score-result:last-of-type {
  border-right: unset !important;
}
.game-container table .accumulated-score {
  font-weight: bolder;
}
@media (max-width: 414px) {
  .game-container table .frame-number {
    height: 50px;
  }
}
.game-container table .frame-number,
.game-container table .accumulated-score {
  border: 1px solid #000;
  align-items: center;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 489px) {
  .game-container table .frame-number,
  .game-container table .accumulated-score {
    font-size: 8px;
  }
}
.game-container table .score-result {
  border: 1px solid #000;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  height: 49.5px;
}
.game-container table .score-result:last-child, .game-container table .score-result:last-of-type {
  border-right: unset !important;
}
@media (max-width: 489px) {
  .game-container table .score-result {
    font-size: 8px;
  }
}
.game-container .name {
  background-color: #F5A600 !important;
  border-left: none !important;
  border-right: 1px solid #F5A600 !important;
  text-align: center;
  width: 55px !important;
}
@media (max-width: 414px) {
  .game-container .name {
    width: 26px !important;
  }
}
.game-container .name p {
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 489px) {
  .game-container .name p {
    font-size: 14px;
  }
}
@media (max-width: 489px) {
  .game-container .name {
    width: 55px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .game-container .name {
    width: 50px;
  }
}
.game-container .total-score-heading {
  height: 50px !important;
  font-weight: bold;
  text-align: center;
  border-right: unset !important;
  border-left: 2px solid #F5A600 !important;
  border-top: 2px solid #F5A600 !important;
  border-bottom: 2px solid #F5A600 !important;
  background: #F5A600 !important;
  width: 100px !important;
}
@media (max-width: 489px) {
  .game-container .total-score-heading {
    font-size: 10px;
    width: 65px !important;
  }
}
.game-container .total-score {
  text-align: center;
  width: 100px;
  background: #fdedcc !important;
  font-weight: 900 !important;
  font-size: 3rem !important;
  border-right: unset !important;
  border-left: 2px solid #fdedcc !important;
  border-top: 2px solid #F5A600 !important;
  border-bottom: 2px solid #F5A600 !important;
}
@media (max-width: 489px) {
  .game-container .total-score {
    font-size: 18px;
  }
}

.lane-games .game-container:last-of-type {
  margin-bottom: 10px !important;
}
.lane-games .game-container:first-of-type {
  padding-top: 0 !important;
}

.score-opener {
  cursor: pointer;
  text-decoration: none;
  color: #F5A600;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  padding-right: 0 !important;
  font-size: 13px;
}
.score-opener:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .mobile-fade {
    z-index: 0 !important;
  }
}
.score-table {
  padding-top: 15px;
}
@media (max-width: 414px) {
  .score-table {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .score-table {
    width: 100%;
  }
}

.no-scores-heading {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border: 3px dashed #F5A600;
  margin-top: 1em;
  line-height: 1.4;
  text-align: center !important;
  font-weight: bold !important;
  min-height: 150px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 20px;
}

.logo-printscore {
  display: none;
}

* {
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
  color-adjust: exact !important; /*Firefox*/
}

/* ==========================================================================================
========================================= API LOG  ==========================================
============================================================================================= */
.log-container .log-api {
  display: block;
  background-color: #F5A600;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.log-container .log-api:hover {
  cursor: pointer;
  background-color: #F5A600;
  opacity: 0.8;
}
.log-container .log-result {
  display: none;
  margin-left: 20px;
}
.log-container .log-result .log-element {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: lightsteelblue;
  border-style: solid;
  border-width: 1px;
  border: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  margin-left: -20px;
}
.log-container .log-result .log-element .log-general {
  display: block;
  font-weight: bold;
}
.log-container .log-result .log-element .log-header {
  font-weight: bold;
  font-size: 16px;
}
.log-container .log-result .log-element .log-request {
  display: block;
  background-color: lightyellow;
  padding: 10px;
  margin-top: 5px;
}
.log-container .log-result .log-element .log-response {
  display: block;
  background-color: lightgreen;
  padding: 10px;
  margin-top: 5px;
}
.log-container .log-result .log-element .log-text {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.log-container .log-result .log-element .log-text-token {
  display: none;
}

/* ==========================================================================================
========================================= SLICK SLIDER - DINE FORDELE  ======================
============================================================================================= */
.my-page-slider {
  margin-bottom: 0px !important;
  display: none;
}

.slick-slide {
  position: relative;
}
.slick-slide .slides-wrap {
  position: absolute;
  top: 50%;
  color: #fff !important;
  transform: translateY(-50%);
  left: 25%;
}
@media (max-width: 1024px) {
  .slick-slide .slides-wrap {
    left: 10%;
    right: unset;
  }
}
@media (max-width: 514px) {
  .slick-slide .slides-wrap {
    right: 20px;
    left: 35px;
  }
}
.slick-slide .slides-wrap h2 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 15px;
}
@media (max-width: 414px) {
  .slick-slide .slides-wrap h2 {
    font-size: 3rem;
    right: 0%;
  }
}
.slick-slide img {
  width: 100%;
  object-fit: cover;
  height: 480px;
}
@media (max-width: 514px) {
  .slick-slide img {
    height: 280px;
  }
}

.slider-my-page {
  overflow: hidden;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.slider-my-page .slick-dots {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slider-my-page .slick-dots li {
  margin: 0 0.25rem;
}
.slider-my-page .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  text-indent: -9999px;
}
.slider-my-page .slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}

/* ==========================================================================================
========================================= HEADER BOX SHADOW =================================
============================================================================================= */
header.header.header-sticky,
header.header.header-smart {
  box-shadow: 0px 2px 5px 0px rgba(20, 20, 20, 0.1);
}

/* ==========================================================================================
========================================= MINE BOOKINGS =================================
============================================================================================= */
.reservations-container:empty {
  display: none;
}

.underpunkt:nth-child(1) {
  margin-top: 30px !important;
}

.underpunkt ~ .underpunkt {
  margin-top: 5px !important;
}

.underpunkt {
  border-bottom: unset !important;
  position: relative !important;
  height: 30px !important;
  margin-top: 22px !important;
}
.underpunkt a {
  position: relative;
  margin-bottom: 5px !important;
  margin-left: 13px !important;
  background: unset !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.3333333333em !important;
  text-decoration: none !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  padding: 0px 38px !important;
  margin-left: 12px;
}
.underpunkt a:before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") !important;
  width: 7.317px !important;
  height: 13.29px !important;
  display: inline-block !important;
  margin-right: 10.35px !important;
  vertical-align: middle !important;
  margin-top: 1px !important;
  transition: all 250ms ease-out !important;
  left: 22px;
  top: 6px;
}
.underpunkt a:hover:before {
  left: 25px;
}

#memberships {
  padding: 0 !important;
}
@media (max-width: 767px) {
  #memberships .gift-certificate-content > .certificate {
    transform: translateY(0%);
  }
  #memberships .gift-certificate-content > .certificate ~ .certificate {
    transition: 0.2s ease-in-out;
  }
}
#memberships .gift-certificate-content {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0;
  justify-content: center;
  max-width: 100% !important;
}
#memberships .gift-certificate-content .certificate {
  border: 4px solid transparent;
  background-size: 115% !important;
  background-repeat: no-repeat;
  background-position: center;
  flex-basis: 31%;
  border-radius: 29px;
  background-size: cover;
  margin: 10px 13px !important;
  position: relative;
  height: 225px;
  max-width: 350px !important;
  min-height: 225px !important;
}
@media (max-width: 991px) {
  #memberships .gift-certificate-content .certificate {
    flex-basis: 47%;
  }
}
@media (max-width: 767px) {
  #memberships .gift-certificate-content .certificate {
    flex-basis: 100%;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
#memberships .gift-certificate-content .certificate h3,
#memberships .gift-certificate-content .certificate .giftcard-description,
#memberships .gift-certificate-content .certificate .valid-date {
  color: #fff;
}
#memberships .gift-certificate-content .certificate .gift-header {
  white-space: normal;
  font-size: 30px !important;
  text-transform: UPPERCASE;
  margin-bottom: 0;
  margin-top: 65px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  padding: 0 19px;
  letter-spacing: 2px;
}
#memberships .gift-certificate-content .certificate .gift-header:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M0,0,6.2,9.329,0,18.658H9.329l6.437-9.329L9.329,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 0.4573125em;
  height: 12px;
  position: absolute;
  top: 12px;
  left: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
#memberships .gift-certificate-content .certificate .gift-header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 0.4573125em;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 0px;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
#memberships .gift-certificate-content .certificate .giftcard-description {
  font-size: 18px;
  padding-left: 15px;
  white-space: normal;
  margin-top: 6px;
}
#memberships .gift-certificate-content .certificate .valid-date-row {
  position: absolute;
  bottom: 15px;
  width: 100%;
  width: 67%;
}
#memberships .gift-certificate-content .certificate .certificate-name {
  margin-top: 85px;
}

.b2b-pos {
  position: fixed !important;
  top: 22px !important;
  color: black !important;
  z-index: 9999 !important;
  right: 15px !important;
}

.admin-bar .b2b-pos {
  top: 54px !important;
}

@media (min-width: 991px) {
  .b2b-pos {
    display: none;
  }
}
.menu-wrapper-min-side {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0;
}

@media (max-width: 991px) {
  .menu-wrapper-min-side,
  .menu-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #fff;
    width: 100%;
    height: 63px;
    top: unset;
    bottom: 0px;
    left: 0;
    z-index: 999;
  }
  .menu-wrapper-min-side .inside-menu-wrapper,
  .menu-wrapper .inside-menu-wrapper {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes repaint {
  from {
    width: 99.999%;
  }
  to {
    width: 100%;
  }
}
.comming-reservations .booking-sub-heading {
  display: none;
}
.comming-reservations .divider.big {
  margin: 20px 0 !important;
}
.comming-reservations .receipt-resume-button {
  padding: 10px 0 !important;
}

.page-id-246059 .custom-menu-class-mobile,
.page-id-246059 .custom-menu-class,
.page-id-246059 #menutoggle {
  display: none !important;
}

.remove-margin {
  margin-top: 0px !important;
}

.myPagebuttons .m-buttons {
  transition: 0.2s ease;
}
.myPagebuttons .m-buttons a {
  transition: 0.2s ease;
}
.myPagebuttons .m-buttons a:hover {
  transition: 0.2s ease;
  color: #F5A600;
}
.myPagebuttons .m-buttons a:hover div {
  transition: 0.2s ease;
  color: #F5A600;
}

.strip-line {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 3px dashed #F5A600;
  margin: -20px;
  margin-right: 0px;
  margin-left: 0;
  width: 106%;
  border-radius: 25px;
  border-radius: 20px;
}

.strip {
  border: 3px dashed #F5A600;
  border-radius: 25px;
}

.receipt-info {
  margin: 0 !important;
  height: 17px;
}
.receipt-info:last-of-type, .receipt-info:last-child {
  margin-bottom: 15px !important;
}
.receipt-info:first-of-type, .receipt-info:first-child {
  margin-top: 15px !important;
}

.fix {
  margin: 5px 0px !important;
}

.fix-2 {
  margin: -2px 0px !important;
}

.disable {
  display: none !important;
}

.row.total {
  width: 100%;
  margin: auto auto 10px;
  padding-top: 10px;
}
.row.total.primary-top-border {
  border-top: 1px solid #F5A600;
}
.row.total .col-6 {
  padding: 0;
}

.reciept-end-line:last-child, .reciept-end-line:last-of-type, .reciept-end-line:nth-last-child(0) {
  margin-top: 5px;
  width: 100%;
  height: 2px;
  background: #F5A600;
}

.ac-infos {
  display: none;
}

.ac-margin {
  margin-top: 15px;
}

#ac-fordele {
  margin-top: 0px;
}
#ac-fordele .ac-wrapper.active {
  background: #f8f8f8;
  transition: 0.2s ease;
}
#ac-fordele .ac-wrapper.active ul.is-style-arrows li:before {
  left: 40px;
  opacity: 1;
}
#ac-fordele .ac-wrapper {
  border-top: 1px solid #F5A600;
  border-bottom: 1px solid #F5A600;
  padding-top: 15px;
  transition: 0.2s ease;
  padding-left: 25px;
  padding-right: 25px;
}
#ac-fordele .ac-wrapper ul.is-style-arrows li:before {
  left: -15px !important;
  opacity: 0;
}
#ac-fordele .ac-wrapper .ac-price {
  display: flex;
  justify-content: space-between;
}
#ac-fordele .ac-wrapper .ac-price span {
  margin-bottom: 3px;
  content: " ";
  display: inline-block;
  font-size: 12px;
  order: 0;
  flex-grow: 10;
  background-image: linear-gradient(to right, currentColor 33%, transparent 0%);
  background-position: left bottom 3px;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
#ac-fordele .ac-wrapper .ac-price p {
  font-size: 1.2rem;
}
#ac-fordele .ac-wrapper .ac-intro {
  display: flex;
  justify-content: space-between;
}
#ac-fordele .ac-wrapper .ac-intro p:first-child {
  font-size: 15px;
  font-family: "Open Sans";
}
#ac-fordele .ac-wrapper .ac-infos {
  padding-bottom: 15px;
}
#ac-fordele .ac-wrapper .ac-infos i {
  font-size: 1.2rem;
}
#ac-fordele .ac-wrapper .ac-infos p {
  font-size: 1.2rem;
}
#ac-fordele .ac-wrapper .ac-infos b {
  font-size: 1.5rem;
}
#ac-fordele .ac-wrapper .ac-infos p,
#ac-fordele .ac-wrapper .ac-infos b,
#ac-fordele .ac-wrapper .ac-infos li,
#ac-fordele .ac-wrapper .ac-infos h2,
#ac-fordele .ac-wrapper .ac-infos h3,
#ac-fordele .ac-wrapper .ac-infos h4,
#ac-fordele .ac-wrapper .ac-infos i {
  font-family: "Open Sans";
}
#ac-fordele .ac-wrapper .ac-se {
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 1.2rem;
  color: #F5A600;
  font-weight: bold;
  margin-right: 10px;
}
#ac-fordele .ac-wrapper .ac-se:after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='11.75' viewBox='0 0 21 11.75'%3E%3Cpath id='Path_15' data-name='Path 15' d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20.5 1.089) rotate(90)' fill='%23f5a600' stroke='%23f4a600' stroke-width='1'/%3E%3C/svg%3E%0A");
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-left: 10px;
}
#ac-fordele .ac-wrapper .ac-se.arrow-animate:after {
  transform: rotate(180deg) translateY(5px);
  margin-top: 2px;
}

.page-id-742 #ac-fordele ul.is-style-arrows li:before {
  left: 40px !important;
  opacity: 0;
}

.lane-wrapper {
  width: 95%;
  margin: auto;
}
@media (min-width: 576px) {
  .lane-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .lane-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .lane-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .lane-wrapper {
    max-width: 1140px;
  }
}

.laneHeader {
  max-width: 960px;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
}
.laneHeader:first-of-type {
  margin-top: 5px;
}

.menu-min-side-forsidemenu {
  backface-visibility: hidden;
}

._form_6 form {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
._form_6 input {
  display: none !important;
}
._form_6 button {
  float: right;
  width: 250px !important;
  height: 60px !important;
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em !important;
  font-weight: 500 !important;
  font-family: "Montserrat" !important;
  font-size: 1.8rem !important;
  line-height: 1.2222222222em !important;
  text-decoration: none !important;
  position: relative;
}
._form_6 button:hover:after {
  transition: 0.2s ease;
  margin-right: -35px;
  margin-left: 25px;
}
._form_6 button:after {
  transition: 0.2s ease;
  right: 26px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: -30px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E") !important;
}

.displaynone {
  display: none;
}

/** HIDE TEMPORARILY **/
li.cat-item.cat-item-274 {
  display: none;
}

/***********************/
p#billing_country_field {
  display: none;
}

.woocommerce-page .centerchoicewrapper {
  display: none;
}

@media (max-width: 991) {
  .birthday-campaign-active .slider-my-page {
    margin-top: 50px;
  }
}
@media (min-width: 993px) {
  /* Header */
  header.header #logo {
    left: 20px;
    margin-left: 15px;
  }
  header.header #logo a span {
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 800;
  }
  article#main {
    /* Top Cover */
    /* typographi */
    /* layout */
    /* Forlystelser */
    /* SHOP */
    /* max-club page addings */
    /* buttons */
    /* quickbook */
  }
  article#main > .wp-block-cover h1 {
    margin-top: 0;
  }
  article#main > .wp-block-cover,
  article#main .centerchoicewrapper + .wp-block-cover {
    min-height: 800px;
  }
  /**********************************************
  ******************* SHOP EDITS ****************
  **********************************************/
  /* end of desktop @media */
}
@media (min-width: 993px) and (max-width: 1600px) {
  article#main > .wp-block-cover,
  article#main .centerchoicewrapper + .wp-block-cover {
    min-height: 550px;
  }
}
@media (min-width: 993px) {
  article#main > * + .wp-block-cover {
    min-height: 430px;
  }
  article#main > * + .wp-block-cover .wp-block-cover__inner-container {
    margin-top: 0 !important;
  }
  article#main .wp-block-cover h1 {
    font-size: 3.5vw;
  }
  article#main h2 {
    font-size: 3.5rem;
  }
  article#main article #main h2 {
    padding-top: 19rem;
  }
  article#main .wp-block-cover__inner-container h2 {
    font-size: 10rem;
    margin-bottom: 20px;
  }
  article#main .wp-block-group__inner-container h2 {
    font-size: 3.5rem;
  }
  article#main .wp-block-cover__inner-container .is-style-checkmarks {
    margin-left: auto;
    margin-right: auto;
  }
  article#main .wp-block-group._textGroup .wp-block-group__inner-container {
    max-width: 700px;
  }
  article#main .wp-block-handpicked-products li.wc-block-grid__product:hover {
    box-shadow: 0 3px 6px #ccc;
  }
  article#main .maxClubCover .wp-block-cover__inner-container.layer {
    display: flex !important;
  }
  article#main ._form_1 {
    margin-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  article#main .acFormBlock h2 {
    font-size: 32px !important;
  }
  article#main .incenters {
    margin-bottom: 3em !important;
    margin-top: 0 !important;
  }
  article#main .incenters .inner {
    padding: 70px 0px 75px 0px !important;
  }
  article#main .incenters .inner h2 {
    font-size: 28px !important;
    line-height: 32px !important;
    padding-bottom: 4px;
  }
  article#main .wp-block-buttons.is-content-justification-center .wp-block-button a.wp-block-button__link {
    font-size: 30px !important;
  }
  article#main .quickbook > .wp-block-cover {
    margin-top: -95px;
  }
  article#main .quickbook {
    margin-top: -175px;
    padding-bottom: -90px !important;
    background-color: #f5a600;
    -webkit-box-shadow: 0px 2px 15px 0px #000000;
    box-shadow: 0px 2px 6px -5px #000;
  }
  article#main .quickbook h2 {
    padding-bottom: 20px;
    font-size: 24px;
    margin-left: 28px;
    display: none;
  }
  article#main .quickbook .form-row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  article#main .quickbook #spinner-overlay {
    background-color: rgba(255, 255, 255, 0.2);
  }
  article#main .quickbook #quickbook .form-row > [class*=col-] {
    width: 24% !important;
    flex: none;
  }
  article#main .quickbook #quickbook .form-row > [class*=col-] .wp-block-buttons {
    margin-top: 0;
  }
  article#main .quickbook #quickbook .form-row > [class*=col-] .wp-block-buttons #quick-book-submit {
    background-color: #fff !important;
    color: #f5a601 !important;
    max-height: 54px;
    padding-top: 16px;
  }
  article#main .quickbook #quickbook .form-row > [class*=col-] .wp-block-buttons #quick-book-submit:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23F5A601' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23F5A601' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  }
  article#main .quickbook #quickbook .form-row > [class*=col-] .quickbook-button:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  article#main .quickbook #quickbook .quickbook-button.quickbookdate {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid;
    position: relative;
  }
  article#main .quickbook #quickbook .quickbook-button.quickbookdate:hover {
    border-right: 2px solid #f5a601;
  }
  article#main .quickbook #quickbook .quickbookdate-col {
    padding-right: 5px;
  }
  article#main .quickbook #quickbook .quickbook-button.quickbooktime {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 2px solid;
  }
  article#main .quickbook #quickbook .quickbook-button.quickbooktime:hover {
    border-left: 2px solid #f5a601;
  }
  article#main .quickbook #quickbook .quickbooktime-col {
    padding-left: 5px;
  }
  article#main .quickbook #quickbook .col-12.btnContainer {
    max-width: 94%;
    margin: auto;
    padding: 0;
  }
  article#main .quickbook #quickbook .article-container {
    max-width: 74% !important;
    min-height: 40px;
    margin: inherit;
    margin-left: 3.5% !important;
  }
  article#main .wp-block-cover.theGrillWrapper .wp-block-cover__image-background {
    max-width: 2500px !important;
  }
  article#main .wp-block-cover.theGrillWrapper .wp-block-cover__inner-container h2 {
    font-size: 2.5vw !important;
  }
  .woocommerce-message {
    max-width: 1115px;
    margin: auto;
    line-height: 45px;
    padding-left: 15px;
  }
}
@media (min-width: 993px) and (max-width: 992px) {
  .woocommerce-message {
    padding: 10px !important;
  }
}
@media (min-width: 993px) {
  .woocommerce article#main .product .productmain {
    margin-bottom: 50px;
  }
  .woocommerce article#main .product .productmain form.variations_form.cart {
    margin-left: 30px;
  }
  .woocommerce article#main .product .productmain .summary {
    margin-bottom: 0;
  }
  .woocommerce article#main .product .productmain .productimage img {
    height: auto;
    max-height: 400px;
  }
  .woocommerce article#main .product h1.product_title {
    font-size: 38px;
  }
  .woocommerce article#main .product h2 {
    font-size: 30px;
  }
  .woocommerce article#main .product form.cart {
    margin-bottom: 0;
  }
  .woocommerce article#main section.up-sells h2 {
    font-size: 38px !important;
  }
  .woocommerce article#main section.up-sells .product h2 {
    font-size: 15px !important;
  }
  .woocommerce article#main .related.products h2 {
    font-size: 38px;
  }
  .woocommerce .cart_totals .wc-proceed-to-checkout {
    border-radius: 10px;
  }
  .woocommerce-page article#main {
    padding-top: 1rem;
  }
  .woocommerce-page article#main .woocommerce {
    max-width: 1115px !important;
    margin: auto;
  }
}
/* end of desktop @media */
.home article#main {
  background-color: #f8f8f8 !important;
}

.woocommerce-page article#main {
  background: #f8f8f8;
}

.woocommerce-shop .shotfiltersContainer {
  margin-top: 0 !important;
}
.woocommerce-shop h1.shopLoopTitle {
  display: none;
}

body.header-smart.woocommerce-page {
  padding-top: 65px;
}

.woocommerce-checkout .minicart {
  display: none;
}
.woocommerce-checkout a#menutoggle {
  display: none;
}
.woocommerce-checkout header.header #logo a {
  text-align: center;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .error-email input {
  border-color: #a00 !important;
}

.woocommerce-cart article#main .woocommerce {
  padding-top: 0px;
}
.woocommerce-cart article#main .woocommerce .product-subtotal {
  flex-direction: column !important;
}
.woocommerce-cart article#main .woocommerce .product-subtotal .beforePrice {
  color: #9c9a98;
  text-decoration: line-through;
  padding-bottom: 5px;
}
.woocommerce-cart article#main .woocommerce dl.variation {
  margin-top: 25px;
}
.woocommerce-cart article#main .woocommerce dl.variation dd p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .woocommerce-cart article#main .woocommerce dl.variation dt {
    font-size: 12px;
  }
  .woocommerce-cart article#main .woocommerce dl.variation p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .woocommerce-cart article#main .woocommerce dl.variation dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.woocommerce-cart article#main .woocommerce .woocommerce-cart-form__cart-item.cart_item img {
  max-height: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .woocommerce-cart article#main .cart-cust {
    border-bottom: 2px solid #f5a600;
    margin-bottom: 15px;
  }
  .woocommerce-cart article#main .cart-cust h3 {
    margin-bottom: 8px;
  }
  .woocommerce-cart article#main a.checkout-button.button.alt.wc-forward {
    margin-right: 0;
  }
}

.woocommerce.single-product article#main .woocommerce {
  padding-top: 0;
}
@media (min-width: 993px) {
  .woocommerce.single-product article#main .woocommerce .single-product {
    padding-top: 65px;
  }
}
.woocommerce.single-product article#main .woocommerce .single-product .single-page-return {
  padding-top: 15px;
}

@media (max-width: 993px) {
  .page-id-187 #order_review {
    display: none;
  }
}

.bf-shop-container .wp-block-columns {
  padding: 0 !important;
}
.bf-shop-container .wp-block-columns ul.products.columns-4 {
  padding-left: 0 !important;
}

article#main .woocommerce {
  padding-top: 0;
}
article#main .woocommerce .wp-block-cover {
  margin-bottom: 0;
}
@media (max-width: 993px) {
  article#main .woocommerce .woocommerce {
    margin-top: 0px;
  }
}
article#main .woocommerce .product .price {
  margin-right: 10px;
  margin-bottom: 10px;
}
article#main .woocommerce .product h1.product_title {
  font-size: 28px;
}
article#main .woocommerce .product h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #383530;
}
@media (min-width: 993px) {
  article#main .woocommerce .product h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 14px;
  }
}
article#main .woocommerce .product h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 22px;
}
article#main .woocommerce .product h4 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 22px;
}
article#main .woocommerce .infoLine_container {
  margin: 40px 0 40px;
  padding: 10px 0;
  border-top: 1px solid #f6a61d;
  border-bottom: 1px solid #f6a61d;
}
article#main .woocommerce .infoLine_container .wp-block-column {
  width: 32% !important;
  float: left;
  flex-basis: 33% !important;
}
article#main .woocommerce .infoLine_container .wp-block-column p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 993px) {
  article#main .woocommerce .infoLine_container .wp-block-column p {
    font-size: 1.6rem;
  }
}
article#main .woocommerce hr.wp-block-separator {
  margin: 30px 0;
}
article#main .woocommerce .onsale {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  background: #f5a601;
}
article#main .woocommerce .single-product .onsale {
  top: 0;
  right: unset;
  left: 0;
}
article#main .woocommerce .product.sale .product_title.entry-title {
  padding-top: 25px;
}
@media (max-width: 992px) {
  article#main .woocommerce .woocommerce-message {
    padding: 20px 10px 10px 70px !important;
    font-size: 14px;
    line-height: 18px;
  }
  article#main .woocommerce .woocommerce-message:before {
    position: absolute;
    top: 20px;
  }
  article#main .woocommerce .woocommerce-message a.button.wc-forward {
    margin-left: 10px;
    margin-top: 0 !important;
  }
}
@media (max-width: 992px) {
  article#main .woocommerce .productContent h1 {
    display: none;
  }
  article#main .woocommerce .productContent .productShortDescription {
    display: none;
  }
}
@media (min-width: 993px) {
  article#main .woocommerce .productContent {
    max-width: 65%;
    float: left;
  }
  article#main .woocommerce .productMetaInfo {
    max-width: 30%;
    float: right;
  }
}
article#main .woocommerce .productMetaInfo {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
article#main .woocommerce .productMetaInfo .prod_info_container h3 {
  font-size: 16px;
  margin-top: 0;
}
article#main .woocommerce .productMetaInfo .prodAttributes h3 {
  margin-bottom: 10px;
  color: #f5a600;
  margin-top: 0;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes {
  max-width: 600px;
  border-top: none;
  margin-bottom: 10px;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes tr:nth-child(even) td,
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes tr:nth-child(even) th {
  background: transparent;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes th {
  font-size: 14px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes td {
  border-bottom: none;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes tr {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes p {
  padding-top: 0;
}
article#main .woocommerce .productMetaInfo .prodAttributes table.woocommerce-product-attributes.shop_attributes p a {
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
}

.woocommerce article#main .single-product section.up-sells.upsells.products .onsale {
  top: 8px;
}

/* quickbook */
#quickbook .form-row .col-12 .quickbook-button:hover .select-selected:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(247, 184, 52, 0) 40%);
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
  position: relative;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
  margin-top: 10px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar {
  display: none;
}
.woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid label .checkmark {
  border-color: #a00;
}
.woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid label a {
  color: #a00;
  text-decoration: none;
}

.woocommerce-terms-and-conditions-wrapper.open {
  background: #fff;
  padding-top: 15px;
  padding-left: 10px;
  margin-left: -10px;
  transition: 1s;
}
@media (max-width: 414px) {
  .woocommerce-terms-and-conditions-wrapper.open {
    margin-right: -10px;
  }
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #f5a600;
}

#activecampaign_for_woocommerce_accepts_marketing_field {
  margin-top: 15px;
}
#activecampaign_for_woocommerce_accepts_marketing_field span.woocommerce-input-wrapper {
  position: relative;
}
#activecampaign_for_woocommerce_accepts_marketing_field span.woocommerce-input-wrapper input#activecampaign_for_woocommerce_accepts_marketing {
  display: none;
}
#activecampaign_for_woocommerce_accepts_marketing_field span.woocommerce-input-wrapper span.checkmark {
  position: absolute;
  top: -8px;
  left: 0px;
  height: 50px;
  width: 50px;
  border: 2px solid #f5a600;
  border-radius: 15px;
  background: #fff;
}
#activecampaign_for_woocommerce_accepts_marketing_field .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  display: block !important;
}
#activecampaign_for_woocommerce_accepts_marketing_field span.optional {
  display: none;
}

#activecampaign_for_woocommerce_accepts_marketing_field input:checked ~ label .checkmark {
  border: 2px solid #f5a600;
  background: #f5a600;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%23fff'/%3E%3C/svg%3E ");
}

.woocommerce-message {
  border: 1px solid #f5a601;
  border-radius: 10px;
  margin-bottom: 10px;
}

.wp-block-cover > .quickbook,
.quickbook > .wp-block-cover {
  margin-top: 5000px;
}

/*****************************************************
***************** SHOP FILTERS + MORE ****************
*****************************************************/
.woo-filter-container .filterContainer.cityContainer {
  display: none;
}

.shopHeaderMenu {
  background: #f8f8f8;
  padding: 5px;
  box-shadow: 0px 2px 6px -5px #000;
}
.shopHeaderMenu .innerShopHeaderMenu {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .shopHeaderMenu .innerShopHeaderMenu {
    justify-content: center;
  }
  .shopHeaderMenu .innerShopHeaderMenu .wp-block-button__link {
    padding: 8px 19px !important;
  }
}
.shopHeaderMenu .innerShopHeaderMenu .shotfiltersContainer {
  max-width: auto;
  margin: 0;
  overflow: inherit;
}
@media (max-width: 992px) {
  .shopHeaderMenu .innerShopHeaderMenu .shotfiltersContainer {
    margin-top: 0 !important;
    display: none !important;
  }
}
.shopHeaderMenu .innerShopHeaderMenu .shopHeaderMenuFilterCont {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-top: 7px;
  padding-right: 10%;
  position: relative;
}
.shopHeaderMenu .innerShopHeaderMenu .shopHeaderMenuFilterCont .shopHeaderMenuTitle:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600'/%3E%3C/svg%3E");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 25px;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  margin: 0 25px;
  position: initial;
  width: auto;
  cursor: pointer;
  overflow: inherit;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer:hover .shopHeaderMenuTitle {
  color: #f5a600;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer:hover .shop_filters {
  display: block;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters {
  display: none;
  width: 100%;
  position: absolute;
  background: #f8f8f8;
  top: 29px;
  left: 0;
  padding: 20px 25px 20px 25px;
  border-radius: 10px;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters h3 {
  display: none;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters ul li {
  position: relative;
  margin: 2px 0;
}
@media (min-width: 993px) {
  .shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters ul li {
    width: 100%;
  }
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters ul#menu-shop-by-menu li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 7px;
  vertical-align: -2px;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters ul.children {
  margin-top: 0;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .shop_filters ul.children li {
  width: 100%;
}
.shopHeaderMenu .innerShopHeaderMenu .filterContainer .widget_text.shop_filters {
  display: none;
}
.shopHeaderMenu .wp-block-buttons {
  margin-top: 0;
}
.shopHeaderMenu .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

.shopLoopTitle {
  text-align: center;
  margin-top: 60px;
}

.term-description {
  display: none;
}

.catDescription {
  max-width: 600px;
  margin: auto;
}
.catDescription .term-description {
  display: block;
}

.ShopFilterOrderContainer {
  overflow: hidden;
  max-width: 980px;
  margin: auto;
}

.activeFiltersContainer {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  float: none;
}
@media (min-width: 993px) {
  .activeFiltersContainer {
    width: 65%;
    float: left;
  }
}
.activeFiltersContainer .shopActiveFilters {
  overflow: hidden;
  float: left;
}
.activeFiltersContainer .shopActiveFilters a.clearAllShopFilters {
  font-size: 12px;
  text-decoration: none;
  margin-top: 9px;
  display: none;
}
.activeFiltersContainer .shopActiveFilters a.clearAllShopFilters.activeFilter {
  display: block;
}
.activeFiltersContainer .shopActiveFilters ul {
  list-style: none;
  padding-left: 7px !important;
  margin-top: 10px;
}
@media (min-width: 993px) {
  .activeFiltersContainer .shopActiveFilters ul {
    padding-left: 0px !important;
  }
}
.activeFiltersContainer .shopActiveFilters ul li.chosen {
  width: auto;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.activeFiltersContainer .shopActiveFilters ul li.chosen a {
  text-decoration: none;
  color: #fff;
  background: #383530;
  padding: 5px 15px;
  border-radius: 40px;
}
.activeFiltersContainer .shopActiveFilters ul li.chosen a:after {
  content: "×";
  font-family: Arial, sans-serif;
  margin-left: 7px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  vertical-align: -3px;
}

.toggleShopFilter {
  display: none;
}
.toggleShopFilter:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600'/%3E%3C/svg%3E");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}
@media (max-width: 992px) {
  .toggleShopFilter {
    display: block;
    position: absolute;
    max-width: 100px;
    font-size: 14px;
    left: 25px;
  }
}

.toggleShopFilter.filtersOpen {
  float: none !important;
  width: 100%;
}
.toggleShopFilter.filtersOpen:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(0 10) rotate(-90)' fill='%23f5a600'/%3E%3C/svg%3E");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}

@media (max-width: 992px) {
  .woocommerce .shotfiltersContainer {
    margin-top: 54px !important;
  }
}
.woocommerce .shotfiltersContainer ul.children {
  margin-top: 0.82em;
}
.woocommerce .shotfiltersContainer ul.children li:last-child {
  margin-bottom: 0 !important;
}

.shotfiltersContainer {
  max-width: 1000px;
  margin: 20px auto 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .shotfiltersContainer {
    display: none;
    flex-direction: column;
    margin-top: 30px !important;
  }
}
.shotfiltersContainer .filterContainer {
  position: relative;
  overflow: hidden;
  border: 1px solid #f5a601;
  padding: 18px 20px 5px 20px;
  border-radius: 10px;
  background: #fff;
  height: 60px;
  margin: 10px;
}
@media (min-width: 993px) {
  .shotfiltersContainer .filterContainer {
    width: 100%;
  }
}
.shotfiltersContainer .filterContainer .arrowOpen {
  display: block;
  z-index: 10;
}
.shotfiltersContainer .filterContainer .arrowOpen:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600'/%3E%3C/svg%3E");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shotfiltersContainer .filterContainer .arrowClose {
  display: none;
  z-index: 10;
}
.shotfiltersContainer .filterContainer ul#menu-shop-by-menu {
  margin: 0;
  overflow: hidden;
}
.shotfiltersContainer .shop_filters {
  overflow: hidden;
}
.shotfiltersContainer .shop_filters h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.shotfiltersContainer .shop_filters ul {
  list-style: none;
  padding-left: 0 !important;
}
.shotfiltersContainer .shop_filters ul a {
  text-decoration: none;
}
.shotfiltersContainer .shop_filters ul a:before {
  content: "" !important;
  margin-right: 0 !important;
}
.shotfiltersContainer .shop_filters ul li {
  width: 100%;
  float: left;
  font-size: 14px;
}
.shotfiltersContainer .shop_filters ul li::marker {
  content: "";
}
.shotfiltersContainer .shop_filters ul li.cat-item:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 7px;
  vertical-align: -2px;
}
.shotfiltersContainer .shop_filters ul.woocommerce-widget-layered-nav-list li:before {
  content: "";
  top: 2px;
  left: 0;
  position: absolute;
  height: 15px;
  width: 15px;
  border: 1px solid #f5a600;
  border-radius: 5px;
  margin-right: 7px;
}
.shotfiltersContainer .shop_filters ul.woocommerce-widget-layered-nav-list a {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  /* padding: 2em; */
  margin: -2em;
  padding-left: 3.4em;
  padding-right: 2em;
}
.shotfiltersContainer .shop_filters ul.woocommerce-widget-layered-nav-list li.chosen:before {
  background: #f5a600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shotfiltersContainer .shop_filters .menu-shop-by-menu-container ul li.menu-item:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 7px;
  vertical-align: -2px;
}
.shotfiltersContainer .widget_text.shop_filters {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  color: #f5a601;
  top: 0;
  padding-top: 18px;
  padding-right: 25px;
  right: 0;
}
.shotfiltersContainer .widget_text.shop_filters .moreFilters {
  cursor: pointer;
}
.shotfiltersContainer .priceContainer form {
  position: relative;
}
.shotfiltersContainer .priceContainer form .price_slider_wrapper {
  max-width: 94%;
  margin-left: 3%;
}
.shotfiltersContainer .priceContainer form .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 14px;
  color: #666;
  position: absolute;
  bottom: 10px;
  left: 4px;
}
.shotfiltersContainer .priceContainer form .price_slider_wrapper .price_slider_amount button {
  background: #f5a601;
  border-radius: 40px;
  color: #fff;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: -3%;
}
.shotfiltersContainer .priceContainer span.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #f5a601 !important;
  cursor: pointer;
  height: 18px;
}

.filterContainer.open {
  height: auto;
}
.filterContainer.open .widget_text.shop_filters {
  height: auto;
}
.filterContainer.open .widget_text.shop_filters .arrowOpen {
  display: none;
}
.filterContainer.open .widget_text.shop_filters .arrowClose {
  display: block;
}
.filterContainer.open .widget_text.shop_filters .arrowClose:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(0 10) rotate(-90)' fill='%23f5a600'/%3E%3C/svg%3E");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: contain;
}

.LoopOrdering {
  width: 30%;
  float: right;
}
@media (max-width: 992px) {
  .LoopOrdering {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}
.LoopOrdering select.orderby {
  border: none;
  background: #f8f8f8;
  font-size: 14px;
  color: #333;
}
/**********************************************
************** MAX CLUB PAGE EDITS ************
**********************************************/
/**********************************************
************** CUSTOM CLASS EDITS *************
**********************************************/
.wp-block-group.h2_p_Group h2 {
  margin-bottom: 2rem;
}

.wp-block-group.h2_p_Group p {
  max-width: 700px;
  margin: auto;
}

.mapboxgl-ctrl-bottom-left {
  display: none;
}

/**********************************************
************** MOBILE EDITS ************
**********************************************/
@media (max-width: 992px) {
  ._textWrapper {
    background-image: none !important;
  }
  .theGrillWrapper .wp-block-cover__inner-container.layer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.OpenHoursWrapper .openinghours {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  margin-right: 10px;
  border-radius: 10px;
}
@media (min-width: 993px) {
  .OpenHoursWrapper .openinghours {
    width: 32%;
  }
}
.OpenHoursWrapper h4 {
  color: #f5a601 !important;
}
.OpenHoursWrapper ul.is-style-prices {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Hide Cart Cross Sells on Mobile */
@media only screen and (max-width: 480px) {
  .cart-collaterals .cross-sells {
    display: none;
  }
}
/* SKEMA */
.table-smiley td {
  padding: 20px;
}
@media (max-width: 414px) {
  .table-smiley td {
    font-size: 14px;
    padding: 9px;
  }
}
@media (max-width: 320px) {
  .table-smiley td {
    font-size: 12px;
    padding: 9px;
  }
}

/* job page */
.page-id-585 article#main {
  padding-top: 0 !important;
}
.page-id-585 .centerchoicewrapper {
  display: none;
}
.page-id-585 .jobCities {
  overflow: hidden;
  border: 1px solid #f5a601;
  border-radius: 10px;
  padding: 20px !important;
  margin: 0 auto !important;
  max-width: 1115px !important;
}
@media (max-width: 992px) {
  .page-id-585 .jobCities {
    margin: 0 10px !important;
  }
}
.page-id-585 .jobCities ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.page-id-585 .jobCities ul li {
  width: 150px;
  display: inline-flex;
  margin: 5px 0;
}
.page-id-585 .jobCities ul li a {
  text-decoration: none;
}
.page-id-585 .jobCities ul li a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 7px;
  vertical-align: -2px;
}

/**********************************************
******************** MIN SIDE *****************
**********************************************/
.page-id-239758,
.page-id-239863 {
  background: #f1f1f1;
}
.page-id-239758 #main,
.page-id-239863 #main {
  background: #f1f1f1;
}

article#main .loginPageWrapper {
  min-height: 80vh;
  padding-bottom: 100px;
  margin-top: 0;
}
article#main .loginPageWrapper:before {
  content: "";
  background: #333;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article#main .loginPageWrapper .my-page-form-content {
  margin-top: 20vh;
}
@media (max-width: 992px) {
  article#main .loginPageWrapper .my-page-form-content {
    margin-top: 100px;
  }
}
article#main .loginPageWrapper .my-page-form-content #login-error-message {
  color: #ed1c24;
  margin-bottom: 10px;
}
article#main .loginPageWrapper .my-page-form-content p.forgot-pw-link {
  margin-bottom: 10px;
  margin-top: -10px;
  text-align: right;
}
article#main .loginPageWrapper .my-page-form-content p.forgot-pw-link a {
  color: #333 !important;
  font-size: 14px;
  text-decoration: none;
}
article#main .loginPageWrapper .my-page-form-content p.forgot-pw-link a:hover {
  color: #f5a601 !important;
}
article#main .loginPageWrapper .my-page-form-content form#_form_3_ {
  padding: 0;
}
article#main .loginPageWrapper .my-page-form-content form#_form_3_ label._form-label {
  width: auto !important;
}
article#main .loginPageWrapper .my-page-form-content .wp-block-buttons.is-content-justification-center.new-user-button {
  margin-top: 10px;
}
article#main .loginPageWrapper .my-page-form-content .wp-block-buttons.is-content-justification-center.new-user-button a.wp-block-button__link {
  font-size: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
article#main .loginPageWrapper p.new-user-link {
  color: #333 !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
article#main .loginPageWrapper p.new-user-link a {
  display: block;
  color: #f5a601;
  text-decoration: underline;
  margin-left: 10px;
}
article#main .pw-changed-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
article#main .pw-changed-container h2 {
  margin-bottom: 10px;
}

.page-id-239753 article#main {
  max-width: 700px;
}

@media (min-width: 993px) {
  #gift-id {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

div#my-bookings {
  min-height: 100px;
  margin: 40px auto 40px !important;
  padding: 0 !important;
  max-width: 500px !important;
  border-radius: 10px;
  background: transparent;
}
@media (max-width: 992px) {
  div#my-bookings {
    padding: 25px 10px !important;
  }
}
div#my-bookings .line-quantity {
  display: block;
  line-height: 11px;
  font-weight: 400;
}
div#my-bookings .container.receipt-container.text-center {
  max-width: 100%;
  padding: 0;
}
div#my-bookings .container.receipt-container.text-center .row {
  font-size: 13px;
  justify-content: center;
}
div#my-bookings .container.receipt-container.text-center .receipt-resume-button {
  margin-bottom: -3px;
}
div#my-bookings .container.receipt-container.text-center .logo {
  width: 100%;
}
div#my-bookings .container.receipt-container.text-center .divider.big {
  width: 92%;
}
div#my-bookings .container.receipt-container.text-center .reservations-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-resume-button.visible-receipt {
  padding-bottom: 0px !important;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-resume-button.visible-receipt .see-more-btn {
  display: none;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card {
  box-shadow: none;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 2px;
  margin-bottom: 5px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button {
  color: #383530;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  top: -22px;
  right: 32px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button:hover {
  transition: 0.2s ease-in-out !important;
  color: #F5A600 !important;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button:hover:before {
  left: -14px !important;
  transition: 0.1s ease-in-out !important;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button:hover:after {
  right: -27px !important;
  transition: 0.1s ease-in-out;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button:before {
  content: "" !important;
  position: absolute !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M0,0,6.2,9.329,0,18.658H9.329l6.437-9.329L9.329,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 1.7883em !important;
  height: 21px;
  background-repeat: no-repeat;
  transition: 0.1s ease-in-out;
  top: 6px;
  left: -18px !important;
  transition: 0.1s ease-in-out !important;
  background-size: 9px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button:before:hover {
  left: -35px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .edit-button:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='18.658' viewBox='0 0 15.766 18.658'%3E%3Cpath d='M15.766,0l-6.2,9.329,6.2,9.329H6.437L0,9.329,6.437,0Z' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 1.7883em;
  height: 21px;
  right: -31px;
  top: 6px;
  background-size: 9px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .booking-text {
  font-size: 16px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .price {
  font-size: 12px;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .receipt-card .price.total {
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
}
div#my-bookings .container.receipt-container.text-center .reservations-container .divider.big {
  width: 100%;
}
@media (max-width: 992px) {
  div#my-bookings .container.receipt-container.text-center .reservations-container {
    padding: 25px 10px;
  }
}
div#my-bookings .booking-big-header {
  text-align: left;
  font-weight: bold;
  padding: 0 10px 5px 3px;
}

.b2b-deal-added .quickbookloc.my-page-button {
  height: 50px;
  align-items: center;
}
.b2b-deal-added span.deal-added {
  display: inline-block;
  border-style: solid;
  border-color: #f5a600;
  border-radius: 12px;
  border-width: 2px;
  padding: 23px 23px !important;
  color: #fff;
  font-size: 3rem;
  cursor: arrow;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-color: #f5a600 !important;
  background-position: center center !important;
  color: transparent !important;
  background-size: 50% !important;
}

#add-b2b h2 {
  font-size: 20px !important;
}
#add-b2b h2:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.848' height='18.529' viewBox='0 0 24.848 18.529'%3E%3Cpath id='check' d='M8.44,83.264.364,75.188a1.242,1.242,0,0,1,0-1.757l1.757-1.757a1.242,1.242,0,0,1,1.757,0l5.44,5.44L20.97,65.462a1.242,1.242,0,0,1,1.757,0l1.757,1.757a1.242,1.242,0,0,1,0,1.757L10.2,83.264a1.242,1.242,0,0,1-1.757,0Z' transform='translate(0 -65.098)' fill='%235ca51b'/%3E%3C/svg%3E ");
  margin-right: 7px;
  font-size: 30px;
  vertical-align: -2px;
}
#add-b2b .add-b2b-form-content {
  background: transparent;
  border: none;
  padding: 0 !important;
  margin-left: 0;
}
#add-b2b .add-b2b-form-content #add-b2b-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#add-b2b .add-b2b-form-content #add-b2b-form button.add-button {
  display: inline-block;
  border-style: solid;
  border-color: #f5a600;
  border-radius: 12px;
  border-width: 2px;
  padding: 23px 23px !important;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17.28' viewBox='0 0 17 17.28'%3E%3Cg id='Group_62' data-name='Group 62' transform='translate(-0.496)'%3E%3Cline id='Line_45' data-name='Line 45' x2='17' transform='translate(0.496 8.496)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3Cline id='Line_46' data-name='Line 46' x2='17.28' transform='translate(8.64 0) rotate(90)' fill='none' stroke='%23eaa93b' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  background-position: center center !important;
  color: transparent !important;
  background-size: 50% !important;
}
#add-b2b .add-b2b-form-content #add-b2b-form .my-page-button {
  padding: 3px 15px 3px 15px;
}
#add-b2b .add-b2b-form-content #add-b2b-form .my-page-button:before {
  content: none;
}
#add-b2b .add-b2b-form-content #add-b2b-form .my-page-button label {
  display: none;
}
#add-b2b .add-b2b-form-content #add-b2b-form .my-page-button span#code-error-message {
  color: #ed1c24;
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  left: 0;
}

@media (min-width: 991px) {
  .my-page-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.my-page-container #my-page {
  min-width: 50%;
}
.my-page-container #my-page .my-page-form-content .spinner-overlay {
  text-align: center;
}

.m-addDeal {
  margin-top: 33px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .m-addDeal {
    max-width: 500px;
    width: 100%;
  }
}
.m-addDeal h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.my-page-form-content,
.add-b2b-form-content {
  border-radius: 20px;
  position: relative;
  margin-bottom: 0;
  padding: 40px 30px !important;
  display: block;
  background-color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #f5a600;
  z-index: 2;
}
.my-page-form-content h2,
.add-b2b-form-content h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 28px !important;
  font-weight: bold;
  color: #333 !important;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button,
.my-page-form-content #my-page-form .form-row .my-page-button,
.my-page-form-content #customer-info .form-row .my-page-button,
.my-page-form-content #add-b2b-form .form-row .my-page-button,
.my-page-form-content #reset-password-form .form-row .my-page-button,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button,
.add-b2b-form-content #my-page-form .form-row .my-page-button,
.add-b2b-form-content #customer-info .form-row .my-page-button,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button,
.add-b2b-form-content #reset-password-form .form-row .my-page-button {
  position: relative;
  display: flex;
  color: #333;
  width: 100%;
  border: 2px solid #f5a600;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  margin: 0 0 20px 0;
  cursor: pointer;
  line-height: 1;
  /*&::after {
  	content: '';
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cg transform='translate(20) rotate(90)'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  	background-repeat: no-repeat;
  	background-size: contain;
  	background-position: right center;
  	width: 20px;
  	height: 100%;
  	position: absolute;
  	top: 1px;
  	right: 15px;
  }*/
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button label,
.my-page-form-content #my-page-form .form-row .my-page-button label,
.my-page-form-content #customer-info .form-row .my-page-button label,
.my-page-form-content #add-b2b-form .form-row .my-page-button label,
.my-page-form-content #reset-password-form .form-row .my-page-button label,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button label,
.add-b2b-form-content #my-page-form .form-row .my-page-button label,
.add-b2b-form-content #customer-info .form-row .my-page-button label,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button label,
.add-b2b-form-content #reset-password-form .form-row .my-page-button label {
  display: inline-block;
  margin: 0;
  height: 30px;
  color: #333;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button select,
.my-page-form-content #my-page-form .form-row .my-page-button select,
.my-page-form-content #customer-info .form-row .my-page-button select,
.my-page-form-content #add-b2b-form .form-row .my-page-button select,
.my-page-form-content #reset-password-form .form-row .my-page-button select,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button select,
.add-b2b-form-content #my-page-form .form-row .my-page-button select,
.add-b2b-form-content #customer-info .form-row .my-page-button select,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button select,
.add-b2b-form-content #reset-password-form .form-row .my-page-button select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
  border: none !important;
  padding: 0 30px 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  outline: none !important;
  z-index: 1;
  box-shadow: none !important;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button option,
.my-page-form-content #my-page-form .form-row .my-page-button option,
.my-page-form-content #customer-info .form-row .my-page-button option,
.my-page-form-content #add-b2b-form .form-row .my-page-button option,
.my-page-form-content #reset-password-form .form-row .my-page-button option,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button option,
.add-b2b-form-content #my-page-form .form-row .my-page-button option,
.add-b2b-form-content #customer-info .form-row .my-page-button option,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button option,
.add-b2b-form-content #reset-password-form .form-row .my-page-button option {
  background-color: #f5a600;
  font-weight: bold;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button input,
.my-page-form-content #my-page-form .form-row .my-page-button input,
.my-page-form-content #customer-info .form-row .my-page-button input,
.my-page-form-content #add-b2b-form .form-row .my-page-button input,
.my-page-form-content #reset-password-form .form-row .my-page-button input,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button input,
.add-b2b-form-content #my-page-form .form-row .my-page-button input,
.add-b2b-form-content #customer-info .form-row .my-page-button input,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button input,
.add-b2b-form-content #reset-password-form .form-row .my-page-button input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  font-family: "Montserrat";
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  outline: none !important;
  cursor: initial;
  z-index: 1;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button.quickbookloc::before,
.my-page-form-content #my-page-form .form-row .my-page-button.quickbookloc::before,
.my-page-form-content #customer-info .form-row .my-page-button.quickbookloc::before,
.my-page-form-content #add-b2b-form .form-row .my-page-button.quickbookloc::before,
.my-page-form-content #reset-password-form .form-row .my-page-button.quickbookloc::before,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button.quickbookloc::before,
.add-b2b-form-content #my-page-form .form-row .my-page-button.quickbookloc::before,
.add-b2b-form-content #customer-info .form-row .my-page-button.quickbookloc::before,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button.quickbookloc::before,
.add-b2b-form-content #reset-password-form .form-row .my-page-button.quickbookloc::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(0)'%3E%3Cpath d='M19.8,16.434c0,2.218-4.974,3.379-9.886,3.379S.025,18.653.025,16.434c0-1.833,3.2-2.69,5.1-3.037l.225,1.233c-3.08.56-4.076,1.457-4.076,1.8,0,.748,3.279,2.127,8.635,2.127s8.634-1.376,8.634-2.127c0-.367-.852-1.218-4.076-1.8l.225-1.233C18.079,14.016,19.8,15.035,19.8,16.434Zm-9.886.751S4.905,9.346,4.905,5.005a5.005,5.005,0,1,1,10.011,0C14.916,9.26,9.911,17.185,9.911,17.185Zm0-10.511A1.668,1.668,0,1,0,8.242,5.005,1.673,1.673,0,0,0,9.911,6.674Z' transform='translate(-0.025)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button.quickbookoptions::before,
.my-page-form-content #my-page-form .form-row .my-page-button.quickbookoptions::before,
.my-page-form-content #customer-info .form-row .my-page-button.quickbookoptions::before,
.my-page-form-content #add-b2b-form .form-row .my-page-button.quickbookoptions::before,
.my-page-form-content #reset-password-form .form-row .my-page-button.quickbookoptions::before,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button.quickbookoptions::before,
.add-b2b-form-content #my-page-form .form-row .my-page-button.quickbookoptions::before,
.add-b2b-form-content #customer-info .form-row .my-page-button.quickbookoptions::before,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button.quickbookoptions::before,
.add-b2b-form-content #reset-password-form .form-row .my-page-button.quickbookoptions::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg %3E%3Cpath d='M8.09,8a8.09,8.09,0,1,0,8.09,8.09A8.088,8.088,0,0,0,8.09,8ZM12.7,20.7a6.521,6.521,0,1,1,1.912-4.612A6.48,6.48,0,0,1,12.7,20.7Zm-2-8c-.776,0-1.719.956-1.827,2.329a.26.26,0,0,0,.486.147l.31-.555a1.22,1.22,0,0,1,1.028-.7,1.22,1.22,0,0,1,1.028.7l.31.555a.26.26,0,0,0,.486-.147C12.419,13.653,11.476,12.7,10.7,12.7ZM4.143,15.173l.31-.555a1.22,1.22,0,0,1,1.028-.7,1.22,1.22,0,0,1,1.028.7l.31.555a.26.26,0,0,0,.486-.147C7.2,13.653,6.253,12.7,5.477,12.7s-1.719.956-1.827,2.329A.264.264,0,0,0,4.143,15.173Zm7.679,1.96H4.358a.438.438,0,0,0-.44.489,3.96,3.96,0,0,0,3.95,3.425h.444a3.96,3.96,0,0,0,3.95-3.425.438.438,0,0,0-.44-.489Z' transform='translate(0 -8)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 17px;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button.quickbookdate::before,
.my-page-form-content #my-page-form .form-row .my-page-button.quickbookdate::before,
.my-page-form-content #customer-info .form-row .my-page-button.quickbookdate::before,
.my-page-form-content #add-b2b-form .form-row .my-page-button.quickbookdate::before,
.my-page-form-content #reset-password-form .form-row .my-page-button.quickbookdate::before,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button.quickbookdate::before,
.add-b2b-form-content #my-page-form .form-row .my-page-button.quickbookdate::before,
.add-b2b-form-content #customer-info .form-row .my-page-button.quickbookdate::before,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button.quickbookdate::before,
.add-b2b-form-content #reset-password-form .form-row .my-page-button.quickbookdate::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='Group_71' data-name='Group 71' xmlns='http://www.w3.org/2000/svg' width='16.213' height='19.542' viewBox='0 0 16.213 19.542'%3E%3Cpath id='Path_330' data-name='Path 330' d='M8.557,28.71a3.646,3.646,0,0,0,1.919.509,2.441,2.441,0,0,0,2.741-2.311,2,2,0,0,0-1.057-1.762,1.913,1.913,0,0,0,.822-1.566A1.963,1.963,0,0,0,10.75,21.7a3.626,3.626,0,0,0-1.958.587.316.316,0,0,0-.117.352l.235.666a.472.472,0,0,0,.2.2.344.344,0,0,0,.274-.039,2,2,0,0,1,1.175-.392c.587,0,.862.274.862.7,0,.627-.7.822-1.214.822H9.692a.309.309,0,0,0-.313.313v.666a.309.309,0,0,0,.313.313H10.2c.235,0,1.41.039,1.449,1.057a.807.807,0,0,1-.274.666,1.234,1.234,0,0,1-.979.313,3.23,3.23,0,0,1-1.332-.352.5.5,0,0,0-.235-.039.322.322,0,0,0-.2.2l-.235.7A.673.673,0,0,0,8.557,28.71Z' transform='translate(-5.11 -13.202)' fill='%23fff'/%3E%3Cpath id='Path_331' data-name='Path 331' d='M23.18,23.68a.391.391,0,0,0,.157.2.335.335,0,0,0,.274,0l.744-.392v5.365a.309.309,0,0,0,.313.313h.862a.309.309,0,0,0,.313-.313V22.113a.309.309,0,0,0-.313-.313h-.783a.3.3,0,0,0-.157.039l-1.449.783a.316.316,0,0,0-.157.352Z' transform='translate(-13.977 -13.263)' fill='%23fff'/%3E%3Cpath id='Path_332' data-name='Path 332' d='M14.373,2.9H12.884V4.271a.94.94,0,1,1-1.88,0V2.9h-5.8V4.271a.94.94,0,1,1-1.88,0V2.9H1.841A1.839,1.839,0,0,0,0,4.741V19.466a1.839,1.839,0,0,0,1.841,1.841H14.373a1.839,1.839,0,0,0,1.841-1.841V4.741A1.839,1.839,0,0,0,14.373,2.9ZM15,19.466a.619.619,0,0,1-.627.627H1.841a.619.619,0,0,1-.627-.627V7.443H15.038V19.466Z' transform='translate(0 -1.764)' fill='%23fff'/%3E%3Cpath id='Path_333' data-name='Path 333' d='M10.352,2.859a.351.351,0,0,0,.352-.352V.352a.352.352,0,1,0-.7,0V2.546A.345.345,0,0,0,10.352,2.859Z' transform='translate(-6.084)' fill='%23fff'/%3E%3Cpath id='Path_334' data-name='Path 334' d='M29.952,2.859a.351.351,0,0,0,.352-.352V.352a.352.352,0,1,0-.7,0V2.506A.351.351,0,0,0,29.952,2.859Z' transform='translate(-18.008)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 17px;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button.quickbooktime::before,
.my-page-form-content #my-page-form .form-row .my-page-button.quickbooktime::before,
.my-page-form-content #customer-info .form-row .my-page-button.quickbooktime::before,
.my-page-form-content #add-b2b-form .form-row .my-page-button.quickbooktime::before,
.my-page-form-content #reset-password-form .form-row .my-page-button.quickbooktime::before,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button.quickbooktime::before,
.add-b2b-form-content #my-page-form .form-row .my-page-button.quickbooktime::before,
.add-b2b-form-content #customer-info .form-row .my-page-button.quickbooktime::before,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button.quickbooktime::before,
.add-b2b-form-content #reset-password-form .form-row .my-page-button.quickbooktime::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_77' data-name='Group 77' transform='translate(0 0.421)'%3E%3Cg id='Ellipse_8' data-name='Ellipse 8' transform='translate(0 -0.421)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='10' cy='10' r='10' stroke='none'/%3E%3Ccircle cx='10' cy='10' r='9' fill='none'/%3E%3C/g%3E%3Cline id='Line_48' data-name='Line 48' y1='5.36' transform='translate(10 4.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Line_49' data-name='Line 49' x2='3.5' y2='3.64' transform='translate(10 9.86)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cg id='Ellipse_9' data-name='Ellipse 9' transform='translate(9 8.579)' fill='%23fff' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button.quickbookdate,
.my-page-form-content #my-page-form .form-row .my-page-button.quickbookdate,
.my-page-form-content #customer-info .form-row .my-page-button.quickbookdate,
.my-page-form-content #add-b2b-form .form-row .my-page-button.quickbookdate,
.my-page-form-content #reset-password-form .form-row .my-page-button.quickbookdate,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button.quickbookdate,
.add-b2b-form-content #my-page-form .form-row .my-page-button.quickbookdate,
.add-b2b-form-content #customer-info .form-row .my-page-button.quickbookdate,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button.quickbookdate,
.add-b2b-form-content #reset-password-form .form-row .my-page-button.quickbookdate {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #fff;
}
.my-page-form-content #my-page-new-login-form .form-row .my-page-button.quickbooktime,
.my-page-form-content #my-page-form .form-row .my-page-button.quickbooktime,
.my-page-form-content #customer-info .form-row .my-page-button.quickbooktime,
.my-page-form-content #add-b2b-form .form-row .my-page-button.quickbooktime,
.my-page-form-content #reset-password-form .form-row .my-page-button.quickbooktime,
.add-b2b-form-content #my-page-new-login-form .form-row .my-page-button.quickbooktime,
.add-b2b-form-content #my-page-form .form-row .my-page-button.quickbooktime,
.add-b2b-form-content #customer-info .form-row .my-page-button.quickbooktime,
.add-b2b-form-content #add-b2b-form .form-row .my-page-button.quickbooktime,
.add-b2b-form-content #reset-password-form .form-row .my-page-button.quickbooktime {
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.my-page-form-content #my-page-new-login-form .form-row .quickbookdate-col,
.my-page-form-content #my-page-form .form-row .quickbookdate-col,
.my-page-form-content #customer-info .form-row .quickbookdate-col,
.my-page-form-content #add-b2b-form .form-row .quickbookdate-col,
.my-page-form-content #reset-password-form .form-row .quickbookdate-col,
.add-b2b-form-content #my-page-new-login-form .form-row .quickbookdate-col,
.add-b2b-form-content #my-page-form .form-row .quickbookdate-col,
.add-b2b-form-content #customer-info .form-row .quickbookdate-col,
.add-b2b-form-content #add-b2b-form .form-row .quickbookdate-col,
.add-b2b-form-content #reset-password-form .form-row .quickbookdate-col {
  padding-right: 0;
}
.my-page-form-content #my-page-new-login-form .form-row .quickbooktime-col,
.my-page-form-content #my-page-form .form-row .quickbooktime-col,
.my-page-form-content #customer-info .form-row .quickbooktime-col,
.my-page-form-content #add-b2b-form .form-row .quickbooktime-col,
.my-page-form-content #reset-password-form .form-row .quickbooktime-col,
.add-b2b-form-content #my-page-new-login-form .form-row .quickbooktime-col,
.add-b2b-form-content #my-page-form .form-row .quickbooktime-col,
.add-b2b-form-content #customer-info .form-row .quickbooktime-col,
.add-b2b-form-content #add-b2b-form .form-row .quickbooktime-col,
.add-b2b-form-content #reset-password-form .form-row .quickbooktime-col {
  padding-left: 0;
}
.my-page-form-content #my-page-new-login-form .form-row button,
.my-page-form-content #my-page-form .form-row button,
.my-page-form-content #customer-info .form-row button,
.my-page-form-content #add-b2b-form .form-row button,
.my-page-form-content #reset-password-form .form-row button,
.add-b2b-form-content #my-page-new-login-form .form-row button,
.add-b2b-form-content #my-page-form .form-row button,
.add-b2b-form-content #customer-info .form-row button,
.add-b2b-form-content #add-b2b-form .form-row button,
.add-b2b-form-content #reset-password-form .form-row button {
  border: none;
  background: #f5a601 !important;
  color: #fff !important;
}
.my-page-form-content #my-page-new-login-form .form-row button:after,
.my-page-form-content #my-page-form .form-row button:after,
.my-page-form-content #customer-info .form-row button:after,
.my-page-form-content #add-b2b-form .form-row button:after,
.my-page-form-content #reset-password-form .form-row button:after,
.add-b2b-form-content #my-page-new-login-form .form-row button:after,
.add-b2b-form-content #my-page-form .form-row button:after,
.add-b2b-form-content #customer-info .form-row button:after,
.add-b2b-form-content #add-b2b-form .form-row button:after,
.add-b2b-form-content #reset-password-form .form-row button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
}
.my-page-form-content #my-page-new-login-form .form-row .col-12.col-lg-6,
.my-page-form-content #my-page-form .form-row .col-12.col-lg-6,
.my-page-form-content #customer-info .form-row .col-12.col-lg-6,
.my-page-form-content #add-b2b-form .form-row .col-12.col-lg-6,
.my-page-form-content #reset-password-form .form-row .col-12.col-lg-6,
.add-b2b-form-content #my-page-new-login-form .form-row .col-12.col-lg-6,
.add-b2b-form-content #my-page-form .form-row .col-12.col-lg-6,
.add-b2b-form-content #customer-info .form-row .col-12.col-lg-6,
.add-b2b-form-content #add-b2b-form .form-row .col-12.col-lg-6,
.add-b2b-form-content #reset-password-form .form-row .col-12.col-lg-6 {
  max-width: 100% !important;
  flex-basis: 100%;
}
.my-page-form-content #my-page-new-login-form .form-row .wp-block-buttons,
.my-page-form-content #my-page-form .form-row .wp-block-buttons,
.my-page-form-content #customer-info .form-row .wp-block-buttons,
.my-page-form-content #add-b2b-form .form-row .wp-block-buttons,
.my-page-form-content #reset-password-form .form-row .wp-block-buttons,
.add-b2b-form-content #my-page-new-login-form .form-row .wp-block-buttons,
.add-b2b-form-content #my-page-form .form-row .wp-block-buttons,
.add-b2b-form-content #customer-info .form-row .wp-block-buttons,
.add-b2b-form-content #add-b2b-form .form-row .wp-block-buttons,
.add-b2b-form-content #reset-password-form .form-row .wp-block-buttons {
  margin-top: 0;
}
.my-page-form-content .divider,
.add-b2b-form-content .divider {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}

.page-id-239758 #main,
.page-id-239863 #main,
.page-id-246059 #main,
.page-id-246057 #main,
.page-id-246054 #main {
  max-width: 100% !important;
}

.post-246054#main,
.post-734,
.post-736,
.post-740,
.post-246052,
.post-246052,
.post-738 {
  max-width: 100% !important;
}

@media (min-width: 991px) {
  #my-scoreboards,
  #commercials {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}
.page-id-239863 section#primary,
.page-id-246057 section#primary {
  max-width: 100% !important;
}
.page-id-239863 a.back-to-login,
.page-id-246057 a.back-to-login {
  color: #333 !important;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 14px;
  float: right;
  font-weight: 500;
  margin-right: 0px;
  text-align: right;
  width: 100%;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.page-id-239863 a.back-to-login:hover,
.page-id-246057 a.back-to-login:hover {
  color: #F5A600 !important;
  transition: 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .page-id-239863 a.back-to-login,
  .page-id-246057 a.back-to-login {
    float: none;
  }
}

div#reset-password {
  padding-top: 50px;
}

#reset-password-form .quickbookloc.my-page-button {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  #reset-password-form .quickbookloc.my-page-button {
    margin-bottom: 35px !important;
  }
}
#reset-password-form div#password-error {
  color: #ed1c24;
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 992px) {
  #reset-password-form div#password-error {
    bottom: -33px;
  }
}

section#primary.forgotPass {
  margin: 50px 0;
}
section#primary.forgotPass .my-page-form-content {
  overflow: hidden;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ {
  max-width: 100%;
  margin-top: 0;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ ._field-wrapper {
  width: 100%;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ ._form_element {
  position: relative;
  display: flex;
  color: #333;
  width: 100%;
  border: 2px solid #f5a600;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  margin: 0 0 10px 0;
  cursor: pointer;
  line-height: 1;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ ._form_element label {
  display: inline-block;
  margin: 0;
  height: 30px;
  color: #333;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ ._form_element input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  font-family: "Montserrat";
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-weight: normal;
  line-height: 30px;
  outline: none !important;
  cursor: initial;
  z-index: 1;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ ._form_element:before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_71' data-name='Group 71' xmlns='http://www.w3.org/2000/svg' width='16.213' height='19.542' viewBox='0 0 16.213 19.542'%3E%3Cpath id='Path_330' data-name='Path 330' d='M8.557,28.71a3.646,3.646,0,0,0,1.919.509,2.441,2.441,0,0,0,2.741-2.311,2,2,0,0,0-1.057-1.762,1.913,1.913,0,0,0,.822-1.566A1.963,1.963,0,0,0,10.75,21.7a3.626,3.626,0,0,0-1.958.587.316.316,0,0,0-.117.352l.235.666a.472.472,0,0,0,.2.2.344.344,0,0,0,.274-.039,2,2,0,0,1,1.175-.392c.587,0,.862.274.862.7,0,.627-.7.822-1.214.822H9.692a.309.309,0,0,0-.313.313v.666a.309.309,0,0,0,.313.313H10.2c.235,0,1.41.039,1.449,1.057a.807.807,0,0,1-.274.666,1.234,1.234,0,0,1-.979.313,3.23,3.23,0,0,1-1.332-.352.5.5,0,0,0-.235-.039.322.322,0,0,0-.2.2l-.235.7A.673.673,0,0,0,8.557,28.71Z' transform='translate(-5.11 -13.202)' fill='%23f5a600'/%3E%3Cpath id='Path_331' data-name='Path 331' d='M23.18,23.68a.391.391,0,0,0,.157.2.335.335,0,0,0,.274,0l.744-.392v5.365a.309.309,0,0,0,.313.313h.862a.309.309,0,0,0,.313-.313V22.113a.309.309,0,0,0-.313-.313h-.783a.3.3,0,0,0-.157.039l-1.449.783a.316.316,0,0,0-.157.352Z' transform='translate(-13.977 -13.263)' fill='%23f5a600'/%3E%3Cpath id='Path_332' data-name='Path 332' d='M14.373,2.9H12.884V4.271a.94.94,0,1,1-1.88,0V2.9h-5.8V4.271a.94.94,0,1,1-1.88,0V2.9H1.841A1.839,1.839,0,0,0,0,4.741V19.466a1.839,1.839,0,0,0,1.841,1.841H14.373a1.839,1.839,0,0,0,1.841-1.841V4.741A1.839,1.839,0,0,0,14.373,2.9ZM15,19.466a.619.619,0,0,1-.627.627H1.841a.619.619,0,0,1-.627-.627V7.443H15.038V19.466Z' transform='translate(0 -1.764)' fill='%23f5a600'/%3E%3Cpath id='Path_333' data-name='Path 333' d='M10.352,2.859a.351.351,0,0,0,.352-.352V.352a.352.352,0,1,0-.7,0V2.546A.345.345,0,0,0,10.352,2.859Z' transform='translate(-6.084)' fill='%23fff'/%3E%3Cpath id='Path_334' data-name='Path 334' d='M29.952,2.859a.351.351,0,0,0,.352-.352V.352a.352.352,0,1,0-.7,0V2.506A.351.351,0,0,0,29.952,2.859Z' transform='translate(-18.008)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 17px;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ #_form_3_submit {
  border-radius: 1.6666666667em !important;
  padding: 1em 4.3533333em 1.1111111111em 2.3888888889em !important;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  text-decoration: none;
  width: unset;
  background: #f5a601 !important;
  color: #fff !important;
  float: right;
  position: relative;
}
section#primary.forgotPass .my-page-form-content form#_form_3_ #_form_3_submit:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.974' height='22.951' viewBox='0 0 38.974 22.951'%3E%3Cline x1='38.259' transform='translate(0 10.773)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath d='M722.63,923l8.584,10.875-8.584,10.671' transform='translate(-692.879 -923)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 2.1294444444em;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1.3533333333em;
  transition: all 200ms ease-out;
  transform: translate3d(0, 0, 0);
}
section#primary.forgotPass .my-page-form-content form#_form_3_ #_form_3_submit:hover:after {
  right: 1em;
}

@media (max-width: 992px) {
  body.parent-pageid-732 {
    padding-top: 0px !important;
  }
  body.parent-pageid-732 header.header-smart {
    top: 0 !important;
  }
}
body.parent-pageid-732.qb-activeModal {
  overflow: hidden;
}

.receipt-container .logo {
  font-family: "Montserrat";
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 25px;
}
.receipt-container .logo span {
  color: #f5a600;
}

.center-receipt-info {
  color: #9c9a98 !important;
}

body.parent-pageid-732 {
  padding-top: 65px !important;
  background: #f8f8f8;
}
body.parent-pageid-732 #stickybook {
  z-index: 1300 !important;
}
body.parent-pageid-732 #stickybook > button {
  display: none;
}
@media (min-width: 993px) {
  body.parent-pageid-732 .my-page-header h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
body.parent-pageid-732 div#spinner-overlay {
  text-align: center;
  margin: 50px 0;
}
body.parent-pageid-732 .centerchoicewrapper {
  display: none;
}
body.parent-pageid-732 #main {
  padding-top: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
}
body.parent-pageid-732 .custom-menu-class,
body.parent-pageid-732 .custom-menu-class-mobile {
  z-index: 10;
}
body.parent-pageid-732 .custom-menu-class {
  margin-right: 15px;
  display: flex;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 66px;
  align-items: flex-end;
  margin-bottom: 3px;
}
@media (max-width: 575px) {
  body.parent-pageid-732 .custom-menu-class {
    display: none;
  }
}
body.parent-pageid-732 .custom-menu-class ul {
  padding-inline-start: 0;
  margin-bottom: 0;
  display: flex;
  flex-grow: 1;
  justify-content: end;
}
body.parent-pageid-732 .custom-menu-class ul li {
  padding-left: 10px;
  padding-right: 10px;
}
body.parent-pageid-732 .custom-menu-class ul li:last-child {
  padding-right: 0;
}
@media (min-width: 993px) {
  body.parent-pageid-732 .m-intro .m-intro-wrapper a {
    font-size: 18px;
  }
  body.parent-pageid-732 .m-intro .m-intro-wrapper h2 {
    font-size: 26px;
  }
  body.parent-pageid-732 .m-intro .m-intro-wrapper p {
    font-size: 16px;
  }
  body.parent-pageid-732 .m-intro .m-intro-wrapper .m-intro-moreText {
    margin: 20px 0 0;
  }
  body.parent-pageid-732 .icon-wrapper-flex {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
  }
  body.parent-pageid-732 .icon-wrapper-flex .icon-wrapper-inner p,
  body.parent-pageid-732 .icon-wrapper-flex .icon-wrapper-inner-score p {
    font-size: 15px;
    font-weight: bold;
  }
  body.parent-pageid-732 .myPage-Parts {
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  body.parent-pageid-732 .myPage-Parts section.myPagePart.myPageIntro {
    margin-left: auto;
    margin-right: auto;
  }
  body.parent-pageid-732 .myPage-Parts section.myPageIntro {
    width: 100%;
    float: left;
  }
  body.parent-pageid-732 .myPage-Parts section.myPagebuttons {
    float: right;
    width: 100%;
  }
}
@media (min-width: 993px) and (min-width: 991px) {
  body.parent-pageid-732 .myPage-Parts section.myPagebuttons {
    padding: 0 20px;
  }
}
@media (min-width: 993px) {
  body.parent-pageid-732 .myPage-Parts section.myPagebuttons .m-buttons {
    gap: 2%;
    margin: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.parent-pageid-732 .myPage-Parts section.myPagebuttons .m-buttons .mb-width {
    width: 32%;
  }
}
body.parent-pageid-732 .m-intro-moreText {
  margin: 30px 0 0;
}

.certificate-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
  z-index: 99;
  display: none;
}

.active-certificate .certificate-modal {
  display: block;
}

#gift-certificate {
  text-align: center;
  padding: 0 !important;
  padding-bottom: 2rem !important;
  min-height: 400px;
}
#gift-certificate .gift-certificate-content {
  padding-top: 1rem;
  background-color: #f8f8f8;
  color: #fff;
  text-align: center;
  max-width: 600px;
}
#gift-certificate .gift-certificate-content .certificate {
  border-radius: 30px;
  background-color: grey;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  min-height: 225px;
}
#gift-certificate .gift-certificate-content .certificate img {
  max-width: 80px;
  width: 85%;
  height: auto;
  border-radius: 10px;
  margin: 3px 0px;
}
#gift-certificate .gift-certificate-content .certificate .icon-row {
  padding-left: 12px;
  margin-top: 7px;
}
#gift-certificate .gift-certificate-content .certificate .icon {
  padding: 0;
}
#gift-certificate .gift-certificate-content .certificate .valid-date-row {
  padding-top: 0 !important;
  position: absolute;
  bottom: 10px;
}
#gift-certificate .gift-certificate-content .certificate .valid-date-row .valid-date {
  font-weight: lighter;
  color: #fff;
}
#gift-certificate .gift-certificate-content .certificate .certificate-name {
  white-space: normal;
}
#gift-certificate .gift-certificate-content .certificate .giftcard-description {
  display: none;
}
#gift-certificate .gift-certificate-content .gift-certificate-explanation {
  display: none;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
}
#gift-certificate .gift-certificate-content .gift-certificate-explanation.active-description {
  text-align: left;
  display: block;
  padding: 0;
  background-color: transparent !important;
}
#gift-certificate .gift-certificate-content .gift-certificate-explanation.active-description ul.is-style-arrows {
  margin-bottom: 0 !important;
}
#gift-certificate .gift-certificate-content .gift-certificate-explanation.active-description .giftcard-description.active-giftcard-description {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media (min-width: 993px) {
  #gift-certificate .gift-certificate-content .gift-certificate-explanation.active-description .giftcard-description.active-giftcard-description {
    max-width: 50%;
    margin: auto;
  }
}
#gift-certificate .gift-certificate-content h2 {
  color: #000;
  font-weight: 900;
}
#gift-certificate .gift-certificate-content h3 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0;
}
#gift-certificate .gift-certificate-content h4 {
  color: #fff;
}

@media (min-width: 993px) {
  #main .receipt-card .logo img {
    max-width: 120px;
  }
  #main #my-receipts .receipt-container {
    max-width: 500px !important;
  }
}
@media (min-width: 993px) {
  /* AC Form Edits */
  article#main .acFormBlock #_form_1_ {
    box-shadow: none !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
  article#main .acFormBlock #_form_1_ ._form-content ._form-title {
    margin-bottom: 30px !important;
  }
  article#main .acFormBlock #_form_1_ ._form-content ._button-wrapper {
    margin-top: 30px;
  }
}
.wp-block-group .wp-block-group__inner-container ul {
  padding-left: 7px !important;
}
.wp-block-group .wp-block-group__inner-container ul.is-style-prices {
  padding-left: 0 !important;
}

.wp-block-columns .wp-block-column ul {
  padding-left: 7px !important;
}

@media (min-width: 767px) {
  .gift-certificate-content > .certificate ~ .certificate {
    transition: 0.2s ease-in-out;
    margin-top: 0px !important;
  }
  .gift-certificate-content > .certificate {
    transform: translateY(0%);
  }
  #gift-certificate .gift-certificate-content {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    max-width: 100% !important;
  }
  #gift-certificate .gift-certificate-content h3 {
    font-size: 15px !important;
  }
  #gift-certificate .gift-certificate-content h2 {
    display: none !important;
  }
  #gift-certificate .gift-certificate-content .certificate {
    box-sizing: border-box;
    border: 4px solid transparent;
    background-size: 103%;
    width: 30% !important;
    min-height: 225px;
    height: 225px !important;
    min-width: 350px;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  #gift-certificate .gift-certificate-content .certificate {
    width: 47% !important;
  }
}
@media (min-width: 767px) {
  #gift-certificate .gift-certificate-content .certificate:after {
    background: rgba(0, 0, 0, 0) !important;
  }
  #gift-certificate .gift-certificate-content .certificate .certificate-name {
    white-space: normal !important;
  }
  #gift-certificate .gift-certificate-content .certificate .valid-date-row {
    margin-bottom: 0.5rem !important;
  }
}
.receipt-print {
  align-items: center !important;
  margin-top: unset !important;
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
.receipt-print .receipt-fiks-1 {
  position: unset !important;
  right: unset !important;
}

.receipt-fiks-2 {
  box-shadow: unset !important;
  background-color: unset !important;
  padding: unset !important;
}

.receipt-fiks-3 {
  margin-bottom: unset !important;
  margin-top: unset !important;
}

.receipt-fiks-5 {
  color: #f5a600;
  font-weight: bold;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-family: Montserrat, serif;
  padding-bottom: 5px;
  font-size: 12px;
}

.print-button {
  text-decoration: none;
  font-size: 10px;
  position: absolute;
  right: 6px;
  bottom: -35px;
  color: #f5a601;
}
.print-button svg {
  margin-right: 5px;
  vertical-align: -5px;
}

.wapper {
  max-width: 1140px;
  margin: auto;
}
.wapper ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wapper ul li {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.slider {
  display: block !important;
}

.wp-block-cover__background {
  max-width: 100% !important;
}

.imgwrap {
  overflow: hidden !important;
  border-radius: 20px !important;
}

.fgz-btn {
  display: none !important;
}

.slick.is-style-slider .slider-item {
  padding: 10px;
}
.slick.is-style-slider .slick-arrow.next {
  right: -40px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  padding: 0px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease;
}
.slick.is-style-slider .slick-arrow.next path {
  fill: #f5a600;
  stroke: #f5a600;
}
.slick.is-style-slider .slick-arrow.next:hover {
  right: -43px;
  transition: 0.2s ease;
}
.slick.is-style-slider .slick-arrow.prev {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  padding: 0px;
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  left: -40px;
  transition: 0.2s ease;
}
.slick.is-style-slider .slick-arrow.prev:hover {
  left: -43px;
  transition: 0.2s ease;
}
.slick.is-style-slider .slick-arrow.prev path {
  fill: #f5a600;
  stroke: #f5a600;
}
.slick.is-style-slider .slick-dots {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  padding: 0px 20px 10px 20px;
  text-align: center;
}
.slick.is-style-slider .slick-dots li {
  display: inline-block;
  padding: 0px;
  text-align: center;
  width: 14px;
}
.slick.is-style-slider .slick-dots li button {
  -webkit-appearance: none;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  border: none;
  background-color: #f5a600;
  overflow: hidden;
  padding: 0px;
  font-size: 3px;
  color: transparent;
  transition: transform 250ms ease-out;
}
.slick.is-style-slider .slick-dots li.slick-active button {
  transition: transform 0ms ease-out;
  transform: scale(1.7);
  border: 3px solid #f5a600;
  vertical-align: -2px;
}

body {
  overflow-x: hidden !important;
}

.quickbook {
  background-color: #F5A600;
}
.quickbook h2 {
  color: #FFFFFF;
}

.wp-block-column .accordion {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

article#main .accordion,
.accordion {
  margin-bottom: 3em;
  padding-left: 31px;
  padding-right: 31px;
}
article#main .accordion .inner,
.accordion .inner {
  border: 1px solid #F5A600;
  border-left: 0px none;
  border-right: 0px none;
  font-size: 12px;
  transition: background-color 200ms ease-out;
}
article#main .accordion .inner header,
.accordion .inner header {
  padding: 9px 6px 10px 30px;
  cursor: pointer;
}
article#main .accordion .inner header h2,
.accordion .inner header h2 {
  font-size: 15px;
  padding-top: 2px;
  line-height: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Open Sans";
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
article#main .accordion .inner header span,
.accordion .inner header span {
  float: right;
  padding-right: 33px;
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
  color: #F5A600;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
article#main .accordion .inner header span.openacc,
.accordion .inner header span.openacc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(20) rotate(90)' fill='%23f5a600'/%3E%3C/svg%3E");
}
article#main .accordion .inner header span.closeacc,
.accordion .inner header span.closeacc {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(0 10) rotate(-90)' fill='%23f5a600'/%3E%3C/svg%3E");
}
article#main .accordion .inner .blocks,
.accordion .inner .blocks {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 10px;
}
article#main .accordion .inner .blocks h3,
.accordion .inner .blocks h3 {
  font-size: 15px;
  line-height: 1.3333333333em;
  color: #F5A600;
  font-family: "Open Sans";
}
article#main .accordion .inner .blocks h4,
.accordion .inner .blocks h4 {
  color: inherit;
  font-size: inherit;
  font-family: "Open Sans";
}
article#main .accordion .inner .blocks ul,
.accordion .inner .blocks ul {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
article#main .accordion .inner .blocks ul.is-style-arrows,
.accordion .inner .blocks ul.is-style-arrows {
  padding-left: 8px !important;
  margin-top: 10px;
  margin-bottom: 11px !important;
}
article#main .accordion .inner .blocks hr,
.accordion .inner .blocks hr {
  margin-bottom: 21px;
}
article#main .accordion.active .inner,
.accordion.active .inner {
  background-color: #F8F8F8;
}
article#main .accordion.active .inner header span.openacc,
.accordion.active .inner header span.openacc {
  display: none;
}
article#main .accordion.active .inner header span.closeacc,
.accordion.active .inner header span.closeacc {
  display: block;
}
article#main .accordion.active .inner .blocks,
.accordion.active .inner .blocks {
  display: block;
}
article#main .accordion.allwaysopen .inner header,
.accordion.allwaysopen .inner header {
  cursor: default;
}

.accordion[aria-hidden=false] ~ .accordion,
.accordion:not([aria-hidden]) ~ .accordion {
  margin-top: -3em;
}
.accordion[aria-hidden=false] ~ .accordion .inner,
.accordion:not([aria-hidden]) ~ .accordion .inner {
  border-top: 0px none !important;
}

.accordion[aria-hidden=false] ~ *:not(.accordion) ~ .accordion,
.accordion:not([aria-hidden]) ~ *:not(.accordion) ~ .accordion {
  margin-top: 0px;
}

.accordion[aria-hidden=false] ~ *:not(.accordion) ~ .accordion[aria-hidden=false] ~ .accordion[aria-hidden=false],
.accordion[aria-hidden=false] ~ *:not(.accordion) ~ .accordion[aria-hidden=false] ~ .accordion:not([aria-hidden]),
.accordion:not([aria-hidden]) ~ *:not(.accordion) ~ .accordion:not([aria-hidden]) ~ .accordion[aria-hidden=false],
.accordion:not([aria-hidden]) ~ *:not(.accordion) ~ .accordion:not([aria-hidden]) ~ .accordion:not([aria-hidden]) {
  margin-top: -3em;
}
.accordion[aria-hidden=false] ~ *:not(.accordion) ~ .accordion[aria-hidden=false] ~ .accordion[aria-hidden=false] .inner,
.accordion[aria-hidden=false] ~ *:not(.accordion) ~ .accordion[aria-hidden=false] ~ .accordion:not([aria-hidden]) .inner,
.accordion:not([aria-hidden]) ~ *:not(.accordion) ~ .accordion:not([aria-hidden]) ~ .accordion[aria-hidden=false] .inner,
.accordion:not([aria-hidden]) ~ *:not(.accordion) ~ .accordion:not([aria-hidden]) ~ .accordion:not([aria-hidden]) .inner {
  border-top: 0px none !important;
}

ul.is-style-arrows {
  list-style: none;
  font-size: 12px;
}
ul.is-style-arrows li {
  font-size: inherit;
  line-height: 1.3333333333em;
  list-style: none;
  margin: 0.6666666667em !important;
}
ul.is-style-arrows li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 1px;
  left: -14px;
}

.editor-styles-wrapper ul.wp-block.is-style-prices,
article#main ul.is-style-prices,
ul.is-style-prices {
  padding: 0px 43px;
}
.editor-styles-wrapper ul.wp-block.is-style-prices li,
article#main ul.is-style-prices li,
ul.is-style-prices li {
  font-size: 12px;
  line-height: 1.3333333333em;
  list-style: none;
  margin-bottom: 0.6666666667em !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px;
}
.editor-styles-wrapper ul.wp-block.is-style-prices li b,
.editor-styles-wrapper ul.wp-block.is-style-prices li strong,
article#main ul.is-style-prices li b,
article#main ul.is-style-prices li strong,
ul.is-style-prices li b,
ul.is-style-prices li strong {
  order: -1;
}
.editor-styles-wrapper ul.wp-block.is-style-prices li:before,
article#main ul.is-style-prices li:before,
ul.is-style-prices li:before {
  content: " ";
  display: inline-block;
  font-size: 12px;
  order: 0;
  flex-grow: 10;
  background-image: linear-gradient(to right, currentColor 33%, transparent 0%);
  background-position: left bottom 3px;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  margin: 0px 3px;
}

article#main .incenters {
  background-color: #F8F8F8;
  width: 100%;
  max-width: none;
  margin-top: 8rem;
  margin-bottom: 1.75em;
}
article#main .incenters .inner {
  max-width: 1140px;
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
}
article#main .incenters .inner h2 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.3333333333em;
  font-family: "Open Sans";
}
article#main .incenters .inner .incentersmenu {
  clear: both;
  border-top: 1px solid #F5A600;
  padding: 9px 0px 0px 0px;
  column-count: 2;
  column-gap: 21px;
}
@media (min-width: 768px) {
  article#main .incenters .inner .incentersmenu {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  article#main .incenters .inner .incentersmenu {
    column-count: 4;
  }
}
article#main .incenters .inner .incentersmenu a, article#main .incenters .inner .incentersmenu p {
  font-size: 12px;
  line-height: 1.4166666667em;
  text-decoration: none;
  display: block;
  padding: 15px 0 0 0;
  margin-bottom: 0;
}
article#main .incenters .inner .incentersmenu a.ghost, article#main .incenters .inner .incentersmenu p.ghost {
  opacity: 0.3;
}
article#main .incenters .inner .incentersmenu a:before, article#main .incenters .inner .incentersmenu p:before {
  content: "";
  float: left;
  height: 1.4166666667em;
  margin-right: 0.5833333333em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.647 12.29' width='5.647' height='12.29'%3E%3Cg transform='translate(5.647 12.29) rotate(180)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.4705833333em;
}

.wp-block-cover {
  text-align: center;
}
.wp-block-cover ul.is-style-checkmarks li,
.wp-block-cover ul.is-style-arrows li {
  text-align: left;
}

.admin-bar .user-menu {
  padding-top: 0 !important;
}

header.header nav.navigation {
  /* .kensmenu */
  position: fixed;
  right: 0px;
  transform: translateX(100%);
  top: 66px;
  bottom: 0px;
  height: auto;
  max-width: 375px;
  width: 100%;
  background-color: #F8F8F8;
  padding-bottom: 93px;
  touch-action: none;
  transition: transform 300ms ease-in-out;
}
header.header nav.navigation .scrollpane {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 93px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  width: 100%;
  display: block;
  padding-bottom: 75px;
}
header.header nav.navigation .scrollpane.locked {
  overflow: hidden;
}
header.header nav.navigation ul {
  background-color: #F8F8F8;
  right: auto;
  width: 100%;
  position: relative;
  padding-top: 0px;
  bottom: auto;
  height: auto;
  float: none;
}
header.header nav.navigation ul.main-menu {
  z-index: 1;
  position: static;
}
header.header nav.navigation ul.main-menu li {
  position: static;
  float: none;
  border-bottom: 1px solid #e6e5e2;
  height: 64px;
  padding: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.75' height='21' viewBox='0 0 11.75 21'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(1.089 0.5)' fill='%23f5a600' stroke='%23f4a600' stroke-width='1'/%3E%3C/svg%3E");
  background-position: center right 34px;
  background-size: 11.75px 21px;
  background-repeat: no-repeat;
  /*
    &:after { // Arrow right
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.75' height='21' viewBox='0 0 11.75 21'%3E%3Cpath d='M0,20,8.588,10,0,0H1.353L10,10,1.353,20Z' transform='translate(1.089 0.5)' fill='#f5a600' stroke='%23f4a600' stroke-width='1'/%3E%3C/svg%3E");
      position: absolute;
      right: 34px;
      top: 50%;
      width: 11.75px;
      height: 21px;
      transform: translateY(-50%);
      pointer-events: none;
    }
  */
}
header.header nav.navigation ul.main-menu li.menu-item-has-children {
  padding-right: 76px;
}
header.header nav.navigation ul.main-menu li.menu-item-has-children > a {
  border-right: 1px solid #e6e5e2;
}
header.header nav.navigation ul.main-menu li a {
  font-size: 18px;
  line-height: 1.3333333333em;
  font-weight: bold;
  padding: 6px 36px 10px 36px;
  text-decoration: none;
  justify-content: center;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
header.header nav.navigation ul.main-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
header.header nav.navigation ul.main-menu li ul {
  display: block;
  position: absolute;
  transform: translateX(100%);
  max-width: 375px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  margin-left: 0px;
  transition: transform 250ms ease-out;
  z-index: 5;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 75px;
}
header.header nav.navigation ul.main-menu li ul li a {
  display: flex;
}
header.header nav.navigation ul.main-menu li.open > ul {
  transform: translateX(0%);
}
header.header nav.navigation ul.main-menu li.back {
  background-image: none;
  color: #F5A600;
  font-size: 12px;
  line-height: 1.4166666667em;
  height: 41px;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 36px;
  cursor: pointer;
}
header.header nav.navigation ul.main-menu li.back:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.647' height='12.29' viewBox='0 0 5.647 12.29'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/svg%3E");
  width: 5.647px;
  height: 12.29px;
  display: inline-block;
  margin-right: 8.35px;
  vertical-align: middle;
}
header.header nav.navigation ul.main-menu li.back:after {
  display: none;
}
header.header nav.navigation ul.util-menu {
  margin-top: 22px;
}
header.header nav.navigation ul.util-menu li {
  float: none;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.3333333333em;
}
header.header nav.navigation ul.util-menu li a {
  font-size: 15px;
  line-height: 1.3333333333em;
  text-decoration: none;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px 38px;
}
header.header nav.navigation ul.util-menu li a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  width: 7.317px;
  height: 13.29px;
  display: inline-block;
  margin-right: 10.35px;
  vertical-align: middle;
  margin-top: 1px;
  transition: all 250ms ease-out;
}
header.header nav.navigation ul.util-menu li a:hover:before {
  margin-right: 7.35px;
  margin-left: 3px;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item {
  float: left;
  padding-left: 38px;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item a {
  padding: 0px;
  margin-left: 9px;
  display: inline-block;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item a:before {
  display: none;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item a img {
  width: 21px;
  height: auto;
  vertical-align: top;
  margin-top: 5px;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item:before {
  content: "Language";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 7.317 13.29'%3E%3Cg transform='translate(1.032 0.5)'%3E%3Cpath d='M1369.982,607.048l4.85-6.145-4.85-6.145h.764l4.883,6.145-4.883,6.145Z' transform='translate(-1369.982 -594.758)' fill='%23ffa22b' stroke='%23ffa22c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 7.317px 13.29px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 18px;
  padding-right: 2px;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item ~ .wpml-ls-menu-item {
  padding-left: 0px;
}
header.header nav.navigation ul.util-menu li.wpml-ls-menu-item ~ .wpml-ls-menu-item:before {
  content: "";
  display: none;
}
header.header nav.navigation ul.user-menu {
  overflow: visible;
  background-color: #F5A600;
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  display: flex;
  height: 93px;
  padding: 0px;
  z-index: 10;
}
header.header nav.navigation ul.user-menu:before {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 70px;
  background: rgb(248, 248, 248);
  background: linear-gradient(0deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
  width: 100%;
  bottom: 100%;
}
header.header nav.navigation ul.user-menu li {
  flex: 1;
  color: #FFFFFF;
  border-left: 1px solid;
  font-size: 12px;
  line-height: 1.4166666667em;
  padding: 0px;
}
header.header nav.navigation ul.user-menu li a {
  color: inherit;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  width: 100%;
}
header.header nav.navigation ul.user-menu li:first-child {
  border-left: 0px none;
}
header.header nav.navigation ul.user-menu li.login {
  display: flex;
  font-size: 16px;
}
header.header nav.navigation ul.user-menu li.login a {
  padding-left: 37px;
  text-align: left;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
header.header nav.navigation ul.user-menu li.login a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26'%3E%3Cg transform='translate(170 415)'%3E%3Cellipse cx='5.75' cy='5.75' rx='5.75' ry='5.75' transform='translate(-163.25 -414)' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M11.5,10C5.175,10,0,12.587,0,15.75v2.875H23V15.75C23,12.587,17.825,10,11.5,10Z' transform='translate(-169 -408.625)' fill='none' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 26px;
}

.menuopen {
  overflow: hidden;
}
.menuopen body {
  overflow: hidden;
}
.menuopen #stage {
  overflow: hidden;
}
.menuopen header.header nav.navigation {
  transform: translateX(0%);
}

.actslider.kentester .slider-item figure {
  transition: all 300ms ease;
  transform: translateZ(1px);
}
.actslider.kentester .slider-item figure {
  transform: scale(0.8) translateZ(1px);
}
.actslider.kentester .slider-item.slick-center figure {
  transform: scale(1) translateZ(1px);
}

@media (max-width: 600px) {
  body.stickybookopen {
    overflow: hidden;
  }
}
#stickybook {
  display: none;
  z-index: 1500;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
#stickybook .quickbook {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 375px;
  max-height: 100vh;
  max-width: 100vw;
  overflow: auto;
  margin-bottom: 0px !important;
  transform: translateX(0px);
  transition: all 250ms ease-out;
}
#stickybook .quickbook h2 {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  #stickybook .quickbook {
    position: fixed;
    bottom: 0;
    left: unset;
    width: 100vw;
    height: 100%;
    z-index: 1500 !important;
  }
}
#stickybook .quickbook .quickbook-button {
  margin-bottom: 15px !important;
}
#stickybook .quickbook button.close {
  position: absolute;
  top: 24px;
  right: 10px;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-weight: 800;
  width: 44px;
  height: 44px;
  font-size: 24px;
  opacity: 1;
}
#stickybook > button {
  background-color: #F5A600;
  color: #FFFFFF;
  border: 5px solid currentColor;
  padding: 19px 11px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 20px 20px 20px 0px;
  font-family: "Montserrat";
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
  transition: transform 100ms ease;
  cursor: pointer;
}
#stickybook > button:hover {
  transform: scale(1.1);
}
#stickybook.active {
  display: block !important;
}
#stickybook.active .quickbook {
  transform: translateX(-100%);
}
#stickybook.show {
  display: block;
}

.post-type-archive #stickybook {
  display: block;
}

@media (max-width: 600px) {
  #ui-datepicker-div {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.stickybookopen #ui-datepicker-div {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: 30px !important;
  bottom: 48px !important;
  transform: none;
}

section#primary > .centerchoicewrapper {
  margin-bottom: 0px;
}

.minicart {
  display: block;
  margin: 7px 15px -7px 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 991px) {
  .minicart {
    right: 106px;
  }
}
.minicart a {
  position: relative;
  text-decoration: none;
}
.minicart a span {
  position: absolute;
  background-color: #F5A600;
  color: #FFFFFF;
  border-radius: 9px;
  min-width: 18px;
  text-align: center;
  font-size: 1rem;
  top: -15px;
  left: 15px;
  line-height: 18px;
  padding: 0px 3px 0px 3px;
}

/* One letter weekday fix */
#ui-datepicker-div thead span {
  width: 10px;
  overflow: hidden;
  letter-spacing: 5px;
  display: inline-block;
}

.button-fiks {
  margin-bottom: 80px !important;
}

.margin-fix {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.margin-fix-top {
  margin-top: 20px !important;
}

.space-fix .inner .blocks ul {
  margin-bottom: 0 !important;
}

.col-1,
.col-2 {
  padding-left: 0;
  padding-right: 0;
}

.ui-datepicker-next .ui-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.647 12.29' width='5.647' height='12.29'%3E%3Cg transform='translate(5.647 12.29) rotate(180)'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/g%3E%3C/svg%3E");
}

.ui-datepicker-prev .ui-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.317' height='13.29' viewBox='0 0 5.647 12.29'%3E%3Cpath d='M1400.686,594.758l-4.85,6.145,4.85,6.145h-.764l-4.883-6.145,4.883-6.145Z' transform='translate(-1395.039 -594.758)' fill='%23f5a600'/%3E%3C/svg%3E");
}

#object {
  position: absolute !important;
  right: 50px;
  top: 200px;
  margin-top: 400px;
  opacity: 0.6;
  width: 500px;
  height: 500px;
}
#object img {
  height: 500px;
  width: 500px;
}
@media (max-width: 500px) {
  #object img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 500px) {
  #object {
    right: 0px;
    height: 400px;
    width: 400px;
  }
}

.has-text-align-center {
  margin-right: auto;
  margin-left: auto;
}

._form .date_field {
  touch-action: none !important;
}

.pike-single {
  touch-action: none !important;
}
.pike-single .sortable-handler {
  touch-action: none;
}

.pika-prev,
.pika-next {
  display: none;
}

#object {
  position: absolute !important;
  right: 50px;
  top: 200px;
  margin-top: 400px;
  opacity: 0.6;
  width: 500px;
  height: 500px;
  pointer-events: none;
}
#object img {
  height: 500px;
  width: 500px;
}
@media (max-width: 500px) {
  #object img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 500px) {
  #object {
    right: 0px;
    height: 400px;
    width: 400px;
  }
}

.has-text-align-center {
  margin-right: auto;
  margin-left: auto;
}

#_form_1_ {
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

#_form_1_ * {
  outline: 0;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

#_form_1_._form-top {
  top: 0;
}

#_form_1_._form-bottom {
  bottom: 0;
}

#_form_1_._form-left {
  left: 0;
}

#_form_1_._form-right {
  right: 0;
}

#_form_1_ input[type=text],
#_form_1_ input[type=date],
#_form_1_ textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#_form_1_ textarea {
  resize: none;
}

#_form_1_ ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #fff !important;
  border: 1px solid #f5a601 !important;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
  color: #f5a601 !important;
  padding: 30px !important;
}

#_form_1_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

#_form_1_ ._close-icon:before {
  position: relative;
}

#_form_1_ ._form-body {
  margin-bottom: 30px;
}

#_form_1_ ._form-image-left {
  width: 150px;
  float: left;
}

#_form_1_ ._form-content-right {
  margin-left: 164px;
}

#_form_1_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

#_form_1_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}

#_form_1_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#_form_1_ ._form-label,
#_form_1_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#_form_1_._dark ._form-branding {
  color: #333;
}

#_form_1_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

#_form_1_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

#_form_1_ ._form_element * {
  font-size: 14px;
}

#_form_1_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

#_form_1_ ._form_element._clear:after {
  clear: left;
}

#_form_1_ ._form_element input[type=text],
#_form_1_ ._form_element input[type=date],
#_form_1_ ._form_element select,
#_form_1_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

#_form_1_ ._field-wrapper {
  position: relative;
}

#_form_1_ ._inline-style {
  float: left;
}

#_form_1_ ._inline-style input[type=text] {
  width: 150px;
}

#_form_1_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px;
}

#_form_1_ ._form_element img._form-image {
  max-width: 100%;
}

#_form_1_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

#_form_1_ ._clear-element {
  clear: left;
}

#_form_1_ ._full_width {
  width: 100%;
}

#_form_1_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#_form_1_ input[type=text]._has_error,
#_form_1_ textarea._has_error {
  border: #f37c7b 1px solid;
}

#_form_1_ input[type=checkbox]._has_error {
  outline: #f37c7b 1px solid;
}

#_form_1_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}

#_form_1_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}

#_form_1_ ._error._below {
  padding-top: 4px;
  top: 100%;
  z-index: 2;
  right: 0;
}

#_form_1_ ._error._above ._error-arrow {
  bottom: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f37c7b;
}

#_form_1_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
}

#_form_1_ ._error-inner {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#_form_1_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

#_form_1_ ._button-wrapper ._error-inner._form_error {
  position: static;
}

#_form_1_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}

#_form_1_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#_form_1_ ._error-html {
  margin-bottom: 10px;
}

.pika-single {
  z-index: 10000001 !important;
}

#_form_1_ input[type=text].datetime_date {
  width: 69%;
  display: inline;
}

#_form_1_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

@media all and (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
  #_form_1_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_1_ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_1_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_1_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_1_ ._form-title,
  #_form_1_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  #_form_1_ ._form-title {
    font-size: 1.2em;
  }
  #_form_1_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  #_form_1_ ._form-element,
  #_form_1_ ._inline-style,
  #_form_1_ input[type=text],
  #_form_1_ label,
  #_form_1_ p,
  #_form_1_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_1_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_1_ ._row,
  #_form_1_ p,
  #_form_1_ label {
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_1_ ._row input[type=checkbox],
  #_form_1_ ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_1_ ._row input[type=checkbox] + span label {
    display: inline;
  }
  #_form_1_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_1_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_1_ input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }
  #_form_1_ input[type=radio],
  #_form_1_ input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_1_ button[type=submit] {
    padding: 20px;
    font-size: 1.5em;
  }
  #_form_1_ ._inline-style {
    margin: 20px 0 0 !important;
  }
}
#_form_1_ {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #f5a601 !important;
  border: 0px solid #b0b0b0 !important;
  width: 500px;
  -moz-border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  border-radius: 7px !important;
  color: #333 !important;
}

#_form_1_._inline-form,
#_form_1_._inline-form ._form-content,
#_form_1_._inline-form input,
#_form_1_._inline-form ._submit {
  font-family: "Montserrat", sans-serif, "IBM Plex Sans", arial, sans-serif;
}

#_form_1_ ._form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

#_form_1_:before,
#_form_1_:after {
  content: " ";
  display: table;
}

#_form_1_:after {
  clear: both;
}

#_form_1_._inline-style {
  width: auto;
  display: inline-block;
}

#_form_1_._inline-style input[type=text],
#_form_1_._inline-style input[type=date] {
  padding: 10px 12px;
}

#_form_1_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

#_form_1_._inline-style p {
  margin: 0;
}

#_form_1_._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px;
}

#_form_1_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

@media all and (min-width: 320px) and (max-width: 667px) {
  #_form_1_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}
._form-content {
  font-family: "montserrat" !important;
}

button._submit {
  font-size: 18px !important;
}

._form_element input,
._form_element select {
  padding: 16px;
  font-size: 14px;
  border-radius: 7px;
  border: 2px solid #f5a601;
}

input[type=checkbox] {
  height: 24px;
  width: 24px;
  vertical-align: -6px;
}

#_form_1_ {
  box-shadow: unset !important;
  -webkit-appearance: none;
}

._field5 ._row label {
  left: 40px;
  display: inline;
}

._form_1 {
  padding-top: 33px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

._field3 ._form-fieldset {
  position: absolute;
  right: 100px;
  z-index: 9999;
}

@media (max-width: 600px) {
  ._field3 ._form-fieldset {
    position: relative;
    right: 0;
    z-index: 9999;
  }
}
._x60926218 ._form-title {
  font-family: "Montserrat";
}

._form-content {
  font-family: "Open Sans";
}

#_form_1_ input[type=text],
#_form_1_ input[type=date],
#_form_1_ textarea {
  padding: 10px;
  border: none;
  height: auto;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

._field4 select {
  padding: 10px;
  border-radius: 7px;
}

#_form_60B639E4E401C_ ._form_element input[type=text],
#_form_60B639E4E401C_ ._form_element input[type=date],
#_form_60B639E4E401C_ ._form_element select,
#_form_60B639E4E401C_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  font-family: inherit;
}

._submit {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

._field3 {
  z-index: 1;
}

.pika-single {
  display: none !important;
}

.magnifier-inside {
  display: none;
}

/* JAKOB */
.has-bonesred-color {
  color: #791915 !important;
}

.has-bonesred-background-color {
  background-color: #791915 !important;
}

.has-bonesyellow-color {
  color: #F8E08e !important;
}

.has-bonesyellow-background-color {
  background-color: #F8E08e !important;
}

nav#headermenu a {
  color: #383530;
  transition: 200ms ease-in-out;
}

nav#headermenu a:hover {
  color: #f6a61c;
  transition: 200ms ease-in-out;
}

header.header nav.navigation ul.user-menu li a {
  color: white !important;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  width: 100%;
  text-decoration: underline;
}

header.header nav.navigation ul.user-menu li a:hover {
  color: #faf4e9 !important;
  text-decoration: underline;
}

.gult-link a {
  color: #f5a600;
  transition: color 200ms ease-in-out;
  text-decoration: underline;
}

.gult-link a:hover {
  color: #ffcd65;
}

/* JAKOB SLUT */
.anchor-fix {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.modal .modal-content {
  border-radius: 20px;
}
.modal h6 {
  font-size: 2rem;
}
.modal .modal-body {
  padding: 5rem 3rem 1rem 4rem;
}
.modal .modal-body > .wp-block-columns {
  margin-bottom: 0;
}
.modal .wp-block-buttons {
  margin-top: 0.5em;
}
.modal .wp-block-buttons button.btn-secondary {
  padding: 1.1111111111em 2.3888888889em;
  background-color: #333333;
}
.modal .wp-block-buttons button.btn-secondary:hover {
  opacity: 0.8;
}
.modal .wp-block-buttons button.btn-danger {
  background-color: #dc3545 !important;
}

.adt-anchor, .anchor-fiks {
  scroll-margin-top: calc(102px + 4rem);
}

.city-picker-modal {
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
}
.city-picker-modal .modal-dialog {
  max-width: 320px;
  margin: auto;
}
.city-picker-modal .modal-content {
  border-radius: 20px;
  border: 4px solid #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: transparent;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #ffffff;
}
.city-picker-modal .modal-body {
  padding: 40px 30px;
  text-align: center;
}
.city-picker-modal .modal-body p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}
.city-picker-modal .center-option:not(:last-child) {
  margin: 0 0 5px 0;
}
.city-picker-modal .center-choice-btn {
  background: none;
  border: none;
  border-radius: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}
.city-picker-modal .center-choice-btn span {
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}
.city-picker-modal .center-choice-btn span span {
  color: #F5A600;
}
.city-picker-modal .center-choice-btn::after {
  content: "›";
  font-size: 50px;
  font-weight: bold;
  color: #f5a600;
  position: absolute;
  right: 5px;
  bottom: -13px;
}
.city-picker-modal .center-choice-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}
.city-picker-modal .center-choice-btn:hover::after {
  transition: all 0.7s ease-in-out;
  transform: translateX(5px);
}
.city-picker-modal .center-choice-btn:focus {
  box-shadow: 0 0 0 3px rgba(245, 166, 0, 0.3);
  outline: none;
  color: #ffffff;
}
.city-picker-modal .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #F5A600;
  border-color: #F5A600;
}

/*# sourceMappingURL=main.css.map */
