:root {
  --blue: #004FA8;
  --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: #004FA8;
  --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;
  --app-height: 100%;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --font__primary: "Bebas Neue", sans-serif;
  --font__heading: "Bebas Neue", sans-serif;
  --font__light: "Bebas Neue", sans-serif;
  --font__text: Alata Regular;
}

@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue"), url('/typsnitt/woff2/BebasNeue-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "Alata Regular";
  src: local("Alata Regular"), url('/typsnitt/woff2/Alata-Regular.woff2') format('woff2');
  font-display: swap;
}

*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font__light) !important;
  scroll-behavior: unset !important;
}
a{
	
	cursor:pointer;
	text-decoration:underline;
	
}
article,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  margin: 0px;
  font-family: var(--font__light);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  text-align: left;
  background-color: rgb(255, 255, 255);
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0px !important;
}
hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

a {
  transition: all 0.2s ease-in-out 0s;

/* font-family: var(--font__primary) !important; */
}


p {
  margin-top: 0px;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ul {
  margin-top: 0px;
}
ul ul {
  margin-bottom: 0px;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0px;
}
b {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
a {
  color: #004FA8;
  text-decoration: underline;
  background-color: transparent;
}
.site-main-menu a{
	
	text-decoration:none;
	
}
.site-main-menu a:hover{
	
	text-decoration:none !important;
	
}

a:hover {
  color: rgb(79, 147, 223);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
.ocover {
  object-fit: cover;
}
.object-fit-cover{
	
	object-fit:cover;
	
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(108, 117, 125);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: -webkit-match-parent;
}
button {
  border-radius: 0px;
}
button:focus:not(:focus-visible) {
  outline: 0px;
}
button,
input,
select {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  overflow-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0px;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  appearance: none;
}
[type='search']::-webkit-search-decoration {
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
  text-transform:uppercase;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.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-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.list-inline {
  padding-left: 0px;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important; 
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333% !important;
    flex: 0 0 8.333333% !important;
    max-width: 8.333333% !important;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667% !important;
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333% !important;
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667% !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333% !important;
    flex: 0 0 83.333333% !important;
    max-width: 83.333333% !important;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667% !important;
    flex: 0 0 91.666667% !important;
    max-width: 91.666667% !important;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.alata{
	
	font-family: var(--font__text) !important;
	
}



.col {
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.col-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.col-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.col-11 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.6667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333%;
}
.offset-5 {
  margin-left: 41.6667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333%;
}
.offset-8 {
  margin-left: 66.6667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333%;
}
.offset-11 {
  margin-left: 91.6667%;
}
@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: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0px;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}
@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: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-md-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0px;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6667%;
  }
}
@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: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0px;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .offset-lg-6 {
    margin-left: 44%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}
.table-sm th {
  padding: 0.3rem;
}
.table-primary,
.table-primary > th {
  background-color: rgb(184, 218, 255);
}
.table-primary th {
  border-color: rgb(122, 186, 255);
}
.table-info,
.table-info > th {
  background-color: rgb(190, 229, 235);
}
.table-info th {
  border-color: rgb(134, 207, 218);
}
.table-dark,
.table-dark > th {
  background-color: rgb(198, 200, 202);
}
.table-active,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.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-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: rgb(33, 37, 41);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  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 0s, background-color 0.15s ease-in-out 0s,
    border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none 0s ease 0s;
  }
}
.btn:hover {
  color: rgb(33, 37, 41);
  text-decoration: none;
}
.btn:focus {
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary {
  color: rgb(255, 255, 255);
  background-color: #004FA8;
  border-color: #004FA8;
}
.btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 105, 217);
  border-color: rgb(0, 98, 204);
}
.btn-primary:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 105, 217);
  border-color: rgb(0, 98, 204);
  box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
}
.btn-primary:disabled {
  color: rgb(255, 255, 255);
  background-color: #004FA8;
  border-color: #004FA8;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 98, 204);
  border-color: rgb(0, 92, 191);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
}
.btn-info {
  color: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}
.btn-info:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(19, 132, 150);
  border-color: rgb(17, 122, 139);
}
.btn-info:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(19, 132, 150);
  border-color: rgb(17, 122, 139);
  box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem;
}
.btn-info:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
  background-color: rgb(17, 122, 139);
  border-color: rgb(16, 112, 127);
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem;
}
.btn-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}
.btn-dark:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(35, 39, 43);
  border-color: rgb(29, 33, 36);
}
.btn-dark:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(35, 39, 43);
  border-color: rgb(29, 33, 36);
  box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem;
}
.btn-dark:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
  background-color: rgb(29, 33, 36);
  border-color: rgb(23, 26, 29);
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem;
}
.btn-link {
  font-weight: 400;
  color: #004FA8;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86, 179);
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled {
  color: rgb(108, 117, 125);
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  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='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear 0s;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none 0s ease 0s;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-tabs {
  border-bottom: 1px solid rgb(222, 226, 230);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(222, 226, 230);
}
.nav-tabs .nav-link.active {
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}
.tab-content > .active {
  display: block;
}

.no-background{
	
	background:linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
	box-shadow:none !important;
	padding-bottom:100px;
	
}

.no-background .sticky-logo{
	
	filter: drop-shadow(0 0 2px white) !important;
	
}

.no-background .straight svg{
	
	fill:rgb(255, 255, 255) !important;
	filter: drop-shadow(0 0 3px #000);
	
}

.no-background .bar{
	
	background:white !important;
	
}

.no-background a{
	
	color:white !important;
	text-shadow:0 0 3px #000  !important;
	
}

.sidebar-open .no-background a{
	
	color:unset !important;
	text-shadow:unset !important;
	
}

.sidebar-open .no-background .straight svg{
	
	fill:unset !important;
	filter: unset !important;
	
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: rgb(255, 255, 255);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-shadow {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border: none;
  border-radius: 0.25rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.card-item-shadow {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border: none !important;
}
.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-text:last-child {
  margin-bottom: 0px;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  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) 0px 0px;
}
.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: 0px 0px 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: 0px;
}
.card-img-overlay {
  position: absolute;
  inset: 0px;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #004FA8;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86, 179);
  text-decoration: none;
  background-color: rgb(233, 236, 239);
  border-color: rgb(222, 226, 230);
}
.page-link:focus {
  z-index: 3;
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}
.page-item:first-child .page-link {
  margin-left: 0px;
  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: 3;
  color: rgb(255, 255, 255);
  background-color: #004FA8;
  border-color: #004FA8;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  opacity: 0.5;
}
.close:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transform: translate(0px, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none 0s ease 0s;
  }
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.close-box-button{
	
	width:24px;height:24px;fill:white;display:inline-block;padding-right:5px;
	margin-top:1px;
	
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  outline: 0px;
}
.modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  opacity:0;
}
.modal-backdrop.fade.show {
	
	opacity:0.8;
	
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgb(222, 226, 230);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0px;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgb(222, 226, 230);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@-webkit-keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #004FA8 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: rgb(0, 98, 204) !important;
}
.bg-info {
  background-color: rgb(23, 162, 184) !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: rgb(17, 122, 139) !important;
}
.bg-dark {
  background-color: rgb(52, 58, 64) !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: rgb(29, 33, 36) !important;
}
.bg-white {
  background-color: rgb(255, 255, 255) !important;
}
.border {
  border: 1px solid rgb(222, 226, 230) !important;
}
.border-top {
  border-top: 1px solid rgb(222, 226, 230) !important;
}
.border-right {
  border-right: 1px solid rgb(222, 226, 230) !important;
}
.border-left {
  border-left: 1px solid rgb(222, 226, 230) !important;
}
.border-0 {
  border: 0px !important;
}
.border-top-0 {
  border-top: 0px !important;
}
.border-right-0 {
  border-right: 0px !important;
}
.border-left-0 {
  border-left: 0px !important;
}
.border-primary {
  border-color: #004FA8 !important;
}
.border-info {
  border-color: rgb(23, 162, 184) !important;
}
.border-dark {
  border-color: rgb(52, 58, 64) !important;
}
.border-white {
  border-color: rgb(255, 255, 255) !important;
}
.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-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-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-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-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}
.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-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !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-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !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-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !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-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: sticky;
    top: 0px;
    z-index: 1020;
  }
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.m-0 {
  margin: 0px !important;
}
.mt-0,
.my-0 {
  margin-top: 0px !important;
}
.mx-0 {
  margin-right: 0px !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0px !important;
}
.ml-0,
.mx-0 {
  margin-left: 0px !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.ml_15 {
  margin-left: -15px !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0,
.px-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0,
.px-0 {
  padding-left: 0px !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.padl-15 {
  padding-left: 15px !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.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: 0px !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important;
  }
  .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-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 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-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 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-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 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-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 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .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: 0px !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important;
  }
  .mx-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-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 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-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 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-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 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-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 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .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: 0px !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important;
  }
  .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-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 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-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 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-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 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-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 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .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;
  }
}
.text-wrap {
  white-space: normal !important;
}
.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;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-white {
  color: rgb(255, 255, 255) !important;
}
.text-primary {
  color: #004FA8 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: rgb(0, 86, 179) !important;
}
.text-info {
  color: rgb(23, 162, 184) !important;
}
a.text-info:focus,
a.text-info:hover {
  color: rgb(15, 102, 116) !important;
}
.text-dark {
  color: rgb(52, 58, 64) !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: rgb(18, 20, 22) !important;
}
.text-body {
  color: rgb(33, 37, 41) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0px / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0px;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img,
  tr {
    break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table th {
    background-color: rgb(255, 255, 255) !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th {
    border-color: rgb(222, 226, 230);
  }
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    transform: translateX(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    transform: translateX(0px);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0px);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    transform: translateX(0px);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0px);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0px) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0px) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0px) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0px) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    transform: translateX(0px) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0px) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    transform: rotate(0deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0px);
    opacity: 1;
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0px);
    opacity: 1;
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0px) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0px) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0px;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0px;
  }
  84% {
    top: 0.9375em;
    right: 0px;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0px;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0px;
  }
  84% {
    top: 0.9375em;
    right: 0px;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  84% {
    top: 2.1875em;
    right: 0px;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  84% {
    top: 2.1875em;
    right: 0px;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0px;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0px;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
:root {
  --color__theme: #025c5f;
  --color__primary: #025c5f;
  --color-secondary: #005244;
  --color__body: #606060;
  --background__bg: #fdf8f8;
  --background__2: #f8f7fc;
  --neon-text-color: #f40;
  --neon-border-color: #08f;
  --gradient_background: linear-gradient(
    100deg,
    rgb(250, 112, 112) 0%,
    rgb(250, 151, 112) 100%
  );
}
.thin {
  font-family: var(--font__light);
}
.dark {
  font-family: var(--font__primary);
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 28px;
  color: var(--color__body);
  overflow-x: hidden;
  padding-right: 0px !important;
}
img {
  max-width: 100%;
}
.col-lg-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
svg {
  display: block;
}

button,
input,
select {
  transition: all 0.2s ease-in-out 0s;
}
button {
  cursor: pointer;
  outline: 0px;
}
input,
select {
  width: 100%;
  padding: 10px 20px;
  outline: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font__heading);
  margin-top: 0px;
  font-weight: 600;
  color: #2b2b2b;
  text-shadow: rgba(0, 0, 0, 0.17) 0px 0px 3px;
  
  
}
img {
  height: auto;
  width: 100% !important;
}
.activity-title {
  font-family: var(--font__heading);
  color: rgb(54, 59, 60);
  font-weight: 400;
  text-transform:none !important;
  font-size:32px !important;
}
.pr {
  position: relative;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-20 {
  padding-top: 20px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-7 {
  padding-top: 70px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.lh-2 {
  line-height: 1.75 !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.h-100 {
  height: 100%;
}
section {
  position: relative;
  margin: 0px;
}
.banner-button-container a:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 991px) {
  .pr-85 {
    padding-right: 85px;
  }
  .pl-85 {
    padding-left: 85px;
  }
  .mt-185 {
    margin-top: 185px;
  }
}
@media (max-width: 991px) {
  .mt-185 {
    margin-top: 80px;
  }
  .banner-button-container button {
    margin-right: 20px;
    width: 160px !important;
  }
  .banner.banner-one .banner-content .banner-title {
    text-align: center;
  }
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-180 {
  margin-top: 177px;
}
@media (max-width: 768px) {
  .mt-180 {
    margin-top: 80px;
  }
  .banner-button-container {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-top: 50px !important;
    justify-content: center !important;
  }
  .banner-button-container a:not(:first-child) {
    margin-top: 20px;
  }
  .banner-button-container a {
    margin-right: 0px !important;
  }
  .banner.banner-one .banner-content .banner-title {
    text-align: center;
  }
  .banner .banner-content .banner-btn {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-70 {
    margin-top: 70px;
  }
  nner .banner-content .banner-btn {
    text-align: center;
    display: flex;
    margin: 0px auto;
    width: 100%;
  }
}
.pix-btn {
  padding: 8px 30px;
  background: var(--color__theme);
  border-radius: 0px;
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.pix-btn i {
  font-size: 20px;
  margin-left: 3px;
  line-height: 1;
  vertical-align: middle;
}
.pix-btn.color-two {
  background: rgb(112, 82, 251);
  box-shadow: rgba(90, 70, 176, 0.3) 0px 20px 30px 0px;
}
.pix-btn:focus,
.pix-btn:hover {
  box-shadow: none;
  outline: 0px;
}
li {
  font-family: var(--font__light);
}
input,
select {
  background: rgb(253, 250, 250);
  padding: 15px 30px;
  border: 1px solid rgb(239, 231, 231);
  margin-bottom: 30px;
  border-radius: 30px;
}
input:focus,
select:focus {
  background: rgb(255, 255, 255);
  box-shadow: rgba(79, 35, 35, 0.1) 0px 20px 40px 0px;
}
select {
  appearance: none;
  outline: 0px;
  box-shadow: none;
  background-image: none;
}
.pix-select {
  position: relative;
  display: flex;
}
select {
  flex: 1 1 0%;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.b-select,
.o-select {
  position: relative;
}
.o-select::after {
  display: block;
  content: 'î—';
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  position: absolute;
  top: 19%;
  right: 0px;
  padding-right: 15px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.25s ease 0s;
  font-size: 24px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .b-select::after {
    display: block;
    content: url('/bilder/caret-down-duotone.svg');
    /* font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
      'noto sans', 'liberation sans'; */
    position: absolute;
    top: 19%;
    right: 12px;
    /* padding-right: 15px; */
    cursor: pointer;
    pointer-events: none;
    transition: all 0.25s ease 0s;
    font-size: 24px;
    margin-top: 5px;
    background-size: 14px 14px;
    height: 12px;
    width: 12px;
  }
}
.pix-select:hover::after {
  color: var(--color__theme);
}
@keyframes pixFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pixFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pixFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pixFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes pixFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.pixFade {
  animation-name: pixFade;
}
.pixFadeUp {
  animation-name: pixFadeUp;
}
.pixFadeDown {
  animation-name: pixFadeDown;
}
.pixFadeLeft {
  animation-name: pixFadeLeft;
}
.pixFadeRight {
  animation-name: pixFadeRight;
}
.site-header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 300;
  transition: all 0.2s ease-in-out 0s;
}
.site-header .header-inner {
  position: relative;
}
.site-logo, .site-mobile-logo{
	
	position:relative;
	
}
.site-header .header-inner .site-logo a {
  display: block;
  max-width: 150px;
}
.site-header .header-inner .site-logo a img {
  width: 100%;
}
.site-header .header-inner .site-logo a .sticky-logo {

}
.site-header .header-inner .site-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.site-header .header-inner .site-nav .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .site-header .header-inner .site-nav .menu-wrapper {
    display: block;
  }
}
.site-header .header-inner .site-nav .menu-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.site-header .header-inner .site-nav .nav-right {
  margin-left: 50px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
  background: rgb(255, 255, 255);
  box-shadow: rgba(79, 35, 35, 0.15) 0px 20px 30px 0px;
  color: var(--color__theme);
  display: inline-block;
  padding: 7px 37px;
  font-family: var(--font__light);
  border-radius: 0px;
  font-size: 14px;
  border: 2px solid transparent;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
  background: var(--color__theme);
  color: rgb(255, 255, 255);
}
.site-header .site-mobile-logo {
  display: none;
}
.site-header .site-main-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.site-header .site-main-menu li {
  margin: 0px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.site-header .site-main-menu li:last-child {
  margin-right: 0px;
}
.site-header .site-main-menu li > a {
  position: relative;
  color: var(--color__primary);
  padding: 10px 25px;
  display: inline-block;
  font-family: var(--font__light) !important;
  font-size: 18px !important;
  transform: skew(-25deg) !important;
}
.f_size_50 {
  font-size: 50px;
}
.f_size_40 {
  font-size: 40px;
}
.f_size_30 {
  font-size: 30px;
}
.f_size_28 {
  font-size: 28px;
}
.f_size_22 {
  font-size: 22px;
}
.f_size_24 {
  font-size: 24px;
}
.f_size_20 {
  font-size: 20px;
}
.f_size_18 {
  font-size: 18px;
}
.f_size_16 {
  font-size: 16px;
}
.f_size_15 {
  font-size: 15px;
}
.ps {
  position: relative;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.marbo-5 {
  margin-bottom: 5px !important;
}
.marbo-10 {
  margin-bottom: 10px !important;
}
.marbo-30 {
  margin-bottom: 30px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.minm-10 {
  margin-top: -10px;
}
.minm-20 {
  margin-top: -20px;
}
.iccontain {
  margin-top: -20px;
  font-size: 50px !important;
}
.mobi-btn {
  vertical-align: middle;
  font-size: 24px;
}
.f_400 {
  font-weight: 400;
}
.f_700 {
  font-weight: 700;
}
.mt_40 {
  margin-top: 40px;
}
.about_btn {
  font-size: 14px;
  font-family: var(--font__light);
  padding: 17px 28px;
  background: rgb(251, 251, 253);
  box-shadow: rgba(12, 0, 46, 0.1) 0px 20px 30px 0px;
  border-radius: 3px;
  color: rgb(94, 44, 237);
  display: inline-block;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1295px) {
  .site-header .site-main-menu li > a {
    transform: skew(0deg) !important;
  }
}
.straight {
  display: flex;
  align-items: center;
  transform: skew(25deg) !important;
}
.straight i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .straight {
    transform: skew(0deg) !important;
  }
}
.site-header .site-main-menu li > a::after {
  content: '';
  display: block;
  height: 1px;
  bottom: -6px;
  left: 50%;
  position: absolute;
  background: rgb(255, 255, 255);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0px;
}
.logo-sticky {
  display: none;
}
.pix-header-fixed {
  top: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 500;
  animation: 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal both running
    stickySlideDown;
  background: rgb(255, 255, 255);
  box-shadow: rgb(16, 134, 232) 0px 0px 78px 4px;
}



@media(max-width: 1295px) {
  .pix-header-fixed {
    z-index: 510;
  }
}



.pix-header-fixed .header-inner .site-logo {
  padding: 18px 0px;
}
.pix-header-fixed .header-inner .site-logo .logo-sticky {
  display: block;
}
.pix-header-fixed .header-inner .site-logo .logo-main {
  display: none;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
  background: 0px 0px;
  color: var(--color__theme);
  box-shadow: none;
  border-color: var(--color__theme);
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
  background: var(--color__theme);
  color: rgb(255, 255, 255);
}
.pix-header-fixed .site-main-menu li {
  padding: 28px 0px;
}
.pix-header-fixed .site-main-menu li a {
  color: rgb(51, 51, 51);
  font-family: var(--font__light);
  transition: background-color 0.5s ease 0s;
}
.pix-header-fixed .site-main-menu li a:active,
.pix-header-fixed .site-main-menu li a:hover {
  background-color: var(--color__primary);
  padding: 10px 25px;
  display: inline-block;
  color: rgb(255, 255, 255) !important;
}
.pix-header-fixed .site-main-menu li a:hover::after,
.pix-header-fixed .site-main-menu li a:hover::before {
  background: var(--color__theme);
}
.pix-header-fixed .site-logo .main-logo {
  display: none;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}
.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.close-menu {
  display: none;
}
@media (max-width: 991px) {
  .toggle-menu {
    left: 0px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 24px;
  }
  .toggle-menu .bar {
    width: 18px;
    height: 2px;
    display: block;
    float: left;
    margin: 3px auto;
    transition: all 0.2s ease-in-out 0s;
    background: rgb(255, 255, 255);
  }
  .toggle-menu .bar:nth-child(2) {
    width: 24px;
  }
  .site-header .header-inner {
    text-align: center;
    padding: 15px 0px;
  }
  .site-header .header-inner .site-nav .nav-right {
    margin-left: 20px;
  }
  .site-header .header-inner .site-nav .nav-right .nav-btn {
    padding: 8px 22px;
  }
  .site-header .site-mobile-logo {
    display: block;
  }
  .site-header .site-main-menu li {
    margin: 0px 15px;
  }
  .site-header .site-logo {
    display: none;
  }
  .site-header .site-nav .site-main-menu li:first-child {
    border-top: 1px solid rgb(241, 242, 243);
  }
  .site-header .site-nav .site-main-menu li a {
    display: block;
    color: rgb(136, 136, 136);
    padding: 6px 35px;
  }
  .site-header .site-nav .site-main-menu li a::after {
    display: none;
  }
  .site-header .site-nav .nav-right {
    text-align: left;
    padding-left: 13px;
  }
  .site-header.header-two .toggle-menu .bar {
    background: #413e3e;
  }
  .header-inner .site-mobile-logo img {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
  }
  .pix-header-fixed .toggle-menu {
    top: 30px;
	margin-left:20px;
  }
  .pix-header-fixed .toggle-menu .bar {
    background: rgb(51, 51, 51);
  }
  .pix-header-fixed .site-main-menu li a {
    color: rgb(255, 255, 255);
  }
  .pix-header-fixed .header-inner .site-logo {
    padding: 12px 0px;
  }
  .close-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0px;
    text-align: right;
    width: 100%;
    left: 0px;
    padding: 30px 20px;
  }
  .close-menu i {
    font-size: 36px;
    color: var(--color__primary);
  }
  .close-menu span {
    font-size: 15px;
  }
  .header-dark .toggle-menu .bar {
    background: var(--color__primary);
  }
}
@media (max-width: 1200px) {
  .site-header .site-mobile-logo {
    display: block;
    max-width: 150px;
  }
}
@media (max-width: 900px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 800px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 700px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 600px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 500px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 450px) {
  .site-header .site-nav {
    width: 100% !important;
  }
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 420px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 400px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 381px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 350px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
.banner {
  position: relative;
}
.banner .banner-content-wrap {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.banner .banner-content .banner-title {
  font-size: 60px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.banner .banner-content .banner-title span {
  font-weight: 800;
}
.banner .banner-content .description {
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 30px;
}
@media (max-width: 1005px) {
  
  
  .banner-info {
    font-size: 9px !important;
  }
  
  .banner-info div {
    align-items: center;
  }

  .banner-info-child {
    flex-direction: column;
  }

  .banner-address:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media(max-width: 576px) {
  .banner-info {
    font-size: 12px !important;
  }
  
}

@media(max-width: 357px) {
  .banner-info  {
    font-size: 11px !important;
  }
  
}




.banner-info div {
  font-size: 20px;
}
.banner-info div i {
  margin-right: 10px;
  vertical-align: middle;
}
.banner-info div span {
  color: rgb(229, 231, 235);
}
.banner .banner-content .banner-btn {
  color: rgb(255, 255, 255);
  padding: 10px 40px;
  border-radius: 0px;
  font-size: 14px;
  display: inline-block;
}
.banner .banner-content .banner-btn:hover {
  box-shadow: rgba(79, 35, 35, 0.15) 0px 20px 30px 0px;
  color: rgb(255, 255, 255) !important;
  background: var(--color__theme) !important;
}
.banner-button-container {
  display: flex;
  padding-top: 90px;
  justify-content: center;
}
.banner-button-container a {
  width: 260px;
  text-align: center;
  padding: 1.5rem 0px;
  font-size: 25px;
  border-radius: 0px;
}
.bg-video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner.banner-one {
  height: 1050px;
  position: relative;
}
@media (max-width: 1440px) {
  .banner-button-container a {
    width: 200px;
  }
  .banner-button-container {
    padding-top: 50px !important;
  }
}
@media (max-width: 1280px) {
  .banner.banner-one {
    height: 1000px;
  }
  .banner.banner-one .banner-content .banner-title {
    font-size: 50px;
  }
  .banner.banner-one .banner-content p br {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .banner.banner-one {
    height: 1000px;
  }
  .banner.banner-one .banner-content .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1190px) {
  .banner.banner-one .banner-content-wrap {
    top: 36%;
  }
}
@media (max-width: 1096px) {
  .banner.banner-one .banner-content-wrap {
    top: 50%;
  }
  .banner.banner-one .banner-content {
    margin-bottom: 50px;
  }
  .banner.banner-one .banner-content .banner-title {
    font-size: 40px;
  }
  .banner.banner-one .banner-content p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .banner.banner-one {
    height: 900px;
  }
}
@media (max-width: 576px) {
  .banner .banner-content .description {
    font-size: 16px;
  }
  .banner.banner-one .banner-content .banner-title {
    font-size: 30px;
    text-align: center;
  }
  .banner.banner-one .banner-content {
    margin-top: 60px;
  }
  .banner .banner-content .banner-btn {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}

.section-title {
  margin-bottom: 70px;
}
.section-title .sub-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px !important;
  text-shadow: 0 0 2px var(--color__theme);
  
  color: rgb(75, 85, 99);
  filter: drop-shadow(rgba(185, 96, 180, 0.25) 0px 0px 3px);
  background-image: linear-gradient(45deg, rgb(0, 0, 0), rgb(77, 77, 77));
  text-shadow: rgba(0, 0, 0, 0.11) 0px 0px 3px;
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  font-family: var(--font__light);
  text-transform: uppercase;
  text-shadow:0 0 9px #0000009c;
}
.section-title .title span {
  color: var(--color__theme);
}
.section-title .title-two {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  max-width: 930px;
  margin: 0px auto;
}
.section-title .title-two span {
  color: var(--color__theme);
}
.section-title.style-two p {
  font-size: 21px;
  line-height: 30px;
}
.section-title.style-two .sub-title {
  margin: 0px;
  line-height: 1.8;
}
.section-title.dark-title .sub-title,
.section-title.dark-title .title {
  color: rgb(255, 255, 255);
}
.section-title.color-two .sub-title {
  color: var(--color__theme);
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .title {
    font-size: 32px;
  }
  .section-title p br {
    display: none;
  }
  .section-title.style-two p br {
    display: none;
  }
  .section-title .title-two {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .section-title .title {
    font-size: 28px !important;
  }
  .section-title .title br {
    display: none;
  }
  .responsive-btn {
    padding-bottom: 20px !important;
  }
  .editor-content {
    padding-left: 20px !important;
  }
}
@media (max-width: 500px) {
  .responsive-btn {
    padding-bottom: 0px !important;
  }
}
.editor-design {
  position: relative;
}
.editor-content {
  padding-left: 100px;
  padding-top: 50px;
}
.editor-content .section-title.style-two {
  margin-bottom: 35px;
}

@media(max-width: 991px) {
  .editor-content .section-title.style-two {
    margin-bottom: 0px !important;
  }
}




.editor-content .section-title.style-two p {
  font-weight: 600;
  margin-bottom: 0px;
  font-family: var(--font__light);
  color: rgb(231, 229, 235);
  margin-top: -10px !important;
}

.editor-content .section-title.style-two p {
  font-weight: 400;
  margin-bottom: 0px;
  font-family: var(--font__light);
  color: rgb(231, 229, 235);
  margin-top: -10px !important;
  -spacing: 0px;
  
}



@media(max-width: 430px) {
  /* .editor-content .section-title.style-two p {
    width: 80% !important;
  } */

  .firstbox span {
    font-size: 15px;
  }
}

@media(max-width: 368px) {
  /* .editor-content .section-title.style-two p {
    width: 80% !important;
  } */

  .firstbox span {
    font-size: 14px;
  }
}

@media(max-width: 348px) {
  /* .editor-content .section-title.style-two p {
    width: 80% !important;
  } */

  .firstbox span {
    font-size: 13px;
  }
}

@media(max-width: 324px) {
  /* .editor-content .section-title.style-two p {
    width: 80% !important;
  } */

  .firstbox span {
    font-size: 12px;
  }
}



.editor-content .section-title.style-two.color-two {
  margin-bottom: 35px;
}
.editor-content .section-title.style-two.color-two p {
  color: rgb(112, 82, 251);
  margin: 0px;
}
.editor-content .description p {
  margin-bottom: 46px;
  font-size: 18px;
  font-family: var(--font__light);
  width: 80%;
}
@media (max-width: 1440px) {
  .editor-content {
    padding-top: 0px;
  }
}
@media (max-width: 1280px) {
  .editure-feature-image {
    left: 20px;
  }
  .editure-feature-image .image-two {
    margin-left: -100px;
    max-width: 180px;
  }
  .editure-feature-image .image-one {
    height: auto !important;
  }
}
@media (max-width: 1300px) {
  .editure-feature-image .image-one img {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-content {
    padding-left: 30px;
    text-align: center;
  }
  .banner-button-container button {
    width: 180px;
    margin-right: 20px;
  }
  .editor-design-two {
    padding-top: 160px;
  }
  .editor-design {
    padding-bottom: 0px;
  }
  .editor-content {
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .editure-feature-image .image-one img {
    width: auto;
    height: 400px !important;
  }
}
@media (max-width: 991px) {
  .editor-design-two {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .editure-feature-image {
    position: relative;
    left: 0px;
  }
  .editure-feature-image .image-two {
    position: absolute;
    top: 50%;
    right: -82px;
    transform: translateY(-50%);
  }
  .editor-content {
    padding-left: 0px;
    padding-top: 17px;
  }
  .editor-content .section-title.style-two.color-two {
    margin-bottom: 20px;
  }
  .editor-content .section-title.style-two .title {
    margin-bottom: 3px;
  }
}
@media (max-width: 576px) {
  .editure-feature-image {
    position: relative;
    left: 0px;
  }
  .adjust-it {
    /* margin-top: 100px; */
  }
  .banner-info div {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .banner-button-container {
    margin-bottom: 10rem;
  }
  .banner-button-container {
    padding-top: 28px !important;
  }
  .editure-feature-image .image-two {
    right: -80px;
  }
  .editor-content {
    /* padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; */
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .editure-feature-image .image-two {
    right: 0px;
  }
  .editure-feature-image .image-two-inner img {
    max-width: 150px;
  }
}
@media (max-width: 360px) {
  .sport__list .sports-info .info .sports-title {
    font-weight: 600;
    margin: 0px;
    font-size: 14px !important;
  }
}
.genera-informes {
  overflow: hidden;
}
.genera-informes .section-title {
  margin-bottom: 30px;
}
.genera-informes .list-items {
  margin-bottom: 50px;
}
.informes-feature-image {
  position: absolute;
  right: 75px;
  top: 143px;
}
.informes-feature-image .image-one {
  max-width: 720px;
}
.informes-feature-image .image-two {
  position: absolute;
  right: 0px;
  left: 20px;
  bottom: -113px;
  max-width: 720px;
}
@media (max-width: 1680px) {
  .informes-feature-image {
    position: absolute;
    right: 50px;
    top: 125px;
  }
  .informes-feature-image .image-one {
    max-width: 620px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 130px;
    bottom: -140px;
  }
  .informes-feature-image .image-two img {
    max-width: 620px !important;
  }
}
@media (max-width: 1600px) {
  .informes-feature-image {
    top: 80px;
  }
}
@media (max-width: 1440px) {
  .informes-feature-image {
    position: absolute;
    right: 25px;
    top: 125px;
  }
  .informes-feature-image .image-one {
    max-width: 550px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 100px;
    bottom: -140px;
  }
  .informes-feature-image .image-two img {
    max-width: 550px !important;
  }
}
@media (max-width: 1280px) {
  .informes-feature-image {
    top: 200px;
  }
}
@media (max-width: 1200px) {
  .informes-feature-image {
    position: absolute;
    right: 25px;
    top: 100px;
  }
  .informes-feature-image .image-one {
    max-width: 450px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 70px;
    bottom: -140px;
  }
  .informes-feature-image .image-two img {
    max-width: 450px !important;
  }
}
@media (max-width: 1024px) {
  .informes-feature-image {
    position: absolute;
    right: 25px;
    top: 75px;
  }
  .informes-feature-image .image-one {
    max-width: 450px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 70px;
    bottom: -140px;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .btn-cta {
    display: none !important;
  }
  .genera-informes {
    padding-top: 0px;
    overflow: hidden;
  }
  .genera-informes .section-title {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .genera-informes .list-items {
    margin-bottom: 40px;
  }
  .genera-informes .informes-feature-image {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 120px;
    padding-top: 0px;
  }
  .genera-informes .informes-feature-image .image-one {
    max-width: 450px;
  }
  .genera-informes .informes-feature-image .image-two {
    position: absolute;
    right: -70px;
    bottom: -110px;
    max-width: 450px;
  }
  .informes-feature-image .image-two {
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .informes-feature-image .image-two {
    right: -70px;
  }
}
@media (max-width: 576px) {
  .informes-feature-image .image-two {
    left: 0px;
    right: auto;
  }
  .informes-feature-image .image-one img,
  .informes-feature-image .image-two img {
    max-width: 100% !important;
  }
}
.page-banner {
  background: rgb(253, 248, 248);
  text-align: center;
  height: 550px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bg-video::before,
.new-challange::before,
.page-banner::before {
  content: '';
  position: absolute;
  background: rgba(1, 83, 109, 0.5);
  border-radius: 5px;
  inset: 0px;
}



.page-banner.bowlingtips-banner::before {
  background: rgba(1, 83, 109, 0.7) !important;
}

.media-banner{

	position:absolute;left:0;top:0;width:100%;height:100%;background:white;

}

.media-banner-overlay{
	
	position:absolute;left: 0;top: 0;background: rgb(0,0,0,0.3);width: 100%;height: 100%;
	
}

.media-banner video{
	
	margin-top:0 !important;
	
	width:calc(100% + 20px) !important;height:100% !important;object-fit:cover;filter:blur(6px);margin-left: -10px;max-width: calc(100% + 20px) !important;
	
	
}

.media-banner img{
	
	width:calc(100% + 20px) !important;height:100% !important;object-fit:cover;filter:blur(6px);margin-left: -10px;max-width: calc(100% + 20px) !important;
	position:absolute;left:0;top:0;
	
}

.media-banner-bottom{
	
	position:absolute;left:0;bottom:0;height:50px;width:100%;/*! background:linear-gradient(to top, white, transparent); */
	
}

.breadcrumb li img{

	width:24px !important;
	height:24px !important;
	filter: drop-shadow(#ffffff8c 0px 0px 3px);
	
}

.bottom-divider{
	
	margin-top:50px;
	padding-top:50px;
	
}

h3{
	
	text-align:center;
	text-transform:uppercase;
	
}

.bottom-card-container{
  
  box-shadow: 0 0 10px #ddd;
  border-radius:5px;
  overflow:hidden;
  min-height:292px;
  
}

.activity-info{
  
  padding:10px;
  
}

.bottom-card-container h4, .bottom-card-container p{
  
  text-align:center;
  
}

.page-bottom-activities{
	
	margin-left:0 !important;
	margin-right:0 !important;
	
}

.page-bottom-activities, .page-bottom-activities .col-md-4{
  
  padding-bottom:50px;
  
}

.page-bottom-activities a{
  
  text-decoration:none;
  color: inherit;
  
}

.margin-auto{
  
  margin:0 auto;
  
}

.star-item{
	
	width:16px !important;
	height:16px !important;
	filter:drop-shadow(0 0 3px #ffaf005e);
	
}

.page-banner .page-title {
  font-size: 64px;
  font-weight: 800;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0px auto 15px;
  text-shadow:0 0 8px #ffffff5c;
}
.page-banner .breadcrumb {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 2;
  letter-spacing:2px;
  text-shadow: 0 0 3px #ffffff85;
}

.page-banner .breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.page-banner .breadcrumb li:not(:last-child) {
  /* margin-right: 30px; */
}
.page-banner .breadcrumb li a {
  color: white;
  font-weight: 700;
}
.page-banner .breadcrumb li a:hover {
  color: rgb(255, 255, 255);
}
.page-banner {
  
  margin-top: 73px;
  height: 330px;
  display: flex;
  overflow: hidden;
  position: relative;

}

.page-banner.bowlingtips-banner {
  background-image: url('/bilder/bowlingskor.webp') !important;
}





.prize-image {
  background: url('/bilder/bowlingpokal.webp') center center / cover no-repeat;
}
.bowlingtips-image {
  background: url('/bilder/bowlingskor.webp') center center / cover no-repeat;
}

.page-banner .breadcrumb {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 2;
}
.page-banner .breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.page-banner .breadcrumb li:not(:last-child) {
  /* margin-right: 30px; */
  color: rgb(255, 255, 255);
}
.page-banner .breadcrumb li:last-child {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
/* .page-banner .breadcrumb li:not(:last-child)::before {
  content: 'î—Œ';
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  position: absolute;
  right: -25px;
  top: 0px;
} */
.page-banner .breadcrumb li a {
  font-weight: 500;
}
@media (max-width: 1280px) {
  .page-banner {
    height: 280px;
  }
}
@media (max-width: 1200px) {
  .page-banner {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .page-banner {
    height: 300px;
  }
  .page-banner .page-title {
    font-size: 60px;
    margin: 0px auto 15px;
  }
}
@media (max-width: 768px) {
  .page-banner .page-title {
    font-size: 50px;
    margin: 0px auto 10px;
  }
}
@media (max-width: 576px) {
  .col-lg-2 {
    padding: 0px !important;
  }
  .banner-info div {
    /* margin-right: 0px !important; */
  }
}
.about {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-content h3 {
  text-align: left;
  padding-top: 20px;
}
.about-content .section-title {
  margin-bottom: 35px;
}
.about-content p {
  margin-bottom: 12px;
  font-family: var(--font__text);
  letter-spacing:1.1px;
}
.about-content .singiture h4 {
  font-size: 20px;
  margin-bottom: 25px;
}
.about-content-two .section-title {
  margin-bottom: 22px;
}
.about-content-two .section-title .title {
  font-size: 34px;
  line-height: 44px;
  color: rgb(50, 45, 73);
  font-weight: 600;
}
.about-content-two .description {
  font-family: var(--font__text);
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about-content-two .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .about {
    padding-top: 76px;
  }
  .about-content {
    padding-right: 0px;
  }
  .about-thumb {
    margin-top: 30px;
  }
  .about-two {
    padding-bottom: 80px;
  }
  .about-content-two {
    margin-top: 40px;
  }
}
#footer {
  background: rgb(253, 248, 248);
  display: none;
  font-size: 19px !important;
}

#footer svg{
	
	fill:#fff;
	
}

#footer .footer-inner {
  padding-top: 25px;
  margin-bottom: 0px;
}
#footer .widget.footer-widget p {
  margin-bottom: 40px;
}
#footer .footer-menu {
  margin-bottom: 40px;
  padding: 0px;
  list-style: none;
  position: relative;
}
#footer .footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .footer-menu li a {
  display: block;
  color: #797687;
  font-weight: 400;
  line-height: 30px;
}
#footer .footer-menu li a:hover {
  color: rgb(250, 112, 112);
}
#footer .footer-logo {
  display: block;
  margin-bottom: 30px;
}
#footer .email-info {
  display: block;
  color: rgb(250, 112, 112);
  margin-bottom: 20px;
}
#footer .email-info i {
  margin-right: 10px;
}
#footer .copyright-text {
  margin-bottom: 50px;
}
#footer .copyright-text a {
  color: rgb(250, 112, 112);
}
#footer .footer-social-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer .footer-social-link li {
  display: inline-block;
}
#footer .footer-social-link li:not(:last-child) {
  margin-right: 10px;
}
#footer .footer-social-link li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: block;
  border-radius: 50%;
  color: rgb(150, 148, 161);
  text-align: center;
  font-size: 16px;
}
.footer-social-link a:hover{
	
	filter:drop-shadow(0 0 6px #1877f2);
	
}
#footer .site-info {
  padding: 36px 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgb(228, 217, 217);
  position: relative;
  z-index: 3;
}
#footer .site-info p {
  margin: 0px;
}
#footer .site-info p a {
  color: rgb(250, 112, 112);
  font-weight: 500;
}
#footer .site-info p a:hover {
  color: rgb(248, 63, 63);
}
#footer.footer-five {
  border-top: 20px solid rgb(1, 83, 109);
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.footer-background-image {
  background-image: url('/bilder/bowling-lanes-hd.webp') !important;
}
#footer.footer-five .widget.footer-widget .widget-title {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.1) 0px 8px 13px,
    rgba(0, 0, 0, 0.1) 0px 18px 23px;
}
#footer.footer-five .widget p {
  color: rgb(249, 250, 251);
}
footer.footer-five .widget.footer-widget .widget-title i {
  margin-right: 5px;
}
#footer.footer-five .footer-menu li a {
  color: rgb(249, 250, 251);
}
#footer.footer-five .footer-menu li a:hover {
  color: rgb(209, 213, 219);
}
#footer.footer-five .footer-social-link li a {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
#footer.footer-five .footer-social-link li a:hover {
  background: rgb(2, 170, 176);
  border-color: rgb(2, 170, 176);
  color: rgb(255, 255, 255);
}
#footer.footer-five .site-info-menu li a {
  color:rgb(249, 250, 251) !important;
  text-shadow:black 1px 2px 4px;
}
#footer.footer-five .site-info-menu li a:hover {
  color: rgb(218, 225, 231) !important;
}
#footer.footer-five .site-info {
  border-color: rgb(156, 163, 175);
}
#footer.footer-five .site-info p {
  color: rgb(249, 250, 251);
  font-family: var(--font__light);
}
#footer.footer-five .site-info p a {
  color: rgb(236, 253, 245);
}
.site-info-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 768px) {
  .site-info-menu {
    display: flex;
    flex-flow: column wrap;
    height: 150px;
    align-items: center;
  }
  .site-info-menu li {
    display: block;
    margin-bottom: 10px;
  }
}
.site-info-menu {
  display: flex;
  flex-flow: column wrap;
  height: 200px;
}
@media (max-width: 991px) {
  .site-info-menu {
    display: flex;
    flex-flow: column wrap;
    height: 375px;
  }
  .site-info-menu li {
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
  .middle-it {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .site-info-menu li:not(:last-child) {
    margin-right: 40px;
  }
}
.site-info-menu li a {
  display: inline-block;
  color: #797687;
}
.site-info-menu li a:hover {
  color: rgb(250, 112, 112);
}
@media (max-width: 991px) {
  /* #footer .footer-inner {
    padding: 76px 0px 22px;
  } */
  #footer .site-info {
    padding: 21px 0px;
  }
  #footer .widget.footer-widget {
    margin-bottom: 30px;
  }
  #footer .widget.footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #footer .footer-menu {
    margin-bottom: 40px;
  }
  #footer .site-info {
    padding: 21px 0px;
    display: block;
  }
  #footer.footer-five .site-info p {
    text-align: center;
  }
}
#footer.footer-four .copyright {
  margin-bottom: 20px;
}
.copyright svg{
	
	height:24px;
	width:24px;
	fill:white;
	display:inline-block;
	padding-right:0px;
	
}

.copyright{
	
	position:relative;
	
}

#footer.footer-four .site-info .site-info-inner {
  display: block;
}
.footer-menu .grid .unit:last-child {
  padding-right: 30px;
}
.grid .three-fifths {
  width: 60%;
}
.grid .unit {
  float: left;
  width: 100%;
  padding: 30px;
}
.grid .unit {
  float: left;
  width: 100%;
  padding: 30px;
}
h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
h6.border {
  position: relative;
  margin-bottom: 50px;
}
.bw-table {
  list-style: none;
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
}
.bw-table-left {
  display: inline-block;
  padding-bottom: 12px;
  color: rgb(249, 250, 251);
}
.bw-table-right {
  color: rgb(249, 250, 251);
  float: right;
  display: inline-block;
  padding-bottom: 12px;
}
hr.noborder {
  background-color: transparent !important;
}
.activitys {
  padding: 120px 0px 40px;
}
.pixsass-activity-item{
	
	text-align:center;
	
}
.pixsass-activity-items.column-2 {
  width: calc(104%);
}
.pixsass-activity-items.column-2 .pixsass-activity-item {
  width: calc(46%);
  margin-right: 4%;
  float: left;
}
.pixsass-activity-items.activity-one .pixsass-activity-item {
  position: relative;
  margin-bottom: 150px;
  float: left;
}
.pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
  max-width: 420px;
  background: rgb(255, 255, 255);
  padding: 30px 40px;
  box-shadow: rgba(79, 35, 35, 0.1) 0px 20px 40px 0px;
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 50% !important;
  transform:translateX(-50%);
  transition: all 0.2s ease-in-out 0s;
}
.pixsass-activity-items.activity-one .pixsass-activity-item .activity-info h3 {
  font-size: 24px;
  margin: 0px;
  line-height: 32px;
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  span {
  font-family: var(--font__light);
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  h3
  a {
  color: rgb(43, 35, 80);
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  h3
  a:hover {
  color: rgb(250, 112, 112);
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  span {
  color: #797687;
  font-size: 16px;
}
.activity-info {
  pointer-events: none;
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item:hover
  .activity-info {
  box-shadow: none;
  bottom: 40px;
}
@media (max-width: 991px) {
  .activitys {
    padding: 80px 0px 50px;
  }
  .pixsass-activity-items.activity-one .pixsass-activity-item {
    margin-bottom: 120px;
  }
  .pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
    max-width: 290px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
    max-width: 80%;
    left: 20px;
  }
  .pixsass-activity-items.column-2 {
    width: 100%;
  }
  .pixsass-activity-items.column-2 .pixsass-activity-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .pixsass-activity-items.column-2 .pixsass-activity-item img {
    width: 100%;
  }
  .pixsass-activity-items.column-2 .pixsass-activity-item {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .pixsass-activity-items.column-2 .pixsass-activity-item {
    margin-bottom: 80px;
  }
  .pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
    max-width: 80%;
    padding: 20px;
    bottom: -50px;
  }
  .pixsass-activity-items.activity-one
    .pixsass-activity-item
    .activity-info
    h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.activitys {
  padding: 120px 0px 40px;
}
.pixsass-activity-items.column-2 {
  width: calc(104%);
}
.pixsass-activity-items.column-2 .pixsass-activity-item {
  width: calc(46%);
  margin-right: 4%;
  float: left;
}
.pixsass-activity-items.activity-one .pixsass-activity-item {
  position: relative;
  margin-bottom: 150px;
  float: left;
}
.pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
  max-width: 420px;
  background: rgb(255, 255, 255);
  padding: 30px 40px;
  box-shadow: rgba(79, 35, 35, 0.1) 0px 20px 40px 0px;
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 50% !important;
  transform:translateX(-50%);
  transition: all 0.2s ease-in-out 0s;
}
.pixsass-activity-items.activity-one .pixsass-activity-item .activity-info h3 {
  font-size: 24px;
  margin: 0px;
  line-height: 32px;
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  h3
  a {
  color: rgb(43, 35, 80);
  font-family: var(--font__light);
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  h3
  a:hover {
  color: rgb(250, 112, 112);
}
.pixsass-activity-items.activity-one
  .pixsass-activity-item
  .activity-info
  span {
  color: rgb(59, 59, 62);
  font-size: 16px;
}
@media (max-width: 991px) {
  .activitys {
    padding: 80px 0px 50px;
  }
  .pixsass-activity-items.activity-one .pixsass-activity-item {
    margin-bottom: 120px;
  }
  .pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
    max-width: 290px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
    max-width: 80%;
    left: 20px;
  }
  .pixsass-activity-items.column-2 {
    width: 100%;
  }
  .pixsass-activity-items.column-2 .pixsass-activity-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .pixsass-activity-items.column-2 .pixsass-activity-item img {
    width: 100%;
  }
  .pixsass-activity-items.column-2 .pixsass-activity-item {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .pixsass-activity-items.column-2 .pixsass-activity-item {
    margin-bottom: 80px;
  }
  .pixsass-activity-items.activity-one .pixsass-activity-item .activity-info {
    max-width: 80%;
    padding: 20px;
    bottom: -50px;
  }
  .pixsass-activity-items.activity-one
    .pixsass-activity-item
    .activity-info
    h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.menu-img-container {
  position: relative;
}
.menu-image-caption {
  position: absolute;
  left: -14px;
  bottom: 11px;
  background-color: var(--color-secondary);
  color: rgb(255, 255, 255);
  padding: 8px 20px;
  text-transform: uppercase;
}
.menu-title {
  margin-top: 2rem;
  font-family: var(--font__light);
}
.menu-info-container {
  display: flex;
}
.menu-info-container div {
  margin-right: 10px;
  color: var(--color__primary);
}
@media (max-width: 600px) {

  .offset-1 {
    margin-left: 0px !important;
  }
  .menu-img-container {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 440px) {
  .menu-img-container {
    margin-left: 0px;
  }
}
.menu-card p {
  font-family: var(--font__light);
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.59, -0.17, 0.3, 1.67) 0s;
  top: 0px;
  left: 0px;
}
.mymodal {
  transform: translate(0px, -50px);
  transition: all 0.2s cubic-bezier(0.59, -0.17, 0.3, 1.67) 0s;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  width: 400px;
  background-color: rgb(221, 221, 221);
  color: rgb(35, 29, 35);
  text-align: center;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 20px 0px;
  z-index: 330;
  padding-right: 0px !important;
}
.mymodal .close-btn {
  position: absolute;
  padding: 3px 9px;
  font-size: 24px;
  text-align: center;
  background: rgb(204, 204, 204);
  color: rgb(156, 156, 156);
  top: -1px;
  right: 0px;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
.mymodal .close-btn:hover {
  transform: scale(1.2);
}
@media (max-width: 720px) {
  .mymodal {
    margin: 10px;
  }
}
.cross {
  transition: all 0.2s ease 0s;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 10px;
  padding: 40px;
  opacity: 0.8;
  color: rgb(255, 255, 255) !important;
}
.cross:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.faqs {
  padding: 0px;
}
@media (max-width: 991px) {
  #faqs {
    padding: 80px 0px 50px;
  }
  .faqs {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  #faqs {
    padding: 50px 0px 20px;
  }
}
.tabs-wrapper {
  max-width: 1140px;
  margin: 0px auto;
}
.threed-tabs li {
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: var(--font__light);
}
.left {
  margin-left: 15px;
}
.threed-tabs li a {
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  color: rgb(255, 255, 255);
  /* min-width: 160px; */
  min-width: 190px !important;
  min-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0px;
  border-radius: 5px;
  border: none;
  background: rgb(3, 105, 161);
  box-shadow: rgb(7, 89, 133) 0px 5px;
  padding: 0px !important;
}
.threed-tabs li a:hover {
  box-shadow: rgb(7, 89, 133) 0px 3px;
}
.threed-tabs li a:active {
  box-shadow: rgb(7, 89, 133) 0px 0px;
  top: 5px;
}
.threed-tabs li a:active:hover {
  box-shadow: rgb(56, 189, 248) 0px 0px;
  top: 5px;
}
.threed-tabs li a.active {
  font-weight: 700;
  background: rgb(128, 237, 153);
  box-shadow: rgb(87, 204, 153) 0px 5px;
}
.shuffle-list {
  margin-bottom: 3rem;
}
.shuffle-list li {
  position: relative;
  list-style: none;
  font-family: var(--font__primary);
}
.gamezone-list li {
  position: relative;
  list-style: none;
  font-family: var(--font__primary);
}
.shuffle-list i,
.gamezone-list i,
.barnkalas i {
  font-size: 16px;
}
.shuffle-list span {
  margin-left: 5px;
}
.pricing {
  padding: 116px 0px 120px;
}
.pricing-two {
  padding-top: 146px;
  padding-bottom: 90px;
}
.pricing-two-single {
  padding-top: 116px;
  padding-bottom: 90px;
}
.pricing-single-one {
  padding: 116px 0px 90px;
}
.pricing-single-one p {
  color: #797687;
  font-family: var(--font__primary);
}
.pricing-table {
  background: rgb(255, 255, 255);
  padding: 0px;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-table .pricing-header {
  text-align: center;
}
.pricing-table .pricing-header .price {
  background: url("/bilder/Icon-banner-background.webp"), linear-gradient(to right, rgb(30, 30, 30) 0px, rgb(76, 79, 78) 51%, rgb(23, 26, 26) 100%) !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 25px;
  font-family: var(--font__light);
  color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align:center;
  text-shadow:0 0 3px #00000094;
}
.pricing-table .pricing-header .price-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.pricing-table .pricing-header p {
  margin: 0px;
}
.pricing-table .price-feture {
  padding: 0px 0px 30px;
  list-style: none;
  display: table;
  /* margin: 0px auto; */
  font-weight: bold;
  font-size:20px;
  
}
.pricing-table .price-feture li {
	padding-left: 33px;
	position: relative;
	margin-bottom: 12px;
	color: rgb(60, 51, 51);
	text-shadow: rgb(176, 176, 176) 0px 0px 3px;
}
@media (max-width: 576px) {
  .pricing-table .price-feture li {
    padding-left: 33px;
    position: relative;
    margin-bottom: 12px;
    margin-left: 10px;
  }
}
.pricing-table .price-feture li::before {
  position: absolute;
  left: 0px;
  top: 0px;
}
.pricing-table .price-feture li i {
  font-size: 16px;
  color: rgb(3, 105, 161);
}
.pricing-table .price-feture li span {
  font-weight:300;
  margin-left: 8px;
  font-family: var(--font__primary);
}
.pricing-table.color-two .pricing-header .price {
  color: rgb(128, 112, 250);
}
.pricing-table.color-three .pricing-header .price {
  color: rgb(34, 205, 26);
}
.pricing-table .pix-btn {
  font-weight: 600;
  padding: 8px 0px;
  width: 200px;
  text-align: center;
}
@media (max-width: 991px) {
  .hide-me {
    margin-top: 80px;
    border: none !important;
  }
  .pricing {
    padding: 76px 0px 80px;
  }
  .pricing-single-one,
  .pricing-two-single {
    padding: 76px 0px 50px;
  }
  .pricing-table {
    border: 1px solid rgb(239, 231, 231);
    max-width: 500px;
    margin: 0px auto 30px;
  }
}
.sec-image-container {
  position: relative;
  border-radius: 20px;
}
.section-title.absoluteText {
  position: absolute;
  top: 8px;
  left: 16px;
}
.absoluteText h2 {
  color: rgb(255, 255, 255);
  font-size: 3.5rem !important;
}
select {
  appearance: none;
  outline: 0px;
  box-shadow: none;
  background-image: none;
}
.b-select,
.c-select {
  position: relative;
}
.pix-select {
  display: flex;
}
select {
  flex: 1 1 0%;
  color: rgb(0, 0, 0);
  cursor: pointer;
  position: relative;
  border-radius: 0px;
}
.sportlist {
  background: center center / cover rgb(249, 248, 252);
  padding: 110px 0px 96px;
  min-height:700px;
}
@media (max-width: 991px) {
  .sportlist {
    padding: 70px 0px 55px;
  }
  .designation {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bg-video.sports-video {
    background-repeat: repeat !important;
    height: auto !important;
  }
  .sport__list {
    font-size: 12px !important;
  }
  .sports-title {
    font-size: 15px !important;
  }
  .footer-info-container.sports {
    padding-top: 0px !important;
  }
}
@media (max-width: 576px) {
  .sport__list {
    padding: 3px 0px;
    font-size: 14px !important;
  }
  .sports-title {
    font-size: 15px !important;
  }
  .sport__list .sports-info {
    width: 280px;
  }
  .sport__list .sports-info {
    display: block;
    flex-wrap: wrap;
    padding: 0px 30px;
  }
  .designation {
    font-size: 16px;
  }
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 991px) {
  .modal-dialog {
    position: relative;
    margin-left: 0px;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .modal-dialog {
    position: relative;
    top: 50%;
    width: 90%;
  }
}
@media (max-width: 403px) {
  .modal-dialog {
    position: relative;
    top: 50%;
    width: 98%;
  }
}
.iframe {
  width: 65% !important;
  height: 82% !important;
}
#footer.footer-five::before {
  content: '';
  position: absolute;
  background: rgba(8, 21, 26, 0.7);
  /* border-radius: 5px; */
  inset: 0px;
}
@media (max-width: 576px) {
  .bg-video::before,
  .new-challange::before {
    content: '';
    position: absolute;
    background: rgba(1, 83, 109, 0.5);
    border-radius: 5px;
    inset: 0px;
  }
}
.btn-grad {
  background-image: linear-gradient(
    to right,
    rgb(2, 170, 176) 0px,
    rgb(0, 205, 172) 51%,
    rgb(2, 170, 176) 100%
  );
}
.btn-grad {
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  background-size: 200%;
  color: rgb(255, 255, 255);
  display: block;
  border: none;
  font-size: 18px;
  font-family: var(--font__light);
  border-radius: 0px !important;
}
.btn-grad:hover {
  background-position: right center;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.btn-grad-white {
  background-image: linear-gradient(
    to right,
    rgb(236, 233, 230) 0px,
    rgb(255, 255, 255) 51%,
    rgb(236, 233, 230) 100%
  );
}
.btn-grad-white {
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  background-size: 200%;
  color: rgb(255, 255, 255);
  display: block;
  border: none;
  font-size: 18px;
  font-family: var(--font__light);
  border-radius: 0px !important;
}
.btn-grad-white:hover {
  background-position: right center;
  text-decoration: none;
  color: rgb(2, 170, 176) !important;
}
@-webkit-keyframes yellow {
  0%,
  100% {
    box-shadow: rgb(2, 170, 176) 1px 0px 19px 4px,
      rgba(255, 255, 255, 0.5) 0px 0px 10px inset;
  }
  50% {
    box-shadow: rgb(2, 170, 176) 0px 0px 0px 0px, transparent 0px 0px 0px inset;
  }
}
@keyframes yellow {
  0%,
  100% {
    box-shadow: rgb(2, 170, 176) 1px 0px 19px 4px,
      rgba(255, 255, 255, 0.5) 0px 0px 10px inset;
  }
  50% {
    box-shadow: rgb(2, 170, 176) 0px 0px 0px 0px, transparent 0px 0px 0px inset;
  }
}
.modal-body,
.modal-title {
  font-family: var(--font__light);
}
.footer-widget p {
  font-family: var(--font__light);
}
.new-challange {
  display: none;
  background-image: url('/bilder/bowling-lanes-hd.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  background-color: rgb(2, 170, 176) !important;
}
@media (max-width: 1096px) {
  .new-challange {
    display: block;
  }
}


/* @media(max-width: 991px) {
  .tough {
   
    z-index: -100 !important;
  }
} */

@media (max-width: 576px) {
  /* .tough {
    margin-top: -100px !important;
    z-index: -100 !important;
  } */
}
.star-header {
  border-top: 1px solid var(--color__primary);
  border-bottom: 1px solid var(--color__primary);
}
.menu-information {
  font-family: var(--font__light);
  position: relative;
}
.menu-information span {
  border-bottom: 2px dotted rgb(2, 194, 201);
  padding-bottom: 5px;
  text-transform: uppercase;
}
.box {
  padding: 0px 8px !important;
}
#my-overlay {
  overflow-x: hidden;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1280px) {
  .cross {
    top: 19% !important;
  }
}
@media (max-width: 1024px) {
  .iframe {
    width: 90% !important;
    height: 70% !important;
    top: 51% !important;
  }
  .cross {
    left: 87% !important;
    top: 19% !important;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .cross {
    margin: 0px auto;
    left: 0px !important;
    top: 9% !important;
    width: 100% !important;
  }
  .iframe {
    top: 53% !important;
  }
}
.holder {
  width: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7000;
  height: 100% !important;
}
.frame {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 375px) {
  .holder {
    width: 100%;
    height: 486px;
  }
}
@media (min-width: 992px) {
  .holder {
    width: 80%;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .holder {
    width: 60%;
    top: 50%;
    height: 486px;
  }
}
@media (min-width: 1500px) {
  .holder {
    width: 50%;
    top: 50%;
    height: 600px;
  }
}
.nav-active {
  background: linear-gradient(
      45deg,
      rgb(3, 219, 226),
      rgb(2, 170, 176),
      rgb(3, 219, 226),
      rgb(2, 170, 176),
      rgb(3, 219, 226)
    )
    left center / 300%;
  padding: 8px 35px;
  display: block;
  transition: all 400ms ease 0s;
  animation: 4s ease 0s infinite alternate none running bg-animation;
  color: rgb(255, 255, 255) !important;
  filter:drop-shadow(0px 0px 6px #03c5cc);
}
.nav-active svg{
	
	filter:unset !important;
	
}

.nav-active{
	
	fill:white;
	color:white;
	
}

.nav-active span{
	
	color:white;
	
}

@keyframes bg-animation {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
.fixed-btn {
  width: 220px;
  backface-visibility: hidden;
  perspective: 1000px;
  text-decoration:none;
}

.pix-btn.fixed-btn{
	
	font-family: var(--font__light);
	
}

@media(min-width: 992px) {
  .fixed-btn {
    width: auto !important;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}


@media (max-width: 991px) {
  .mobile-align {
    padding-left: 0px !important;
  }
}
.btn-blue-grad {
  background-image: linear-gradient(
    to right,
    rgb(49, 71, 85) 0px,
    rgb(38, 160, 218) 51%,
    rgb(49, 71, 85) 100%
  );
}
.btn-blue-grad {
  margin: 0px;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  background-size: 200%;
  color: rgb(255, 255, 255);
  box-shadow: rgb(238, 238, 238) 0px 0px 20px;
  border-radius: 0px;
  display: block;
}
.btn-blue-grad:hover {
  background-position: right center;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.btn-gray-grad {
  background-image: linear-gradient(
    to right,
    rgb(40, 48, 72) 0px,
    rgb(133, 147, 152) 51%,
    rgb(40, 48, 72) 100%
  );
}
.btn-gray-grad {
  margin: 0px;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  background-size: 200%;
  color: rgb(255, 255, 255);
  box-shadow: rgb(238, 238, 238) 0px 0px 20px;
  border-radius: 0px;
  display: block;
}
.btn-gray-grad:hover {
  background-position: right center;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.modal-header {
  align-items: center;
}
.modal-title {
  font-size: 22px;
  color: rgb(55, 65, 81);
  font-family: var(--font__light);
}
.close {
  opacity: 0.8;
}
.words {
  position: relative;
}
.mleft {
  margin-left: 25px !important;
}
.green-gradient {
  background-size: cover;
  background-image: url('/bilder/Icon-banner-background.webp'),
    linear-gradient(
      to right,
      rgb(2, 170, 176) 0px,
      rgb(0, 205, 172) 51%,
      rgb(2, 170, 176) 100%
    ) !important;
}
.black-gradient {
  box-shadow:black 0px 0px 34px inset;
  background-size: cover;
  background-image: url("/bilder/Icon-banner-background.webp"), linear-gradient(to right, rgb(30, 30, 30) 0px, rgb(76, 79, 78) 51%, rgb(23, 26, 26) 100%) !important;
}

.medal{
	
	width: 45px !important;
	filter: drop-shadow(rgb(227, 197, 85) 0px 0px 4px);
	position: absolute;
	top: 9px;
	
}

@media(max-width: 991px) {
  .green-gradient,
  .green-gradient-two,
  .black-gradient {
    display: none !important;
  }
}


.green-gradient-two {
  background-size: cover;
  background-image: url('/bilder/Icon-banner-background.webp'),
    linear-gradient(
      to right top,
      rgb(33, 198, 227),
      rgb(24, 188, 221),
      rgb(17, 178, 215),
      rgb(13, 168, 208),
      rgb(14, 158, 201)
    );
  background-repeat: repeat;
  box-shadow:inset 0 0 34px black;
}
@media (max-width: 992px) {
  #text {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  #text {
    margin-top: 295px;
  }
}
.sportlist {
  background: center center / cover rgb(249, 248, 252);
  padding: 60px 0px 96px;
}
@media (max-width: 991px) {
  .sportlist {
    padding: 70px 0px 55px;
  }
}
.sport__list {
  position: relative;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(10, 1, 47, 0.06) 0px 4px 6px 0px;
  margin-bottom: 10px;
  padding: 19px 0px;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .sport__list {
    flex-wrap: nowrap;
  }
}
.sport__list .sports-info {
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 30px;
  position: relative;
}
@media (max-width: 991px) {
  .sport__list .sports-info {
  }
}
@media (max-width: 768px) {
  .sport__list .sports-info {
    width: 300px;
    margin: 0px auto 15px;
  }
}
.sport__list .sports-info .info {
  flex: 1 1 0%;
}
.sport__list .sports-info .info .sports-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
.sport__list .sports-info .info .sports-title a {
  color: rgb(43, 35, 80);
}
.sport__list .sports-info .info .sports-title a:hover {
  color: rgb(253, 77, 92);
}
.sport__list .sports-info .info p {
  margin: 0px;
}
.sport__list:hover {
  box-shadow: rgba(10, 1, 47, 0.1) 0px 40px 30px 0px;
}
.title-with-date {
  position: relative;
  color: var(--color__primary);
  padding: 10px 25px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px !important;
  transform: skew(-25deg) !important;
  filter:drop-shadow(0px 0px 6px #02aab0);
}
.title-with-date span {
  color: rgb(255, 255, 255);
}
.title-wrapper {
  text-align: center;
}
.straight-me {
  display: inline-block;
  transform: skew(25deg) !important;
}
.sport-location {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(
    to right,
    rgb(2, 170, 176) 0px,
    rgb(0, 205, 172) 51%,
    rgb(2, 170, 176) 100%
  );
  display: flex;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  font-family: var(--font__primary) !important;
}
.sport-location span {
  color: rgb(255, 255, 255);
}
.card__icon {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: rgb(255, 37, 37);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  animation: 2s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite normal both running
    live-pulse;
  margin-left: 10px;
}















.star-material {
  margin-top: -6px;
  transform: scale(2.5);
  color: rgb(245, 158, 11) !important;
}
.balance-search-form-wrapper {
  max-width: 770px;
  margin: 0px auto 115px;
}
@media (max-width: 576px) {
  .balance-search-form-wrapper {
    margin: 0px auto 80px;
  }
}
.balance-search-form-wrapper .balance-form-inner {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.balance-search-form-wrapper .balance-form-inner input {
  border-radius: 0px;
  margin: 0px;
  padding: 25px;
}
.balance-search-form-wrapper .balance-form-inner button {
  position: relative;
  min-width: 90px;
  border: 0px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  background: rgb(66, 224, 161);
  transition: all 0.4s ease 0s;
}
.balance-search-form-wrapper .balance-form-inner button:hover {
  background: rgb(34, 205, 137);
}
@media (min-width: 577px) {
  .balance-search-form-wrapper .balance-form-inner button {
    min-width: 150px;
    border: 0px;
    color: rgb(255, 255, 255);
    font-size: 22px;
  }
}
.input-balance {
  border: 1px solid rgb(212, 212, 212) !important;
}
.video-container {
  position: relative;
  padding-top: 0px;
 
 transition:height 2s ease;
  height: 100vh;
  overflow: hidden;
  background-image: url('/video/nordic-1920.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
}

.video-container-shadow{
	
	position:absolute;width: 100%;height: 100%;box-shadow: inset 0 0 10rem #000;z-index: 100;
	
}

@media(max-width: 576px) {
  .video-container {
    height: 93.5vh;
  }
}
table, th, td {
  border-left: none !important;
  border-right: none !important;
}

















@media (max-width: 400px) {
  .video-container {
    background-image: url('/video/nordic-400.webp');
  }
}
@media (max-width: 1080px) and (min-width: 400px) {
  .video-container {
    background-image: url('/video/nordic-768.webp');
  }
}
.posterVideo {
  opacity: 0;
  transition: opacity 1.8s ease 0s;
}
.bg-video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  filter:saturate(1.25);
}
.video-container {
}
@media (max-width: 1096px) {
  .video-container {
  }
}
.banner-info-small {
  position: relative;
  margin: auto;
  width: max-content;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  color: rgb(229, 231, 235);
}
.banner-info-small div {
  display: flex;
  align-items: center;
}
.banner-info-small::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(2, 170, 176);
  background-image: linear-gradient(
    to right,
    rgb(2, 170, 176) 0px,
    rgb(0, 205, 172) 51%,
    rgba(2, 170, 176, 0.9) 100%
  );
  opacity: 0.9;
}
.input-balance {
  font-size: 1.3rem;
}
.input-balance::placeholder {
  font-size: 1.3rem;
}
.ytplayer {
  pointer-events: none !important;
}
.kontrollera-desc {
  margin: 32px auto auto;
  width: 68%;
  font-size: 17px;
  line-height: 2.1;
}
.showBookingOptionsMobile {
	
	width:unset !important;
	
}
.awesome-btn {
  font-family: var(--font__light) !important;
  text-transform: uppercase;
  position: relative;
  padding: 0rem 3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: transparent;
  outline: transparent;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(
    90deg,
    rgb(2, 170, 176) 0px,
    rgb(110, 231, 183) 51%,
    rgb(2, 170, 176) 100%
  );
  background-size: 300%;
  border-radius: 0px;
  text-align: center;
}
.awesome-btn::before {
  position: absolute;
  content: '';
  inset: -5px;
  z-index: -1;
  background: inherit;
  border-radius: 4em;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.awesome-btn:hover::before {
  opacity: 1;
  filter: blur(20px);
  animation: 8s linear 0s infinite normal none running glow;
}
@keyframes glow {
  100% {
    background-position: 310% center;
  }
}
.banner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding: 24px;
  bottom: 0px;
  width: 100%;
  /* background-image: url('/bilder/Icon-banner-background.webp'),
    linear-gradient(to right top, rgb(33, 45, 41), rgb(24, 38, 34)); */
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 105;
  font-size: 10px;

}
.banner-info-mobile {
  display: none;
}
@media (max-width: 900px) {
  /* .banner-info-mobile {
    display: block;
  }
  .banner-info-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    padding: 24px;
    width: 100%;
    background-image: url('/bilder/Icon-banner-background.webp'),
      linear-gradient(to right top, rgb(33, 45, 41), rgb(24, 38, 34));
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(16, 134, 232, 0.73) 0px 0px 78px 4px;
    line-height: 38px;
  }
  .banner-info-mobile div i {
    vertical-align: middle;
  } */
}

.banner-info-btn {
  cursor: default;
  pointer-events: none;
  position: absolute;
  text-align: center;
  color: rgb(255, 255, 255);
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  width: 350px;
  height: 120px;
}
.banner-info-btn img {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 100px;
  z-index: -100;
}
.banner-info-btn span {
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-info-grad {
  position: absolute;
  text-align: center;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 40px;
  z-index: 2;
  display: inline-block;
  color: rgb(2, 170, 176);
  transition: opacity 0.1s ease 0s;
  border: none;
}
.banner-info-grad:hover {
}
.scroll-btn-one span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid rgb(0, 205, 172);
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll-btn-one span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0px 0px -8px;
  border-left: 1px solid rgb(2, 170, 176);
  border-bottom: 1px solid rgb(2, 170, 176);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll-btn-one span::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 0px;
  border-radius: 100%;
  opacity: 0;
  box-sizing: border-box;
}
@keyframes scroll-anim-one {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 60px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroll-btn-two {
  padding-top: 70px;
}
.scroll-btn-two span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid rgb(0, 205, 172);
  border-bottom: 2px solid rgb(0, 205, 172);
  transform: rotate(-45deg);
  animation: 1.5s ease 0s infinite normal none running scroll-anim-two;
  box-sizing: border-box;
}
@keyframes scroll-anim-two {
  0% {
    transform: rotate(-45deg) translate(0px, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.scroll-btn-three {
  padding-top: 80px;
}
.scroll-btn-three span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 6px solid rgb(255, 255, 255);
  border-bottom: 6px solid rgb(255, 255, 255);
  transform: rotate(-45deg);
  opacity: 0;
  box-sizing: border-box;
}
.scroll-btn-three span:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-btn-three span:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
.scroll-btn-three span:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}
@keyframes scroll-anim-three {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body .btn,
body .btn2 {
  position: absolute;
  width: 300px;
  font-size: 33px;
  text-align: center;
  line-height: 93px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  background: url('/bilder/Icon-banner-background.webp') 0% 0% / cover no-repeat,
    linear-gradient(to right top, rgb(33, 45, 41), rgb(24, 38, 34));
  clip-path: polygon(20% 0px, 80% 0px, 100% 100%, 0px 100%);
}
@keyframes flicker {
  0% {
    text-shadow: rgb(0, 220, 255) 0px 0px 5px, rgb(0, 220, 255) 0px 0px 10px,
      rgb(0, 220, 255) 0px 0px 20px, rgb(0, 220, 255) 0px 0px 40px;
  }
  100% {
    text-shadow: rgb(9, 136, 156) 0px 0px 5px, rgb(9, 136, 156) 0px 0px 10px,
      rgb(9, 136, 156) 0px 0px 20px, rgb(9, 136, 156) 0px 0px 40px;
  }
}
@-webkit-keyframes animes {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}
@keyframes animes {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0px 50%;
  }
}
.banner-info-btn:hover {
  color: rgb(255, 255, 255);
}
@keyframes anime {
  0% {
    background-position: 0px 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
  }
}
.banner-info div {
  font-size: 160% !important;
}
.green {
  color: rgb(78, 192, 125);
}
button {
  cursor: pointer;
}
footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px;
  font-family: var(--font__light);
  text-align: left;
}
footer p {
  color: rgb(239, 141, 156);
  letter-spacing: 1px;
  text-shadow:1px 2px 4px black;
}
footer a {
  color: rgb(176, 219, 125);
  text-decoration: none;
}
footer a:hover {
  color: rgb(255, 195, 158);
}
.map-wrapper {
  display: inline-block;
}
.map-wrapper img {
  display: block;
  border-radius: 10px;
  box-shadow: rgb(0, 0, 0) 1px 1px 10px;
}
.banner-info-color {
  color: rgb(229, 231, 235);
  text-decoration:none !important;
}
.mobile-anim {
  margin-bottom: 1rem;
}
.fa-secondary {
	opacity:0.4;
}
.fa-map-marker-alt::before {
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  content: 'îƒˆ';
  font-style: normal;
  margin-right: 5px;
}
.fa-location-arrow::before {
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  content: 'î•©';
  font-style: normal;
  margin-right: 5px;
}
.fa-phone-alt::before {
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  content: 'îƒ';
  font-style: normal;
  margin-right: 5px;
}
.fa-inbox::before {
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  content: 'î‚¾';
  font-style: normal;
  margin-right: 5px;
}
.editor-content-wrap {
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
.whity {
  color: rgb(255, 255, 255);
}
.primary-clr {
  color: rgb(2, 170, 176) !important;
}
.gcolor {
  color: rgb(229, 231, 235);
}
.primary-coloring {
  color: rgb(2, 170, 176);
  background-color: rgb(255, 255, 255);
}
.wid-50 {
  width: 50% !important;
}
.martop-2 {
  margin-top: 2rem;
}
.wid-100 {
  width: 100% !important;
}
.general-style {
  overflow: hidden auto !important;
}
.header-centering {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disnone {
  display: none;
}
.disblock {
  display: block;
}
.awesome-ext {
  width: auto;
  padding: 8px 30px;
  font-size: 20px;
}
.footer-general {
  position: relative;
}
.vmiddle {
  vertical-align: middle !important;
}
.frame-ext {
  z-index: 400;
  transform: rotate(0.1deg);
  display: none;
}
.awesome-bt {
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  height: 50px;
  border: 0px;
  text-shadow:rgba(255, 255, 255, 0.51) 0px 0px 3px;
}
.icon-size {
  vertical-align: middle;
  padding-right: 10px;
}
.modal-grad {
	background: url("/bilder/Icon-banner-background.webp"), linear-gradient(to right, rgb(30, 30, 30) 0px, rgb(76, 79, 78) 51%, rgb(23, 26, 26) 100%) !important;
}
.modal-father {
font-family: var(--font__heading);
  font-size: 24px;
  color: rgb(255, 255, 255);
  text-shadow: black 0px 0px 5px;
}
.pbottom-25 {
  padding-bottom: 25px;
}
.btn-extra {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration:none !important;
}
.mleft-5 {
  margin-left: 5px;
}
.disinline {
  display: inline-block !important;
}
.oxhidden {
  overflow-x: hidden !important;
}
.cpoint {
  cursor: pointer !important;
}
.sport-descrip {
  line-height: 1.75;
  visibility: visible;
  animation-name: pixFadeDown;
  font-weight: 300;
  font-family: var(--font__light);
  text-align: center;
  color: rgb(96, 96, 96);
}
.sport-inf {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 300;
  font-family: var(--font__light);
  text-align: center;
}
.sport-iconic {
  color: rgb(219, 18, 18);
  vertical-align: middle;
  font-size: 24px;
}
@media (max-width: 576px) {
  .meny-title {
    font-size: 1.9rem !important;
  }
}
.meny-title {
  font-size: 3rem;
  letter-spacing: 5px;
  text-align: center;
  background: rgb(2, 170, 176);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  width: auto;
  margin-bottom: 0px;
}
.meny-material {
  font-size: 3rem;
  vertical-align: middle;
}
.meny-head {
  margin-bottom: 0px;
  padding: 10px 20px;
}
.mtop-2 {
  margin-top: 2rem;
}
.mtop-130 {
  margin-top: 130px;
}
.mini-snacks {
  background: rgb(209, 250, 229);
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 0px;
  text-align: center;
}
.cryspy {
  list-style: none;
  padding: 0px;
  font-size: 20px;
}
.mcolor {
  color: rgb(45, 155, 135);
}
.fbold {
  font-weight: 700;
}
.menyHeight {
  padding-top: 5rem;
  font-size: 20px;
  line-height: 1.5;
}
.burgerHeading {
  font-size: 3rem;
  letter-spacing: 5px;
  text-align: center;
  background: rgb(2, 170, 176);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  width: auto;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .burgerHeading {
    font-size: 1.9rem !important;
  }
}
.burgerDesc {
  font-size: 1.3rem;
  text-align: center;
  padding: 12px 20px;
  width: auto;
  margin-bottom: 0px;
  margin-top: 20px;
  background: rgb(209, 250, 229);
}
.beefContainer {
  background: rgb(209, 250, 229);
  width: 50%;
  padding: 10px 20px;
}
.upgradesWrapper {
  background: rgb(209, 250, 229);
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 0px;
  text-align: center;
}
.activity-img-wrapper {
  background: rgb(0, 0, 0);
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 25%) 0px 3px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}
.stora-font {
  font-size: 1.1rem !important;
}
.activity-img-wrapper img {
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.priser-decor {
  font-weight: 700;
  color: rgb(2, 170, 176);
}
.button-no-border{
	
	background:none;
	border:none;
	color:#004FA8;
	text-decoration:underline;
	
}
.tillBaka {
  padding: 5px 25px;
  margin-bottom: 100px;
}
.have-wrapper {
  /* padding: 0px 20px !important; */
}
.presentkort-desc {
  line-height: 2;
  visibility: visible;
  animation-name: pixFadeDown;
  font-weight: 300;
  font-family: var(--font__text);
  text-align: center;
  color: rgb(96, 96, 96) !important;
}
#footer .widget.footer-widget .widget-title,
.widget-title-close {
  color: rgb(43, 35, 80);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 38px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.hauto {
  height: auto;
}


@media (max-width: 1295px) {
  .site-header .header-inner .site-nav .menu-wrapper {
    display: block;
    transform: translate(0px);
  }
  .showBookingOptionsMobile{
	  
	  width:calc(100% - 28px) !important;
	  
  }
}
site-header .header-inner .site-nav .menu-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.site-header .header-inner .site-nav .nav-right {
  margin-left: 50px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
  background: rgb(255, 255, 255);
  box-shadow: rgba(79, 35, 35, 0.15) 0px 20px 30px 0px;
  color: var(--color__theme);
  display: inline-block;
  padding: 7px 37px;
  font-family: var(--font__light);
  border-radius: 0px;
  font-size: 14px;
  border: 2px solid transparent;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
  background: var(--color__theme);
  color: rgb(255, 255, 255);
}
.site-header .site-mobile-logo {
  display: none;
}
.site-header .site-main-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.site-header .site-main-menu li {
  margin: 0px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.site-header .site-main-menu li:last-child {
  margin-right: 0px;
}
.site-header .site-main-menu li > a {
  position: relative;
  color: var(--color__primary);
  padding: 10px 25px;
  display: inline-block;
  font-family: var(--font__light) !important;
  font-size: 18px !important;
  transform: skew(-25deg) !important;
}
@media (max-width: 991px) {
  .straight {
    transform: skew(0deg) !important;
  }
}
.site-header .site-main-menu li > a::after {
  content: '';
  display: block;
  height: 1px;
  bottom: -6px;
  left: 50%;
  position: absolute;
  background: rgb(255, 255, 255);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0px;
}
.site-header .site-main-menu.site-details-menu li > a::after {
  background: rgb(43, 35, 80);
}
.pix-header-fixed .site-main-menu li {
  padding: 28px 0px;
}
.pix-header-fixed .site-main-menu li.menu-item-has-children::after {
  color: rgb(51, 51, 51);
}
.pix-header-fixed .site-main-menu li a {
  color: rgb(51, 51, 51);
  font-family: var(--font__light);
  transition: background-color 0.5s ease 0s;
}
.pix-header-fixed .site-main-menu li a.current_page,
.pix-header-fixed .site-main-menu li a:hover,
.pix-header-fixed .site-main-menu li a:active {
  background-color: var(--color__primary);
  padding: 10px 25px;
  display: inline-block;
  color: rgb(255, 255, 255) !important;
}
.pix-header-fixed .site-main-menu li a.current_page::after,
.pix-header-fixed .site-main-menu li a.current_page::before,
.pix-header-fixed .site-main-menu li a:hover::after,
.pix-header-fixed .site-main-menu li a:hover::before {
  background: var(--color__theme);
}
.pix-header-fixed .site-logo .main-logo {
  display: none;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}
.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.close-menu {
  display: none;
}
.pix-header-fixed .site-main-menu li a.current_page::after,
.pix-header-fixed .site-main-menu li a.current_page::before,
.pix-header-fixed .site-main-menu li a:hover::after,
.pix-header-fixed .site-main-menu li a:hover::before {
  background: var(--color__theme);
}
.pix-header-fixed .site-logo .main-logo {
  display: none;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}
.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.close-menu {
  display: none;
}
@media (max-width: 1295px) {
  .toggle-menu {
    left: 0px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 24px;
  }
  .toggle-menu .bar {
    width: 18px;
    height: 2px;
    display: block;
    float: left;
    margin: 3px auto;
    transition: all 0.2s ease-in-out 0s;
    background: rgb(255, 255, 255);
  }
  .toggle-menu .bar:nth-child(2) {
    width: 24px;
  }
  .site-header .header-inner {
    text-align: center;
    padding: 15px 0px;
  }
  .site-header .header-inner .site-nav .nav-right {
    margin-left: 20px;
  }
  .site-header .header-inner .site-nav .nav-right .nav-btn {
    padding: 8px 22px;
  }
  .site-header .site-mobile-logo {
    display: block;
  }
  .site-header .site-main-menu li {
    margin: 0px 15px;
  }
  .site-header .site-logo {
    display: none;
  }
  .site-header.header-two.toggle-light .toggle-menu .bar {
    background: rgb(255, 255, 255);
  }
  .site-header .site-nav {
    position: fixed;
    height: 100vh;
    background: rgb(255, 255, 255);
    top: 0px;
    left: 0px;
    transform: translateX(-100%);
    transition: all 0.25s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
    width: 320px !important;
    display: block !important;
    overflow: scroll !important;
  }
  .site-header .site-nav .site-main-menu {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .site-header .site-nav .site-main-menu li {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid rgb(241, 242, 243);
  }
  .site-header .site-nav .site-main-menu li:first-child {
    border-top: 1px solid rgb(241, 242, 243);
  }
  .site-header .site-nav .site-main-menu li a {
    display: block;
    color: rgb(136, 136, 136);
    padding: 6px 35px;
  }
  .site-header .site-nav .site-main-menu li a::after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children {
    position: relative;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children::after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover,
  .site-header .site-nav .site-main-menu li.menu-item-has-children:focus {
    color: var(--color__theme);
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children i {
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    width: auto;
    visibility: visible;
    background: 0px 0px;
    padding: 0px;
    display: none;
    transition: none 0s ease 0s;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0px;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    border-top: 1px solid rgb(241, 242, 243);
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li
    a {
    color: rgb(136, 136, 136);
    font-weight: 400;
    padding: 5px 35px 5px 45px;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0px;
    top: auto;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    .sub-menu
    li
    a {
    padding-left: 60px;
  }
  .site-header
    .site-nav
    .site-main-menu
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children::after {
    content: '3';
    color: rgb(255, 255, 255);
  }
  .site-header .site-nav .nav-right {
    text-align: left;
    padding-left: 13px;
  }
  .site-header.header-two .toggle-menu .bar {
    background: #413e3e;
  }
  .header-inner .site-mobile-logo img {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
  }
  .pix-header-fixed .toggle-menu {
    margin-top: 20px;
  }
  .pix-header-fixed .toggle-menu .bar {
    background: rgb(51, 51, 51);
  }
  .pix-header-fixed .site-main-menu li a {
    color: rgb(255, 255, 255);
  }
  .pix-header-fixed .site-main-menu li.menu-item-has-children::after {
    color: rgb(255, 255, 255);
  }
  .pix-header-fixed .header-inner .site-logo {
    padding: 12px 0px;
  }
  .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
    background: rgb(0, 0, 0);
  }
  .sidebar-open .site-header .site-nav {
    transform: translateX(0%);
    overflow-x: hidden !important;
  }
  .sidebar-open .menu-wrapper::before {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0px;
    text-align: right;
    width: 100%;
    left: 0px;
    padding: 30px 20px;
  }
  .close-menu i {
    font-size: 36px;
    color: var(--color__primary);
  }
  .close-menu span {
    font-size: 15px;
  }
  .header-dark .toggle-menu .bar {
    background: var(--color__primary);
  }
}
@media (max-width: 1200px) {
  .site-header .site-mobile-logo {
    display: block;
    max-width: 150px;
  }
}
@media (max-width: 1295px) {
  .site-header .site-mobile-logo {
    display: block;
    max-width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .site-mobile-logo {
    display: block;
    max-width: 150px;
  }
}
@media (min-width: 901px) and (max-width: 991px) {
  .site-header .site-mobile-logo {
    display: block;
    max-width: 150px;
  }
}
@media (max-width: 900px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 800px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 700px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 600px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 500px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 450px) {
  .site-header .site-nav {
    width: 100% !important;
  }
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 420px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 400px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 381px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 350px) {
  .site-header .site-mobile-logo {
    display: block;
  }
}
@media (max-width: 360px) {
  .sport__list .sports-info .info .sports-title {
    font-weight: 600;
    margin: 0px;
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .job-location.sports,
  .job-time.sports {
    margin-left: 30px !important;
  }
}
@media (max-width: 768px) {
  .resize-smaller {
    height: auto !important;
  }
  .resize-sp {
    height: auto;
    margin-top: 0px !important;
    padding-left: 0px !important;
  }
  .bg-video.sports-video {
    background-repeat: repeat !important;
    height: auto !important;
  }
  .sport__list {
    font-size: 12px !important;
  }
  .sports-title {
    font-size: 15px !important;
  }
  padding-top .designation.dsports {
    margin-left: -65px !important;
  }
  .footer-info-container.sports {
    padding-top: 0px !important;
  }
}
@media (max-width: 576px) {
  .sport__list {
    padding: 3px 0px;
    font-size: 14px !important;
  }
  .sports-title {
    font-size: 15px !important;
  }
  .sport__list .sports-info {
    width: 280px;
  }
  .sport__list .sports-info {
    display: block;
    flex-wrap: wrap;
    padding: 0px 30px;
  }
  .sport__list .sports-info .company-logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .company-logo.spts a {
    margin-left: 120px;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .company-logo.spts a {
    margin-left: 110px;
    margin-bottom: 10px;
  }
  .post-navigation {
    margin: 30px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .company-logo.spts a {
    margin-left: 97px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .company-logo.spts a {
    margin-left: 85px;
    margin-bottom: 10px;
  }
}
@media (max-width: 440px) {
  .company-logo.spts a {
    margin-left: 75px;
    margin-bottom: 10px;
  }
}
@media (max-width: 410px) {
  .company-logo.spts a {
    margin-left: 65px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .company-logo.spts a {
    margin-left: 55px;
    margin-bottom: 10px;
  }
}
@media (max-width: 340px) {
  .company-logo.spts a {
    margin-left: 45px;
    margin-bottom: 10px;
  }
}
.sport__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(10, 1, 47, 0.06) 0px 4px 6px 0px;
  margin-bottom: 10px;
  padding: 19px 0px;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .sport__list {
    flex-wrap: nowrap;
  }
}
.sport__list .sports-info {
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0px 30px;
  position: relative;
}
@media (max-width: 991px) {
  .sport__list .sports-info {
    width: auto;
  }
}
@media (max-width: 768px) {
  .sport__list .sports-info {
    width: 500px;
    margin: 0px auto 15px;
  }
}
@media (max-width: 576px) {
  .sport__list .sports-info {
    width: 320px;
    margin: 0px auto 15px;
  }
}
@media (max-width: 400px) {
  .sport__list .sports-info {
    width: 300px;
    margin: 0px auto 15px;
  }
}
.sport__list .sports-info .company-logo {
  width: 40px;
  margin-right: 20px;
}
.sport__list .sports-info .info {
  flex: 1 1 0%;
}
.sport__list .sports-info .info .sports-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
.sport__list .sports-info .info .sports-title a {
  color: rgb(43, 35, 80);
}
.sport__list .sports-info .info .sports-title a:hover {
  color: rgb(253, 77, 92);
}
.sport__list .sports-info .info p {
  margin: 0px;
}
.sport__list .job-time {
  width: 24%;
}
@media (max-width: 991px) {
  .sport__list .job-time {
    width: 16%;
  }
}
@media (max-width: 768px) {
  .sport__list .job-time {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sport__list .job-location {
  width: 16%;
  padding-right: 40px;
  text-align: right;
}
@media (max-width: 991px) {
  .sport__list .job-location {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .sport__list .job-location {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
}
.sport__list:hover {
  box-shadow: rgba(10, 1, 47, 0.1) 0px 40px 30px 0px;
}
.title-with-date {
  font-family: var(--font__heading);
  position: relative;
  color: var(--color__primary);
  padding: 10px 25px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px !important;
  transform: skew(-25deg) !important;
}
.title-with-date span {
  color: rgb(255, 255, 255);
}
.title-wrapper {
  text-align: center;
}
.matchName {
  font-weight: 400;
  font-size: 32px;
  color: rgb(34, 34, 34);
}
.info .designation{
	
	margin-top:-10px !important;
	
}
@media (max-width: 576px) {
  .matchName {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .matchName {
    font-size: 21px;
  }
}
.designation,
.job-time,
.job-location {
  font-family: var(--font__light);
  color: #606060 !important;
}
.flag-container {
  opacity: 0.1;
  pointer-events: none;
}
.flag-background {
  position: absolute;
  background-color: rgb(0, 106, 167);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.flag-horizontal-stripe {
  position: absolute;
  background-color: rgb(254, 204, 0);
  width: 100%;
  height: 20px;
  top: 40%;
  left: 0px;
}
.flag-vertical-stripe {
  position: absolute;
  background-color: rgb(254, 204, 0);
  width: 20px;
  height: 100%;
  top: 0px;
  left: 65%;
}
.material-icons {
  font-family: 'material icons', 'segoe ui', 'helvetica neue', Arial,
    'noto sans', 'liberation sans';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.star_alt-material {
  color: rgb(245, 158, 11) !important;
  filter:drop-shadow(0 0 1px #ffc25a);
}
.heart-material {
  color: rgb(179, 27, 27) !important;
  filter:drop-shadow(0 0 2px #f96565);
}
.heart-material,
.star_alt-material {
  margin-top: 8px;
  transform: scale(2.5);
  position: absolute;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .heart-material,
  .star_alt-material {
    margin-top: -20px;
  }
}
@media (max-width: 576px) {
  .heart-material,
  .star_alt-material {
    margin-top: 0px;
    position: absolute;
    transform: scale(1.8);
    margin-left: 5px;
  }
}
@media (max-width: 400px) {
  .heart-material,
  .star_alt-material {
    transform: scale(1.3);
    margin-left: 0px;
  }
}
@media (max-width: 1295px) {
  .straight {
    transform: skew(0deg) !important;
  }
  .site-header .site-main-menu li > a {
    position: relative;
    color: var(--color__primary);
    padding: 10px 25px;
    display: inline-block;
    font-family: var(--font__light) !important;
    font-size: 18px !important;
    transform: skew(0deg) !important;
  }
}
.grayish-color {
  color: rgb(96, 96, 96);
}
.grayish-color:hover {
  color: rgb(83, 83, 83);
}
.wrapper-container {
  font-family: var(--font__light);
  font-size: 1.5rem;
  text-align: center;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
}
.wrapper-container #dialog {
  margin: 10px auto;
  padding: 20px 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: rgb(217, 217, 217) 20px 20px 60px,
    rgb(255, 255, 255) -20px -20px 60px;
  border-radius: 5px;
}
.wrapper-container #dialog #checkGiftcard {
  max-width: 375px;
  margin: 25px auto 0px;
}
.wrapper-container #dialog #checkGiftcard .digit-input {
  margin: 0px 5px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgb(204, 204, 204) 0px 0px 5px inset;
  outline: none;
  width: 15%;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  padding: 10px 0px !important;
  -webkit-appearance: none;
}
@media (max-width: 405px) {
  .wrapper-container #dialog #checkGiftcard .digit-input {
    width: 14% !important;
  }
}
.wrapper-container #dialog #checkGiftcard .digit-input:focus {
  border-color: rgb(2, 170, 176);
  box-shadow: rgb(2, 170, 176) 0px 0px 5px inset;
}
.wrapper-container #dialog #checkGiftcard .digit-input::selection {
  background: 0px 0px;
}
.wrapper-container #dialog #checkGiftcard .awesome-btn {
  margin: 30px 0px 15px;
  width: 100%;
  padding: 6px;
  background-color: rgb(184, 95, 198);
  border: none;
  text-transform: uppercase;
}

.pixsass-isotope-grid__img{
	
	box-shadow:0 0 8px #000000ab;
	
}

.barnkalas li {
  list-style: none;
  position: relative;
  font-family: var(--font__primary);
}
.material-icons::before {
  content: attr(data-icon);
}
.footer-icon {
  display: flex;
  align-items: center;
}
.footer-icon i,
.f_size_22 i {
  margin-right: 5px;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2 / auto;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0px;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0px 0px;
  padding: 0.5em 0px 0px;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-area: 1 / 3 / 99 / 3;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0px;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0px;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0px;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-area: 1 / 1 / 99 / auto;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-area: 1 / 1 / 99 / auto;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0px 0.5em 0px 0px;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^='swal2-x-mark-line'][class$='left'] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^='swal2-x-mark-line'][class$='right'] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0.5em 0px 0px;
  padding: 0px 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: rgb(165, 220, 134);
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-circular-line'][class$='left'] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0px 0px 4em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0px 1.5em;
  border-radius: 0px 4em 4em 0px;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0px;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-line'][class$='long'] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: 0.75s ease 0s 1 normal none running
    swal2-toast-animate-success-line-tip;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: 0.75s ease 0s 1 normal none running
    swal2-toast-animate-success-line-long;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: 0.5s ease 0s 1 normal none running swal2-toast-show;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: 0.1s ease 0s 1 normal forwards running swal2-toast-hide;
}
.swal2-container {
  display: grid;
  position: fixed;
  inset: 0px;
  box-sizing: border-box;
  grid-template-areas: 'top-start top top-end' 'center-start center center-end' 'bottom-start bottom-center bottom-end';
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(
      min-content,
      auto
    );
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s ease 0s;
  z-index: 10000;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: 0px 0px !important;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-top-start {
  grid-template-columns: minmax(0px, 1fr) auto auto;
}
.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
  grid-template-columns: auto minmax(0px, 1fr) auto;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0px, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2 / auto;
  place-self: start center;
}
.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3 / auto;
  place-self: start end;
}
.swal2-container.swal2-center-left > .swal2-popup,
.swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2 / auto;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-area: 2 / 2 / auto / auto;
  place-self: center;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  grid-area: 2 / 3 / auto / auto;
  place-self: center end;
}
.swal2-container.swal2-bottom-left > .swal2-popup,
.swal2-container.swal2-bottom-start > .swal2-popup {
  grid-area: 3 / 1 / auto / auto;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-area: 3 / 2 / auto / auto;
  place-self: end center;
}
.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  grid-area: 3 / 3 / auto / auto;
  place-self: end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-popup,
.swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1 / 4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1 / 4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none 0s ease 0s !important;
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0px, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0px 0px 1.25em;
  border: none;
  border-radius: 5px;
  background: url(/bilder/Icon-banner-background.webp),linear-gradient(to right,#000 0,#111 51%,#000 100%);
  color: rgb(84, 84, 84);
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: 0px;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0px;
  padding: 0.8em 1em 0px;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0px;
  padding: 0px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0px 1.875em;
  animation: 1.5s linear 0s infinite normal none running swal2-rotate-loading;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: rgb(39, 120, 196) transparent;
}
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s ease 0s;
  box-shadow: transparent 0px 0px 0px 3px;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  /* border: 0px;
  border-radius: 0.25em;
  background: rgb(112, 102, 224);
  color: rgb(255, 255, 255);
  font-size: 1em; */
  font-family: var(--font__light);
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: transparent;
  outline: transparent;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(
    90deg,
    rgb(2, 170, 176) 0px,
    rgb(110, 231, 183) 51%,
    rgb(2, 170, 176) 100%
  );
  background-size: 300%;
  border-radius: 0px;
  text-align: center;

  width:100%;
}

.swal2-styled.swal2-deny {
  border: 0px;
  border-radius: 0.25em;
  background: rgb(220, 55, 65);
  color: rgb(255, 255, 255);
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: rgba(220, 55, 65, 0.5) 0px 0px 0px 3px;
}
.swal2-styled.swal2-cancel {
  
    /* border: 0px;
    border-radius: 0.25em;
    background: rgb(112, 102, 224);
    color: rgb(255, 255, 255);
    font-size: 1em; */
    font-family: var(--font__light);
    text-transform: uppercase;
    position: relative;
    padding: 0.5rem 3rem;
    font-size: 1.3rem;
    line-height: 1.5;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border: transparent;
    outline: transparent;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(
      90deg,
      rgb(239, 68, 68) 0px,
      rgb(185, 28, 28) 51%,
      rgb(239, 68, 68) 100%
    );
    background-size: 300%;
    border-radius: 0px;
    text-align: center;
  
    width:100%;
  
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: rgba(110, 120, 129, 0.5) 0px 0px 0px 3px;
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: rgba(100, 150, 200, 0.5) 0px 0px 0px 3px;
}
.swal2-styled:focus {
  outline: 0px;
}
.swal2-footer {
  justify-content: center;
  margin: 1em 0px 0px;
  padding: 1em 1em 0px;
  border-top: 1px solid rgb(238, 238, 238);
  color: white;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-column: auto / auto !important;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}
.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -1.2em;
  padding: 0px;
  overflow: hidden;
  transition: color 0.1s ease 0s, box-shadow 0.1s ease 0s;
  border: none;
  border-radius: 5px;
  background: 0px 0px;
  color: rgb(204, 204, 204);
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: 0px 0px;
  color: rgb(242, 116, 116);
}
.swal2-close:focus {
  outline: 0px;
  box-shadow: rgba(100, 150, 200, 0.5) 0px 0px 0px 3px inset;
}
.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 1.6em;
  padding: 0px;
  overflow: auto;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family:var(--font__text);
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em 2em 0px;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 1px inset, transparent 0px 0px 0px 3px;
  color: inherit;
  font-size: 1.125em;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: rgb(242, 116, 116) !important;
  box-shadow: rgb(242, 116, 116) 0px 0px 2px !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid rgb(180, 219, 237);
  outline: 0px;
  /* box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 1px inset,
    rgba(100, 150, 200, 0.5) 0px 0px 0px 3px; */
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: rgb(204, 204, 204);
}
.swal2-range {
  margin: 1em 2em 0px;
  background: rgb(255, 255, 255);
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0px;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0px 0.75em;
}
.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
  margin: 0px 0.6em;
  font-size: 1.125em;
}
.swal2-checkbox input,
.swal2-radio input {
  flex-shrink: 0;
  margin: 0px 0.4em;
}
.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0px;
}
.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0px 0px;
  padding: 0.625em;
  overflow: hidden;
  background: rgb(240, 240, 240);
  color: rgb(102, 102, 102);
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 15px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.swal2-validation-message::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0px 0.625em;
  border-radius: 50%;
  background-color: rgb(242, 116, 116);
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid rgb(0, 0, 0);
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: rgb(242, 116, 116);
  color: rgb(242, 116, 116);
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: rgb(242, 116, 116);
}
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: 0.5s ease 0s 1 normal none running swal2-animate-error-x-mark;
}
.swal2-icon.swal2-warning {
  border-color: rgb(250, 206, 168);
  color: rgb(248, 187, 134);
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: 0.5s ease 0s 1 normal none running swal2-animate-i-mark;
}
.swal2-icon.swal2-info {
  border-color: rgb(157, 224, 246);
  color: rgb(63, 195, 238);
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: 0.8s ease 0s 1 normal none running swal2-animate-i-mark;
}
.swal2-icon.swal2-question {
  border-color: rgb(201, 218, 225);
  color: rgb(135, 173, 189);
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: 0.8s ease 0s 1 normal none running swal2-animate-question-mark;
}
.swal2-icon.swal2-success {
  border-color: rgb(165, 220, 134);
  color: rgb(165, 220, 134);
}
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success
  [class^='swal2-success-circular-line'][class$='left'] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0px 0px 7.5em;
}
.swal2-icon.swal2-success
  [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0px 3.75em;
  border-radius: 0px 7.5em 7.5em 0px;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: rgb(165, 220, 134);
}
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: 0.75s ease 0s 1 normal none running swal2-animate-success-line-tip;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: 0.75s ease 0s 1 normal none running swal2-animate-success-line-long;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: 4.25s ease-in 0s 1 normal none running
    swal2-rotate-success-circular-line;
}
.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0px;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: rgb(39, 120, 196);
  color: rgb(255, 255, 255);
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: rgb(39, 120, 196);
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: rgb(173, 216, 230);
  color: rgb(255, 255, 255);
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: rgb(173, 216, 230);
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0px -1px;
  background: rgb(39, 120, 196);
}
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  animation: 0.3s ease 0s 1 normal none running swal2-show;
}
.swal2-hide {
  animation: 0.15s ease 0s 1 normal forwards running swal2-hide;
}
.swal2-noanimation {
  transition: none 0s ease 0s;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0px;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0px;
  left: auto;
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0px) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0px) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0px;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0px;
  }
  84% {
    top: 0.9375em;
    right: 0px;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0px;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0px;
  }
  84% {
    top: 0.9375em;
    right: 0px;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0px;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0px;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  84% {
    top: 2.1875em;
    right: 0px;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0px;
  }
  84% {
    top: 2.1875em;
    right: 0px;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0px;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0px;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  pointer-events: none;
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden='true'] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0px auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0px 0px auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  inset: 0px auto auto 0px;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  inset: 50% auto auto 0px;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0px auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  inset: auto auto 0px 0px;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0px 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0px 0px auto;
}
@media (max-width: 991px) {
  .sports-title {
    position: relative;
  }
  .star-material {
    position: absolute;
    left: 210px;
  }
}
@media (max-width: 410px) {
  .sports-title {
    position: relative;
  }
  .star-material {
    position: absolute;
    left: 225px;
  }
}
@media (max-width: 377px) {
  .sports-title {
    position: relative;
  }
  .star-material {
    position: absolute;
    left: 215px;
  }
}
@media (min-width: 992px) {
  .star-material {
    margin-left: 30px;
  }
}
@media (max-width: 900px) {
  .banner-info {
    flex-direction: column;
    /* display: none; */
  }
  .banner-info-grad {
    bottom: 0px !important;
  }
}
@media (max-width: 576px) {
  .banner-info {
    flex-direction: column;
    /* display: none; */
  }
  .banner-info div {
    font-size: 130% !important;
  }
  
}
[data-icon='star'],
[data-icon='workspace_premium'],
[data-icon='watch_later'] {
  color: rgb(3, 105, 161);
}
.logo img {
  width: 150px !important;
  filter:drop-shadow(rgb(181, 181, 181) 0px 0px 2px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-wrapper {
    transform: translateX(30px);
  }
}
.iccontain {
  margin-top: -20px;
  font-size: 50px !important;
  color: rgb(3, 105, 161) !important;
}
.banner-address {
  color: rgb(255, 255, 255);
  display: flex;
}
#cover {
  display: none;
}
@media (max-width: 845px) {
  #cover {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgb(2, 170, 176);
    z-index: 9999;
  }
}
.gift-form {
  text-align: left;
}
fieldset:focus {
  outline: none !important;
}
.gift-form fieldset {
  padding: 10px 0px;
  position: relative;
  clear: both;
  text-align: left;
  border: none !important;
}
.gift-form fieldset.fieldset-expiration {
  float: left;
  width: 60%;
}
.gift-form fieldset.fieldset-expiration .select {
  width: 84px;
  margin-right: 12px;
  float: left;
}
.gift-form fieldset.fieldset-ccv {
  clear: none;
  float: right;
  width: 86px;
}
.gift-form fieldset label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: 700;
  font-family: Inconsolata;
}
.gift-form fieldset input,
.gift-form fieldset .select {
  width: 100%;
  height: 38px;
  color: rgb(51, 51, 51);
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px inset;
  outline: none !important;
  margin-bottom: 0px !important;
}
.gift-form fieldset input.input-cart-number,
.gift-form fieldset .select.input-cart-number {
  width: 82px;
  display: inline-block;
  margin-right: 8px;
}
.gift-form fieldset input.input-cart-number:last-child,
.gift-form fieldset .select.input-cart-number:last-child {
  margin-right: 0px;
}
.gift-form fieldset .select {
  position: relative;
}
.gift-form fieldset .select::after {
  content: '';
  border-top: 8px solid rgb(34, 34, 34);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  pointer-events: none;
}
.gift-form fieldset .select select {
  appearance: none;
  position: absolute;
  padding: 0px;
  border: none;
  width: 100%;
  top: 6px;
  left: 6px;
  background: 0px 0px;
  outline: none !important;
}
.gift-form button {
}
.gift-form button .fa {
  margin-right: 6px;
}
.checkout {
  margin: 50px auto 30px;
  position: relative;
  max-width: 460px;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 20px 45px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;
}
.gift-card-box {
  width: 400px;
  height: 280px;
  position: absolute;
  top: -112px;
  left: 50%;
  transform: translateX(-50%);
}
.gift-card-box .front,
.gift-card-box .back {
  width: 400px;
  height: 250px;
  border-radius: 15px;
  backface-visibility: hidden;
  background: linear-gradient(135deg, rgb(189, 103, 114), rgb(83, 34, 63));
  position: absolute;
  color: rgb(255, 255, 255);
  font-family: Inconsolata;
  top: 0px;
  left: 0px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 6px;
}
.gift-card-box .front::before,
.gift-card-box .back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url('http://cdn.flaticon.com/svg/44/44386.svg') center center /
    cover no-repeat;
  opacity: 0.05;
}
.gift-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}
.gift-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: rgb(255, 255, 255);
}
.gift-card-box .front {
  z-index: 2;
  transform: rotateY(0deg);
}
.gift-card-box .back .logo {
  top: 185px;
}
.gift-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: linear-gradient(
    135deg,
    rgb(221, 204, 240) 0%,
    rgb(209, 233, 245) 44%,
    rgb(248, 236, 231) 100%
  );
  border-radius: 8px;
}
.gift-card-box .chip::before {
  content: '';
  position: absolute;
  inset: 0px;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}
.gift-card-box .strip {
  background: linear-gradient(135deg, rgb(64, 64, 64), rgb(26, 26, 26));
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0px;
}
.gift-card-box .number {
  position: absolute;
  margin: 0px auto;
  top: 103px;
  left: 19px;
  font-size: 38px;
}
.gift-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
  text-align: left !important;
}
.card-amount-total label,
.card-amount-total div {
  text-align: left !important;
}
.gift-card-box .card-holder,
.gift-card-box .card-amount-total {
  position: absolute;
  margin: 0px auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}
.gift-card-box .card-amount-total {
  text-align: right;
  left: auto;
  right: 50px;
}
.gift-card-box .ccv {
  height: 36px;
  background: rgb(255, 255, 255);
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0px;
  right: 0px;
  position: absolute;
  margin: 0px auto;
  color: rgb(0, 0, 0);
  text-align: right;
  padding: 10px;
}
.gift-card-box .ccv label {
  margin: -25px 0px 14px;
  color: rgb(255, 255, 255);
}
.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}
.digit-input {
  margin: 0px 5px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgb(204, 204, 204) 0px 0px 5px inset;
  outline: none;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  width: 15% !important;
  padding: 10px 0px !important;
}
.digit-input:focus,
#gift-card-amount:focus,
#gift-card-holder:focus {
  border-color: rgb(2, 170, 176);
  box-shadow: rgb(2, 170, 176) 0px 0px 5px inset;
}
.gift-btn-container {
  display: flex;
  margin-top: 20px;
}
.withdraw-btn {
  min-width: 130px;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background-size: 120%;
  background-image: linear-gradient(
    315deg,
    rgb(123, 67, 151) 0%,
    rgb(220, 36, 48) 75%
  );
  font-size: 23px;
}
.withdraw-btn:hover {
  background-position: right center;
}
.withdraw-btn:active {
  top: 2px;
}
.load-btn {
  margin-left: 20px;
}
.load-btn {
  min-width: 130px;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background-size: 120%;
  background-image: linear-gradient(
    315deg,
    rgb(67, 206, 162) 0%,
    rgb(24, 90, 157) 75%
  );
  font-size: 23px;
}
.load-btn:hover {
  background-position: right center;
}
.load-btn:active {
  top: 2px;
}
.card-holder div {
  text-align: left !important;
}
@media (max-width: 459px) {
  .gift-card-box,
  .gift-card-box .front {
    width: 100%;
  }
}
button:disabled,
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.error_area {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 650px;
  background: url('/bilder/Icon-banner-background.webp') 0% 0% / cover,
    linear-gradient(
      to right,
      rgb(2, 170, 176) 0%,
      rgb(0, 205, 172) 51%,
      rgb(2, 170, 176) 100%
    ) !important;
}


.staff_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 650px;
  background: url("/bilder/Icon-banner-background.webp") 0% 0% / cover, linear-gradient(to right, rgb(34, 34, 34) 0%, rgb(23, 23, 23) 100%) !important;
}


.staff_area h3,
.staff_area p {
  color: #fff !important;
}



.error_shap {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.error_contain h1 {
  font-size: 15vw;
  line-height: 14vw;
  margin-bottom: 0px;
  color: rgb(255, 255, 255) !important;
}
.error_contain h2 {
  letter-spacing: 12px;
  margin-bottom: 25px;
  color: rgb(255, 255, 255) !important;
}
.error_contain p {
  color: rgb(255, 255, 255);
}
.error_contain .about_btn {
  min-width: 230px;
  box-shadow: rgba(15, 0, 57, 0.1) 0px 20px 30px 0px;
  font-size: 18px;
  color: rgb(2, 170, 176);
}
.date__box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(204, 204, 204);
  border: 4px solid;
  font-weight: 700;
  padding: 5px 10px;
}
.date__box .date__day {
  font-size: 22px;
}
.blog-card {
  padding: 30px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-card .date__box {
  opacity: 0;
  transform: scale(0.5);
  transition: all 300ms ease-in-out 0s;
}
.blog-card .blog-card__background,
.blog-card .card__background--layer {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.blog-card .blog-card__background {
  padding: 15px;
  background: rgb(255, 255, 255);
}
.blog-card .card__background--wrapper {
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 80%, 0px 80%);
  position: relative;
  overflow: hidden;
}
.blog-card .card__background--main {
  height: 100%;
  position: relative;
  transition: all 300ms ease-in-out 0s;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-card .card__background--layer {
  z-index: 0;
  opacity: 0;
  background: rgba(51, 51, 51, 0.9);
  transition: all 300ms ease-in-out 0s;
}
.blog-card .blog-card__head {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card .blog-card__info {
  z-index: 10;
  background: rgb(255, 255, 255);
  padding: 20px 15px;
  box-shadow:0 0 11px #00000059;
}
.blog-card .blog-card__info h5 {
  transition: all 300ms ease-in-out 0s;
  font-size: 24px;
}
.blog-card .blog-card__info p {
  margin-bottom: 20px;
  font-family: var(--font__text);
}
lighter {
  font-weight: lighter;
}
.blog-card .blog-card__info h5 a {
  color: #2b2b2b;
  text-shadow: 0 0 3px #0000004f;
  font-weight: 700;
  letter-spacing: 1px;
}
.blog-card:hover .date__box {
  opacity: 1;
  transform: scale(1);
}
.blog-card:hover .card__background--main {
  transform: scale(1.2) rotate(5deg);
}
.blog-card:hover .card__background--layer {
  opacity: 1;
}
.blog-card:hover .blog-card__info h5 {
  color: rgb(2, 170, 176);
}
.icon-link {
  color: rgb(54, 55, 56);
  transition: all 200ms ease-in-out 0s;
  display: flex;
  align-items: center;
}
.icon-link i {
  color: rgb(2, 170, 176);
  margin-right: 5px;
}
.icon-link:hover {
  color: rgb(2, 170, 176);
  text-decoration: none;
}
.blog-btn {
  min-width: 130px;
  height: 40px;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  border-radius: 5px;
  border: none;
  box-shadow:0 0 6px #0000008a;
  background: url(/bilder/Icon-banner-background.webp) repeat scroll 0 0%, rgba(34, 21, 21, 0) linear-gradient(to right, #000, #393939, #000) repeat scroll 0 0;
  text-align: center;
}
.blog-btn:hover {
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding-right: 24px;
  padding-left: 8px;
}
.blog-btn:hover::after {
  opacity: 1;
  right: 10px;
}
.blog-btn::after {
  content: '»';
  position: absolute;
  opacity: 0;
  font-size: 20px;
  line-height: 40px;
  top: 0px;
  right: -20px;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1296px) {
  .new-btn {
    display: none !important;
  }
}
.fix-container {
  display: flex;
}
@media (max-width: 768px) {
  .fix-container {
    align-items: center;
  }
}
.sport-picture {
  height: 40px !important;
  min-width: 40px !important;
}

table th,
table td {
font-size: 18px;
  font-family: var(--font-family-sans-serif);
}



.table {
  width: 100%;
  margin-bottom: 1rem;
  color: rgb(33, 37, 41);
  font-size: 18px;
  font-family: var(--font-family-sans-serif);
}
.table td,
.table th {
  padding: 1rem;
  vertical-align: top;
  
}
.table thead th {
  vertical-align: bottom;
}
.table tbody + tbody {
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid rgb(222, 226, 230);
}
.table-bordered td,
.table-bordered th {
  border: 1px solid rgb(222, 226, 230);
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0px;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: rgb(33, 37, 41);
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: rgb(184, 218, 255);
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: rgb(122, 186, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(159, 205, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(159, 205, 255);
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: rgb(214, 216, 219);
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: rgb(179, 183, 187);
}
.table-hover .table-secondary:hover {
  background-color: rgb(200, 203, 207);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200, 203, 207);
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: rgb(195, 230, 203);
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: rgb(143, 209, 158);
}
.table-hover .table-success:hover {
  background-color: rgb(177, 223, 187);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(177, 223, 187);
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: rgb(190, 229, 235);
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: rgb(134, 207, 218);
}
.table-hover .table-info:hover {
  background-color: rgb(171, 221, 229);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(171, 221, 229);
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: rgb(255, 238, 186);
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: rgb(255, 223, 126);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 232, 161);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 232, 161);
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: rgb(245, 198, 203);
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: rgb(237, 150, 158);
}
.table-hover .table-danger:hover {
  background-color: rgb(241, 176, 183);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241, 176, 183);
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: rgb(253, 253, 254);
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: rgb(251, 252, 252);
}
.table-hover .table-light:hover {
  background-color: rgb(236, 236, 246);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(236, 236, 246);
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: rgb(198, 200, 202);
  font-size: 18px;
  font-family: var(--font__light);
}
.table-hover .table-dark:hover {
  background-color: rgb(185, 187, 190);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185, 187, 190);
}
.table-active,
.table-active > td,
.table-active > th {
  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: rgb(255, 255, 255);
  background-color: rgb(33, 37, 41);
}
.table .thead-light th {
  color: rgb(73, 80, 87);
  background-color: rgb(233, 236, 239);
  border-color: rgb(222, 226, 230);
}
.table-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  text-shadow: 0 0 5px #000000ba;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  text-align: left;
  font-size: 25px;
  font-family: var(--font__light);
}


@media not all and (min-resolution:.001dpcm) { 
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    text-align: left;
    font-size: 25px;
    font-family: var(--font__light);
     
      background: transparent;
      display: inline-block; 
          width: 25%;
      
   
  }
}

@media(max-width: 400px) {
  .table-dark td,
.table-dark th,
.table-dark thead th {
  text-align: left;
  font-size: 18px;
  font-family: var(--font__light);
}
}


.table-dark.table-bordered {
  border: 0px;
}
.table-dark.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 170, 176);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 28px, rgba(0, 0, 0, 0.08) 0px 5px 12px;
  transition: all 200ms ease 0s;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .table-responsive-sm > .table-bordered {
    border: 0px;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .table-responsive-md > .table-bordered {
    border: 0px;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .table-responsive-lg > .table-bordered {
    border: 0px;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .table-responsive-xl > .table-bordered {
    border: 0px;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 500px) {
  .table-responsive {
    padding: 0px !important;
  }
}
.table-responsive > .table-bordered {
  border: 0px;
}
table {
  overflow: hidden;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}
table th,
table tr td {
  text-align: center;
}
.hidden-tr{
	
	opacity:0;
	
}
tr:nth-child(-n+3) {
  box-shadow: rgba(0,0,0,.35) 0 5px 15px;
  background-size: 300%!important;
  background-position: left;

  background:linear-gradient(45deg, rgb(255, 130, 20), rgb(238, 143, 41));
}

.leader-ava {
  display: flex;
  position: relative;
}
.leader-ava span {
  margin-left: 5px;
}
.leader-ava svg path {
  stroke: rgb(251, 146, 60);
  stroke-width: 1px;
}
@keyframes bg-animation {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
.animatable {
  animation-play-state: paused;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated-delay-50ms {
  animation-delay: 50ms;
}
.animated-delay-100ms {
  animation-delay: 100ms;
}
.animated-delay-150ms {
  animation-delay: 150ms;
}
.animated-delay-200ms {
  animation-delay: 200ms;
}
.animated-delay-250ms {
  animation-delay: 250ms;
}
.animated-delay-300ms {
  animation-delay: 300ms;
}
.animated-delay-400ms {
  animation-delay: 400ms;
}
.animated-delay-500ms {
  animation-delay: 500ms;
}
.animated-delay-600ms {
  animation-delay: 600ms;
}
.animated-delay-700ms {
  animation-delay: 700ms;
}
.animated-delay-800ms {
  animation-delay: 800ms;
}
.animated-delay-750ms {
  animation-delay: 750ms;
}
.animated-delay-1s {
  animation-delay: 1s;
}
.animated-delay-1p5s {
  animation-delay: 1.5s;
}
.animated-delay-2s {
  animation-delay: 2s
}
.animated-delay-3s {
  animation-delay: 3s
}
.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*='Out'] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0px);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0px) scaleY(0.95);
  }
  90% {
    transform: translate3d(0px, -4px, 0px) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0px);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0px) scaleY(0.95);
  }
  90% {
    transform: translate3d(0px, -4px, 0px) scaleY(1.02);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  0%,
  100% {
    transform: translateZ(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0px, 0px);
  }
}
@keyframes shakeX {
  0%,
  100% {
    transform: translateZ(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0px, 0px);
  }
}
.shakeX {
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  0%,
  100% {
    transform: translateZ(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0px, -10px, 0px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0px, 10px, 0px);
  }
}
@keyframes shakeY {
  0%,
  100% {
    transform: translateZ(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0px, -10px, 0px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0px, 10px, 0px);
  }
}
.shakeY {
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    transform: translateX(0px);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0px);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0px);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0px);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: center top;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0px);
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate(-1deg);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0px);
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate(-1deg);
  }
  100% {
    transform: translateZ(0px);
  }
}
.wobble {
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  100% {
    transform: translateZ(0px);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  100% {
    transform: translateZ(0px);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center center;
}
@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px) scaleY(0.9);
  }
  75% {
    transform: translate3d(0px, -10px, 0px) scaleY(0.95);
  }
  90% {
    transform: translate3d(0px, 5px, 0px) scaleY(0.985);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px) scaleY(0.9);
  }
  75% {
    transform: translate3d(0px, -10px, 0px) scaleY(0.95);
  }
  90% {
    transform: translate3d(0px, 5px, 0px) scaleY(0.985);
  }
  100% {
    transform: translateZ(0px);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0px, 0px) scaleX(0.995);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0px, 0px) scaleX(0.995);
  }
  100% {
    transform: translateZ(0px);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0px, 0px) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px) scaleX(0.995);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0px, 0px) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px) scaleX(0.995);
  }
  100% {
    transform: translateZ(0px);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px) scaleY(0.9);
  }
  75% {
    transform: translate3d(0px, 10px, 0px) scaleY(0.95);
  }
  90% {
    transform: translate3d(0px, -5px, 0px) scaleY(0.985);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px) scaleY(0.9);
  }
  75% {
    transform: translate3d(0px, 10px, 0px) scaleY(0.95);
  }
  90% {
    transform: translate3d(0px, -5px, 0px) scaleY(0.985);
  }
  100% {
    transform: translateZ(0px);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px) scaleY(3);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px) scaleX(2);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px) scaleX(2);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px) scaleY(3);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInTopRight {
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0px);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0px);
  }
}
.fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0px);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0px);
  }
}
.fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0px);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0px);
  }
}
.fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0px);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0px);
  }
}
.fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px)
      rotateY(0deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px)
      rotateY(0deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  100% {
    transform: translateZ(0px);
  }
}
.lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  100% {
    transform: translateZ(0px);
  }
}
.lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
  transform-origin: center center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
  transform-origin: center center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: left top;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}
.rollIn {
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0px, -100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0px, -100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0px, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0px, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0px, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0px, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0px, 100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0px, 100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translateZ(0px);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0px, 100%, 0px);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0px, 100%, 0px);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0px, 0px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0px, 0px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0px, -100%, 0px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0px);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0px, -100%, 0px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.search-btn-container {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 50px;
  width: 300px;
  height: 100px;
}
.search-bar-input {
  background: rgb(255, 255, 255);
  opacity: 0.6 !important;
}
@media (max-width: 991px) {
  .search-btn-container {
    left: -80px !important;
  }
}
.search-btn-container .search {
  position: absolute;
  margin: auto;
  inset: 0px;
  width: 80px;
  height: 80px;
  background: rgb(0, 205, 172);
  border-radius: 50%;
  transition: all 1s ease 0s;
  z-index: 4;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 25px 0px;
  opacity: 0.7;
}
.search-btn-container .search:hover {
  opacity: 1;
}
.search-btn-container .search:hover {
  cursor: pointer;
}
.search-btn-container .search:hover {
  cursor: pointer;
}
.search-btn-container .search::before {
  content: '';
  position: absolute;
  margin: auto;
  inset: 22px 0px 0px 22px;
  width: 12px;
  height: 2px;
  background: rgb(255, 255, 255);
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}
.search-btn-container .search::after {
  content: '';
  position: absolute;
  margin: auto;
  inset: -5px 0px 0px -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
}
.btn-menu-order {
  display: none;
}
.search-form-wrapper {
  margin: 0px auto;
}
.search-form-inner {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.material-icons.search-icon {
  position: absolute;
  top: 20px;
  right: 30px !important;
}
.division h5 {
  font-family: var(--font__light) !important;
}
.blog-flex-container {
  display: flex;
  flex-direction: column;
}
.blog-img-container {
  display: flex;
}
.blog-flex-container .left-side {
  margin-top: 30px;
}
.blog-img-container img {
  width: 50% !important;
}
.third-division {
  margin-top: 50px;
}
.division ul {
  list-style-type: none;
}
@media (max-width: 500px) {
  .table-header-style {
    border-radius: 0px !important;
  }
}
.table-header-style {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
}
.table-header-style h2 {
  position: relative;
  padding: 0px;
  transition: all 0.4s ease 0s;
  color: rgb(75, 85, 99);
  filter: drop-shadow(rgba(185, 96, 180, 0.25) 0px 0px 3px);
  background-image: linear-gradient(45deg, rgb(0, 0, 0), rgb(77, 77, 77));
  text-shadow: rgba(0, 0, 0, 0.11) 0px 0px 3px;
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 13px;
  padding-top: 9px;
  color: rgb(96, 96, 96);
}
.table-header-style span {
  display: block;
  line-height: 1.3;
}
.table-header-style h2 em {
  font-style: normal;
  font-weight: 600;
}

.table-header-style h2::before {
  background-color: rgb(0, 0, 0);
  content: '';
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
  box-shadow:0 0 3px #0000002e;
}
.table-header-style h2::after {
  background-color: rgb(0, 0, 0);
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
  box-shadow:0 0 3px #0000002e;
}
.selected-day {
	background: url("/bilder/Icon-banner-background.webp"), linear-gradient(45deg, rgb(3, 219, 226), rgb(2, 170, 176), rgb(3, 219, 226), rgb(2, 170, 176), rgb(3, 219, 226)) left center / 300%;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	padding-top: 13px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 8px;
	animation: 20s ease 0s infinite alternate none running bg-animation;
  position: relative;
  box-shadow:0px 0px 8px #03d8df;
}

.selected-day::before {
  content: "IDAG";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-size: 22px;
  letter-spacing: 3px;
  text-shadow: rgba(32, 21, 10, 0.5) 0px 1px 4px, rgba(0, 0, 0, 0.9) 0px 2px 10px;
  font-weight: 700;
}
@keyframes neon2 {
  0% {
    text-shadow: rgb(255, 255, 255) 0px 0px 10px,
      rgb(255, 255, 255) 0px 0px 20px, rgb(255, 255, 255) 0px 0px 30px,
      rgb(34, 141, 255) 0px 0px 40px, rgb(34, 141, 255) 0px 0px 70px,
      rgb(34, 141, 255) 0px 0px 80px, rgb(34, 141, 255) 0px 0px 100px,
      rgb(34, 141, 255) 0px 0px 150px;
  }
  100% {
    text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px,
      rgb(255, 255, 255) 0px 0px 15px, rgb(34, 141, 255) 0px 0px 20px,
      rgb(34, 141, 255) 0px 0px 35px, rgb(34, 141, 255) 0px 0px 40px,
      rgb(34, 141, 255) 0px 0px 50px, rgb(34, 141, 255) 0px 0px 75px;
  }
}
@-webkit-keyframes glow-text {
  0% {
    text-shadow: rgb(255, 255, 255) 0px 0px 10px,
      rgb(255, 255, 255) 0px 0px 20px, rgb(230, 0, 115) 0px 0px 30px,
      rgb(230, 0, 115) 0px 0px 40px, rgb(230, 0, 115) 0px 0px 50px,
      rgb(230, 0, 115) 0px 0px 60px, rgb(230, 0, 115) 0px 0px 70px;
  }
  100% {
    text-shadow: rgb(255, 255, 255) 0px 0px 20px, rgb(255, 77, 166) 0px 0px 30px,
      rgb(255, 77, 166) 0px 0px 40px, rgb(255, 77, 166) 0px 0px 50px,
      rgb(255, 77, 166) 0px 0px 60px, rgb(255, 77, 166) 0px 0px 70px,
      rgb(255, 77, 166) 0px 0px 80px;
  }
}
@keyframes glow-text {
  0% {
    text-shadow: rgb(255, 255, 255) 0px 0px 10px,
      rgb(255, 255, 255) 0px 0px 20px, rgb(230, 0, 115) 0px 0px 30px,
      rgb(230, 0, 115) 0px 0px 40px, rgb(230, 0, 115) 0px 0px 50px,
      rgb(230, 0, 115) 0px 0px 60px, rgb(230, 0, 115) 0px 0px 70px;
  }
  100% {
    text-shadow: rgb(255, 255, 255) 0px 0px 20px, rgb(255, 77, 166) 0px 0px 30px,
      rgb(255, 77, 166) 0px 0px 40px, rgb(255, 77, 166) 0px 0px 50px,
      rgb(255, 77, 166) 0px 0px 60px, rgb(255, 77, 166) 0px 0px 70px,
      rgb(255, 77, 166) 0px 0px 80px;
  }
}
@keyframes flicker {
  0% {
    text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 10px,
      rgba(255, 255, 255, 0.8) 0px 0px 20px,
      rgba(255, 255, 255, 0.8) 0px 0px 30px, rgba(0, 100, 151, 0.8) 0px 0px 40px,
      rgba(0, 100, 151, 0.8) 0px 0px 50px, rgba(0, 100, 151, 0.5) 0px 0px 60px,
      rgba(0, 100, 151, 0.5) 0px 0px 70px, rgba(0, 100, 151, 0.5) 0px 0px 90px,
      rgba(0, 100, 151, 0.5) 0px 0px 100px;
  }
  100% {
    text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 2px,
      rgba(255, 255, 255, 0.8) 0px 0px 8px, rgba(55, 255, 255, 0.8) 0px 0px 10px,
      rgba(50, 100, 151, 0.5) 0px 0px 20px, rgba(50, 100, 151, 0.5) 0px 0px 30px,
      rgba(50, 100, 151, 0.5) 0px 0px 40px, rgba(50, 100, 151, 0.5) 0px 0px 50px,
      rgba(50, 100, 151, 0.5) 0px 0px 100px;
  }
}
.animatable {
  visibility: hidden;
}


.mobile-only-texts {
  display: none;
}

.mobile-only-btn {
  display: none;

}




@media(max-width: 991px) {
  .mobile-only-texts {
    display: block !important;
    position: absolute;
    bottom: 10px !important;
    width: 100%;
    left: 10px;
  }

  .mobile-only-btn.pix-btn.fixed-btn {
    font-family: var(--font__light) !important;
  }



  .mobile-only-btn {
    display: flex !important;
    position: absolute;
    align-items: center;
    /* right: -65px; */
    /* top: 45%; */
    font-size: 18px;
    padding: 0;
    justify-content: center;
    font-family: var(--font__primary) !important;
    right: 22%;
    bottom: 10%;
}


}


/* @media(max-width: 607px) {
  .mobile-only-btn { 
    top: 45% !important;
  }
}

@media(max-width: 437px) {
  .mobile-only-btn { 
    top: 44% !important;
  }
}

@media(max-width: 437px) {
  .mobile-only-btn { 
    top: 43% !important;
  }
}

@media(max-width: 414px) {
  .mobile-only-btn { 
    top: 43% !important;
    font-size: 15px;
    right: -54px;
  }

  .fixed-btn {
    width: 180px !important;
  }
} */

.editure-feature-image a{
	
	text-decoration:none !important;
	
}

@media(max-width: 991px) {
  
  .editure-feature-image:before {
    content: '';
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  }

  /* .pix-btn.btn-grad-white.fixed-btn {
    display: none !important;
  } */



}


.card__background--main.card__blog--main {
  background-image: url('/bilder/bowlingskor.webp');
}

#bookIframe {
  border: none !important;
}



  .holder {
    /* display: block; */
    

    box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);


    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

    

}

.fixline span {


	display: inline !important;

}


 .los-in {
  color: #606060 !important;
 }


 #losin {
  margin-top: 0 !important;
  width: 100%;
padding: 6px;
 }

 .logga {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
 }

 .description {
  color: #606060 !important;
  font-family: var(--font__text);
 }

.li-container li, .shuffle-list li, .description li, .gamezone-list li{
	
	font-family: var(--font__text) !important;
	color:#333;
	text-shadow:rgba(0, 0, 0, 0.25) 0px 0px 3px;
	
}

.gamezone-list .star-item{
	
	margin-top:-6px;
	
}

 .awesome-btn.kontrollera,
 .awesome-btn.losin {
  transition: all 0.5s;
 }

.awesome-btn.kontrollera:hover,
.awesome-btn.losin:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

#demo {
  margin-bottom: 0px !important;
  border-radius: 0 !important;

}

#demo:focus {
  box-shadow: none !important;
}

.max-amount {
  text-align: left !important;
  margin-left: 15px !important;
  margin-top: 10px;
  font-size: 16px;
  color: #606060;
}



.hauto {
  box-shadow: #1a1a1a 0px 0px 10px !important;

  margin-top: 28px !important;
}

.tillBaka.mfix {
  margin-bottom: 25px !important;
}

.menu-text p {
  text-align: center !important;
  margin-top: 40px;

}

.playOnView{
	
	outline:none;
	border:none;
	width:100%;
	height:auto;
	
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.no-spin {
  -moz-appearance:textfield !important;
}

.banner-info-child {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  font-size: 25.6px;
}

.banner-info-child svg{
	
	filter:drop-shadow(rgb(0, 0, 0) 0px 0px 3px);
	fill:#fff;
	
}

.banner-info-child .thin{
	
	text-shadow:black 0px 0px 3px;
	font-family:var(--font__heading);
	
}

.pix-header-fixed .site-main-menu li a.current_page, .pix-header-fixed .site-main-menu li a:hover, .pix-header-fixed .site-main-menu li a:active .icon-svg {
  fill:#fff;
}




.nav-active .icon-svg {
  fill:#fff;
}

.icon-svg {
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  margin-top: -4px;
  
}


.svg-star {
  display: inline;
  height: 16px;
  width: 18px;
  margin-top: -2px;
}

.icon-svg-heart {
  display: inline;
  height: 18px;
  width: 24px;
}

.icon-arrow-svg {
  display: inline;
  height: 18px;
  width: 24px;
}

.icon-normal-svg {
  /* display: block; */
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.clock-icon{
	
	margin-top:4px;
	
}

.icon-footer-svg {
  /* display: block; */
  height: 24px;
  width: 24px;
  margin-right: 5px;
  margin-top: -2px;
  filter: drop-shadow(1px 3px 2px #000000);
}

.icon-footer-small-svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  margin-top: -2px;
}

.icon-normal-svg.edit-svg {
  height: 22px;
  width: 22px;
  margin-top: -4px;
}

.icon-normal-svg {
  fill: #000;
  filter:drop-shadow(#0000002b 0px 0px 3px);
}

.icon-svg.blogg,
.icon-svg.trophy {
  margin-top: 3px;
}

.icon-svg.right-arrow {
  margin-left: 5px;
}

.icon-svg.right-arrow path {
  fill: #02aab0;
}

.icon-arrow-svg.presentkort-icon {
  margin-left: 5px;
} 

.icon-svg.special-icon {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.margin-top-ten {
  padding-top: 12px;
}

.caret-icon-svg {
 
  height: 56px;
  width: 56px;
  /* margin-right: 7px;
  margin-top: -4px; */
}

.caret-fixer {
  display: flex;
  align-items: center;
}

.caret-icon-wrapper {
  transform: translateX(15px);
}

@media(max-width: 450px) {
  .caret-icon-wrapper {
    transform: translateX(2px);

  }
}


.section-title.paket {
  font-weight: bold !important;
}


@media(max-width:1295px) {
  .page-banner.prize-image.bowlingTopplista {
    margin-top: 0 !important;
  }
}

.menu-item-card_image-children {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
  }

  .taggedItem {
    height: 45px;
    max-width: 45px;
    width: 45px;
    position: relative;
    z-index: 100;
    margin-top:10px;
  }
  
  .veganIcon {
    box-shadow: 1px 1px 10px #1fb580;
    border-radius: 50%;
  }
  
  .glutenIcon {
    box-shadow: 1px 1px 10px #ff4d4d;
    border-radius: 50%;
  }
  .sugarIcon {
    box-shadow: 1px 1px 10px #ff4d4d;
    border-radius: 50%;
  }
  .lavazzaIcon {
    box-shadow: 0px 0px 10px #002856;
    border-radius: 50%;
  }


  /* image */


  .menu-item-card_image {
    margin: -0.01rem;
    margin-top: -11px;
	height:275px !important;
	overflow:hidden;
	box-shadow:0 0 3px #d7d7d7;
  }
  

[data-category="alcohol"] .menu-item-card_image,
[data-category="soft"] .menu-item-card_image,
[data-category="beverage"] .menu-item-card_image   {
  /* Attribute has this exact value */
  height: auto;
}

.menu-item-card_image.fixed-height {
  height: 236px !important;
}


.menu-item-card_image-transparent {
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100% !important;
    border:none;
	filter:saturate(1.25);
  }




  @media(max-width: 1199px) {
    .menu-item-card.menu-item-card_content {
      height: auto !important;
    }

  }



  @media(max-width: 423px) {
    .menu-item-card_image {
      position: relative;
      margin: -0.01rem;
      margin-top: -11px;
      height: 245px;
  }
  }
  
  
  @media(min-width: 424px) {
    .menu-item-card_image {
      position: relative;
	  margin: -0.01rem;
      margin-top: -11px;
  }
  }


  @media(max-width: 390px) {
    .menu-item-card_image {
      position: relative;
      margin: -0.01rem;
      margin-top: -11px;
  }
  }
  
  @media(max-width: 360px) {
    .menu-item-card_image {
      position: relative;
      margin: -0.01rem;
      margin-top: -11px;
  }
  }



  @media(min-width: 1200px) {

    .menu-item-card_text {
      padding: 0 0.5rem !important;
      
    }
    
    .menu-item-card_content.expandHeight {
        height: 570px !important;
      }
  }


  .menu-item-card_image.fixed-height  .menu-item-card_image-transparent {
    height: 236px !important;
  }

  .menu-item-card_image-transparent.inventory {
    margin-top: 15px !important;
  }
  

  .menu-item-card_price {
    letter-spacing: 0;
    font-size: 0.8rem;
    position: absolute;
    bottom: -2px;
    right: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 1rem;
    background: linear-gradient(to right top, rgb(33, 198, 227), rgb(24, 188, 221), rgb(17, 178, 215), rgb(13, 168, 208), rgb(14, 158, 201)) rgb(255, 200, 55) !important;
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
    color: #fff;
    font-family: var(--font__light);
	text-transform:uppercase;
	box-shadow: 0 0 3px #56d0ee;
}

/* tooltips */

.tooltips[data-tooltip-type='primary'] > span {
    background-color: #2980b9;
  }
  .tooltips[data-tooltip-type='primary'][data-tooltip-position='top'] > span:after {
    border-top: 8px solid #2980b9;
  }
  .tooltips[data-tooltip-type='primary'][data-tooltip-position='bottom'] > span:after {
    border-bottom: 8px solid #2980b9;
  }
  .tooltips[data-tooltip-type='primary'][data-tooltip-position='left'] > span:after {
    border-left: 8px solid #2980b9;
  }
  .tooltips[data-tooltip-type='primary'][data-tooltip-position='right'] > span:after {
    border-right: 8px solid #2980b9;
  }
  .tooltips[data-tooltip-type='success'] > span {
    background-color: #27ae60;
  }
  .tooltips[data-tooltip-type='success'][data-tooltip-position='top'] > span:after {
    border-top: 8px solid #27ae60;
  }
  .tooltips[data-tooltip-type='success'][data-tooltip-position='bottom'] > span:after {
    border-bottom: 8px solid #27ae60;
  }
  .tooltips[data-tooltip-type='success'][data-tooltip-position='left'] > span:after {
    border-left: 8px solid #27ae60;
  }
  .tooltips[data-tooltip-type='success'][data-tooltip-position='right'] > span:after {
    border-right: 8px solid #27ae60;
  }
  .tooltips[data-tooltip-type='warning'] > span {
    background-color: #f39c12;
  }
  .tooltips[data-tooltip-type='warning'][data-tooltip-position='top'] > span:after {
    border-top: 8px solid #f39c12;
  }
  .tooltips[data-tooltip-type='warning'][data-tooltip-position='bottom'] > span:after {
    border-bottom: 8px solid #f39c12;
  }
  .tooltips[data-tooltip-type='warning'][data-tooltip-position='left'] > span:after {
    border-left: 8px solid #f39c12;
  }
  .tooltips[data-tooltip-type='warning'][data-tooltip-position='right'] > span:after {
    border-right: 8px solid #f39c12;
  }
  .tooltips[data-tooltip-type='danger'] > span {
    background-color: #c0392b;
  }
  .tooltips[data-tooltip-type='danger'][data-tooltip-position='top'] > span:after {
    border-top: 8px solid #c0392b;
  }
  .tooltips[data-tooltip-type='danger'][data-tooltip-position='bottom'] > span:after {
    border-bottom: 8px solid #c0392b;
  }
  .tooltips[data-tooltip-type='danger'][data-tooltip-position='left'] > span:after {
    border-left: 8px solid #c0392b;
  }
  .tooltips[data-tooltip-type='danger'][data-tooltip-position='right'] > span:after {
    border-right: 8px solid #c0392b;
  }


  .tooltips {
    position: relative;
    display: inline;
    z-index: 100;
  }
  
  .tooltips span {
    font:300 12px 'Open Sans', sans-serif;
    position: absolute;
    color: #fff;
    background: #292929;
    background: url(/bilder/Icon-banner-background.webp),
      linear-gradient(to right, #434343, #292929);
    padding:12px 24px;
    border-radius: 8px;
    width:140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
  }
  
  .tooltips > span img{max-width:140px;}
  
  .tooltips[data-tooltip-position="top"] span{
    margin-left:10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .tooltips[data-tooltip-position="bottom"] span{
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  
  .tooltips[data-tooltip-position="left"] span{
    margin-top:30px;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  
  .tooltips[data-tooltip-position="right"] span{
    margin-top:30px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .tooltips span:after {
    content: '';
    position: absolute;
    width: 0; height: 0;
  }
  
  .tooltips[data-tooltip-position="top"] span:after{
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  
  .tooltips[data-tooltip-position="bottom"] span:after{
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  
  .tooltips[data-tooltip-position="left"] span:after{
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border-left: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  
  .tooltips[data-tooltip-position="right"] span:after{
    top: 50%;
    right: 100%;
    margin-top: -8px;
    border-right: 8px solid #292929;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  
  .tooltips:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
    /* transform: translateY(-20px); */
  }
  
  .tooltips[data-tooltip-position="top"]:hover span{
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
  }
  
  .tooltips[data-tooltip-position="bottom"]:hover span{
    top: 30px;
    left: 50%;
    margin-left: -76px;
  }
  
  .tooltips[data-tooltip-position="left"]:hover span{
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 15px;
  }
  
  .tooltips[data-tooltip-position="right"]:hover span {
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 15px;
    font-family: var(--font__light);
    font-size: 17px;
  }
  
  .tooltips[data-tooltip-type="primary"] > span {
    background-color:#2980b9;
  }
  

  .burger-instruction {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--font__heading);
    color: #475569;
}
.menu-item-card_text {
  padding: 0 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  padding-bottom: 3rem !important;
  min-height:204px;
  font-family: var(--font__text);
  
}

@media(max-width: 700px) {

	.menu-item-card_text{
		
		min-height:100px;
		
	}

}

.subCategory {
  background: url('/bilder/Icon-banner-background.webp'),
  linear-gradient(
    to right top,
    rgb(33, 198, 227),
    rgb(24, 188, 221),
    rgb(17, 178, 215),
    rgb(13, 168, 208),
    rgb(14, 158, 201)
  ) !important;
}

.subCategoryParent {
  margin-top: -10px;
}

.menu-item-card_content.subCategory:before {
  display: block;
  content: '';
  background-image: url(/order/icons/chevron-right.svg);
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  /* right: 0; */
  position: absolute;
  text-align: 50%;
  top: 49.3%;
  /* left: 50%; */
  right: 0%;
  transform: translate(-50%, -50%);
  /* filter: drop-shadow(rgb(0, 0, 0) 1px 3px 2px); */
}

@media(min-width: 1300px) {
  .menu-item-card_content.subCategory:before {
    display: block;
    content: '';
    background-image: url(/order/icons/chevron-right.svg);
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    /* right: 0; */
    position: absolute;
    text-align: 50%;
    top: 49%;
    /* left: 50%; */
    right: 0%;
    transform: translate(-50%, -50%);
    /* filter: drop-shadow(rgb(0, 0, 0) 1px 3px 2px); */
  }
}

.subCategory h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}

.menu-item-card_content.subCategory h3 {
  font-size: 2rem !important;
}


.alchohol-percentage {
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(255, 200, 55) linear-gradient(to right top, rgb(33, 198, 227), rgb(24, 188, 221), rgb(17, 178, 215), rgb(13, 168, 208), rgb(14, 158, 201)) !important;
	padding: 2px 10px;
	color: #fff;
	box-shadow: rgb(86, 208, 238) 0px 0px 3px;
	font-family: var(--font__light);
}

.alchohol-percentage p {
  margin-bottom: 0 !important;
}

.bevarage-bottle {
  position: absolute;
  height: 100%;
  left: 0;
  margin-top: 20px;
  top: -2%;
  object-fit: contain;
  filter:drop-shadow(0px 0px 15px #fff) saturate(1.4);
  height:100% !important;
}



.bevarage-bottle-wrapper {
  position: relative;
  width: 180px !important;
  height: 230px;
  margin: 8px auto;
}

.bevarage-bottle-wrapper img {
  object-fit: contain !important;
}

.jager-glass {
	position: absolute;
	top: 75.6%;
	width: 42px !important;
	right: 12%;
	opacity: 80%;
}

.smaller-title {
  font-size: 1.4rem;
}

.shot-glass{
	
	position: absolute;
	top: 68.6%;
	width: 33px !important;
	right: 22%;
	opacity: 70%;
	
}
.whisky-glass{
	
	position: absolute;
	top: 77.6%;
	width: 60px !important;
	right: 9%;
	
}

.cognac-glass{
	
	position: absolute;
	top: 58.6%;
	width: 70px !important;
	right: 0;
	
}

.special-img {
  margin-left: -35px;
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.single-chart {
  width: 33%;
  justify-content: space-around;
}
.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 60%;
  max-height: 250px;
}
.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.circle {
  /* display: none; */
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.orange .circle {
  stroke: #ff9f00;
}
.circular-chart.green .circle {
  stroke: #4cc790;
}
.circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.circular-chart.red .circle {
  stroke: #a40909;
}
.circular-chart.grey .circle {
  stroke: #796464;
}
.percentage {
  fill: #666;
  font-size: 0.5em;
  text-anchor: middle;
  font-family:var(--font__light) !important;
}
.expandHeight {
  height: 550px !important;
}

.beverage-glass {
  position:absolute;
  top:29.6%;
  height:180px;
  width:80px!important 
}

.section-divider {
  width: 100%;
}

/* fixed category */


#sticky {
  width: 100%;
  position: relative;
  z-index: 10;
}
#sticky.stick {
  position: fixed;
  top: 104px;
  margin-bottom: 100px;

  z-index: 520;
}

.sidebar-open #sticky.stick {
  z-index: 400;
}


@media(max-width: 1295px) {
  #sticky.stick {
    position: fixed;
    top: 76px;
    margin-bottom: 100px;
  
    /* z-index: 400; */
  }
}


.menu-section-container {
  display: flex;
  list-style-type: none;
  background:url('/bilder/Icon-banner-background.webp'),
  linear-gradient(
    to right top,
    rgb(33, 198, 227),
    rgb(24, 188, 221),
    rgb(17, 178, 215),
    rgb(13, 168, 208),
    rgb(14, 158, 201)
  );
  /* box-shadow: #f0f0f0 1px 1px 9px; */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

@media (max-width: 800px) {
  .menu-section-container {
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  }
}

.menu-section-container li {
	text-align: center;
	width: 25%;
	padding: 0.75rem 0px;
	border-right: 0.1vmin solid rgb(255, 255, 255);
	border-left: 0.1vmin solid rgb(255, 255, 255);
	border-image: none;
	border-top: medium;
	border-bottom: 0.1vmin solid rgb(255, 255, 255) !important;
	cursor: pointer;
	color: white;
	text-shadow: 0 0 3px #00000085;
	font-family: var(--font__heading) !important;
	text-transform: uppercase;
	line-height: 18px;
	height: 60px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size:1.1rem;
}

@media (max-width: 800px) {
  .menu-section-container li {
    border-bottom: 0.1vmin solid #00cdac;
  }
}

li.active-menu {
  /* background: url(/bilder/Icon-banner-background.webp),
    linear-gradient(to right, #ff6c00 0%, #ff9d05 51%, #fa6e04 100%) !important; */

    background: url(/bilder/Icon-banner-background.webp),
    linear-gradient(to right, #0a81a0 0%, #0da8d0 51%, #096e88 100%) !important;
    
}
.menu-section-container li:first-child {
  border-left: none;
}
.menu-section-container li:last-child {
  border-right: none;
}

li.active-menu a,
.menu-section-container.active-menu a {
  color: #fff !important;
}

.menu-item-card_content {
  padding: 0px;
  background-color: rgb(255, 255, 255);
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  font-family: var(--font__light);
  position: relative;
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px !important;
  background: rgb(255, 255, 255);
  height: 450px !important;
}

.ui-item {
	font-family: var(--font__primary);
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 1.5em 0 1.5em;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	font-size: 3rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 50px;
	background-image: url('/bilder/Icon-banner-background.webp'), linear-gradient( to right top, rgb(33, 198, 227), rgb(24, 188, 221), rgb(17, 178, 215), rgb(13, 168, 208), rgb(14, 158, 201) );
	background-repeat: repeat;
	text-align: center;
	text-shadow:rgba(0, 0, 0, 0.52) 0px 0px 8px;

}

.menu-item-cards_item {
  list-style-type: none;
}

.menu-item-card {
  position: relative;
  margin: 1rem;
  text-align: center;
}


.menu-item-card_title {
  position: relative;
  padding: 0rem 0px;
  margin: 1rem auto;
  margin-bottom:0;
  font-weight: 700;
  letter-spacing: -0.05rem;
  font-size: 2rem;
  line-height: 3rem;
  
  color: rgb(75, 85, 99);
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 0px 3px);
  background-image: linear-gradient(45deg, rgb(0, 0, 0), rgb(77, 77, 77));
  text-shadow: rgba(0, 0, 0, 0.11) 0px 0px 3px;
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity:0.9;
  letter-spacing:0.6px;
  
}

.menu-item-card_text {
  padding: 0px 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0px;
  line-height:1.5;
}

.menu-item-card_number {
  display: none !important;
}


.row.margin-fixer > div {
  padding-left: 0 !important;
}

/* Languages */
.language-container{
	
	padding:10px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	width:100%;
	
}

.language-container a{
	
	width:32px !important;
	height:32px !important;
	filter:drop-shadow(0 0 3px black);
	opacity:0.5;
	display:inline-block !important;
	
}

.language-container a:hover{
	
	opacity:1;
	
}

.selectedLanguage{
	
	opacity:1 !important;
	
}

.page-title-wrapper{
	
	position:relative;
	
}