/*
This file is used to contain all helper imports.
Files inside this folder can contain specific element styles and layout. 
*/
:root {
  --color-theme-main: #77b264;
  --color-theme-secondary: #4e88c7;
  --color-theme-alt: #9590c6; }

/*$color-theme-main: #2e5797;
$color-theme-secondary: #4e88c7;
$color-theme-alt: #9590c6;*/
/*@function hexToRgba($hex-color, $opacity: 1) {
	$red: red($hex-color);
	$green: green($hex-color);
	$blue: blue($hex-color);
	
	@return rgba($red, $green, $blue, $opacity);
}*/
/* pardes specific */
@font-face {
  font-family: 'ArgentumSans';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ArgentumSans/ArgentumSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'ArgentumSans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ArgentumSans/ArgentumSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'ArgentumSans';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ArgentumSans/ArgentumSans-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'ArgentumSans';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ArgentumSans/ArgentumSans-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'ArgentumSans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ArgentumSans/ArgentumSans-Bold.ttf") format("truetype"); }
@media (max-width: 1919.98px) {
  .hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-xxl-above {
    display: none !important; } }

@media (max-width: 1499.98px) {
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1500px) {
  .hidden-xl-above {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-l {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-l-above {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-m {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-m-above {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-s {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-s-above {
    display: none !important; } }

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-xs-above {
    display: none !important; } }

@media (max-width: 449.98px) {
  .hidden-xxs {
    display: none !important; } }

@media (min-width: 450px) {
  .hidden-xxs-above {
    display: none !important; } }

@media (max-width: 1699.98px) {
  .hidden-xl-plus {
    display: none !important; } }

@media (min-width: 1700px) {
  .hidden-xl-plus-above {
    display: none !important; } }

@media (max-width: 1339.98px) {
  .hidden-l-plus {
    display: none !important; } }

@media (min-width: 1340px) {
  .hidden-l-plus-above {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

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

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block; }

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

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

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

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

.blockquote-footer::before {
  content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

.col, .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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

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

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

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

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

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

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

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

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

.table-bordered {
  border: 1px solid #dee2e6; }

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

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

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

.table-hover .table-info:hover {
  background-color: #abdde5; }

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

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

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

.table-hover .table-light:hover {
  background-color: #ececf6; }

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

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

.table-active, .table-active > 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: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

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

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

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

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

select.form-control[multiple], select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

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

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

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

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

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

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

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

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

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

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

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

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

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:focus, .btn:hover {
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

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

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

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

.fade {
  transition: opacity .15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

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

.dropdown-toggle:empty::after {
  margin-left: 0; }

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

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

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

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

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

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

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.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 .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

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

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

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

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

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

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

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  .card-group > .card:only-child {
    border-radius: .25rem; }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  .card-columns .card {
    display: inline-block;
    width: 100%; } }
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

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

.badge:empty {
  display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

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

.badge-success {
  color: #fff;
  background-color: #28a745; }

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

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

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

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

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

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

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

.badge-dark {
  color: #fff;
  background-color: #343a40; }

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

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

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

.media-body {
  -ms-flex: 1;
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

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

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

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

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: ""; }

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

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

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none; } }
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

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

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

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

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

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

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

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

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../javascript/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../javascript/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../javascript/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*# sourceMappingURL=magnific-popup.css.map */
/* CSS Document */
.swiper-viewport {
  /*margin: 0 0 60px;*/
  /*background: #fff;*/
  z-index: 1;
  /*	border: 4px solid #fff;
  	border-radius: 4px;
  	box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
  width: 100%;
  position: relative;
  overflow: visible; }

/* OpenCart Code */
.swiper-container {
  direction: ltr !important; }

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 45px; }

.swiper-button-prev, .swiper-button-next {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
  z-index: 2;
  background-image: none;
  transform: translateY(-50%); }

.swiper-viewport .swiper-button-prev {
  left: 20px;
  margin-top: 0;
  padding-right: 5px;
  opacity: 1; }

.swiper-viewport .swiper-button-next {
  right: 20px;
  margin-top: 0;
  padding-left: 5px;
  opacity: 1; }

/* Desktop */
@media (min-width: 768px) {
  /*.swiper-viewport .swiper-button-prev {
  	opacity: 0;
  	left: -20px;
  }
  .swiper-viewport .swiper-button-next {
  	opacity: 0;
  	right: -20px;
  }*/
  /*.swiper-viewport:hover .swiper-button-prev {
  	opacity: 0.7;
  	left: 10px;
  
  }
  .swiper-viewport:hover .swiper-button-next {
  	opacity: 0.7;
  	right: 10px;
  }*/ }
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 32px;
  overflow: hidden;
  transition: .2s; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: white; }
    .swiper-button-prev:hover svg path,
    .swiper-button-next:hover svg path {
      fill: var(--color-theme-main); }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    height: 25px;
    width: 15px; }
    .swiper-button-prev svg path,
    .swiper-button-next svg path {
      fill: #ffffff;
      transition: .2s; }

/*.swiper-button-prev:before {
	width: 40px;
    height: 40px;
	font-family: FontAwesome;
	content: "\f053"; 
	color: rgba(0,0,0,0.8);
	font-size: 40px;
}
.swiper-button-next:before {
	width: 40px;
    height: 40px;
	font-family: FontAwesome;
	content: "\f054"; 
	color: rgba(0,0,0,0.8);
	font-size: 40px;
}*/
.swiper-pagination {
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%; }

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #d8d4ea;
  border-radius: 50%;
  /*box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/
  margin: 0 5.5px;
  opacity: 1; }

.swiper-pagination-bullet:hover {
  background: var(--color-theme-alt); }

.swiper-pagination-bullet-active {
  background: var(--color-theme-main); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  /*cursor: pointer;*/
  pointer-events: auto; }

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all; }

.swal2-popup.swal2-toast > * {
  grid-column: 2; }

.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial; }

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center; }

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: .5em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em; }

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em; }

.swal2-popup.swal2-toast .swal2-html-container {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial; }

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0; }

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em; }

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0; }

.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: .875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.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: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards; }

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4); }

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important; }

.swal2-container.swal2-bottom-start, .swal2-container.swal2-center-start, .swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto; }

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-center-end, .swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr); }

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start; }

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center; }

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end; }

.swal2-container.swal2-center-left > .swal2-popup, .swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2;
  align-self: center; }

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center; }

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end; }

.swal2-container.swal2-bottom-left > .swal2-popup, .swal2-container.swal2-bottom-start > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end; }

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end; }

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-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 !important; }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-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 0;
  padding: 0; }

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4; }

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.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: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500; }

.swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em; }

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5); }

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em; }

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5); }

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em; }

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5); }

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-styled:focus {
  outline: 0; }

.swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.swal2-timer-progress-bar {
  width: 100%;
  height: .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: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s,box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end; }

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474; }

.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-close::-moz-focus-inner {
  border: 0; }

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em .3em;
  padding: 0;
  overflow: auto;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word; }

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em 2em 0; }

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s,box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em; }

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc; }

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-range {
  margin: 1em 2em 0;
  background: #fff; }

.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: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 .75em; }

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: .75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }

.swal2-checkbox label, .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em; }

.swal2-checkbox input, .swal2-radio input {
  flex-shrink: 0;
  margin: 0 .4em; }

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0; }

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300; }

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  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 .6em;
  border: .25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474; }

.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: .3125em;
  border-radius: .125em;
  background-color: #f27474; }

.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 {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s; }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86; }

.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: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.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: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  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: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6; }

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s; }

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0); } }
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0); } }
@-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: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .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: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .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: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    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: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
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 {
  background-color: transparent !important;
  pointer-events: none; }

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all; }

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@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 {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

#d_ajax_search_results {
  margin: 0px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: white;
  box-shadow: -2.237px 3.316px 43px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 1005;
  padding: 10px 0;
  margin-top: 36px; }

#search-autocomplite {
  width: 100%;
  height: 50px;
  position: absolute;
  padding: 10px;
  padding-left: 10.5px;
  margin-top: 0.5px; }

#search-autocomplite ~ input {
  position: relative !important; }

#search .input-lg {
  border-radius: 6px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

#d_ajax_search_results #d_ajax_search_results_body {
  color: #fff;
  position: relative; }

#d_ajax_search_results_body > .row:hover, .selected, #d_ajax_search_results_body > .result_block > .row:hover {
  background-color: #eeeeee; }

.fa-spinner {
  align-self: center;
  color: black; }

h4 {
  margin-bottom: 0px; }

.all_results:hover {
  cursor: pointer; }

.all_results {
  padding-left: 20px;
  font-size: 13px;
  display: block;
  padding-top: 7px;
  clear: both;
  padding-bottom: 7px; }

#d_ajax_search_results_body > .result_block > .result-link > div > img, #d_ajax_search_results_body > .result-link > div > img {
  border: 1px solid #eeeeee; }

/*.name {
    padding-left: 20px!important;
}*/
.block-text {
  width: 100%;
  padding-top: 24px;
  padding-left: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 600; }

.block-text:first-letter {
  text-transform: uppercase; }

.where-find {
  background-color: #f5f5f5;
  color: #929292;
  margin-top: 10px;
  float: left; }

.forkeydon {
  font-size: 13px;
  color: black;
  line-height: 1.2;
  text-align: left;
  height: 13px; }

.result_block {
  overflow: hidden;
  padding-bottom: 10px; }

hr {
  margin-bottom: 0px;
  border-top: 2px solid #eee; }

.saggestion {
  font-size: 15px;
  padding-left: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* margin-bottom: 24px; */
  color: #838383;
  line-height: 1.333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  margin-top: -11px; }

.saggestion-result {
  color: #000;
  font-weight: 600; }

#d_ajax_search_results .row {
  /* border-style: solid;
  border-width: 1px;
  border-color: rgb(224, 224, 224);
  background-color: rgb(255, 255, 255);
  box-shadow: -2.237px 3.316px 43px 0px rgba(0, 0, 0, 0.16); */
  font-size: 13px;
  color: black;
  line-height: 1.538;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: center;
  margin: 0px;
  width: 100%;
  /* height: 50px; */
  display: table; }

#d_ajax_search_results .row .col {
  display: table-cell;
  float: none;
  padding: 0px 0px; }

#d_ajax_search_results .row .col.va-center {
  /* vertical-align: middle; */ }

#d_ajax_search_results .row .col .old-price {
  text-decoration: line-through; }

#d_ajax_search_results .row .col .special {
  color: #c22b2c; }

.cc-banner .cc-btn:last-child, .cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-banner.cc-bottom, .cc-settings-view {
  right: 0;
  bottom: 0;
  left: 0; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.cc-settings-view {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 10001;
  outline: 0; }

.cc-settings-dialog {
  position: relative;
  margin: 30px auto;
  top: 10%;
  width: 650px;
  padding: 30px; }

.cookie_settings_header {
  font-size: 20px;
  margin-top: 5px; }

.cc-settings-dialog label {
  font-size: 14px; }

.cc-btn {
  border-radius: 3px; }

@media (max-width: 1025px) {
  div.cc-highlight {
    margin-top: 12px; }

  div.cc-compliance {
    width: 100%; }

  div.cc-highlight .cc-btn:first-child {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: .9em; }

  .cc-settings-dialog div.cc-highlight .cc-btn:first-child {
    font-size: 1.2em; }

  .cc-revoke, .cc-window {
    font-size: 15px;
    line-height: 1.4em; }

  span.cc-message {
    padding-top: 20px; }

  div.cc-settings-dialog {
    height: 100vh;
    width: 100vw;
    top: 0;
    margin-top: 0;
    overflow: auto;
    padding-top: 40px; }

  div.cc-window.cc-banner {
    flex-direction: column;
    align-items: start; }

  a.cc-btn.cc-settings {
    margin-left: 0; }

  .cc-btn-save-settings {
    margin-left: 0 !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cc-compliance {
    display: block; }

  .cc-compliance > .cc-btn {
    display: inline-block; } }
@media (max-width: 478px) {
  div.cc-settings-dialog {
    width: auto; } }
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #444; }

/* default font size */
.fa {
  font-size: 14px; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #23a1d1; }

a:hover {
  text-decoration: none; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  /*font-size: 12px;*/
  font-size: 14px;
  font-weight: normal; }

/*select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}*/
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

/* Gradent to all drop down menus */
/*.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
/* top */
#top {
  /*background-color: #EEEEEE;*/
  /*border-bottom: 1px solid #e2e2e2;*/
  /*padding: 4px 0px 3px 0;*/
  /*margin: 0 0 20px 0;*/
  /*margin: 0 0 20px 0;*/
  /*min-height: 40px;*/ }

#top .container {
  /*padding: 0 20px;*/ }

/*#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none; }

#top .btn-link:hover, #top-links a:hover {
  color: #444; }

#top-links .dropdown-menu a {
  text-shadow: none; }

#top-links .dropdown-menu a:hover {
  color: #FFF; }

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px; }

#top-links {
  /*padding-top: 6px;*/ }

#top-links a + a {
  margin-left: 15px; }

/* logo */
#logo {
  margin: 0 0 10px 0; }

/* search */
/*#search {
	margin-bottom: 10px;
}*/
/*#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}*/
/* cart */
/*#cart {
	margin-bottom: 10px;
}*/
/*#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}*/
#cart .dropdown-menu {
  /*background: #eee;*/
  z-index: 1001; }

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden; }

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%; } }
#cart .dropdown-menu table {
  margin-bottom: 10px; }

#cart .dropdown-menu li > div {
  /*min-width: 427px;*/
  /*padding: 0 10px;*/ }

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%; } }
/*#cart .dropdown-menu li p {
	margin: 20px 0;
}*/
/* menu */
#menu {
  /*	background-color: #229ac8;
  	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  	background-repeat: repeat-x;
  	border-color: #1f90bb #1f90bb #145e7a;
  	min-height: 40px;*/ }

/*#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}*/
/*#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}*/
/*#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}*/
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px; }

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a; }

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8; }

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }

  #menu .dropdown-inner {
    display: block; }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff; }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } }
/* content */
#content {
  /*min-height: 600px;*/ }

/* footer */
footer {
  /*	margin-top: 30px;*/
  /*padding-top: 30px;*/
  /*background-color: #303030;*/
  /*border-top: 1px solid #ddd;*/
  /*color: #e2e2e2;*/ }

/*footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}*/
/*footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}*/
/*footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}*/
/* alert */
/*.alert {
	padding: 8px 14px 8px 14px;
}*/
/* breadcrumb */
.breadcrumb {
  /*	margin: 0 0 20px 0;
  	padding: 8px 0;
  	border: 1px solid #ddd;*/ }

/*.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}*/
/*.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}*/
.pagination {
  margin: 0; }

/* buttons */
.buttons {
  margin: 1em 0; }

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7; }

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px; }

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704; }

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420; }

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038; }

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a; }

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000; }

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111); }

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF; }

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome; }

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome; }

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto; }

.product-thumb .image {
  text-align: center; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

/*.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}*/
.product-grid .product-thumb .image {
  float: none; }

/*@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}*/
.product-thumb h4 {
  font-weight: bold; }

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px; }

/*.product-list .product-thumb .caption {
	margin-left: 230px;
}*/
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px; } }
@media (max-width: 767px) {
  /*.product-list .product-thumb .caption {
  	min-height: 0;
  	margin-left: 0;
  	padding: 0 10px;
  }*/
  .product-grid .product-thumb .caption {
    min-height: 0; } }
.product-thumb .rating {
  padding-bottom: 10px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }

.rating .fa-star {
  color: #FC0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #E69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #444; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  /*margin-left: 10px;*/ }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto; }

/*.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}*/
/*@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}*/
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd; }

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer; }

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd; }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left; } }
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%; }

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px; }

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset; }

html[dir=rtl] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

html[dir=rtl] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset; }

html[dir=rtl] .container .row:first-child .col-sm-4, html[dir=rtl] .container .row:first-child .col-sm-5 {
  float: right; }

html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto; }

@media (min-width: 768px) {
  html[dir=rtl] .navbar-nav {
    float: right;
    margin: 0; }

  html[dir=rtl] .navbar-nav > li {
    float: right; } }
:root {
  --app-height: 100%; }

html {
  position: relative; }

body {
  color: #737577;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    body {
      /*padding-top: $header-height-m;*/
      /* for sticky header */ } }
  @media (max-width: 575.98px) {
    body {
      /*padding-top: $header-height-xs;*/
      /* for sticky header */ } }

a,
button {
  color: #737577; }

a,
button,
input,
textarea,
select {
  font-family: "Inter", sans-serif; }
  a:focus,
  button:focus,
  input:focus,
  textarea:focus,
  select:focus {
    box-shadow: none;
    outline: 1px dotted #999; }

a {
  transition: .2s; }
  a svg, a path {
    transition: .2s; }
  a:hover {
    color: var(--color-theme-main); }
    a:hover svg, a:hover path {
      fill: var(--color-theme-main); }
  a.btn-text-icon-stroke path {
    stroke: #737577; }
  a.btn-text-icon-stroke:hover path {
    stroke: var(--color-theme-main); }

p {
  font-size: 1rem;
  font-weight: 300; }
  @media (max-width: 1199.98px) {
    p {
      font-size: 0.9375rem; } }
  @media (max-width: 767.98px) {
    p {
      font-size: 0.875rem; } }

h1, h2, h3, h4, h5, h6 {
  color: #221f1f;
  line-height: 1.25; }

@media (min-width: 1500px) {
  .container {
    max-width: 1400px; } }
@media (min-width: 1700px) {
  .container {
    max-width: 1400px; } }
@media (max-width: 575.98px) {
  .container {
    padding: 0 12px; } }

@media (min-width: 1500px) {
  .container-bigger {
    max-width: 1470px; } }
@media (min-width: 1340px) {
  .container-bigger {
    max-width: 1320px; } }
@media (min-width: 1700px) {
  .container-bigger {
    max-width: 1650px; } }
@media (min-width: 1920px) {
  .container-bigger {
    max-width: 1780px; } }
@media (max-width: 575.98px) {
  .container-bigger {
    padding: 0 12px; } }

@media (max-width: 575.98px) {
  .row {
    /*margin: 0 -12px;*/
    margin-right: -12px;
    margin-left: -12px; }
    .row > [class*="col-"] {
      padding-right: 12px;
      padding-left: 12px; } }

#content {
  min-height: 400px;
  padding-top: 0; }
  @media (max-width: 1199.98px) {
    #content {
      min-height: 300px; } }
  @media (max-width: 767.98px) {
    #content {
      min-height: 200px; } }

.hidden {
  display: none !important;
  /*Bootstrap 3 fallback*/ }

.page-content {
  padding-top: 14px; }
  @media (max-width: 1199.98px) {
    .page-content {
      padding-top: 0; } }

@media (min-width: 1500px) {
  .modal-xl {
    max-width: 1200px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1000px; } }
@media (max-width: 991.98px) {
  .modal-xl {
    max-width: 700px; } }
@media (max-width: 767.98px) {
  .modal-xl {
    max-width: 500px; } }

.header-content.desktop #d_ajax_search_results {
  left: -200px;
  width: 520px; }

#d_ajax_search_results {
  width: 100%;
  margin-top: 12px; }
  #d_ajax_search_results .all_results {
    display: block;
    margin: 0 auto; }
  #d_ajax_search_results .search-result__image {
    width: 100px;
    padding-right: 20px !important; }
    #d_ajax_search_results .search-result__image img {
      width: 100%;
      height: 80px;
      object-fit: contain; }
  #d_ajax_search_results .search-result__name {
    width: calc(70% - 100px);
    padding: 0 12px;
    text-align: left; }
  #d_ajax_search_results .search-result__price {
    width: 30%;
    padding: 0 12px;
    text-align: right; }
    #d_ajax_search_results .search-result__price span {
      text-align: right; }

.responsive-image {
  position: relative; }
  .responsive-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.responsive-iframe {
  position: relative;
  padding-bottom: 62%;
  width: 100%; }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.background-image-global-header-left {
  position: absolute;
  top: 230px;
  left: 0;
  max-width: 10%; }
  @media (max-width: 1499.98px) {
    .background-image-global-header-left {
      max-width: 7%; } }
  @media (max-width: 991.98px) {
    .background-image-global-header-left {
      display: none; } }
.background-image-global-header-right {
  position: absolute;
  top: -10px;
  right: 0;
  max-width: 35%;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .background-image-global-header-right {
      display: none; } }
.background-image-global-footer-left {
  position: absolute;
  bottom: -25px;
  left: 0;
  max-width: 55%;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .background-image-global-footer-left {
      display: none; } }
.background-image-global-footer-right {
  position: absolute;
  bottom: -25px;
  right: 0;
  max-width: 13%;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .background-image-global-footer-right {
      max-width: 245px;
      width: 100%; } }

.select2-dropdown {
  z-index: 300 !important; }

#d_ajax_search_results .result_block .result-link.category .col.name {
  width: 100%; }
#d_ajax_search_results .row .col.va-center {
  vertical-align: middle; }

.mfp-figure:after {
  background-color: #fff !important; }

.button-basic {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  width: 275px;
  height: 56px;
  background-color: #77b264;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  transition: .2s; }
  @media (max-width: 1199.98px) {
    .button-basic {
      padding: 5px 30px;
      width: auto;
      height: 44px;
      font-size: 0.875rem; } }
  @media (max-width: 767.98px) {
    .button-basic {
      height: 34px;
      font-size: 0.75rem; } }
  .button-basic:hover {
    background-color: #538f3f;
    border-color: #538f3f;
    color: #ffffff; }
  .button-basic--narrow {
    display: inline-flex;
    width: auto;
    min-width: 160px; }
    @media (max-width: 1199.98px) {
      .button-basic--narrow {
        min-width: 100px; } }
  .button-basic--auto {
    display: inline-flex;
    padding: 5px 28px;
    width: auto;
    min-width: 275px; }
    @media (max-width: 767.98px) {
      .button-basic--auto {
        min-width: 200px; } }
  .button-basic--small {
    min-width: 145px;
    width: auto;
    height: 45px;
    font-size: 0.8125rem; }
  .button-basic--x-small {
    min-width: 45px;
    width: auto;
    height: 45px;
    font-size: 0.8125rem; }
    @media (max-width: 1199.98px) {
      .button-basic--x-small {
        padding: 5px;
        min-width: 44px;
        height: 44px;
        font-size: 0.75rem; } }
    @media (max-width: 767.98px) {
      .button-basic--x-small {
        min-width: 34px;
        height: 34px;
        font-size: 0.6875rem; } }
  .button-basic--full {
    width: 100%; }
    @media (max-width: 575.98px) {
      .button-basic--full-xs {
        width: 100%; } }
  .button-basic--inline {
    display: inline-flex; }
  .button-basic--secondary {
    background-color: var(--color-theme-secondary); }
  .button-basic--secondary-hover:hover {
    background-color: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary); }
  .button-basic--grey {
    background-color: #616161;
    color: #737577; }
  .button-basic--red {
    background-color: #c22b2c;
    color: #ffffff; }
  .button-basic--facebook {
    background-color: #4267B2;
    color: #ffffff; }
    .button-basic--facebook svg {
      margin-left: -28px; }
      @media (max-width: 991.98px) {
        .button-basic--facebook svg {
          margin-left: -8px; } }
  .button-basic--google {
    background-color: #4285F4;
    color: #ffffff; }
    .button-basic--google svg {
      margin-left: -35px; }
      @media (max-width: 991.98px) {
        .button-basic--google svg {
          margin-left: -15px; } }
  .button-basic--bordered {
    background-color: #fff;
    border: 2px solid #524f4f;
    /*color: $color-text-darker;*/
    color: var(--color-theme-main); }
  .button-basic--account {
    display: inline-flex;
    padding: 5px 28px;
    width: auto;
    min-width: 145px;
    width: 100%;
    height: 45px;
    background-color: #616161;
    color: #221f1f;
    font-size: 0.8125rem; }
  .button-basic svg {
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .button-basic svg {
        margin-right: 10px; } }
    .button-basic svg path {
      fill: #ffffff; }
.button-back {
  display: inline-flex;
  align-items: center;
  color: #737577;
  font-size: 1rem; }
  .button-back .button-back__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding-right: 2px;
    width: 24px;
    height: 24px;
    background-color: var(--color-theme-alt);
    border-radius: 50%; }
    .button-back .button-back__icon > svg {
      margin: 0;
      width: 7px;
      height: 11px; }
      .button-back .button-back__icon > svg path {
        fill: #ffffff; }
  .button-back .button-back__text {
    display: inline-block;
    padding-top: 5px;
    letter-spacing: normal; }
.button-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px;
  width: 36px;
  height: 36px;
  background-color: var(--color-theme-main);
  border: 0;
  border-radius: 8px;
  cursor: pointer; }
  .button-toggle span {
    display: block;
    position: relative;
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: .2s; }
    .button-toggle span::before, .button-toggle span::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: .2s; }
    .button-toggle span::before {
      top: -8px; }
    .button-toggle span::after {
      bottom: -8px; }
  .button-toggle:hover, .button-toggle:focus {
    background-color: var(--color-theme-alt); }
  .button-toggle--open span, .button-toggle--open-permanent span {
    background-color: transparent; }
    .button-toggle--open span::before, .button-toggle--open-permanent span::before {
      top: -1px;
      left: -2px;
      width: 24px;
      transform: rotate(45deg); }
    .button-toggle--open span::after, .button-toggle--open-permanent span::after {
      bottom: 0;
      left: -2px;
      width: 24px;
      transform: rotate(-45deg); }
  @media (max-width: 575.98px) {
    .button-toggle {
      padding: 2px;
      width: 32px;
      height: 32px;
      border-radius: 5px; }
      .button-toggle span {
        width: 18px; }
      .button-toggle--open span::before {
        top: 0;
        left: -2px;
        width: 22px;
        transform: rotate(45deg); }
      .button-toggle--open span::after {
        bottom: -1px;
        left: -2px;
        width: 22px;
        transform: rotate(-45deg); } }
.button-menu-toggle {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  padding: 5px 24px 5px 30px;
  min-height: 52px;
  background-color: #26477a;
  background: linear-gradient(-45deg, #26477a, var(--color-theme-main), var(--color-theme-secondary));
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  border: 0;
  border-radius: 0;
  transition: .2s; }
  .button-menu-toggle__icon-wrapper {
    display: flex;
    justify-content: flex-start;
    padding-right: 5px;
    width: 45px;
    transition: .2s; }
    .button-menu-toggle__icon-wrapper svg {
      color: #ffffff; }
      .button-menu-toggle__icon-wrapper svg path {
        fill: #ffffff; }
  .button-menu-toggle__text {
    color: #ffffff;
    font-size: 1.125rem;
    text-transform: uppercase; }
  .button-menu-toggle__arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .button-menu-toggle__arrow-wrapper svg {
      width: 9px;
      height: 14px;
      color: #ffffff; }
      .button-menu-toggle__arrow-wrapper svg path {
        fill: #ffffff;
        transition: .2s; }
    .button-menu-toggle__arrow-wrapper--prev svg {
      color: transparent; }
      .button-menu-toggle__arrow-wrapper--prev svg path {
        fill: transparent;
        transition: none; }
    .button-menu-toggle__arrow-wrapper--next {
      margin-left: auto; }
  .button-menu-toggle:hover {
    /*background: $color-theme-main;*/ }
  .button-menu-toggle[aria-expanded=true] .button-menu-toggle__icon {
    display: none; }
    .button-menu-toggle[aria-expanded=true] .button-menu-toggle__icon-wrapper {
      width: 32px; }
  .button-menu-toggle[aria-expanded=true] .button-menu-toggle__arrow-wrapper--prev svg {
    color: #ffffff; }
    .button-menu-toggle[aria-expanded=true] .button-menu-toggle__arrow-wrapper--prev svg path {
      fill: #ffffff;
      transition: .2s; }
  .button-menu-toggle[aria-expanded=true] .button-menu-toggle__arrow-wrapper--next svg {
    color: transparent; }
    .button-menu-toggle[aria-expanded=true] .button-menu-toggle__arrow-wrapper--next svg path {
      fill: transparent; }
.button-mega-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  height: 62px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0;
  line-height: 1; }
  .button-mega-menu-toggle__icon svg {
    display: flex;
    align-items: center;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    color: #ffffff; }
    .button-mega-menu-toggle__icon svg path {
      fill: #ffffff; }
  .button-mega-menu-toggle__text {
    color: #fff; }
  .button-mega-menu-toggle:hover {
    background-color: var(--color-theme-alt);
    border-color: var(--color-theme-alt);
    color: #ffffff; }
.button-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.link-basic {
  display: flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.7px;
  transition: 0.2s;
  /*transition: clip-path 275ms ease, all .2s;*/
  /* No clip-path for IE */ }
  .link-basic:hover span::before, .link-basic:focus span::before {
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/ }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .link-basic:hover, .link-basic:focus {
      color: var(--color-theme-main); } }
  @media not all and (min-resolution: 0.001dpcm) {
    .link-basic:hover, .link-basic:focus {
      color: var(--color-theme-main); }
      .link-basic:hover span::before, .link-basic:focus span::before {
        display: none;
        content: ''; } }
  .link-basic span {
    position: relative;
    display: inline-block;
    color: var(--color-theme-main);
    transition: 0.2s;
    /* No clip-path for IE */ }
    .link-basic span::before {
      position: absolute;
      content: attr(data-content);
      color: var(--color-theme-main);
      /*clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
      transition: clip-path 275ms ease;*/ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .link-basic span::before {
        display: none;
        content: ''; } }
  .link-basic:hover {
    text-decoration: underline;
    text-decoration-color: var(--color-theme-main); }
  .link-basic svg {
    margin-right: 10px;
    max-width: 13px;
    max-height: 20px;
    width: 100%;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .link-basic svg {
        min-width: 13px; } }
    .link-basic svg path {
      fill: var(--color-theme-main); }
  .link-basic--active {
    color: var(--color-theme-main); }
  .link-basic--inactive {
    pointer-events: none; }
  .link-basic--inline {
    display: inline-flex; }
  .link-basic--light {
    font-weight: 300; }
  .link-basic--white:hover {
    color: #fff; }
  .link-basic--white span::before {
    color: #fff;
    text-decoration-color: #fff; }
  .link-basic--white span path {
    fill: #ffffff; }
  .link-basic--dark {
    color: #221f1f; }
    .link-basic--dark svg path {
      fill: #221f1f; }
  .link-basic--darker {
    color: #353535; }
    .link-basic--darker svg path {
      fill: #353535; }
  @media screen and (min-width: 992px) {
    .link-basic[href^="tel:"] {
      pointer-events: none; } }

.list-inline-custom {
  display: flex; }
  .list-inline-custom li.list-inline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 10px;
    /*		padding: 5px 0;*/
    height: 36px; }
    .list-inline-custom li.list-inline-item:first-child {
      margin-left: 0; }
    .list-inline-custom li.list-inline-item:last-child {
      margin-right: 0; }
  .list-inline-custom--withSeparator li {
    position: relative; }
    .list-inline-custom--withSeparator li:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -10px;
      height: 12px;
      width: 1px;
      background-color: #737577;
      transform: translateY(-50%); }

.list-styled-container li > ul, .list-styled-container li > ol {
  margin-top: 16px; }
  @media (max-width: 1199.98px) {
    .list-styled-container li > ul, .list-styled-container li > ol {
      margin-top: 13px; } }
.list-styled-container ul {
  padding: 0;
  list-style: none; }
  .list-styled-container ul li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 16px;
    font-size: inherit; }
    @media (max-width: 1199.98px) {
      .list-styled-container ul li {
        margin-bottom: 13px; } }
    .list-styled-container ul li::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 16px;
      width: 10px;
      height: 10px;
      background-color: #ef8829;
      border-radius: 50%;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .list-styled-container ul li::before {
          top: 7px;
          left: 14px;
          width: 7px;
          height: 7px; } }
.list-styled-container ol {
  padding: 0;
  list-style: none;
  counter-reset: item; }
  .list-styled-container ol li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 16px;
    font-size: inherit;
    counter-increment: item; }
    @media (max-width: 1199.98px) {
      .list-styled-container ol li {
        margin-bottom: 13px; } }
    .list-styled-container ol li::before {
      content: counter(item) ".";
      display: block;
      position: absolute;
      top: 1px;
      left: 16px;
      width: 10px;
      height: 10px;
      color: #ef8829;
      border-radius: 50%;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .list-styled-container ol li::before {
          top: 1px;
          left: 14px;
          width: 7px;
          height: 7px; } }
.list-styled-container-green ul li::before {
  background-color: var(--color-theme-main); }
.list-styled-container-green ol li::before {
  color: var(--color-theme-main); }

.heading-basic {
  color: #221f1f;
  font-size: 2.25rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif; }
.heading--center {
  text-align: center; }
.heading--small {
  font-size: 1.5rem; }
.heading--upper {
  text-transform: uppercase; }
.heading--border-after {
  display: flex;
  align-items: baseline; }
  .heading--border-after::after {
    content: '';
    flex-grow: 1;
    margin-left: 0.5em;
    height: 2px;
    background-color: var(--color-theme-main); }
@media (max-width: 1199.98px) {
  .heading-basic {
    font-size: 1.875rem; }
    h1 .heading-basic {
      margin-bottom: 15px; }
  .heading--small {
    font-size: 1.375rem; } }
@media (max-width: 991.98px) {
  .heading-basic {
    font-size: 1.5rem; } }
@media (max-width: 767.98px) {
  .heading-basic {
    font-size: 1.5rem; }
  .heading--small {
    font-size: 1.25rem; } }

.radio-custom {
  display: flex;
  align-items: center;
  margin-bottom: 8pxpx;
  cursor: pointer; }
  .radio-custom:not(:last-child) {
    margin-right: 15px; }
  .radio-custom:hover span[data-content]::before, .radio-custom:focus span[data-content]::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .radio-custom__row {
    display: flex;
    flex-wrap: wrap; }
  .radio-custom input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .radio-custom input[type="radio"]:checked ~ .radio-custom__radio::before {
      opacity: 1; }
  .radio-custom__radio {
    display: block;
    flex-shrink: 0;
    position: relative;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    border-radius: 50%; }
    .radio-custom__radio::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40%;
      height: 40%;
      background-color: var(--color-theme-main);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; }
    .radio-custom__radio--borderless {
      border: 0; }
  .radio-custom span[data-content] {
    display: inline-block;
    position: relative;
    font-weight: 300;
    /* No clip-path for IE */ }
    .radio-custom span[data-content]::before {
      position: absolute;
      content: attr(data-content);
      color: inherit;
      text-decoration: underline;
      text-decoration-color: inherit;
      clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
      transition: clip-path 275ms ease; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .radio-custom span[data-content]::before {
        display: none;
        content: ''; } }
  .radio-custom--bordered:not(:last-child) {
    margin-right: 12px; }
  .radio-custom--bordered .radio-custom__label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 12px 28px;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 300; }
    .radio-custom--bordered .radio-custom__label:hover, .radio-custom--bordered .radio-custom__label--active {
      box-shadow: 0 0 5px 1px #aaaaaa; }
    .radio-custom--bordered .radio-custom__label--active {
      color: #353535; }

.radio-color {
  display: flex;
  align-items: center;
  margin-bottom: 8pxpx;
  cursor: pointer; }
  .radio-color:not(:last-child) {
    margin-right: 10px; }
  .radio-color > label {
    margin-bottom: 10px; }
  .radio-color.radio-inline {
    display: inline-flex; }
  .radio-color__row {
    display: flex;
    flex-wrap: wrap; }
  .radio-color input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .radio-color input[type="radio"]:checked ~ .radio-color__radio::before {
      opacity: 1; }
  .radio-color__radio {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 31px;
    height: 31px;
    background-color: #ffffff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: .2s; }
    .radio-color__radio::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 12px;
      width: 8px;
      height: 12px;
      border: solid #ffffff;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
      opacity: 0; }
    .radio-color__radio:hover {
      box-shadow: 0 0 5px 1px #666666; }

.checkbox-custom {
  display: flex;
  margin-bottom: 8pxpx;
  cursor: pointer; }
  .checkbox-custom:not(:last-child) {
    margin-right: 15px; }
  .checkbox-custom:hover span[data-content]::before, .checkbox-custom:focus span[data-content]::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .checkbox-custom__row {
    display: flex;
    flex-wrap: wrap; }
  .checkbox-custom input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .checkbox-custom input[type="checkbox"]:checked ~ .checkbox-custom__checkbox::before {
      opacity: 1; }
  .checkbox-custom__checkbox {
    display: block;
    flex-shrink: 0;
    position: relative;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #b2b2b2; }
    .checkbox-custom__checkbox::before {
      content: '';
      position: absolute;
      left: 5px;
      top: 0;
      width: 9px;
      height: 13px;
      border: solid var(--color-theme-main);
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
      opacity: 0; }
    .checkbox-custom__checkbox:not(:first-child) {
      margin-left: 8px; }
    .checkbox-custom__checkbox--borderless {
      border: 0; }
  .checkbox-custom span[data-content] {
    display: inline-block;
    position: relative;
    font-weight: 300;
    /* No clip-path for IE */ }
    .checkbox-custom span[data-content]::before {
      position: absolute;
      content: attr(data-content);
      color: inherit;
      text-decoration: underline;
      text-decoration-color: inherit;
      clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
      transition: clip-path 275ms ease; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .checkbox-custom span[data-content]::before {
        display: none;
        content: ''; } }

.tooltip.show {
  opacity: 1; }

.tooltip-inner {
  background-color: var(--color-theme-alt);
  font-size: 0.75rem; }

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: var(--color-theme-alt); }

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: var(--color-theme-alt); }

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: var(--color-theme-alt); }

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--color-theme-alt); }

/*Used for svg color, replacing # with escaped equivalent*/
.breadcrumb {
  margin-bottom: 22px;
  padding: 11px 0;
  background-color: transparent;
  color: #737577;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.2; }
  @media (max-width: 991.98px) {
    .breadcrumb {
      margin-bottom: 15px; } }
  .breadcrumb > li {
    position: relative;
    font-size: 16px;
    font-weight: 400; }
    .breadcrumb > li:not(:last-child) {
      margin-right: 10px;
      padding-right: 10px; }
      .breadcrumb > li:not(:last-child)::after {
        content: '-';
        position: absolute;
        color: var(--color-theme-main);
        top: -1px;
        right: -3px;
        height: 8px; }
    .breadcrumb > li:last-child {
      color: #524f4f; }
    .breadcrumb > li a {
      letter-spacing: inherit; }

select {
  padding: 5px 8px !important;
  height: 40px !important;
  background-color: #f6f4f4 !important;
  border: 1px solid #f6f4f4 !important;
  border-radius: 25px !important;
  color: #737577 !important;
  letter-spacing: 0.8px;
  outline: none; }

.select2-custom-theme {
  min-width: 90px;
  font-weight: 300;
  letter-spacing: 0.8px; }
  .select2-custom-theme .select2-selection--single {
    height: 40px;
    border: 1px solid #f6f4f4;
    border-radius: 25px;
    background-color: #f6f4f4;
    transition: .2s; }
    .select2-custom-theme .select2-selection--single:hover, .select2-custom-theme .select2-selection--single:focus {
      border-color: var(--color-theme-main);
      outline: none; }
    .select2-custom-theme .select2-selection--single .select2-selection__rendered {
      padding-right: 40px;
      padding-left: 20px;
      color: #737577;
      letter-spacing: 0.8px;
      line-height: calc(40px - 2px);
      font-size: 16px;
      font-weight: 400; }
      @media (max-width: 767.98px) {
        .select2-custom-theme .select2-selection--single .select2-selection__rendered {
          font-size: 12px; } }
    .select2-custom-theme .select2-selection--single .select2-selection__arrow {
      width: 49px;
      height: calc(40px - 2px);
      background: url("../image/svg/angle-down-solid.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 9px 15px;
      opacity: 0.5; }
      .select2-custom-theme .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .select2-custom-theme .select2-results__option {
    padding: 6px 12px; }
    .select2-custom-theme .select2-results__option[aria-selected="true"] {
      background-color: #f7f7f7; }
    .select2-custom-theme .select2-results__option.select2-results__option--highlighted[aria-selected] {
      background-color: var(--color-theme-main);
      color: white; }
  .select2-custom-theme.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg); }
  .select2-custom-theme .select2-results > .select2-results__options {
    max-height: 450px; }
  .select2-custom-theme.select2-mobile-sort {
    min-width: 100%;
    background: transparent; }
    .select2-custom-theme.select2-mobile-sort .select2-selection--single {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse;
      padding: 0 5px;
      height: 44px;
      background: transparent;
      border: 0;
      border-radius: 0; }
      .select2-custom-theme.select2-mobile-sort .select2-selection--single .select2-selection__rendered {
        padding: 5px 0 5px 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: normal;
        text-align: center;
        color: #221f1f; }
        @media (max-width: 767.98px) {
          .select2-custom-theme.select2-mobile-sort .select2-selection--single .select2-selection__rendered {
            font-size: 0.75rem; } }
      .select2-custom-theme.select2-mobile-sort .select2-selection--single .select2-selection__arrow {
        flex-shrink: 0;
        position: static;
        width: 22px;
        height: 22px;
        background: url("../image/svg/sort-amount-down-alt--text-main.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 767.98px) {
          .select2-custom-theme.select2-mobile-sort .select2-selection--single .select2-selection__arrow {
            height: 16px; } }
    .select2-custom-theme.select2-mobile-sort .select2-dropdown {
      border-color: #dddddd; }

.select2-hidden-accessible {
  display: none; }

af_loader {
  z-index: 900; }

.text {
  color: #737577;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 1199.98px) {
    .text {
      font-size: 0.9375rem; } }
  @media (max-width: 767.98px) {
    .text {
      font-size: 0.875rem; } }
  .text--category {
    font-size: 0.875rem;
    line-height: 1.714; }
  .text p,
  .text ul li,
  .text ol li {
    margin-bottom: 16px;
    font-size: inherit; }
    @media (max-width: 1199.98px) {
      .text p,
      .text ul li,
      .text ol li {
        margin-bottom: 13px; } }
    @media (max-width: 767.98px) {
      .text p,
      .text ul li,
      .text ol li {
        line-height: 21px;
        line-height: 21px; } }
  .text a {
    color: var(--color-theme-secondary); }
    .text a:hover {
      color: var(--color-theme-main); }
  .text b, .text strong {
    font-weight: 500; }

.nav-tabs--custom {
  flex-wrap: nowrap;
  margin-bottom: 70px;
  border-color: #616161; }
  @media (max-width: 1499.98px) {
    .nav-tabs--custom {
      margin-bottom: 50px; } }
  @media (max-width: 1199.98px) {
    .nav-tabs--custom {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .nav-tabs--custom {
      display: none; } }
  .nav-tabs--custom .nav-item:not(:last-child) {
    margin-right: 10px; }
  @media (max-width: 991.98px) {
    .nav-tabs--custom .nav-item {
      flex-basis: 50%; } }
  .nav-tabs--custom .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 52px;
    width: auto;
    height: 54px;
    border-width: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-width: 1px;
    border-color: #616161;
    color: #353535;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    transition: .2s; }
    .nav-tabs--custom .nav-link.active {
      background-color: #616161;
      border-color: #616161; }
    .nav-tabs--custom .nav-link:hover {
      background-color: var(--color-theme-alt);
      border-color: var(--color-theme-alt);
      color: #fff; }
    @media (max-width: 1199.98px) {
      .nav-tabs--custom .nav-link {
        padding: 10px 32px;
        height: 44px;
        font-size: 1rem; } }

@media (max-width: 767.98px) {
  .tab-content--custom > .tab-pane {
    display: block; }
    .tab-content--custom > .tab-pane:not(:last-of-type) {
      border-bottom: 1px solid #616161; } }
.tab-content--custom .tab-pane__content {
  display: none; }
.tab-content--custom .tab-pane.active .tab-pane__content {
  display: block; }

.tab-pane__toggle {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 64px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #353535;
  font-size: 1.125rem; }
  .tab-pane__toggle:focus {
    outline: none; }
  .tab-pane__toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%; }
    .tab-pane__toggle-icon svg {
      width: 12px;
      height: 7px; }
      .tab-pane__toggle-icon svg path {
        fill: #b2b2b2; }
  .tab-pane__toggle--open .tab-pane__toggle-icon {
    padding-top: 0;
    transform: rotate(180deg); }
  @media (max-width: 767.98px) {
    .tab-pane__toggle {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
@media (min-width: 768px) {
  .tab-pane__content {
    display: block !important;
    height: auto !important; } }

.x-icon {
  position: relative;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  box-shadow: none; }
  .x-icon:before, .x-icon:after {
    position: absolute;
    top: 0;
    left: 50%;
    left: calc(50% - 1px);
    content: ' ';
    height: 32px;
    width: 3px;
    background-color: #221f1f;
    transition: .2s; }
  .x-icon:before {
    transform: rotate(45deg); }
  .x-icon:after {
    transform: rotate(-45deg); }
  .x-icon:hover:before, .x-icon:hover:after {
    background-color: #c22b2c; }
  .x-icon--black:before, .x-icon--black:after {
    background-color: rgba(0, 0, 0, 0.5); }
  .x-icon--black:hover:before, .x-icon--black:hover:after {
    background-color: black; }
  .x-icon--small {
    width: 24px;
    height: 24px; }
    .x-icon--small:before, .x-icon--small:after {
      height: 24px;
      width: 2px; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-scale-ripple-multiple {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-scale-ripple-multiple.la-dark {
  color: #333; }

.la-ball-scale-ripple-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-scale-ripple-multiple {
  width: 32px;
  height: 32px; }

.la-ball-scale-ripple-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

.la-ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.la-ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.la-ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.la-ball-scale-ripple-multiple.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-scale-ripple-multiple.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px; }

.la-ball-scale-ripple-multiple.la-2x {
  width: 64px;
  height: 64px; }

.la-ball-scale-ripple-multiple.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px; }

.la-ball-scale-ripple-multiple.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-scale-ripple-multiple.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px; }

/*
 * Animation
 */
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1); }
  95% {
    opacity: 0; } }
@-moz-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .5;
    -moz-transform: scale(1);
    transform: scale(1); }
  95% {
    opacity: 0; } }
@-o-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .5;
    -o-transform: scale(1);
    transform: scale(1); }
  95% {
    opacity: 0; } }
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  95% {
    opacity: 0; } }
.btn2 {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 21px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: unset;
  outline: unset;
  border-radius: 8px;
  display: inline-block; }
  .btn2-primary {
    background-color: #77b264;
    color: #fff; }
    .btn2-primary svg, .btn2-primary path {
      fill: #fff !important; }
    .btn2-primary:hover {
      background-color: #538f3f;
      color: #fff; }
  .btn2-primary-light {
    background-color: #d6e8d0;
    color: #000; }
    .btn2-primary-light svg, .btn2-primary-light path {
      fill: #000; }
    .btn2-primary-light:hover {
      background-color: #b7d5ad; }
  .btn2-secondary {
    background-color: #f89d4a;
    color: #fff; }
    .btn2-secondary svg, .btn2-secondary path {
      fill: #fff; }
    .btn2-secondary:hover {
      background-color: #ef8829;
      color: #fff; }
  .btn2-white {
    background-color: #fff;
    border: 1px solid #d1d1d1; }
    .btn2-white svg, .btn2-white path, .btn2-white .cls-1 {
      transition: 0.2s; }
    .btn2-white:hover {
      color: #ef8829; }
      .btn2-white:hover svg, .btn2-white:hover path, .btn2-white:hover .cls-1 {
        fill: #ef8829;
        stroke: #ef8829; }
  .btn2-blue {
    background-color: #a6c7e1; }
    .btn2-blue svg, .btn2-blue path, .btn2-blue .cls-1 {
      transition: 0.2s; }
    .btn2-blue:hover {
      background-color: #81b6df; }
      .btn2-blue:hover svg, .btn2-blue:hover path, .btn2-blue:hover .cls-1 {
        fill: #fff;
        stroke: #fff; }
  .btn2-outline {
    border: 2px solid #52554e;
    color: #52554e;
    background-color: unset; }
    .btn2-outline svg, .btn2-outline path, .btn2-outline .cls-1 {
      fill: #52554e;
      transition: 0.2s; }
    .btn2-outline:hover {
      color: #221f1f;
      border: 2px solid #221f1f; }
      .btn2-outline:hover svg, .btn2-outline:hover path, .btn2-outline:hover .cls-1 {
        fill: #221f1f; }
  .btn2-lg {
    padding: 17px 21px;
    font-size: 21px; }
    @media (max-width: 991.98px) {
      .btn2-lg {
        padding: 14px 19px;
        font-size: 16px; } }
  .btn2-width {
    width: 100%; }
  .btn2:disabled {
    opacity: 0.7;
    pointer-events: none; }

.btn2-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  .btn2-icon svg, .btn2-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain; }
  .btn2-icon svg, .btn2-icon path {
    /*fill: #fff;*/ }
  .btn2-icon-xs {
    width: 32px;
    height: 32px; }
    .btn2-icon-xs svg, .btn2-icon-xs img {
      width: 16px;
      height: 16px;
      object-fit: contain; }
  .btn2-icon-sm {
    width: 42px;
    height: 42px; }
    .btn2-icon-sm svg, .btn2-icon-sm img {
      width: 18px;
      height: 18px;
      object-fit: contain; }
  .btn2-icon-lg {
    width: 56px;
    height: 56px; }
    .btn2-icon-lg svg, .btn2-icon-lg img {
      width: 24px;
      height: 24px;
      object-fit: contain; }
    @media (max-width: 991.98px) {
      .btn2-icon-lg {
        height: 36px;
        width: 36px; }
        .btn2-icon-lg svg, .btn2-icon-lg img {
          width: 15px;
          height: 15px; } }
  .btn2-icon-size-lg svg {
    width: 20px !important;
    height: 20px !important; }
.btn2-round {
  border-radius: 50px; }

.btn2-icon-left {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn2-icon-left svg {
    margin-right: 11px;
    height: 20px;
    width: 20px;
    object-fit: contain; }

.form-control2 {
  padding: 11px 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #e6e6e6;
  background-color: #fff; }
  .form-control2-sm {
    padding: 9px 12px; }
  .form-control2-lg {
    padding: 16px 28px;
    font-size: 14px; }
  .form-control2-width {
    width: 100%; }
  .form-control2-rounded {
    border-radius: 50px; }
  .form-control2-grey {
    background-color: #f6f4f4;
    color: #939292;
    border-color: #f6f4f4; }
    .form-control2-grey:focus {
      border-color: var(--color-theme-main);
      outline: unset; }
    .form-control2-grey:placeholder {
      color: #939292; }

textarea.form-control2-rounded {
  border-radius: 25px; }

.input-group2 {
  position: relative; }
  .input-group2 input {
    width: 100%; }
  .input-group2 button.btn2:not(.btn2-ignore-group) {
    position: absolute;
    top: 0;
    right: 0; }

.form-group label {
  font-size: 16px;
  color: #524f4f; }

.form-check-input {
  width: 24px;
  height: 24px;
  accent-color: #b7d5ad;
  flex-shrink: 0; }
  .form-check-input:checked {
    background-color: #b7d5ad; }
    .form-check-input:checked:hover {
      background-color: #b7d5ad; }

.form-check-label {
  font-size: 18px;
  color: #524f4f; }
  .form-check-label a {
    color: var(--color-theme-main);
    text-decoration: underline; }
    .form-check-label a:hover {
      text-decoration: none; }

.btn-text {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  transition: 0.2s; }
  .btn-text svg {
    width: 15px !important;
    height: 15px !important;
    flex-shrink: 0;
    transition: 0.2s; }
  .btn-text .cls-1 {
    transition: 0.2s; }
  .btn-text-font-md {
    font-size: 1.125rem; }
  .btn-text-grey {
    color: #616161; }
    .btn-text-grey svg, .btn-text-grey path, .btn-text-grey .cls-1 {
      fill: #616161;
      transition: 0.2s; }
  .btn-text-primary {
    color: var(--color-theme-main); }
    .btn-text-primary svg, .btn-text-primary path, .btn-text-primary .cls-1 {
      fill: var(--color-theme-main);
      transition: 0.2s; }
  .btn-text-hover {
    cursor: pointer; }
    .btn-text-hover:hover {
      color: var(--color-theme-main); }
      .btn-text-hover:hover svg, .btn-text-hover:hover path, .btn-text-hover:hover .cls-1 {
        fill: var(--color-theme-main); }
  .btn-text-hover-secondary {
    cursor: pointer; }
    .btn-text-hover-secondary:hover {
      color: #ef8829 !important; }
      .btn-text-hover-secondary:hover svg, .btn-text-hover-secondary:hover path, .btn-text-hover-secondary:hover .cls-1 {
        fill: #ef8829 !important;
        stroke: #ef8829 !important; }
  .btn-text-icon-lg svg {
    width: 23px !important;
    height: 23px !important; }
  .btn-text:not(.btn-text-width).btn-text-icon-right svg {
    margin-left: 15px; }
    @media (max-width: 991.98px) {
      .btn-text:not(.btn-text-width).btn-text-icon-right svg {
        margin-left: 10px; } }
  .btn-text:not(.btn-text-width).btn-text-icon-right.btn-text-icon-gap-sm svg {
    margin-left: 10px; }
  .btn-text:not(.btn-text-width).btn-text-icon-left svg {
    margin-right: 15px; }
    @media (max-width: 991.98px) {
      .btn-text:not(.btn-text-width).btn-text-icon-left svg {
        margin-right: 10px; } }
  .btn-text:not(.btn-text-width).btn-text-icon-left.btn-text-icon-gap-sm svg {
    margin-right: 10px; }
  .btn-text-width {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8px; }
  .btn-text-no-gap {
    gap: 0px; }
  .btn-text-icon-sm svg {
    width: 10px;
    height: 10px; }
  .btn-text:hover svg, .btn-text:hover path, .btn-text:hover .cls-1 {
    stroke: var(--color-theme-main); }
  .btn-text-hover {
    cursor: pointer; }
    .btn-text-hover:hover {
      color: var(--color-theme-main); }
  .btn-text-lg {
    font-size: 24px; }
  .btn-text-xl {
    font-size: 28px; }

.list-type-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .list-type-check li {
    position: relative;
    padding-left: 36px;
    padding-bottom: 20px; }
    .list-type-check li svg {
      width: 28px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0; }

.panel2 {
  padding: 26px;
  background-color: #d3e9fa;
  border-radius: 40px; }
  @media (max-width: 991.98px) {
    .panel2 {
      border-radius: 25px; } }
  .panel2-heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #363636; }

.embed-youtube-container {
  position: relative;
  padding-bottom: 56.3%; }
  .embed-youtube-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 40px; }
    @media (max-width: 991.98px) {
      .embed-youtube-container > div {
        border-radius: 25px; } }
    .embed-youtube-container > div a:hover {
      color: #fff; }
      .embed-youtube-container > div a:hover svg:first-child, .embed-youtube-container > div a:hover path:first-child {
        fill: #fff; }
      .embed-youtube-container > div a:hover svg:last-child, .embed-youtube-container > div a:hover path:last-child {
        fill: #e52d27; }

/*
This file is used to contain all component imports.
Files inside this folder can contain specific element styles and layout. 
*/
header.header {
  margin-top: 10px; }
  header.header .header-cart-container {
    position: relative; }
    header.header .header-cart-container .header-cart-content {
      position: absolute;
      width: 400px;
      background-color: #fff;
      right: 0;
      z-index: 10;
      margin-top: 10px;
      border-radius: 25px;
      border: 1px solid #f7f7f7;
      box-shadow: 0px 0px 4px -1px #616161; }
      @media (max-width: 991.98px) {
        header.header .header-cart-container .header-cart-content {
          border-radius: 20px; } }
      header.header .header-cart-container .header-cart-content .empty-cart {
        padding: 15px; }
      header.header .header-cart-container .header-cart-content ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        padding: 15px;
        padding-top: 0;
        margin-top: 20px;
        max-height: 440px;
        overflow: auto; }
        header.header .header-cart-container .header-cart-content ul::-webkit-scrollbar {
          width: 6px; }
        header.header .header-cart-container .header-cart-content ul::-webkit-scrollbar-track {
          border-radius: 0px; }
        header.header .header-cart-container .header-cart-content ul::-webkit-scrollbar-thumb {
          background: var(--color-theme-main);
          border-radius: 10px; }
        header.header .header-cart-container .header-cart-content ul::-webkit-scrollbar-thumb:hover {
          background: var(--color-theme-main); }
        @media (max-width: 991.98px) {
          header.header .header-cart-container .header-cart-content ul {
            max-height: 390px; } }
        header.header .header-cart-container .header-cart-content ul li:not(:last-child) {
          border-bottom: 1px solid #b2b2b2;
          margin-bottom: 16px;
          padding-bottom: 16px; }
      header.header .header-cart-container .header-cart-content .button-container {
        margin: 15px; }
  header.header .header-content {
    display: flex; }
    @media (max-width: 991.98px) {
      header.header .header-content.desktop {
        display: none; } }
    header.header .header-content.desktop .left {
      flex-shrink: 1;
      max-width: 192px;
      width: 100%; }
      header.header .header-content.desktop .left .logo {
        width: 100%; }
    header.header .header-content.desktop .right {
      flex: 1; }
      header.header .header-content.desktop .right .header-list {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right; }
        header.header .header-content.desktop .right .header-list > li {
          display: inline-block; }
          header.header .header-content.desktop .right .header-list > li:not(:last-child) {
            margin-right: 24px; }
          header.header .header-content.desktop .right .header-list > li.phone svg {
            width: 20px !important;
            height: 20px !important;
            vertical-align: bottom; }
          header.header .header-content.desktop .right .header-list > li.email svg {
            width: 20px !important;
            height: 20px !important;
            vertical-align: bottom; }
          header.header .header-content.desktop .right .header-list > li > a {
            color: #221f1f; }
            header.header .header-content.desktop .right .header-list > li > a:hover {
              color: var(--color-theme-main); }
          header.header .header-content.desktop .right .header-list > li .category-nav-opener > a {
            color: #221f1f; }
            header.header .header-content.desktop .right .header-list > li .category-nav-opener > a:hover {
              color: var(--color-theme-main); }
      header.header .header-content.desktop .right .bottom {
        display: flex;
        align-items: center;
        margin-top: 28px;
        margin-bottom: 1rem;
        justify-content: space-between; }
        header.header .header-content.desktop .right .bottom .header-navigation {
          margin-left: auto;
          margin-right: auto; }
          header.header .header-content.desktop .right .bottom .header-navigation .header-list {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: left;
            padding-left: 24px;
            padding-right: 24px; }
            @media (max-width: 1339.98px) {
              header.header .header-content.desktop .right .bottom .header-navigation .header-list {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                row-gap: 10px; } }
            header.header .header-content.desktop .right .bottom .header-navigation .header-list > li {
              display: inline-block;
              font-size: 20px; }
              header.header .header-content.desktop .right .bottom .header-navigation .header-list > li:not(:last-child) {
                margin-right: 54px; }
                @media (max-width: 1499.98px) {
                  header.header .header-content.desktop .right .bottom .header-navigation .header-list > li:not(:last-child) {
                    margin-right: 22px; } }
              header.header .header-content.desktop .right .bottom .header-navigation .header-list > li a {
                font-family: "Quicksand", sans-serif;
                font-weight: 500;
                cursor: pointer; }
                header.header .header-content.desktop .right .bottom .header-navigation .header-list > li a:hover {
                  color: var(--color-theme-main); }
        header.header .header-content.desktop .right .bottom .buttons-container {
          position: relative; }
          header.header .header-content.desktop .right .bottom .buttons-container .input-group2 {
            position: absolute;
            width: 100%;
            top: 0; }
          header.header .header-content.desktop .right .bottom .buttons-container:not(.opened) .input-group2 {
            display: none; }
        header.header .header-content.desktop .right .bottom .buttons {
          display: flex;
          align-items: center;
          justify-self: flex-end;
          margin-top: 0px;
          margin-bottom: 0;
          flex-shrink: 0; }
          header.header .header-content.desktop .right .bottom .buttons > *:not(:last-child) {
            margin-right: 18px; }
          header.header .header-content.desktop .right .bottom .buttons .button-header-cart {
            color: #fff !important;
            white-space: nowrap; }
    header.header .header-content.mobile {
      display: flex;
      flex-flow: column;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        header.header .header-content.mobile {
          display: none; } }
      header.header .header-content.mobile .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 12px;
        margin-bottom: 10px;
        position: relative; }
        header.header .header-content.mobile .header-top .logo {
          max-height: 65px;
          height: 100%; }
        header.header .header-content.mobile .header-top > a {
          display: inline-block;
          height: 65px; }
        header.header .header-content.mobile .header-top > button {
          flex-shrink: 0; }
      header.header .header-content.mobile .header-cart-container {
        position: initial; }
        header.header .header-content.mobile .header-cart-container .button-header-cart {
          position: relative; }
          header.header .header-content.mobile .header-cart-container .button-header-cart span {
            position: absolute;
            top: -15px;
            right: -7px;
            background-color: orange;
            padding: 5px;
            color: #fff;
            border-radius: 27px;
            font-size: 14px;
            min-height: 30px;
            min-width: 30px;
            display: flex;
            align-items: center;
            justify-content: center; }
      header.header .header-content.mobile .header-cart-content {
        width: 100%; }
  header.header .category-nav-opener {
    position: relative; }
    header.header .category-nav-opener .header-categories-container {
      position: absolute;
      left: -250px;
      padding-top: 20px;
      z-index: 20; }
      header.header .category-nav-opener .header-categories-container:not(.opened) {
        display: none; }
    header.header .category-nav-opener .header-categories {
      padding: 25px 40px;
      background-color: #fdfdfb;
      width: 1396px;
      box-shadow: 0px 5px 13px -5px #575757;
      border-radius: 10px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      overflow: auto; }
      header.header .category-nav-opener .header-categories::-webkit-scrollbar {
        width: 6px; }
      header.header .category-nav-opener .header-categories::-webkit-scrollbar-track {
        border-radius: 0px; }
      header.header .category-nav-opener .header-categories::-webkit-scrollbar-thumb {
        background: var(--color-theme-main);
        border-radius: 10px; }
      header.header .category-nav-opener .header-categories::-webkit-scrollbar-thumb:hover {
        background: var(--color-theme-main); }
      @media (max-width: 1699.98px) {
        header.header .category-nav-opener .header-categories {
          width: 1000px; } }
      @media (max-width: 1199.98px) {
        header.header .category-nav-opener .header-categories {
          width: 920px;
          left: -240px; } }
      header.header .category-nav-opener .header-categories > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        header.header .category-nav-opener .header-categories > ul .banner-inside {
          width: 100%;
          object-fit: contain;
          object-position: top;
          max-width: 314px;
          border-radius: 25px; }
        header.header .category-nav-opener .header-categories > ul > li a {
          color: #737577;
          font-size: 16px; }
        header.header .category-nav-opener .header-categories > ul > li:not(:last-child) {
          margin-bottom: 28px; }
        header.header .category-nav-opener .header-categories > ul > li:not(:first-child) a {
          font-weight: 600 !important; }
        header.header .category-nav-opener .header-categories > ul > li:first-child {
          position: relative;
          margin-bottom: 47px; }
          header.header .category-nav-opener .header-categories > ul > li:first-child:not(.without-children):after {
            content: '';
            position: absolute;
            bottom: -21px;
            left: 0;
            border-bottom: 2px dashed #ef8829;
            width: 100px; }
          header.header .category-nav-opener .header-categories > ul > li:first-child a, header.header .category-nav-opener .header-categories > ul > li:first-child span {
            font-size: 18px;
            color: #000; }
        header.header .category-nav-opener .header-categories > ul > li a:hover {
          color: #ef8829; }
  header.header .mobile-header-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 100px);
    /* fallback if dvh not supported */
    height: 100dvh;
    z-index: 1000; }
    header.header .mobile-header-menu .mobile-header-menu-content {
      position: absolute;
      top: 0;
      left: -355px;
      max-width: 355px;
      width: 100%;
      min-height: 100px;
      background-color: #fef8e0;
      transition: 0.2s;
      padding-top: 20px;
      height: 100%;
      overflow: auto;
      padding-bottom: 40px; }
      header.header .mobile-header-menu .mobile-header-menu-content .mobile-header-menu-top {
        display: flex;
        justify-content: space-between; }
      header.header .mobile-header-menu .mobile-header-menu-content .mobile-menu {
        margin-bottom: 25px; }
      header.header .mobile-header-menu .mobile-header-menu-content .menu-main {
        list-style: none;
        margin: 0;
        padding: 0 26px;
        margin-top: 35px; }
        header.header .mobile-header-menu .mobile-header-menu-content .menu-main li {
          font-size: 20px; }
          header.header .mobile-header-menu .mobile-header-menu-content .menu-main li:not(:last-child) {
            padding-bottom: 18px;
            margin-bottom: 18px;
            border-bottom: 1px solid #91908b; }
          header.header .mobile-header-menu .mobile-header-menu-content .menu-main li a {
            color: #221f1f;
            font-size: 20px; }
            header.header .mobile-header-menu .mobile-header-menu-content .menu-main li a:hover {
              color: var(--color-theme-main); }
            header.header .mobile-header-menu .mobile-header-menu-content .menu-main li a[data-menu-id] .arrow-container {
              padding-left: 20px; }
          header.header .mobile-header-menu .mobile-header-menu-content .menu-main li span {
            font-size: 20px; }
      header.header .mobile-header-menu .mobile-header-menu-content .menu-secondary {
        font-size: 14px;
        margin-top: 73px;
        list-style: none;
        margin-bottom: 0;
        padding: 0 26px; }
        header.header .mobile-header-menu .mobile-header-menu-content .menu-secondary li:not(:last-child) {
          margin-bottom: 16px; }
        header.header .mobile-header-menu .mobile-header-menu-content .menu-secondary li a {
          color: #545454; }
      header.header .mobile-header-menu .mobile-header-menu-content .menu-contact {
        margin-top: 44px;
        list-style: none;
        padding: 0 26px;
        margin-bottom: 0; }
      header.header .mobile-header-menu .mobile-header-menu-content .menu-social {
        margin-top: 25px;
        list-style: none;
        padding: 0 26px;
        display: flex; }
        header.header .mobile-header-menu .mobile-header-menu-content .menu-social li {
          display: inline-block; }
          header.header .mobile-header-menu .mobile-header-menu-content .menu-social li:not(:last-child) {
            margin-right: 10px; }
          header.header .mobile-header-menu .mobile-header-menu-content .menu-social li svg {
            width: 30px;
            height: 30px; }
    header.header .mobile-header-menu.opened .mobile-header-menu-content {
      left: 0; }

footer .footer-content {
  margin-top: 0px;
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    footer .footer-content {
      margin-top: 0px;
      margin-bottom: 24px; } }
  footer .footer-content .footer-content-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 20px; }
    footer .footer-content .footer-content-grid-3 {
      grid-template-columns: 1fr 1fr 1.5fr; }
    @media (max-width: 991.98px) {
      footer .footer-content .footer-content-grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 45px; } }
  footer .footer-content p {
    color: #524f4f;
    font-weight: 500; }
  footer .footer-content .fcol {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px; }
    footer .footer-content .fcol > p, footer .footer-content .fcol > div {
      color: #524f4f;
      font-weight: 500; }
      footer .footer-content .fcol > p:not(:last-child), footer .footer-content .fcol > div:not(:last-child) {
        margin-bottom: 36px; }
        @media (max-width: 991.98px) {
          footer .footer-content .fcol > p:not(:last-child), footer .footer-content .fcol > div:not(:last-child) {
            margin-bottom: 28px; } }
    footer .footer-content .fcol a {
      color: #524f4f;
      font-weight: 500; }
      footer .footer-content .fcol a:hover {
        color: var(--color-theme-main); }
    footer .footer-content .fcol ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .footer-content .fcol ul li:not(:last-child) {
        margin-bottom: 36px; }
        @media (max-width: 991.98px) {
          footer .footer-content .fcol ul li:not(:last-child) {
            margin-bottom: 28px; } }
      footer .footer-content .fcol ul li a {
        color: #524f4f; }
        footer .footer-content .fcol ul li a:hover {
          color: var(--color-theme-main); }
    footer .footer-content .fcol-mobile-menu > p {
      margin-bottom: 36px; }
      @media (max-width: 991.98px) {
        footer .footer-content .fcol-mobile-menu > p {
          margin-bottom: 28px; } }
    footer .footer-content .fcol-mobile-menu ul li:not(:last-child) {
      margin-bottom: 36px; }
      @media (max-width: 991.98px) {
        footer .footer-content .fcol-mobile-menu ul li:not(:last-child) {
          margin-bottom: 28px; } }
    footer .footer-content .fcol .bolded {
      font-size: 18px;
      font-weight: 700;
      color: #545454; }
      footer .footer-content .fcol .bolded a {
        font-weight: 700;
        color: #545454; }
        footer .footer-content .fcol .bolded a:hover {
          color: var(--color-theme-main); }
    footer .footer-content .fcol:first-child .btn-text {
      font-weight: 700;
      color: #524f4f; }
      @media (max-width: 991.98px) {
        footer .footer-content .fcol:first-child .btn-text {
          font-size: 18px; }
          footer .footer-content .fcol:first-child .btn-text svg {
            width: 17px !important;
            height: 17px !important; } }
      footer .footer-content .fcol:first-child .btn-text .cls-1 {
        stroke: #524f4f; }
      footer .footer-content .fcol:first-child .btn-text:hover {
        color: var(--color-theme-main); }
        footer .footer-content .fcol:first-child .btn-text:hover .cls-1 {
          stroke: var(--color-theme-main); }
    footer .footer-content .fcol-mobile-menu > p svg, footer .footer-content .fcol-mobile-menu > p path {
      color: #737577;
      fill: #737577;
      width: 15px;
      height: 9px;
      transition: .2s; }
      @media (min-width: 992px) {
        footer .footer-content .fcol-mobile-menu > p svg, footer .footer-content .fcol-mobile-menu > p path {
          display: none; } }
    @media (max-width: 991.98px) {
      footer .footer-content .fcol-mobile-menu {
        width: 100%;
        border-top: 2px solid #d8d8d8;
        border-bottom: 2px solid #d8d8d8;
        padding-top: 22px;
        padding-bottom: 22px; }
        footer .footer-content .fcol-mobile-menu > p {
          display: flex;
          align-items: center;
          justify-content: space-between;
          transition: .2s; }
        footer .footer-content .fcol-mobile-menu:not(.opened) > p {
          margin-bottom: 0px; }
        footer .footer-content .fcol-mobile-menu:not(.opened) ul {
          display: none; }
        footer .footer-content .fcol-mobile-menu.opened > p svg {
          transform: rotate(180deg); } }
    footer .footer-content .fcol-centered {
      display: flex;
      align-items: center;
      flex-flow: column; }
      @media (max-width: 991.98px) {
        footer .footer-content .fcol-centered {
          align-items: flex-start; } }
    footer .footer-content .fcol-end {
      display: flex;
      align-items: flex-end;
      flex-flow: column; }
      @media (max-width: 991.98px) {
        footer .footer-content .fcol-end {
          align-items: flex-start; } }
      footer .footer-content .fcol-end > div > *:not(:last-child) {
        margin-bottom: 36px; }
        @media (max-width: 991.98px) {
          footer .footer-content .fcol-end > div > *:not(:last-child) {
            margin-bottom: 28px; } }
footer .footer-content-bottom {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  color: #524f4f;
  font-weight: 500; }
  footer .footer-content-bottom > span {
    margin-right: 6px; }
  footer .footer-content-bottom ul.bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    footer .footer-content-bottom ul.bottom-menu li {
      display: inline-block; }
      footer .footer-content-bottom ul.bottom-menu li:not(:last-child):after {
        content: '|';
        margin-left: 8px;
        margin-right: 2px; }
      footer .footer-content-bottom ul.bottom-menu li a {
        color: #524f4f;
        font-weight: 500; }
        footer .footer-content-bottom ul.bottom-menu li a:hover {
          color: var(--color-theme-main); }
  footer .footer-content-bottom ul.socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin-left: auto;
    flex-wrap: wrap; }
    footer .footer-content-bottom ul.socials li {
      display: inline-block; }
      footer .footer-content-bottom ul.socials li:not(:last-child) {
        margin-right: 14px; }
      footer .footer-content-bottom ul.socials li svg {
        width: 40px;
        height: 40px; }
  @media (max-width: 991.98px) {
    footer .footer-content-bottom {
      display: grid;
      margin-bottom: 0; }
      footer .footer-content-bottom ul.socials {
        order: -1;
        margin-left: 0;
        margin-bottom: 20px; } }

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: 1px dotted #999; }

.slideshow-image {
  min-height: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center left; }
  @media (max-width: 991.98px) {
    .slideshow-image {
      min-height: 350px; } }
  @media (max-width: 767.98px) {
    .slideshow-image {
      min-height: 296px;
      object-position: center center; } }

.main-slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 1; }
  .main-slide-content-inner {
    max-width: 50%;
    padding-bottom: 10px;
    color: #ffffff; }
    .main-slide-content-inner .button-basic {
      font-weight: 400; }
      .main-slide-content-inner .button-basic:hover {
        background-color: #e9f0f6;
        color: var(--color-theme-main); }
.main-slide-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
.main-slide-description {
  margin-bottom: 60px;
  font-size: 2.875rem;
  letter-spacing: 0.4px; }

@media (max-width: 575.98px) {
  .slideshow.swiper-viewport .swiper-button-prev,
  .slideshow.swiper-viewport .swiper-button-next {
    height: 30px;
    width: 22px;
    border-radius: 0; }
  .slideshow.swiper-viewport .swiper-button-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .slideshow.swiper-viewport .swiper-button-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; } }

.product-carousel.swiper-viewport {
  padding: 25px 0;
  width: 100%; }
  .product-carousel.swiper-viewport .swiper-button-prev,
  .product-carousel.swiper-viewport .swiper-button-next {
    background-color: #f7f7f7; }
    .product-carousel.swiper-viewport .swiper-button-prev:hover,
    .product-carousel.swiper-viewport .swiper-button-next:hover {
      background-color: white; }
      .product-carousel.swiper-viewport .swiper-button-prev:hover svg path,
      .product-carousel.swiper-viewport .swiper-button-next:hover svg path {
        fill: var(--color-theme-main); }
    .product-carousel.swiper-viewport .swiper-button-prev svg path,
    .product-carousel.swiper-viewport .swiper-button-next svg path {
      fill: #b2b2b2; }
    @media (max-width: 991.98px) {
      .product-carousel.swiper-viewport .swiper-button-prev,
      .product-carousel.swiper-viewport .swiper-button-next {
        background-color: transparent; }
        .product-carousel.swiper-viewport .swiper-button-prev:hover,
        .product-carousel.swiper-viewport .swiper-button-next:hover {
          background-color: transparent; } }
  .product-carousel.swiper-viewport .swiper-button-prev {
    left: 20px; }
  .product-carousel.swiper-viewport .swiper-button-next {
    right: 20px; }
  @media (max-width: 991.98px) {
    .product-carousel.swiper-viewport .swiper-button-prev,
    .product-carousel.swiper-viewport .swiper-button-next {
      height: 40px;
      width: 30px; }
    .product-carousel.swiper-viewport .swiper-button-next {
      right: 7px;
      padding-left: 0; }
    .product-carousel.swiper-viewport .swiper-button-prev {
      left: 7px;
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    .product-carousel.swiper-viewport .swiper-slide {
      width: 215px; }
    .product-carousel.swiper-viewport .swiper-button-prev,
    .product-carousel.swiper-viewport .swiper-button-next {
      display: none; } }

.manufacturer-slider.swiper-viewport .swiper-slide img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: .2s; }
.manufacturer-slider.swiper-viewport .swiper-slide:hover img {
  filter: none; }
@media (max-width: 991.98px) {
  .manufacturer-slider.swiper-viewport .swiper-container {
    margin: 0 30px;
    padding: 0; }
  .manufacturer-slider.swiper-viewport .swiper-slide {
    width: auto; } }
@media (max-width: 767.98px) {
  .manufacturer-slider.swiper-viewport {
    padding: 14px 0; }
    .manufacturer-slider.swiper-viewport .swiper-button-prev,
    .manufacturer-slider.swiper-viewport .swiper-button-next {
      display: flex; } }

.news-carousel.swiper-viewport .swiper-container {
  margin: -20px -15px;
  padding: 20px 15px; }
  @media (max-width: 991.98px) {
    .news-carousel.swiper-viewport .swiper-container {
      margin: -15px -12px;
      padding: 15px 12px; }
      .news-carousel.swiper-viewport .swiper-container .swiper-slide {
        width: 285px; } }

@media (max-width: 767.98px) {
  .product-icon-slider.swiper-viewport {
    padding: 14px 0; } }
.product-icon-slider.swiper-viewport > .container {
  position: relative; }
.product-icon-slider.swiper-viewport .swiper-container {
  margin-right: 75px;
  max-height: 210px; }
  @media (max-width: 1199.98px) {
    .product-icon-slider.swiper-viewport .swiper-container {
      margin-right: 60px;
      max-height: 170px; } }
  @media (max-width: 767.98px) {
    .product-icon-slider.swiper-viewport .swiper-container {
      margin-right: -15px;
      max-height: 128px; } }

.swiper-pager.swiper-pager--vertical {
  top: 0;
  left: 50%;
  width: 0;
  height: 100%; }
  .swiper-pager.swiper-pager--vertical .swiper-button-next {
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }
  .swiper-pager.swiper-pager--vertical .swiper-button-prev {
    top: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }
  .swiper-pager.swiper-pager--vertical .swiper-button-prev,
  .swiper-pager.swiper-pager--vertical .swiper-button-next {
    background-color: #f7f7f7; }
    .swiper-pager.swiper-pager--vertical .swiper-button-prev:hover,
    .swiper-pager.swiper-pager--vertical .swiper-button-next:hover {
      background-color: white; }
      .swiper-pager.swiper-pager--vertical .swiper-button-prev:hover svg path,
      .swiper-pager.swiper-pager--vertical .swiper-button-next:hover svg path {
        fill: var(--color-theme-main); }
    .swiper-pager.swiper-pager--vertical .swiper-button-prev svg path,
    .swiper-pager.swiper-pager--vertical .swiper-button-next svg path {
      fill: #b2b2b2; }
    @media (max-width: 991.98px) {
      .swiper-pager.swiper-pager--vertical .swiper-button-prev,
      .swiper-pager.swiper-pager--vertical .swiper-button-next {
        background-color: transparent; }
        .swiper-pager.swiper-pager--vertical .swiper-button-prev:hover,
        .swiper-pager.swiper-pager--vertical .swiper-button-next:hover {
          background-color: transparent; } }

.swiper-pagination.swiper-pagination--vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 50%;
  right: 0;
  left: auto;
  width: 60px;
  height: 100%;
  transform: translateY(-50%); }
  @media (max-width: 1199.98px) {
    .swiper-pagination.swiper-pagination--vertical {
      width: 45px; } }
  @media (max-width: 767.98px) {
    .swiper-pagination.swiper-pagination--vertical {
      flex-direction: row;
      position: static;
      margin-top: 15px;
      width: 100%;
      height: auto; } }
  .swiper-pagination.swiper-pagination--vertical .swiper-pagination-bullet {
    width: 11px;
    height: 11px; }
    .swiper-pagination.swiper-pagination--vertical .swiper-pagination-bullet:not(:last-child) {
      margin-bottom: 18px; }
    @media (max-width: 1199.98px) {
      .swiper-pagination.swiper-pagination--vertical .swiper-pagination-bullet {
        width: 9px;
        height: 9px; }
        .swiper-pagination.swiper-pagination--vertical .swiper-pagination-bullet:not(:last-child) {
          margin-bottom: 12px; } }
    @media (max-width: 767.98px) {
      .swiper-pagination.swiper-pagination--vertical .swiper-pagination-bullet {
        width: 6px;
        height: 6px; }
        .swiper-pagination.swiper-pagination--vertical .swiper-pagination-bullet:not(:last-child) {
          margin: 0 8px; } }

@media (max-width: 1199.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 50px;
    width: 50px;
    border-radius: 50%; }

  .swiper-viewport .swiper-button-next {
    right: 15px;
    padding-left: 4px; }
  .swiper-viewport .swiper-button-prev {
    left: 15px;
    padding-right: 4px; } }
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px; }

  .swiper-viewport .swiper-button-next {
    right: 5px;
    padding-left: -1px; }
  .swiper-viewport .swiper-button-prev {
    left: 5px;
    padding-right: -1px; } }
@media (max-width: 767.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px; }
    .swiper-button-prev svg,
    .swiper-button-next svg {
      height: 17px;
      width: 9px; } }
.product-stickers {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2; }
  .product-stickers--big {
    top: 20px; }
    @media (max-width: 1199.98px) {
      .product-stickers--big {
        top: 15px; } }
    .product-stickers--big .product-sticker {
      padding: 6px 17px 8px 14px;
      font-size: 1.21875rem; }
      .product-stickers--big .product-sticker-wrapper:not(:last-child) {
        margin-bottom: 12px; }
      @media (max-width: 1199.98px) {
        .product-stickers--big .product-sticker {
          padding: 5px 13px 6px 11px;
          font-size: 1rem; }
          .product-stickers--big .product-sticker-wrapper:not(:last-child) {
            margin-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .product-stickers {
      top: 12px; } }

.product-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 4px 13px 5px 9px;
  /*background-color: $color-grey;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 29px; }
  .product-sticker-wrapper {
    width: auto;
    text-align: left; }
    .product-sticker-wrapper:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .product-sticker-wrapper:not(:last-child) {
          margin-bottom: 6px; } }
  .product-sticker--new {
    background-image: url("/catalog/view/theme/default/image/svg/2/new-sticker.svg"); }
    .product-sticker--new:after {
      content: 'N';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .product-sticker--featured {
    background-image: url("/catalog/view/theme/default/image/svg/2/star-sticker.svg"); }
  .product-sticker--special {
    background-image: url("/catalog/view/theme/default/image/svg/2/akcija-sticker.svg"); }
    .product-sticker--special:after {
      content: '%';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .product-sticker--group {
    background-color: var(--color-theme-alt); }
  .product-sticker--out-of-stock {
    background-color: #f7b801; }
  .product-sticker--gift {
    background-color: #b7d5ad; }
  .product-sticker__plus {
    margin-right: 2px;
    font-size: 18px;
    line-height: 1rem; }
  @media (max-width: 1199.98px) {
    .product-sticker {
      padding-bottom: 4px;
      font-size: 0.75rem; } }
  @media (max-width: 767.98px) {
    .product-sticker {
      padding: 3px 9px 4px 7px;
      font-size: 0.6875rem; } }

.product-card {
  display: flex;
  flex-flow: column;
  height: 100%;
  /*box-shadow: 0px 1px 7px -4px grey;*/ }
  @media (max-width: 991.98px) {
    .product-card {
      border-radius: 25px; } }
  .product-card .card-top {
    position: relative; }
    .product-card .card-top .responsive-image {
      padding-bottom: 100%;
      transition: 0.2s; }
    .product-card .card-top img {
      border-radius: 40px;
      background-color: #fff;
      object-fit: contain;
      border: 1px solid #f0f0f0; }
      @media (max-width: 991.98px) {
        .product-card .card-top img {
          border-radius: 25px; } }
    .product-card .card-top .product-cart-button-container {
      position: absolute;
      bottom: 22px;
      width: 100%;
      justify-content: center;
      padding: 0 10px;
      display: flex;
      opacity: 0;
      transition: 0.2s; }
      @media (max-width: 991.98px) {
        .product-card .card-top .product-cart-button-container {
          display: none; } }
    .product-card .card-top .top-attributes {
      position: absolute;
      left: 0;
      top: 40px;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .product-card .card-top .top-attributes {
          top: 25px; } }
      .product-card .card-top .top-attributes ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
        .product-card .card-top .top-attributes ul li {
          background-color: var(--color-theme-main);
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          padding: 10px;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
          .product-card .card-top .top-attributes ul li:not(:last-child) {
            margin-bottom: 16px; }
          @media (max-width: 991.98px) {
            .product-card .card-top .top-attributes ul li {
              padding-left: 6px;
              padding-right: 6px;
              font-size: 11px; } }
  .product-card .pcard-body {
    margin-top: 26px;
    display: flex;
    flex-flow: column;
    height: 100%;
    /*padding: 0 20px 20px;*/ }
    @media (max-width: 991.98px) {
      .product-card .pcard-body {
        margin-top: 24px; } }
    .product-card .pcard-body .product-name {
      font-size: 16px;
      font-weight: 600;
      color: #524f4f;
      margin: 0;
      /*min-height: 2.5em;*/
      transition: all 0.2s ease; }
      @media (max-width: 991.98px) {
        .product-card .pcard-body .product-name {
          font-size: 14px; } }
    .product-card .pcard-body .product-attributes {
      font-size: 12px;
      font-weight: 400;
      margin-top: 14px;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .product-card .pcard-body .product-attributes {
          font-size: 11px;
          margin-top: 8px; } }
    .product-card .pcard-body .product-price {
      font-size: 18px;
      font-weight: 600;
      color: #221f1f;
      padding-top: 18px;
      margin-top: auto;
      transition: all 0.2s ease;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      row-gap: 8px; }
      @media (max-width: 991.98px) {
        .product-card .pcard-body .product-price {
          font-size: 18px;
          padding-top: 16px; } }
      .product-card .pcard-body .product-price a {
        color: #221f1f; }
      .product-card .pcard-body .product-price .price-old {
        font-weight: 300;
        position: relative;
        display: inline-block;
        color: #221f1f; }
        .product-card .pcard-body .product-price .price-old:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 1px;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          background-color: #221f1f; }
      .product-card .pcard-body .product-price .price-special {
        color: #c22b2c;
        display: inline-block;
        margin-right: 8px; }
      @media (min-width: 992px) {
        .product-card .pcard-body .product-price .product-cart-button-container {
          display: none; } }
      @media (max-width: 991.98px) {
        .product-card .pcard-body .product-price a {
          display: inline-flex;
          flex-flow: column;
          align-items: flex-start; } }
  .product-card.bigger-fonts .product-name {
    font-size: 24px;
    min-height: 2.5em; }
    @media (max-width: 991.98px) {
      .product-card.bigger-fonts .product-name {
        font-size: 14px; } }
  .product-card.bigger-fonts .product-price {
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .product-card.bigger-fonts .product-price {
        font-size: 18px; } }
  .product-card.bigger-fonts .product-attributes {
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .product-card.bigger-fonts .product-attributes {
        font-size: 11px; } }
  .product-card:hover .product-name, .product-card:hover .product-price {
    color: var(--color-theme-main); }
  .product-card:hover .product-cart-button-container {
    opacity: 1;
    bottom: 28px; }
  .product-card:hover .card-top .responsive-image {
    opacity: 0.8; }

.product-icons {
  position: absolute;
  bottom: 15px;
  left: 8px;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .product-icons {
      bottom: 12px;
      left: 5px; } }
  .product-icons--big {
    top: 20px;
    right: 15px;
    bottom: auto;
    left: auto; }
    @media (max-width: 1199.98px) {
      .product-icons--big {
        top: 15px;
        right: 12px; } }
    @media (max-width: 767.98px) {
      .product-icons--big {
        top: 12px;
        right: 8px;
        left: auto; } }
    .product-icons--big .product-icon {
      width: 76px;
      height: 76px;
      padding: 15px;
      border-width: 3px; }
      .product-icons--big .product-icon-wrapper:not(:last-child) {
        margin-bottom: 12px; }
      @media (max-width: 1199.98px) {
        .product-icons--big .product-icon {
          width: 56px;
          height: 56px;
          padding: 10px; }
          .product-icons--big .product-icon-wrapper:not(:last-child) {
            margin-bottom: 8px; } }
      @media (max-width: 767.98px) {
        .product-icons--big .product-icon {
          width: 40px;
          height: 40px;
          padding: 6px;
          border-width: 1px; } }

.product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid var(--color-theme-secondary);
  border-radius: 50%;
  color: var(--color-theme-main);
  overflow: hidden;
  /* icon block styles START */
  /* icon block styles END*/ }
  @media (max-width: 1199.98px) {
    .product-icon {
      width: 36px;
      height: 36px;
      padding: 6px; } }
  @media (max-width: 767.98px) {
    .product-icon {
      width: 28px;
      height: 28px;
      padding: 4px; } }
  .product-icon-wrapper {
    width: auto;
    text-align: left; }
    .product-icon-wrapper:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .product-icon-wrapper:not(:last-child) {
          margin-bottom: 6px; } }
  .product-icon > img {
    width: 100%;
    height: 100%; }
  .product-icon-slide__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--color-theme-main); }
    .product-icon-slide__link:hover .product-icon-slide__image-wrapper {
      background-color: var(--color-theme-alt); }
    .product-icon-slide__link:hover .product-icon-slide__name {
      font-weight: bold; }
  .product-icon-slide__image {
    width: 100%;
    height: auto; }
    .product-icon-slide__image-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      width: 92px;
      height: 92px;
      padding: 5px;
      border-radius: 50%;
      overflow: hidden;
      transition: .2s; }
      @media (max-width: 1499.98px) {
        .product-icon-slide__image-wrapper {
          width: 80px;
          height: 80px; } }
      @media (max-width: 1199.98px) {
        .product-icon-slide__image-wrapper {
          width: 72px;
          height: 72px; } }
      @media (max-width: 767.98px) {
        .product-icon-slide__image-wrapper {
          width: 60px;
          height: 60px; } }
      @media (max-width: 575.98px) {
        .product-icon-slide__image-wrapper {
          width: 48px;
          height: 48px; } }
  .product-icon-slide__name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 1.0625rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    transition: .2s; }
    @media (max-width: 1499.98px) {
      .product-icon-slide__name {
        font-size: 0.9375rem; } }
    @media (max-width: 1199.98px) {
      .product-icon-slide__name {
        font-size: 0.875rem; } }
    @media (max-width: 991.98px) {
      .product-icon-slide__name {
        font-size: 0.8125rem; } }
    @media (max-width: 767.98px) {
      .product-icon-slide__name {
        font-size: 0.6875rem; } }
    @media (max-width: 575.98px) {
      .product-icon-slide__name {
        font-size: 0.5625rem; } }

.products-block {
  position: relative;
  padding: 50px 0 40px; }
  @media (max-width: 1199.98px) {
    .products-block {
      padding: 30px 0; } }
  @media (max-width: 767.98px) {
    .products-block {
      padding: 20px 0; } }
  .products-block.special-block {
    background-color: #d8d4ea; }
    .products-block.special-block .product-card .product-thumb {
      box-shadow: 0 0 4px 2px #bbbbbb; }
      .products-block.special-block .product-card .product-thumb:hover {
        box-shadow: 0 0 4px 4px #bbbbbb; }
  .products-block.special-block, .products-block.featured-block {
    padding: 35px 0 60px; }
    @media (max-width: 1199.98px) {
      .products-block.special-block, .products-block.featured-block {
        padding: 30px 0; } }
    @media (max-width: 767.98px) {
      .products-block.special-block, .products-block.featured-block {
        padding: 20px 0; } }
    .products-block.special-block .products-block-title, .products-block.featured-block .products-block-title {
      margin-bottom: 20px; }
      @media (max-width: 1199.98px) {
        .products-block.special-block .products-block-title, .products-block.featured-block .products-block-title {
          margin-bottom: 10px; } }
  .products-block.related-block {
    padding-top: 0;
    padding-bottom: 0; }
    .products-block.related-block .related-block__top-container {
      padding-top: 60px; }
      @media (max-width: 1199.98px) {
        .products-block.related-block .related-block__top-container {
          padding-top: 30px; } }
      @media (max-width: 767.98px) {
        .products-block.related-block .related-block__top-container {
          padding-top: 20px;
          border-top: 0; } }
      @media (max-width: 575.98px) {
        .products-block.related-block .related-block__top-container {
          padding-left: 24px;
          padding-right: 24px; } }
  .products-block.recently-viewed-block {
    background-color: #f7f7f7; }
    .products-block.recently-viewed-block .product-carousel.swiper-viewport .swiper-button-prev,
    .products-block.recently-viewed-block .product-carousel.swiper-viewport .swiper-button-next {
      background-color: #fff; }
  .products-block-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-family: "Quicksand", sans-serif; }
    @media (max-width: 1199.98px) {
      .products-block-title {
        margin-bottom: 20px; } }
  .products-block-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px; }
    .products-block-buttons > *:not(:last-child) {
      margin-right: 15px; }
    @media (max-width: 1199.98px) {
      .products-block-buttons {
        margin-top: 10px; } }
  .products-block .product-carousel.swiper-viewport {
    padding: 20px; }
    @media (max-width: 767.98px) {
      .products-block .product-carousel.swiper-viewport {
        padding: 10px 12px; } }
    .products-block .product-carousel.swiper-viewport .swiper-slide {
      height: auto; }
    .products-block .product-carousel.swiper-viewport .swiper-pagination-custom2 {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .products-block .product-carousel.swiper-viewport .swiper-pagination-custom2 {
          display: none; } }

.info-icons-block {
  background-color: #f7f7f7; }
.info-icons-row {
  display: flex;
  align-items: center;
  padding: 40px 30px; }
  @media (max-width: 991.98px) {
    .info-icons-row {
      flex-wrap: wrap;
      padding: 20px; } }
  @media (max-width: 767.98px) {
    .info-icons-row {
      padding: 20px 0; } }

.info-icon-block {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  padding: 0 0 17px;
  color: var(--color-theme-main);
  font-weight: 300;
  text-align: center; }
  @media (max-width: 991.98px) {
    .info-icon-block {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-basis: 100%;
      padding-bottom: 30px; }
      .info-icon-block:last-child {
        padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .info-icon-block {
      padding-bottom: 20px; } }
  .info-icon-block__icon, .info-icon-block__text {
    margin-right: auto;
    margin-left: auto;
    max-width: 58%;
    min-width: 200px; }
    @media (max-width: 991.98px) {
      .info-icon-block__icon, .info-icon-block__text {
        margin: 0;
        min-width: 160px; } }
  .info-icon-block__icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 85px;
    padding-top: 20px;
    font-size: 2.875rem;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .info-icon-block__icon {
        margin: 0;
        padding: 0 15px;
        max-width: 160px;
        height: auto;
        font-size: 2.25rem; } }
    @media (max-width: 767.98px) {
      .info-icon-block__icon {
        min-width: 138px;
        font-size: 1.75rem; }
        .info-icon-block__icon img {
          max-width: 49px;
          max-width: 48px; } }
    .info-icon-block__icon svg {
      color: var(--color-theme-main); }
      .info-icon-block__icon svg path {
        fill: var(--color-theme-main); }
    .info-icon-block__icon--svg img {
      max-height: 100%;
      filter: invert(30%) sepia(10%) saturate(4575%) hue-rotate(181deg) brightness(96%) contrast(88%); }
  .info-icon-block__text {
    margin-top: 0.9375rem;
    font-size: 0.9375rem; }
    @media (max-width: 991.98px) {
      .info-icon-block__text {
        margin: 0; } }
    @media (max-width: 767.98px) {
      .info-icon-block__text {
        font-size: 0.8125rem; } }
    @media (max-width: 575.98px) {
      .info-icon-block__text {
        font-size: 0.75rem;
        text-align: left; } }

.info-row {
  display: flex;
  margin-bottom: 13px;
  font-size: 1rem;
  font-weight: 300; }
  @media (max-width: 1199.98px) {
    .info-row {
      font-size: 0.9375rem; } }
  @media (max-width: 767.98px) {
    .info-row {
      font-size: 0.875rem; } }
  .info-row__label {
    display: flex;
    flex-basis: 180px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 15px; }
    @media (max-width: 991.98px) {
      .info-row__label {
        flex-basis: 150px; } }
    .info-row__label__icon {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin-right: 14px;
      padding-bottom: 2px;
      width: 20px;
      height: 20px;
      /* Same as normal default line with text height */ }
      .info-row__label__icon svg {
        max-width: 20px;
        color: #000; }
        .info-row__label__icon svg path {
          fill: #000; }
  .info-row__value {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    flex-shrink: 1;
    color: #353535; }
    .info-row__value a {
      letter-spacing: normal; }
      .info-row__value a:not(:last-child) {
        margin-right: 28px; }
      .info-row__value a:hover svg path {
        fill: var(--color-theme-alt); }
    .info-row__value svg {
      max-width: 22px;
      max-height: 22px;
      margin-right: 0; }
      .info-row__value svg path {
        transition: .2s; }
  .info-row--social {
    margin-top: 46px; }
    @media (max-width: 991.98px) {
      .info-row--social {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .info-row--social {
        margin-top: 20px; } }
    .info-row--social .info-row__value a {
      max-height: 20px; }

@media (max-width: 449.98px) {
  body.ajax-filter--open {
    overflow: hidden; } }

.ajax-filter {
  margin-bottom: 23px;
  /*height: calc(100% - 23px);*/
  border: 0;
  /* Price range slider */
  /*m custom scrollbar*/ }
  .ajax-filter .af-container {
    background-color: #d3e9fa !important; }
    .ajax-filter .af-container > .af-heading {
      background-color: #d3e9fa !important; }
  .ajax-filter:nth-child(3n + 1) .af-container {
    background-color: #d3e9fa !important; }
    .ajax-filter:nth-child(3n + 1) .af-container > .af-heading {
      background-color: #d3e9fa !important; }
  .ajax-filter:nth-child(3n + 2) .af-container {
    background-color: #fef2f2 !important; }
    .ajax-filter:nth-child(3n + 2) .af-container > .af-heading {
      background-color: #fef2f2 !important; }
  .ajax-filter:nth-child(3n + 3) .af-container {
    background-color: #fef8e0 !important; }
    .ajax-filter:nth-child(3n + 3) .af-container > .af-heading {
      background-color: #fef8e0 !important; }
  @media (max-width: 991.98px) {
    .ajax-filter {
      position: fixed;
      /*top: $header-height-m;*/
      top: 0;
      right: -110%;
      max-width: 100%;
      width: 400px;
      /*height: calc(100vh - 74px);
      height: calc(var(--app-height) - 74px);*/
      height: var(--app-height);
      box-shadow: 0 6px 4px 2px #aaaaaa;
      transition: right .4s ease-in-out;
      overflow: auto;
      z-index: 1000;
      background-color: #fff; }
      .ajax-filter--open {
        display: block;
        right: 0; } }
  @media (max-width: 575.98px) {
    .ajax-filter {
      /*height: calc(100vh - 58px);
      height: calc(var(--app-height) - 58px);
      top: $header-height-xs; */
      height: var(--app-height); } }
  @media (max-width: 449.98px) {
    .ajax-filter {
      width: 100%; } }
  .ajax-filter > .title {
    display: none;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #ffffff; }
    .ajax-filter > .title .af-container {
      background-color: #d3e9fa !important; }
      .ajax-filter > .title .af-container > .af-heading {
        background-color: #d3e9fa !important; }
    .ajax-filter > .title:nth-child(3n + 1) .af-container {
      background-color: #d3e9fa !important; }
      .ajax-filter > .title:nth-child(3n + 1) .af-container > .af-heading {
        background-color: #d3e9fa !important; }
    .ajax-filter > .title:nth-child(3n + 2) .af-container {
      background-color: #fef2f2 !important; }
      .ajax-filter > .title:nth-child(3n + 2) .af-container > .af-heading {
        background-color: #fef2f2 !important; }
    .ajax-filter > .title:nth-child(3n + 3) .af-container {
      background-color: #fef8e0 !important; }
      .ajax-filter > .title:nth-child(3n + 3) .af-container > .af-heading {
        background-color: #fef8e0 !important; }
    .ajax-filter > .title > .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-right: 15px;
      color: var(--color-theme-main);
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .ajax-filter > .title > .title {
          font-size: 1.125rem; } }
    .ajax-filter > .title .title-text {
      margin-right: 0; }
    .ajax-filter > .title .button-reset {
      display: none;
      /*@include flex(center, space-between);*/
      padding: 10px 0 10px 5px !important; }
      .ajax-filter > .title .button-reset > p {
        margin-bottom: 0;
        font-weight: 500; }
    .ajax-filter > .title .button-close {
      margin-right: 1px; }
    @media (max-width: 991.98px) {
      .ajax-filter > .title {
        display: block; } }
  .ajax-filter .af-body af_group {
    margin-bottom: 24px; }
    .ajax-filter .af-body af_group .af-container {
      background-color: #d3e9fa !important; }
      .ajax-filter .af-body af_group .af-container > .af-heading {
        background-color: #d3e9fa !important; }
    .ajax-filter .af-body af_group:nth-child(3n + 1) .af-container {
      background-color: #d3e9fa !important; }
      .ajax-filter .af-body af_group:nth-child(3n + 1) .af-container > .af-heading {
        background-color: #d3e9fa !important; }
    .ajax-filter .af-body af_group:nth-child(3n + 2) .af-container {
      background-color: #fef2f2 !important; }
      .ajax-filter .af-body af_group:nth-child(3n + 2) .af-container > .af-heading {
        background-color: #fef2f2 !important; }
    .ajax-filter .af-body af_group:nth-child(3n + 3) .af-container {
      background-color: #fef8e0 !important; }
      .ajax-filter .af-body af_group:nth-child(3n + 3) .af-container > .af-heading {
        background-color: #fef8e0 !important; }
  .ajax-filter .af-body .af-container {
    border-radius: 40px; }
    @media (max-width: 991.98px) {
      .ajax-filter .af-body .af-container {
        border-radius: 25px; } }
    .ajax-filter .af-body .af-container > .af-heading {
      min-height: 58px;
      padding: 30px 26px 24px 26px;
      border-top: 1px solid #ffffff;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; }
      @media (max-width: 991.98px) {
        .ajax-filter .af-body .af-container > .af-heading {
          border-top-left-radius: 25px;
          border-top-right-radius: 25px; } }
      .ajax-filter .af-body .af-container > .af-heading.collapsed > span {
        -webkit-transform: rotate(-180deg) translateY(50%);
        -ms-transform: rotate(-180deg) translateY(50%);
        transform: rotate(-180deg) translateY(50%);
        background-position: 7px 7px; }
      .ajax-filter .af-body .af-container > .af-heading > .title {
        color: #221f1f;
        font-family: "Quicksand", sans-serif;
        font-size: 1.5rem;
        font-weight: 500; }
        @media (max-width: 767.98px) {
          .ajax-filter .af-body .af-container > .af-heading > .title {
            font-size: 1rem; } }
      .ajax-filter .af-body .af-container > .af-heading > span {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        right: 15px;
        width: 25px;
        height: 25px;
        background: url("../image/svg/angle-up-solid--white.svg");
        background-color: var(--color-theme-alt);
        background-position: center center;
        background-repeat: no-repeat;
        /*background-size: 15px 16px;*/
        background-size: 11px 8px;
        border-radius: 50%;
        transform: translateY(-50%);
        transition: background-color 0.2s;
        display: none; }
        .ajax-filter .af-body .af-container > .af-heading > span:hover {
          background-color: var(--color-theme-main); }
    .ajax-filter .af-body .af-container > .af-elements .af-wrapper {
      padding: 0 15px 25px 26px !important; }
      .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element {
        margin: 9px 0; }
        .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element:first-child {
          margin-top: 0; }
        .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.slider {
          padding-right: 12px; }
          .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.slider > .price {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #010101;
            font-size: 0.875rem;
            font-weight: 300; }
            .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.slider > .price > .slider-separator {
              display: none; }
            .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.slider > .price .input-price > input {
              padding: 0 15px;
              padding-right: 25px;
              height: 38px;
              width: 115px;
              background-color: #fff;
              border: 1px solid transparent;
              border-radius: 50px;
              color: #524f4f;
              font-family: "Quicksand", sans-serif;
              font-size: 1rem;
              font-weight: 400; }
              .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.slider > .price .input-price > input:focus {
                border-color: #b2b2b2;
                outline: 0; }
            .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.slider > .price .input-price > i:last-child {
              margin-right: 8px;
              font-size: 16px;
              font-weight: 400;
              color: #524f4f;
              font-family: "Quicksand", sans-serif; }
        .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label {
          font-size: 0.875rem;
          transition: 0.2s; }
          .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label .title {
            transition: 0.2s; }
          .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label:hover > .title {
            color: var(--color-theme-main); }
          .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label input[type="checkbox"] + span {
            margin-top: 0;
            width: 19px;
            height: 19px;
            background-color: #fff;
            border: 0;
            border-radius: 5px; }
            .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label input[type="checkbox"] + span::after {
              top: 5px;
              left: 5px;
              width: 10px;
              height: 7px;
              border-color: var(--color-theme-main); }
          .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label > .title {
            font-size: 16px;
            font-family: "Quicksand", sans-serif;
            font-weight: 500;
            padding-top: 1px;
            word-break: break-word;
            color: #524f4f; }
            .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element > label > .title af_quantity {
              color: #737577;
              font-family: "Inter", sans-serif;
              font-weight: 400; }
        .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element.selected {
          background: transparent;
          pointer-events: auto; }
  .ajax-filter af_group {
    display: block; }
    .ajax-filter af_group:first-child .af-container > .af-heading {
      border-top: 0; }
  .ajax-filter .irs-bar {
    height: 12px;
    border: 0px;
    margin-top: 2px;
    background: #a6c7e1 !important; }
  .ajax-filter .irs-line {
    top: 33px;
    height: 16px;
    background: #fff !important;
    border: 0; }
  .ajax-filter .irs-slider {
    width: 24px;
    height: 24px;
    background: #fff !important;
    border: 0 !important;
    border-radius: 50px;
    top: unset;
    bottom: 3px; }
    .ajax-filter .irs-slider:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      background-color: #a6c7e1;
      border-radius: 50px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .ajax-filter .mCSB_container,
  .ajax-filter .mCSB_inside > .mCSB_container {
    margin-right: 0;
    /*Scrollbar jumping fix on chrome 80% zoom*/ }

/* selected */
d_ajax_filter_selected {
  padding-top: 16px;
  border-color: #616161;
  border-right: 0;
  border-left: 0; }
  @media (max-width: 767.98px) {
    d_ajax_filter_selected {
      padding-top: 12px; } }
  d_ajax_filter_selected > .selected-list > div {
    display: flex;
    flex-wrap: wrap; }
  d_ajax_filter_selected .selected-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    d_ajax_filter_selected .selected-list .af-selected {
      display: inline-flex;
      align-items: center;
      float: none;
      margin-right: 16px;
      margin-bottom: 16px;
      padding: 5px 37px 5px 16px;
      height: 40px;
      background-color: #d6e8d0;
      border: 0;
      border-radius: 10px;
      color: #524f4f;
      font-family: "Inter", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      transition: .2s; }
      d_ajax_filter_selected .selected-list .af-selected p {
        font-size: 1rem;
        font-weight: 500; }
      @media (max-width: 767.98px) {
        d_ajax_filter_selected .selected-list .af-selected {
          margin-right: 12px;
          margin-bottom: 12px; } }
      d_ajax_filter_selected .selected-list .af-selected::after {
        width: 24px;
        background-size: 13px; }
      d_ajax_filter_selected .selected-list .af-selected:hover {
        color: var(--color-theme-main); }
        d_ajax_filter_selected .selected-list .af-selected:hover::after {
          /*background-image: url('../image/d_ajax_filter/cross--red.svg');*/
          filter: brightness(0) saturate(100%) invert(63%) sepia(61%) saturate(302%) hue-rotate(60deg) brightness(91%) contrast(86%); }
      d_ajax_filter_selected .selected-list .af-selected > p {
        height: auto;
        margin-bottom: 0; }
        @media (max-width: 991.98px) {
          d_ajax_filter_selected .selected-list .af-selected > p {
            font-size: 0.9375rem; } }
  d_ajax_filter_selected .button-reset {
    display: flex;
    align-items: center;
    float: none;
    margin: 0 0 0 auto;
    padding: 0 !important;
    height: 31px;
    line-height: 1.25;
    text-transform: uppercase;
    transition: .2s;
    white-space: nowrap;
    margin-top: 5px; }
    d_ajax_filter_selected .button-reset:hover > p {
      color: #524f4f; }
    d_ajax_filter_selected .button-reset > span {
      display: none; }
    d_ajax_filter_selected .button-reset > p {
      height: auto;
      margin-bottom: 0;
      color: var(--color-theme-main);
      font-family: "Inter", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      transition: .2s; }
      @media (max-width: 767.98px) {
        d_ajax_filter_selected .button-reset > p {
          font-size: 0.8125rem; } }

#ajax-filter-container .af-loader {
  z-index: 999; }

.swal2-container.swal2-custom.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.7); }
.swal2-container.swal2-custom .swal2-popup {
  width: 545px; }
.swal2-container.swal2-custom .swal2-icon {
  margin: 0.8em auto;
  transform: scale(0.65); }
  .swal2-container.swal2-custom .swal2-icon.swal2-success {
    background-color: var(--color-theme-alt);
    color: var(--color-theme-alt); }
    .swal2-container.swal2-custom .swal2-icon.swal2-success .swal2-success-ring {
      background-color: var(--color-theme-main);
      border: 4px solid var(--color-theme-main); }
    .swal2-container.swal2-custom .swal2-icon.swal2-success [class^="swal2-success-line"] {
      height: 0.4em;
      background-color: #ffffff;
      z-index: 3; }
.swal2-container.swal2-custom .swal2-title {
  padding-top: 0;
  color: #353535;
  font-size: 1rem;
  /*font-weight: 500;*/
  font-weight: 600; }
  .swal2-container.swal2-custom .swal2-title a {
    color: var(--color-theme-main); }
    .swal2-container.swal2-custom .swal2-title a:hover {
      color: var(--color-theme-alt); }
.swal2-container.swal2-custom .swal2-html-container {
  margin-top: 1.8em;
  color: #737577;
  font-size: 0.9375rem;
  font-weight: 300; }
  .swal2-container.swal2-custom .swal2-html-container .free-shipping-message {
    margin-top: 10px;
    color: #353535;
    font-weight: 500; }
  .swal2-container.swal2-custom .swal2-html-container b {
    color: var(--color-theme-main);
    font-weight: 700;
    white-space: nowrap; }
.swal2-container.swal2-custom .swal2-styled {
  min-width: 175px;
  width: auto;
  height: 45px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transition: .2s; }
  .swal2-container.swal2-custom .swal2-styled:hover {
    background-color: var(--color-theme-alt);
    color: #ffffff; }
  .swal2-container.swal2-custom .swal2-styled:focus {
    box-shadow: 0 0 0 1px var(--color-theme-alt); }
.swal2-container.swal2-custom .swal2-styled.swal2-confirm {
  background-color: var(--color-theme-main); }
.swal2-container.swal2-custom .swal2-styled.swal2-cancel {
  background-color: #f7f7f7;
  color: #737577; }

.pagination {
  display: flex(center); }
  @media (max-width: 767.98px) {
    .pagination {
      justify-content: center; } }
  .pagination-container {
    margin-bottom: 40px; }
    @media (max-width: 1699.98px) {
      .pagination-container {
        margin-bottom: 20px; } }
  .pagination > li {
    display: block;
    padding: 0; }
    .pagination > li::before {
      content: none; }
    .pagination > li:not(:last-child) {
      margin-right: 3px; }
      @media (max-width: 767.98px) {
        .pagination > li:not(:last-child) {
          margin-right: 7px; } }
    .pagination > li > a, .pagination > li span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 51px;
      height: 49px;
      background-color: #616161;
      border-radius: 5px;
      color: #221f1f;
      font-size: 0.9375rem;
      font-weight: 500;
      text-transform: uppercase;
      transition: .2s; }
      @media (max-width: 1199.98px) {
        .pagination > li > a, .pagination > li span {
          width: 46px;
          height: 44px; } }
      @media (max-width: 767.98px) {
        .pagination > li > a, .pagination > li span {
          width: 41px;
          height: 39px; } }
      .pagination > li > a svg, .pagination > li span svg {
        color: #221f1f;
        transition: .2s; }
        .pagination > li > a svg path, .pagination > li span svg path {
          fill: #221f1f;
          transition: .2s; }
    .pagination > li > a:hover, .pagination > li.active > * {
      background-color: var(--color-theme-main);
      color: #ffffff; }
      .pagination > li > a:hover svg, .pagination > li.active > * svg {
        color: #ffffff; }
        .pagination > li > a:hover svg path, .pagination > li.active > * svg path {
          fill: #ffffff; }
  .pagination-divider {
    display: flex;
    align-items: center;
    height: 100%; }
    .pagination-divider::before {
      content: "\2022\2022\2022";
      margin: 0 3px;
      font-size: 0.6875rem;
      letter-spacing: 1px; }

.description-block__item--excerpt {
  display: block; }
  .description-block__item--excerpt p {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .description-block__item--excerpt .description-block__item-inner {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      height: 120px;
      font-weight: 300;
      overflow: hidden;
      text-overflow: ellipsis; }
      .description-block__item--excerpt .description-block__item-inner .description-block__button {
        display: none; } }
  .description-block__item--excerpt > .description-block__button {
    display: none; }
    @media (max-width: 767.98px) {
      .description-block__item--excerpt > .description-block__button {
        display: inline; } }
.description-block__item--full {
  display: none; }
.description-block__button {
  display: inline-flex;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: #524f4f;
  font-weight: 500;
  letter-spacing: normal;
  transition: all 0.2s ease; }
  .description-block__button span {
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    transition: all 0.2s ease; }
    .description-block__button span:before {
      content: unset; }
  .description-block__button img {
    width: 14px;
    height: 14px;
    transition: all 0.2s ease; }
  .description-block__button:hover {
    color: var(--color-theme-main); }
    .description-block__button:hover span {
      color: var(--color-theme-main); }
    .description-block__button:hover img {
      filter: brightness(0) saturate(100%) invert(63%) sepia(61%) saturate(302%) hue-rotate(60deg) brightness(91%) contrast(86%); }

.collapse-block:not(:last-child) {
  margin-bottom: 15px; }
.collapse-block__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px 12px 8px 25px;
  width: 100%;
  background-color: var(--color-theme-main);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: .2s; }
  @media (max-width: 575.98px) {
    .collapse-block__button {
      padding-left: 15px; } }
  .collapse-block__button:hover {
    background-color: var(--color-theme-alt); }
  .collapse-block__button[aria-expanded="false"] .collapse-block__icon {
    padding-bottom: 2px;
    transform: rotate(180deg); }
.collapse-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%; }
  .collapse-block__icon svg {
    width: 11px;
    height: 7px; }
    .collapse-block__icon svg path {
      fill: #737577; }
.collapse-block__text {
  margin-right: 25px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.333; }
  @media (max-width: 1199.98px) {
    .collapse-block__text {
      font-size: 1rem; } }
.collapse-block__content-inner {
  padding: 24px 0; }
  @media (max-width: 1199.98px) {
    .collapse-block__content-inner {
      padding: 15px 0; } }
  @media (max-width: 767.98px) {
    .collapse-block__content-inner {
      padding: 0; } }

.contact-block {
  margin: 15px 0 50px;
  padding: 0 24px;
  width: calc(33.33%); }
  @media (max-width: 1199.98px) {
    .contact-block {
      margin-bottom: 15px;
      width: calc(50%); } }
  @media (max-width: 767.98px) {
    .contact-block {
      padding: 0 15px; } }
  @media (max-width: 575.98px) {
    .contact-block {
      width: calc(100%); } }
  .contact-blocks {
    display: flex;
    flex-wrap: wrap; }
  .contact-block__text {
    color: #353535;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5; }
    @media (max-width: 1199.98px) {
      .contact-block__text {
        font-size: 0.9375rem; } }
    @media (max-width: 767.98px) {
      .contact-block__text {
        font-size: 0.875rem; } }
    .contact-block__text:not(:last-child) {
      margin-bottom: 10px; }
    .contact-block__text--heading {
      font-weight: 500; }
    .contact-block__text a {
      letter-spacing: normal; }

.contact-form {
  /* fix safari autofill styles */ }
  .contact-form__heading {
    margin-bottom: 1em;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 0.8; }
    @media (max-width: 1499.98px) {
      .contact-form__heading {
        margin-bottom: 25px; } }
    @media (max-width: 1199.98px) {
      .contact-form__heading {
        font-size: 1.625rem; } }
    @media (max-width: 767.98px) {
      .contact-form__heading {
        font-size: 1.5rem; } }
  .contact-form .form-group {
    margin-bottom: 8px; }
    .contact-form .form-group:last-of-type {
      margin-bottom: 20px; }
  .contact-form__company-field {
    display: none; }
  .contact-form label {
    font-weight: 300; }
    .contact-form label.control-label {
      margin-bottom: 4px; }
  .contact-form label,
  .contact-form input,
  .contact-form textarea {
    font-size: 0.875rem; }
  .contact-form input {
    height: 40px; }
    @media (max-width: 767.98px) {
      .contact-form input {
        height: 34px; } }
  .contact-form textarea {
    height: 80px;
    resize: none; }
    @media (max-width: 767.98px) {
      .contact-form textarea {
        height: 68px; } }
  .contact-form input:not([type=radio]):not([type=checkbox]),
  .contact-form textarea {
    width: 365px; }
  .contact-form input:-webkit-autofill,
  .contact-form input:-webkit-autofill:hover,
  .contact-form input:-webkit-autofill:focus,
  .contact-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
    background-color: #ffffff;
    background-clip: content-box;
    color: #221f1f;
    -webkit-text-fill-color: #221f1f; }
  .contact-form__error-message {
    padding: 5px 0;
    color: #f7b801;
    font-size: 0.875rem;
    font-weight: 300; }
    @media (max-width: 575.98px) {
      .contact-form__error-message {
        font-size: 0.8125rem; } }
  .contact-form__error input,
  .contact-form__error textarea {
    border: 3px solid #f7b801; }
  .contact-form div.required .control-label::before {
    color: #f7b801; }
  .contact-form .grecaptcha-badge {
    visibility: hidden; }

.header-search {
  /*	#search-autocomplite {
  		@include breakpoint(m) {
  			padding: 0;
  		}
  	}*/ }
  .header-search #d_ajax_search_results {
    top: calc(100% + 12px);
    left: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #aaaaaa;
    color: #737577;
    font-size: 0.8125rem;
    font-weight: 300;
    overflow: visible !important;
    /* for arrow */ }
    .header-search #d_ajax_search_results::before {
      content: '';
      position: absolute;
      top: -6px;
      right: 20px;
      width: 17px;
      height: 17px;
      transform: rotate(45deg);
      background-color: #ffffff;
      box-shadow: -3px -3px 2px -1px #aaa; }
    @media (max-width: 991.98px) {
      .header-search #d_ajax_search_results {
        max-height: calc(100vh - 74px - 10px);
        max-height: calc(var(--app-height) - 74px - 10px); } }
    .header-search #d_ajax_search_results #d_ajax_search_results_body {
      padding: 0 20px;
      color: #737577; }
      @media (max-width: 991.98px) {
        .header-search #d_ajax_search_results #d_ajax_search_results_body {
          padding: 0 15px;
          max-height: calc(100vh - 74px - 10px);
          max-height: calc(var(--app-height) - 74px - 10px);
          overflow-y: auto; } }
      @media (max-width: 575.98px) {
        .header-search #d_ajax_search_results #d_ajax_search_results_body {
          padding: 0 12px; } }
      .header-search #d_ajax_search_results #d_ajax_search_results_body > .result_block > .result-link > div > img {
        border: 0; }
        @media (max-width: 991.98px) {
          .header-search #d_ajax_search_results #d_ajax_search_results_body > .result_block > .result-link > div > img {
            max-width: 40px;
            width: 40px; } }
      .header-search #d_ajax_search_results #d_ajax_search_results_body > .result_block > .row:hover {
        color: var(--color-theme-main); }
      .header-search #d_ajax_search_results #d_ajax_search_results_body > .result-link > div > img {
        border: 0; }
    .header-search #d_ajax_search_results .row {
      min-height: 40px;
      /* added for categories, which currently have no image display*/
      color: #737577;
      font-size: 0.8125rem;
      padding-right: 0;
      padding-left: 0; }
      .header-search #d_ajax_search_results .row:not(:first-of-type) {
        border-top: 1px solid #616161; }
      .header-search #d_ajax_search_results .row:hover {
        background-color: transparent; }
      @media (max-width: 991.98px) {
        .header-search #d_ajax_search_results .row {
          padding: 5px 0 5px;
          font-size: 1rem; } }
    .header-search #d_ajax_search_results .col.va-center {
      vertical-align: middle; }
    .header-search #d_ajax_search_results .forkeydon {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 32px;
      height: auto;
      color: inherit;
      overflow: hidden;
      text-align: left;
      text-overflow: ellipsis; }
    .header-search #d_ajax_search_results .search-result__image {
      width: 60px; }
    .header-search #d_ajax_search_results .search-result__name {
      max-width: auto;
      padding-left: 20px;
      padding-right: 10px;
      text-align: left; }
      @media (max-width: 991.98px) {
        .header-search #d_ajax_search_results .search-result__name {
          padding-left: 10px; } }
    .header-search #d_ajax_search_results .search-result__price {
      color: var(--color-theme-main);
      font-size: 0.875rem;
      font-weight: 500;
      text-align: right;
      white-space: nowrap; }
  .header-search .block-text {
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 0;
    border-bottom: 3px solid #616161; }
    @media (max-width: 1499.98px) {
      .header-search .block-text {
        padding: 20px 0 15px;
        font-size: 1.125rem; } }
    @media (max-width: 991.98px) {
      .header-search .block-text {
        padding: 15px 0 10px;
        font-size: 1rem; } }
  .header-search .result_block {
    padding-bottom: 0;
    overflow: visible; }
    .header-search .result_block:last-of-type {
      border-bottom: 3px solid #616161; }
  .header-search .all_results {
    margin: 24px auto;
    /*		@include breakpoint(m) {
    			margin: 15px auto;
    		}*/ }
    @media (max-width: 1499.98px) {
      .header-search .all_results {
        margin: 15px auto; } }
    @media (max-width: 575.98px) {
      .header-search .all_results {
        max-width: 400px;
        width: 100%; } }
  .header-search .where-find {
    background-color: #f7f7f7;
    padding: 0 3px; }
  .header-search .no-results {
    display: block;
    padding: 10px 0;
    font-size: 0.875rem; }

:root {
  --color-text-omnisend: #797c7e;
  --color-text-omnisend-original: #797c7e; }

.omnisend-form {
  margin: 0 auto;
  max-width: 614px;
  color: var(--color-text-omnisend);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25; }
  @media (max-width: 1199.98px) {
    .omnisend-form {
      font-size: 0.8125rem; } }
  @media (max-width: 767.98px) {
    .omnisend-form {
      max-width: 360px;
      font-size: 0.75rem; } }
  .omnisend-form__wrapper {
    padding: 94px 15px;
    height: 404px;
    background-color: #d8d4ea;
    background-position: center center;
    background-repeat: none;
    background-size: cover; }
    @media (max-width: 1199.98px) {
      .omnisend-form__wrapper {
        padding: 50px 15px;
        height: 304px; } }
    @media (max-width: 767.98px) {
      .omnisend-form__wrapper {
        padding: 20px 15px;
        background-image: none !important;
        height: auto; } }
    @media (max-width: 575.98px) {
      .omnisend-form__wrapper {
        padding: 20px 12px; } }
  .omnisend-form__intro {
    margin: 16px 0 25px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .omnisend-form__intro {
        margin: 16px 0; } }
  .omnisend-form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0;
    width: 100%; }
    @media (max-width: 767.98px) {
      .omnisend-form__row {
        flex-wrap: wrap;
        justify-content: center; } }
  .omnisend-form__input, .omnisend-form__button {
    height: 47px; }
    @media (max-width: 1199.98px) {
      .omnisend-form__input, .omnisend-form__button {
        height: 44px; } }
    @media (max-width: 767.98px) {
      .omnisend-form__input, .omnisend-form__button {
        height: 34px; } }
  .omnisend-form__input {
    margin-right: 10px;
    padding: 5px 15px;
    width: 100%;
    border: 3px solid transparent;
    border-radius: 5px;
    color: var(--color-text-omnisend-original);
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.7px; }
    @media (max-width: 767.98px) {
      .omnisend-form__input {
        margin-right: 0;
        margin-bottom: 30px; } }
  .omnisend-form__button {
    flex-shrink: 0;
    padding: 5px 30px;
    width: 231px; }
    @media (max-width: 767.98px) {
      .omnisend-form__button {
        max-width: 100%;
        min-width: 208px;
        width: auto; } }
  .omnisend-form__checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 8px; }
  .omnisend-form .checkbox-custom {
    margin-right: 0;
    font-weight: 300;
    line-height: 1.25; }
    @media (max-width: 1199.98px) {
      .omnisend-form .checkbox-custom {
        font-size: 0.8125rem; } }
    @media (max-width: 767.98px) {
      .omnisend-form .checkbox-custom {
        font-size: 0.75rem; } }
    .omnisend-form .checkbox-custom__checkbox {
      border-radius: 5px; }
      .omnisend-form .checkbox-custom__checkbox::before {
        top: 2px;
        width: 8px;
        height: 11px; }
  .omnisend-form__error .omnisend-form__input {
    border-color: #c22b2c; }
  .omnisend-form__error .checkbox-custom__checkbox {
    border: 2px solid #c22b2c; }
  .omnisend-form__error-message {
    padding: 5px 8px;
    border-radius: 5px;
    color: #c22b2c; }
  .omnisend-form .grecaptcha-badge {
    visibility: hidden; }

.login-prompt-modal .modal-title {
  color: #221f1f; }
.login-prompt-modal .button-close {
  margin: 0 0 0 10px; }
.login-prompt-modal__text {
  margin: 0 0 30px;
  font-size: 1rem;
  font-weight: 300; }
  @media (max-width: 1199.98px) {
    .login-prompt-modal__text {
      margin-bottom: 15px;
      font-size: 0.9375rem; } }
  @media (max-width: 767.98px) {
    .login-prompt-modal__text {
      font-size: 0.875rem; } }
.login-prompt-modal__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 300;
  text-align: center; }
  .login-prompt-modal__buttons a:not([href]):not([tabindex]) {
    color: #fff; }
  @media (max-width: 1199.98px) {
    .login-prompt-modal__buttons {
      font-size: 0.875rem; }
      .login-prompt-modal__buttons .button-basic {
        width: 175px; } }
  @media (max-width: 767.98px) {
    .login-prompt-modal__buttons {
      font-size: 0.8125rem; } }
  .login-prompt-modal__buttons > *:not(:last-child) {
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .login-prompt-modal__buttons > *:not(:last-child) {
        margin-bottom: 8px; } }

.cc-window {
  font-family: "Inter", sans-serif;
  font-weight: 300; }
  .cc-window.cc-banner {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4); }
    .cc-window.cc-banner .cc-btn.cc-settings:hover, .cc-window.cc-banner .cc-btn.cc-allow:hover {
      background-color: #538f3f;
      border-color: transparent; }
  .cc-window .cc-btn {
    font-weight: 500; }
    .cc-window .cc-btn.cc-settings {
      background-color: #f7f7f7;
      border-color: transparent;
      color: #737577; }

.cc-settings-view {
  background: rgba(0, 0, 0, 0.3); }
  .cc-settings-view .cc-btn {
    font-size: 0.875rem;
    font-weight: 500; }
    .cc-settings-view .cc-btn.cc-btn-save-settings {
      background-color: var(--color-theme-main);
      border-color: transparent;
      color: #fff; }
      .cc-settings-view .cc-btn.cc-btn-save-settings:hover {
        background-color: #538f3f;
        border-color: transparent;
        color: #fff; }
  .cc-settings-view .cookie_settings_header {
    font-weight: 500; }
  .cc-settings-view .cc-settings-dialog {
    background: #f7f7f7;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
    color: #221f1f;
    font-weight: 300; }
    .cc-settings-view .cc-settings-dialog label {
      font-weight: 500; }

.slideshow2 {
  padding-top: 10px;
  margin-bottom: 36px; }
  @media (max-width: 991.98px) {
    .slideshow2 {
      margin-bottom: 20px; } }
  .slideshow2 > .container {
    position: relative; }
  @media (max-width: 991.98px) {
    .slideshow2 .swiper-pagination {
      bottom: 0; } }
  .slideshow2 .slideshow-slide {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 991.98px) {
      .slideshow2 .slideshow-slide {
        flex-flow: column-reverse;
        align-items: flex-start;
        gap: 0; } }
    .slideshow2 .slideshow-slide .slideshow-left {
      flex: 40%;
      padding-bottom: 70px; }
      @media (max-width: 991.98px) {
        .slideshow2 .slideshow-slide .slideshow-left {
          padding-bottom: 70px;
          padding-top: 24px;
          flex: 100%; } }
      .slideshow2 .slideshow-slide .slideshow-left .slideshow-title {
        font-size: 42px;
        color: #221f1f;
        font-family: "Quicksand", sans-serif;
        font-weight: 600; }
        @media (max-width: 991.98px) {
          .slideshow2 .slideshow-slide .slideshow-left .slideshow-title {
            font-size: 32px; } }
      .slideshow2 .slideshow-slide .slideshow-left .slideshow-description {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #524f4f;
        margin-top: 46px; }
        @media (max-width: 991.98px) {
          .slideshow2 .slideshow-slide .slideshow-left .slideshow-description {
            margin-top: 40px;
            font-size: 16px; } }
      .slideshow2 .slideshow-slide .slideshow-left .btn2 {
        margin-top: 46px; }
        @media (max-width: 991.98px) {
          .slideshow2 .slideshow-slide .slideshow-left .btn2 {
            margin-top: 36px; } }
    .slideshow2 .slideshow-slide .slideshow-right {
      position: relative;
      flex: 60%;
      background-image: url("/catalog/view/theme/default/image/slideshow_background.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 60px;
      padding-bottom: 60px;
      display: flex;
      align-items: center;
      max-height: 730px;
      height: 100vh; }
      @media (max-width: 1499.98px) {
        .slideshow2 .slideshow-slide .slideshow-right {
          max-height: 615px; } }
      @media (max-width: 1199.98px) {
        .slideshow2 .slideshow-slide .slideshow-right {
          max-height: 540px; } }
      @media (max-width: 991.98px) {
        .slideshow2 .slideshow-slide .slideshow-right {
          flex: 100%;
          padding-top: 50px;
          padding-bottom: 50px;
          max-height: unset;
          height: auto; } }
      @media (max-width: 767.98px) {
        .slideshow2 .slideshow-slide .slideshow-right {
          min-height: 500px;
          width: 100%; } }
      @media (max-width: 575.98px) {
        .slideshow2 .slideshow-slide .slideshow-right {
          min-height: 100vw; } }
      .slideshow2 .slideshow-slide .slideshow-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
  .slideshow2 .swiper {
    overflow: hidden;
    width: 100%; }
  .slideshow2 .swiper-nav-slideshow {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
    display: flex;
    gap: 14px; }
    @media (max-width: 991.98px) {
      .slideshow2 .swiper-nav-slideshow {
        /*padding-bottom: 73%;*/
        width: 100%;
        bottom: unset;
        top: 0;
        left: 0;
        right: unset; }
        .slideshow2 .swiper-nav-slideshow .button-swiper-next {
          position: absolute;
          /*top: 50%;
          transform: translateY(-50%);*/
          right: 20px; }
        .slideshow2 .swiper-nav-slideshow .button-swiper-prev {
          position: absolute;
          /*top: 50%;
          transform: translateY(-50%);*/
          left: 20px; } }
    .slideshow2 .swiper-nav-slideshow .swiper-button-lock {
      display: none !important; }
    .slideshow2 .swiper-nav-slideshow .btn2 .cls-1 {
      stroke: #6a6a6a !important; }
    .slideshow2 .swiper-nav-slideshow .btn2:hover .cls-1 {
      stroke: #ef8829 !important; }
  .slideshow2 .swiper-pag-slideshow {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    display: flex;
    gap: 14px; }
    .slideshow2 .swiper-pag-slideshow .swiper-pagination {
      position: relative; }
      .slideshow2 .swiper-pag-slideshow .swiper-pagination .swiper-pagination-bullet {
        background-color: var(--color-theme-main);
        margin: 0 9px;
        transition: 0.2s; }
        .slideshow2 .swiper-pag-slideshow .swiper-pagination .swiper-pagination-bullet:not(.slideshow2 .swiper-pag-slideshow .swiper-pagination .swiper-pagination-bullet-active):hover {
          background-color: #b7d5ad; }
        .slideshow2 .swiper-pag-slideshow .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #fff;
          box-shadow: 0 0 0 5px #ef8829; }

.home-category-nav {
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .home-category-nav {
      margin-bottom: 32px; } }
  .home-category-nav .swiper {
    overflow: hidden; }
    .home-category-nav .swiper .swiper-wrapper .swiper-slide {
      height: auto; }
      .home-category-nav .swiper .swiper-wrapper .swiper-slide .card-category-home {
        height: 100%; }
    @media (max-width: 991.98px) {
      .home-category-nav .swiper .swiper-wrapper {
        flex-flow: column; }
        .home-category-nav .swiper .swiper-wrapper .swiper-slide {
          width: 100% !important; }
          .home-category-nav .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
            margin-bottom: 20px; } }
    .home-category-nav .swiper:not(.swiper-container-initialized) .swiper-wrapper {
      display: flex; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home-category-nav .swiper:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
          width: 34%; }
          .home-category-nav .swiper:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:not(:last-child) {
            margin-right: 60px; } }
      @media (min-width: 1200px) {
        .home-category-nav .swiper:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
          flex: 33.3%; }
          .home-category-nav .swiper:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:not(:last-child) {
            margin-right: 60px; } }

.home-cta-block {
  margin-top: 72px;
  margin-bottom: 72px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .home-cta-block {
      margin-top: 42px;
      margin-bottom: 42px; } }
  .home-cta-block-content {
    padding: 50px 90px;
    background-color: #d6e8d0;
    border-radius: 40px;
    display: flex;
    color: #221f1f; }
    @media (max-width: 1499.98px) {
      .home-cta-block-content {
        padding: 50px 50px; } }
    @media (max-width: 1199.98px) {
      .home-cta-block-content {
        flex-flow: column; } }
    @media (max-width: 991.98px) {
      .home-cta-block-content {
        border-radius: 25px; } }
    @media (max-width: 767.98px) {
      .home-cta-block-content {
        padding: 40px; } }
    .home-cta-block-content .hleft {
      flex-shrink: 0; }
      @media (min-width: 1200px) {
        .home-cta-block-content .hleft {
          margin-right: 80px; } }
      @media (max-width: 1199.98px) {
        .home-cta-block-content .hleft {
          text-align: center; } }
      .home-cta-block-content .hleft .htitle {
        font-size: 42px;
        margin: 0;
        font-family: "Quicksand", sans-serif;
        font-weight: 600; }
        @media (max-width: 1499.98px) {
          .home-cta-block-content .hleft .htitle {
            font-size: 30px; } }
        @media (max-width: 1199.98px) {
          .home-cta-block-content .hleft .htitle {
            font-size: 32px; } }
      .home-cta-block-content .hleft .bottom-text {
        font-size: 24px;
        margin: 0;
        font-family: "Quicksand", sans-serif;
        font-weight: 500; }
        @media (max-width: 1499.98px) {
          .home-cta-block-content .hleft .bottom-text {
            font-size: 17px; } }
        @media (max-width: 1199.98px) {
          .home-cta-block-content .hleft .bottom-text {
            font-size: 24px; } }
    .home-cta-block-content .hright {
      flex: 65%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px; }
      @media (max-width: 1199.98px) {
        .home-cta-block-content .hright {
          margin-top: 16px;
          flex-flow: column;
          text-align: center; } }
      .home-cta-block-content .hright .phone-hours-container {
        display: flex;
        align-items: flex-end; }
        @media (max-width: 1199.98px) {
          .home-cta-block-content .hright .phone-hours-container {
            flex-flow: column;
            align-items: flex-start;
            text-align: left; } }
      .home-cta-block-content .hright .phone-block {
        display: flex;
        align-items: flex-start; }
        @media (max-width: 1199.98px) {
          .home-cta-block-content .hright .phone-block {
            margin-top: 16px; } }
        .home-cta-block-content .hright .phone-block svg {
          width: 53px !important;
          height: 53px !important;
          margin-right: 10px; }
          @media (max-width: 1499.98px) {
            .home-cta-block-content .hright .phone-block svg {
              width: 38px !important;
              height: 38px !important; } }
          @media (max-width: 1199.98px) {
            .home-cta-block-content .hright .phone-block svg {
              width: 43px !important;
              height: 43px !important; } }
        .home-cta-block-content .hright .phone-block .phone-number {
          font-size: 32px;
          font-weight: 400;
          margin: 0;
          margin-right: 10px; }
          @media (max-width: 1499.98px) {
            .home-cta-block-content .hright .phone-block .phone-number {
              font-size: 24px; } }
          @media (max-width: 1199.98px) {
            .home-cta-block-content .hright .phone-block .phone-number {
              font-size: 28px;
              margin-right: 0; } }
          .home-cta-block-content .hright .phone-block .phone-number a {
            color: #221f1f;
            white-space: nowrap; }
            .home-cta-block-content .hright .phone-block .phone-number a:hover {
              color: var(--color-theme-main); }
        .home-cta-block-content .hright .phone-block .work-hours {
          font-size: 16px;
          font-weight: 300;
          margin: 0;
          color: #545454; }
          @media (min-width: 1200px) {
            .home-cta-block-content .hright .phone-block .work-hours {
              margin-bottom: 4px;
              width: max-content; } }
          @media (max-width: 1499.98px) {
            .home-cta-block-content .hright .phone-block .work-hours {
              font-size: 13px; } }
          @media (max-width: 1199.98px) {
            .home-cta-block-content .hright .phone-block .work-hours {
              font-size: 14px; } }
      .home-cta-block-content .hright .or {
        font-size: 24px; }
        @media (max-width: 1499.98px) {
          .home-cta-block-content .hright .or {
            font-size: 20px; } }
        @media (max-width: 1199.98px) {
          .home-cta-block-content .hright .or {
            font-size: 24px;
            margin-top: 16px; } }
      .home-cta-block-content .hright .button-container {
        text-align: center; }
        @media (max-width: 1199.98px) {
          .home-cta-block-content .hright .button-container {
            margin-top: 16px; } }

.home-info-block-simple {
  position: relative;
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .home-info-block-simple {
      margin-bottom: 40px; } }
  .home-info-block-simple-content {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .home-info-block-simple-content {
        flex-flow: column; } }
    .home-info-block-simple-content .left {
      flex: 50%;
      background-image: url("/catalog/view/theme/default/image/info-block-simple-background.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 100px;
      padding-bottom: 100px;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .home-info-block-simple-content .left {
          min-height: 730px; } }
      @media (max-width: 991.98px) {
        .home-info-block-simple-content .left {
          padding-top: 20px;
          padding-bottom: 20px; } }
      .home-info-block-simple-content .left img {
        width: calc(100% - 130px); }
        @media (max-width: 991.98px) {
          .home-info-block-simple-content .left img {
            width: calc(100% - 35px); } }
    .home-info-block-simple-content .right {
      flex: 50%; }
      @media (min-width: 992px) {
        .home-info-block-simple-content .right {
          padding-left: 40px; } }
      @media (max-width: 991.98px) {
        .home-info-block-simple-content .right {
          margin-top: 12px; } }
      .home-info-block-simple-content .right .title {
        font-size: 42px;
        font-weight: 400;
        color: #221f1f;
        margin: 0;
        font-family: "Quicksand", sans-serif;
        font-weight: 600; }
        @media (max-width: 991.98px) {
          .home-info-block-simple-content .right .title {
            font-size: 24px; } }
      .home-info-block-simple-content .right .description {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        margin-top: 50px;
        color: #524f4f; }
        .home-info-block-simple-content .right .description p {
          font-size: 20px;
          line-height: 28px;
          font-weight: 400; }
        .home-info-block-simple-content .right .description b, .home-info-block-simple-content .right .description strong {
          font-weight: 700; }
        @media (max-width: 991.98px) {
          .home-info-block-simple-content .right .description {
            font-size: 16px;
            margin-top: 36px; }
            .home-info-block-simple-content .right .description p {
              font-size: 16px; } }
      .home-info-block-simple-content .right .button-container {
        margin-top: 50px; }
        @media (max-width: 991.98px) {
          .home-info-block-simple-content .right .button-container {
            margin-top: 36px; } }
  .home-info-block-simple .background-image-left {
    position: absolute;
    bottom: 140px;
    left: 40px;
    max-width: 7%;
    z-index: -1; }
    @media (max-width: 1499.98px) {
      .home-info-block-simple .background-image-left {
        left: 15px; } }
    @media (max-width: 991.98px) {
      .home-info-block-simple .background-image-left {
        display: none; } }

.home-info-block-list {
  position: relative;
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .home-info-block-list {
      margin-bottom: 40px; } }
  .home-info-block-list-content {
    padding: 90px;
    display: flex;
    background-image: url("/catalog/view/theme/default/image/svg/2/info_list_back.svg");
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    align-items: center; }
    @media (max-width: 991.98px) {
      .home-info-block-list-content {
        flex-flow: column;
        padding: 24px;
        border-radius: 25px; } }
    .home-info-block-list-content .left {
      flex: 50%;
      padding-right: 96px; }
      @media (max-width: 1199.98px) {
        .home-info-block-list-content .left {
          padding-right: 30px; } }
      @media (max-width: 991.98px) {
        .home-info-block-list-content .left {
          padding-right: 0px;
          flex: 100%;
          width: 100%; } }
      .home-info-block-list-content .left .title {
        font-size: 42px;
        font-weight: 600;
        color: #221f1f;
        font-family: "Quicksand", sans-serif;
        margin: 0; }
        @media (max-width: 991.98px) {
          .home-info-block-list-content .left .title {
            font-size: 24px; } }
      .home-info-block-list-content .left .description {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        margin-top: 50px;
        color: #524f4f; }
        .home-info-block-list-content .left .description p {
          font-size: 20px;
          line-height: 28px;
          font-weight: 400; }
        .home-info-block-list-content .left .description b, .home-info-block-list-content .left .description strong {
          font-weight: 700; }
        @media (max-width: 991.98px) {
          .home-info-block-list-content .left .description {
            font-size: 16px;
            margin-top: 30px; }
            .home-info-block-list-content .left .description p {
              font-size: 16px; } }
    .home-info-block-list-content .right {
      flex: 50%;
      padding-left: 96px; }
      @media (max-width: 1199.98px) {
        .home-info-block-list-content .right {
          padding-left: 30px; } }
      @media (max-width: 991.98px) {
        .home-info-block-list-content .right {
          padding-left: 0px;
          margin-top: 32px;
          flex: 100%;
          width: 100%; } }
      .home-info-block-list-content .right ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .home-info-block-list-content .right ul li, .home-info-block-list-content .right ul a {
          font-size: 28px;
          color: #221f1f;
          font-family: "Quicksand", sans-serif;
          font-weight: 600; }
          @media (max-width: 991.98px) {
            .home-info-block-list-content .right ul li, .home-info-block-list-content .right ul a {
              font-size: 16px; } }
        .home-info-block-list-content .right ul a:hover {
          color: #355d7b; }
          .home-info-block-list-content .right ul a:hover svg, .home-info-block-list-content .right ul a:hover path {
            fill: #355d7b; }
        .home-info-block-list-content .right ul li {
          padding-left: 16px; }
          .home-info-block-list-content .right ul li:not(:last-child) {
            padding-bottom: 32px;
            margin-bottom: 32px;
            border-bottom: 2px dashed #221f1f; }
            @media (max-width: 991.98px) {
              .home-info-block-list-content .right ul li:not(:last-child) {
                padding-bottom: 16px;
                margin-bottom: 16px; } }
          .home-info-block-list-content .right ul li svg {
            width: 46px;
            height: 28px;
            margin-right: 26px; }
            @media (max-width: 991.98px) {
              .home-info-block-list-content .right ul li svg {
                width: 27px;
                height: 17px; } }
  .home-info-block-list .background-image-right {
    position: absolute;
    top: -300px;
    right: 0;
    max-width: 27%;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .home-info-block-list .background-image-right {
        display: none; } }

.latest-block {
  position: relative;
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .latest-block {
      margin-bottom: 40px; } }
  .latest-block > .container {
    position: relative; }
  .latest-block .swiper {
    overflow: hidden; }
    .latest-block .swiper .swiper-wrapper .swiper-slide {
      height: auto; }
  .latest-block .swiper-pagination-custom2 {
    margin-top: 60px; }
  .latest-block .button-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .latest-block .button-swiper-prev {
        display: none; } }
  .latest-block .button-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .latest-block .button-swiper-next {
        display: none; } }
  .latest-block .categories-block {
    text-align: center;
    margin-bottom: 76px;
    margin-top: 42px;
    overflow-x: auto; }
    @media (max-width: 991.98px) {
      .latest-block .categories-block {
        margin-top: 26px;
        margin-bottom: 26px; } }
    .latest-block .categories-block::-webkit-scrollbar {
      width: 7px;
      height: 7px; }
    .latest-block .categories-block::-webkit-scrollbar-track {
      background: #f0f0f0;
      border-radius: 4px; }
    .latest-block .categories-block::-webkit-scrollbar-thumb {
      background-color: var(--color-theme-main);
      border-radius: 4px;
      border: 1px solid #f0f0f0; }
    .latest-block .categories-block ul {
      list-style: none;
      padding: 0;
      display: inline-flex;
      white-space: nowrap;
      margin-bottom: 8px; }
      .latest-block .categories-block ul li {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        padding: 10px 20px;
        color: #221f1f;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.2s; }
        .latest-block .categories-block ul li:not(.active):hover {
          color: var(--color-theme-main); }
        .latest-block .categories-block ul li.active {
          background-color: #d6e8d0; }
          .latest-block .categories-block ul li.active:hover {
            background-color: #b7d5ad; }
  .latest-block .background-image-right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 12%;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .latest-block .background-image-right {
        display: none; } }

.swiper-pagination-custom2 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px; }
  .swiper-pagination-custom2 .swiper-pagination {
    position: relative;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px; }
    .swiper-pagination-custom2 .swiper-pagination-lock {
      display: none; }
    .swiper-pagination-custom2 .swiper-pagination .swiper-pagination-bullet {
      background-color: var(--color-theme-main);
      margin: 0 9px;
      transition: 0.2s; }
      .swiper-pagination-custom2 .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-custom2 .swiper-pagination .swiper-pagination-bullet-active):hover {
        background-color: #b7d5ad; }
      .swiper-pagination-custom2 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
        box-shadow: 0 0 0 5px #ef8829; }
    @media (max-width: 767.98px) {
      .swiper-pagination-custom2 .swiper-pagination-responsive-sm .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px; }
        .swiper-pagination-custom2 .swiper-pagination-responsive-sm .swiper-pagination-bullet-active {
          outline-width: 3px; } }

.latest-news {
  position: relative;
  margin-bottom: 64px; }
  @media (max-width: 991.98px) {
    .latest-news {
      margin-bottom: 40px; } }
  .latest-news-content {
    display: flex; }
    @media (max-width: 991.98px) {
      .latest-news-content {
        flex-flow: column; } }
    @media (max-width: 991.98px) {
      .latest-news-content .button-container-desktop {
        display: none; } }
    .latest-news-content .button-container .btn-text {
      transition: 0.2s; }
      .latest-news-content .button-container .btn-text:hover {
        color: #ef8829 !important; }
        .latest-news-content .button-container .btn-text:hover .cls-1 {
          stroke: #ef8829 !important; }
    .latest-news-content .button-container-mobile {
      margin-top: 40px; }
      @media (min-width: 992px) {
        .latest-news-content .button-container-mobile {
          display: none; } }
      .latest-news-content .button-container-mobile .btn-text {
        font-size: 18px;
        font-weight: 600; }
    .latest-news-content .left {
      flex-shrink: 0; }
      @media (min-width: 992px) {
        .latest-news-content .left {
          padding-right: 30px;
          width: 35%; } }
      .latest-news-content .left .title {
        font-size: 42px;
        font-weight: 600;
        font-family: "Quicksand", sans-serif;
        margin: 0; }
        @media (max-width: 991.98px) {
          .latest-news-content .left .title {
            font-size: 24px; } }
      .latest-news-content .left .description {
        font-size: 16px;
        line-height: 28px;
        margin-top: 40px; }
        @media (max-width: 991.98px) {
          .latest-news-content .left .description {
            margin-top: 32px; } }
      .latest-news-content .left .button-container {
        margin-top: 40px; }
        .latest-news-content .left .button-container .btn-text {
          color: #221f1f;
          font-family: "Quicksand", sans-serif;
          font-weight: 600; }
          .latest-news-content .left .button-container .btn-text .cls-1 {
            stroke: #221f1f; }
          .latest-news-content .left .button-container .btn-text:hover {
            color: var(--color-theme-main); }
            .latest-news-content .left .button-container .btn-text:hover .cls-1 {
              stroke: var(--color-theme-main); }
    @media (min-width: 992px) {
      .latest-news-content .right {
        width: 65%; } }
    @media (max-width: 991.98px) {
      .latest-news-content .right {
        margin-top: 40px; } }
    .latest-news-content .right .swiper-latest-news {
      overflow: hidden; }
      .latest-news-content .right .swiper-latest-news .swiper-slide {
        height: auto; }
        .latest-news-content .right .swiper-latest-news .swiper-slide .card-news {
          height: 100%; }
      .latest-news-content .right .swiper-latest-news:not(.swiper-container-initialized) .swiper-slide {
        width: calc(50% - 30px); }
        .latest-news-content .right .swiper-latest-news:not(.swiper-container-initialized) .swiper-slide:not(:last-child) {
          margin-right: 60px; }
        @media (max-width: 991.98px) {
          .latest-news-content .right .swiper-latest-news:not(.swiper-container-initialized) .swiper-slide {
            width: calc(65% - 13px); }
            .latest-news-content .right .swiper-latest-news:not(.swiper-container-initialized) .swiper-slide:not(:last-child) {
              margin-right: 26px; } }
  .latest-news .background-image-left {
    position: absolute;
    top: -350px;
    left: 0;
    max-width: 12%;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .latest-news .background-image-left {
        display: none; } }

.side-category-block {
  background-color: #fef8e0;
  padding: 28px 20px;
  border-radius: 40px;
  margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .side-category-block {
      display: none; } }
  .side-category-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .side-category-block ul li {
      color: #524f4f;
      position: relative;
      padding-left: 20px;
      padding-bottom: 14px;
      padding-top: 14px;
      font-family: "Quicksand", sans-serif;
      font-weight: 600; }
      .side-category-block ul li:not(:last-child) {
        border-bottom: 2px dashed #524f4f; }
      .side-category-block ul li:before {
        content: '\2022';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        font-size: 23px; }
      .side-category-block ul li a {
        color: #524f4f;
        font-size: 16px;
        font-family: "Quicksand", sans-serif; }
        .side-category-block ul li a:hover {
          color: #ef8829; }
        .side-category-block ul li a.active {
          color: #ef8829; }
      .side-category-block ul li.previous {
        padding-left: 0;
        margin-left: -8px; }
        .side-category-block ul li.previous:before {
          content: ''; }
        .side-category-block ul li.previous a {
          display: inline-flex;
          align-items: center; }
          .side-category-block ul li.previous a svg, .side-category-block ul li.previous a path {
            fill: #524f4f; }
          .side-category-block ul li.previous a:hover svg, .side-category-block ul li.previous a:hover path {
            fill: #ef8829; }
          .side-category-block ul li.previous a svg {
            width: 20px;
            height: 20px;
            margin-right: 6px; }

.pagination2 {
  display: flex;
  padding-left: 0;
  padding-right: 8px;
  flex-wrap: wrap; }
  .pagination2-container {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 40px;*/ }
    @media (max-width: 1699.98px) {
      .pagination2-container {
        margin-bottom: 20px; } }
  .pagination2-navigation {
    flex-wrap: nowrap;
    flex-shrink: 0; }
  .pagination2 > li {
    display: block;
    padding: 0; }
    .pagination2 > li::before {
      content: none; }
    .pagination2 > li:not(:last-child) {
      margin-right: 5px; }
      @media (max-width: 767.98px) {
        .pagination2 > li:not(:last-child) {
          margin-right: 7px; } }
    .pagination2 > li > a, .pagination2 > li span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 51px;
      height: 49px;
      background-color: #d6e8d0;
      border-radius: 50px;
      color: #524f4f;
      font-size: 1.25rem;
      font-family: "Quicksand", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      transition: .2s;
      margin-top: 5px; }
      @media (max-width: 1199.98px) {
        .pagination2 > li > a, .pagination2 > li span {
          width: 46px;
          height: 44px; } }
      @media (max-width: 767.98px) {
        .pagination2 > li > a, .pagination2 > li span {
          width: 41px;
          height: 39px;
          margin-top: 7px;
          font-size: 1rem; } }
      .pagination2 > li > a.disabled, .pagination2 > li span.disabled {
        background-color: #f7f7f7;
        pointer-events: none; }
        .pagination2 > li > a.disabled svg, .pagination2 > li span.disabled svg {
          opacity: 0.5; }
      .pagination2 > li > a svg, .pagination2 > li span svg {
        color: #524f4f;
        transition: .2s; }
        .pagination2 > li > a svg path, .pagination2 > li span svg path {
          fill: #524f4f;
          transition: .2s; }
    .pagination2 > li > a:hover, .pagination2 > li.active > * {
      background-color: #fff;
      color: #221f1f;
      border: 5px solid #ef8829; }
      .pagination2 > li > a:hover svg, .pagination2 > li.active > * svg {
        color: #221f1f; }
        .pagination2 > li > a:hover svg path, .pagination2 > li.active > * svg path {
          fill: #221f1f; }
  .pagination2-divider {
    display: flex;
    align-items: center;
    height: 100%; }
    .pagination2-divider::before {
      content: "\2022\2022\2022";
      margin: 0 3px;
      font-size: 0.6875rem;
      letter-spacing: 1px; }

.table2 {
  width: 100%; }
  .table2 thead th {
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      .table2 thead th {
        font-size: 14px; } }
  .table2 tbody td {
    font-size: 16px;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .table2 tbody td {
        font-size: 12px; } }
  .table2 td, .table2 th {
    padding: 10px; }
    .table2 td:first-child, .table2 th:first-child {
      border-radius: 5px 0 0 5px; }
    .table2 td:last-child, .table2 th:last-child {
      border-radius: 0 5px 5px 0; }
  .table2 th {
    padding: 10px 0; }

.table2-list td:last-child {
  font-weight: 600; }

.table2-container {
  border-radius: 40px;
  padding: 15px 30px;
  padding-bottom: 28px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .table2-container {
      border-radius: 25px;
      padding: 15px 20px;
      padding-bottom: 24px; } }
  .table2-container-blue {
    background-color: #d3e9fa;
    color: #524f4f; }
    .table2-container-blue tbody tr:nth-child(2n + 1) {
      background-color: #fff;
      border-radius: 5px; }

.modal-form .modal-header {
  padding: 28px 40px;
  padding-bottom: 36px;
  border-bottom: unset;
  flex-flow: column; }
  .modal-form .modal-header .modal-description {
    font-size: 18px;
    color: #524f4f;
    margin-top: 20px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .modal-form .modal-header .modal-description {
        font-size: 14px; } }
.modal-form .modal-body {
  padding: 0 40px;
  padding-bottom: 40px; }
  .modal-form .modal-body .modal-form-groups > *:not(:last-child) {
    margin-bottom: 26px; }
  .modal-form .modal-body textarea {
    resize: none; }
.modal-form .modal-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  padding-right: 48px;
  font-family: "Quicksand", sans-serif; }
  @media (max-width: 767.98px) {
    .modal-form .modal-title {
      font-size: 28px;
      line-height: 34px; } }
.modal-form .modal-content {
  border-radius: 40px;
  border-color: #f7f7f7; }
  @media (max-width: 991.98px) {
    .modal-form .modal-content {
      border-radius: 25px; } }
.modal-form .modal-dialog {
  max-width: 678px; }
.modal-form .button-form-close {
  position: absolute;
  top: 16px;
  right: 16px; }
  .modal-form .button-form-close:hover svg {
    opacity: 0.6; }
  .modal-form .button-form-close svg {
    width: 19px;
    height: 19px; }
    .modal-form .button-form-close svg path {
      fill: #221f1f; }
@media (max-width: 991.98px) {
  .modal-form .form-check-label {
    font-size: 14px; } }

.panel-form {
  padding: 40px;
  box-shadow: 0px 0px 11px -4px grey;
  width: 100%;
  border-radius: 40px;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .panel-form {
      border-radius: 25px;
      padding: 25px; } }
  .panel-form .panel-form__heading {
    font-size: 36px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 30px;
    color: #221f1f; }
    @media (max-width: 991.98px) {
      .panel-form .panel-form__heading {
        font-size: 22px; } }
  .panel-form .panel-form__body .panel-group:not(:last-child) {
    margin-bottom: 12px; }
  .panel-form .panel-form__body .panel-group label {
    font-size: 16px;
    line-height: 24px;
    color: #524f4f;
    font-weight: 400;
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .panel-form .panel-form__body .panel-group label {
        font-size: 12px; } }
  .panel-form .panel-form__body .panel-group .form-control {
    font-size: 12px; }
  .panel-form .panel-form__body .panel-group textarea {
    resize: none; }
  .panel-form .panel-form__body .panel-group-agree {
    margin-top: 30px;
    margin-bottom: 30px !important; }
    @media (max-width: 991.98px) {
      .panel-form .panel-form__body .panel-group-agree {
        margin-top: 16px;
        margin-bottom: 16px !important; } }
    .panel-form .panel-form__body .panel-group-agree label {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .panel-form .panel-form__body .panel-group-agree label {
          font-size: 12px;
          line-height: 17px; } }
    .panel-form .panel-form__body .panel-group-agree .form-check-input {
      margin-right: 12px; }
      @media (max-width: 991.98px) {
        .panel-form .panel-form__body .panel-group-agree .form-check-input {
          width: 16px;
          height: 16px; } }

/* Other generic styles, that are in multiple pages */
.page__socials {
  display: flex;
  align-items: flex-end;
  font-size: inherit;
  font-weight: inherit; }
.page__social-link {
  display: block;
  margin: 0 0 4px 20px; }
  .page__social-link:hover svg {
    color: var(--color-theme-main); }
    .page__social-link:hover svg path {
      fill: var(--color-theme-main); }
  .page__social-link svg {
    color: #353535; }
    .page__social-link svg path {
      transition: .2s;
      fill: #353535; }
.page-empty {
  font-size: 1rem;
  font-weight: 300;
  text-align: center; }
  .page-empty p {
    margin: 30px 0; }

.template-news-item .page__socials,
.template-text-page .page__socials,
.template-landing-page .page__socials {
  margin-top: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid #616161;
  font-size: 0.9375rem;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    .template-news-item .page__socials,
    .template-text-page .page__socials,
    .template-landing-page .page__socials {
      margin-top: 20px;
      padding-bottom: 25px; } }
  .template-news-item .page__socials + .button-back,
  .template-text-page .page__socials + .button-back,
  .template-landing-page .page__socials + .button-back {
    margin-top: 28px; }
    @media (max-width: 767.98px) {
      .template-news-item .page__socials + .button-back,
      .template-text-page .page__socials + .button-back,
      .template-landing-page .page__socials + .button-back {
        margin-top: 20px; } }

.template-news-item .home-cta-block {
  margin-top: 30px; }

.template-news-list h1 {
  margin-bottom: 26px; }
  @media (max-width: 767.98px) {
    .template-news-list h1 {
      margin-bottom: 15px; } }

.news-list__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 74px 0;
  gap: 60px; }
  @media (max-width: 1499.98px) {
    .news-list__row {
      margin: 50px 0; } }
  @media (max-width: 1199.98px) {
    .news-list__row {
      margin: 30px 0;
      gap: 30px; } }
  @media (max-width: 767.98px) {
    .news-list__row {
      margin: 15px 0 30px;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .news-list__row {
      grid-template-columns: repeat(1, 1fr); } }
  .news-list__row .news-card {
    margin-right: 26px;
    /* Every 3rd */
    /* Every 2nd */
    /* Not last 3 */
    /* Not last 2 */ }
    @media (max-width: 1499.98px) {
      .news-list__row .news-card {
        margin-right: 20px; } }
    @media (max-width: 1199.98px) {
      .news-list__row .news-card {
        margin-right: 15px; } }
    @media (max-width: 991.98px) {
      .news-list__row .news-card {
        margin-right: 15px; } }
    @media (max-width: 575.98px) {
      .news-list__row .news-card {
        margin-right: 12px; } }
    .news-list__row .news-card:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 991.98px) {
        .news-list__row .news-card:nth-child(3n) {
          margin-right: 15px; } }
      @media (max-width: 575.98px) {
        .news-list__row .news-card:nth-child(3n) {
          margin-right: 12px; } }
    @media (max-width: 991.98px) {
      .news-list__row .news-card:nth-child(2n) {
        margin-right: 0; } }
    .news-list__row .news-card:not(:nth-last-child(-n+3)) {
      margin-bottom: 68px; }
      @media (max-width: 1499.98px) {
        .news-list__row .news-card:not(:nth-last-child(-n+3)) {
          margin-bottom: 50px; } }
      @media (max-width: 1199.98px) {
        .news-list__row .news-card:not(:nth-last-child(-n+3)) {
          margin-bottom: 30px; } }
      @media (max-width: 991.98px) {
        .news-list__row .news-card:not(:nth-last-child(-n+3)) {
          margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      .news-list__row .news-card:not(:nth-last-child(-n+2)) {
        margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      .news-list__row .news-card:not(:nth-last-child(-n+2)) {
        margin-bottom: 12px; } }
  .news-list__row .card-news {
    height: 100%; }
    .news-list__row .card-news .dashed-line {
      margin-top: auto; }
.news-list__empty {
  margin: 50px 0;
  font-size: 1rem;
  font-weight: 300;
  text-align: center; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news-main .news-card {
    margin-right: 0; } }
.news-main .news-card a {
  display: flex; }
  @media (max-width: 575.98px) {
    .news-main .news-card a {
      flex-wrap: wrap; } }
  .news-main .news-card a .news-card__image {
    flex-basis: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px; }
    .news-main .news-card a .news-card__image img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media (max-width: 575.98px) {
      .news-main .news-card a .news-card__image {
        flex-basis: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0; } }
  .news-main .news-card a .news-card__content {
    flex-basis: 50%;
    padding: 46px 62px; }
    @media (max-width: 1699.98px) {
      .news-main .news-card a .news-card__content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 1499.98px) {
      .news-main .news-card a .news-card__content {
        padding: 30px; } }
    @media (max-width: 991.98px) {
      .news-main .news-card a .news-card__content {
        padding: 20px; } }
    @media (max-width: 575.98px) {
      .news-main .news-card a .news-card__content {
        padding: 20px 12px; } }
    @media (max-width: 575.98px) {
      .news-main .news-card a .news-card__content {
        flex-basis: 100%; } }
  .news-main .news-card a .news-card__info {
    margin-bottom: 35px;
    height: auto; }
    @media (max-width: 1499.98px) {
      .news-main .news-card a .news-card__info {
        margin-bottom: 20px; } }
    @media (max-width: 575.98px) {
      .news-main .news-card a .news-card__info {
        margin-bottom: 0;
        flex-wrap: nowrap; }
        .news-main .news-card a .news-card__info > *:not(:first-child) {
          margin-left: 20px; }
          .news-main .news-card a .news-card__info > *:not(:first-child)::before {
            content: ''; } }
  @media (max-width: 575.98px) {
    .news-main .news-card a .news-card__date {
      font-size: 0.8125rem; } }
  .news-main .news-card a .news-card__title {
    -webkit-line-clamp: 3;
    margin-bottom: 35px;
    max-height: 90px;
    height: auto;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25; }
    @media (max-width: 1499.98px) {
      .news-main .news-card a .news-card__title {
        margin-bottom: 20px; } }
    @media (max-width: 1199.98px) {
      .news-main .news-card a .news-card__title {
        font-size: 1.25rem;
        max-height: 75px; } }
    @media (max-width: 767.98px) {
      .news-main .news-card a .news-card__title {
        font-size: 1rem;
        max-height: 60px; } }
  .news-main .news-card a .news-card__description {
    -webkit-line-clamp: 4;
    margin-bottom: 40px;
    max-height: 96px;
    height: auto; }
    @media (max-width: 1499.98px) {
      .news-main .news-card a .news-card__description {
        margin-bottom: 20px; } }
    @media (max-width: 991.98px) {
      .news-main .news-card a .news-card__description {
        -webkit-line-clamp: 3;
        max-height: 72px; } }
    @media (max-width: 575.98px) {
      .news-main .news-card a .news-card__description {
        display: -webkit-box; } }
.news-block {
  padding: 35px 0;
  background-color: #f7f7f7; }
  @media (max-width: 767.98px) {
    .news-block {
      padding: 20px 0; } }
  .news-block__title {
    margin-bottom: 35px; }
    @media (max-width: 767.98px) {
      .news-block__title {
        margin-bottom: 20px; } }
  .news-block__row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 68px; }
    @media (max-width: 1199.98px) {
      .news-block__row {
        column-gap: 15px;
        row-gap: 30px; } }
    @media (max-width: 991.98px) {
      .news-block__row {
        column-gap: 15px;
        row-gap: 30px; } }
  .news-block__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px; }
    @media (max-width: 767.98px) {
      .news-block__buttons {
        margin-top: 20px; } }
    .news-block__buttons > *:not(:last-child) {
      margin-right: 15px; }
  @media (max-width: 767.98px) {
    .news-block .news-card__title {
      margin-bottom: 22px; } }
  @media (max-width: 575.98px) {
    .news-block .news-card__info {
      flex-wrap: nowrap;
      margin-bottom: 5px;
      height: 35px; }
      .news-block .news-card__info > *:not(:first-child) {
        margin-left: 20px; }
        .news-block .news-card__info > *:not(:first-child)::before {
          content: ''; } }
  @media (max-width: 575.98px) {
    .news-block .news-card__category {
      margin-bottom: 0;
      height: auto;
      overflow: visible; } }
  @media (max-width: 575.98px) {
    .news-block .news-card__date {
      font-size: 0.8125rem;
      white-space: nowrap; } }
.news-card {
  flex-basis: calc(33.33% - (26px * 2 / 3));
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 5px 3px #dddddd;
  color: #221f1f;
  transition: .2s; }
  @media (max-width: 1199.98px) {
    .news-card {
      flex-basis: calc(33.33% - (15px * 2 / 3)); } }
  @media (max-width: 991.98px) {
    .news-card {
      flex-basis: calc(50% - (15px / 2)); } }
  .news-card:hover, .news-card:focus {
    box-shadow: 0 0 8px 6px #bbbbbb; }
    .news-card:hover .news-card__content, .news-card:focus .news-card__content {
      color: #221f1f; }
  .news-card > a {
    display: block;
    border-radius: 5px; }
  .news-card__image {
    display: flex;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #221f1f;
    overflow: hidden; }
    .news-card__image img {
      width: 100%;
      color: #221f1f;
      text-align: center; }
  .news-card__content {
    padding: 26px 24px 35px;
    color: #221f1f;
    font-weight: 300;
    transition: .2s; }
    @media (max-width: 1199.98px) {
      .news-card__content {
        padding: 20px 15px; } }
    @media (max-width: 767.98px) {
      .news-card__content {
        padding: 20px 12px; } }
    @media (max-width: 575.98px) {
      .news-card__content {
        padding: 12px; } }
  .news-card__info {
    display: flex;
    /*margin-bottom: 5px;*/
    margin-bottom: 10px;
    height: 35px;
    font-size: 0.875rem;
    letter-spacing: 0.8px; }
    @media (max-width: 767.98px) {
      .news-card__info {
        font-size: 0.8125rem; } }
    @media (max-width: 575.98px) {
      .news-card__info {
        flex-wrap: wrap;
        margin-bottom: 20px;
        height: 51px; }
        .news-card__info > * {
          flex-basis: 100%; } }
    .news-card__info > *:not(:first-child) {
      position: relative;
      margin-left: 35px; }
      .news-card__info > *:not(:first-child)::before {
        content: "";
        display: block;
        position: absolute;
        /*top: 50%;*/
        top: 8px;
        /* switched to static for text wrapping to new lines */
        left: -19px;
        height: 14px;
        width: 2px;
        background-color: #a4a5a6;
        transform: translateY(-50%); }
      @media (max-width: 1199.98px) {
        .news-card__info > *:not(:first-child) {
          margin-left: 20px; }
          .news-card__info > *:not(:first-child)::before {
            left: -10px; } }
      @media (max-width: 575.98px) {
        .news-card__info > *:not(:first-child) {
          margin-left: 0; }
          .news-card__info > *:not(:first-child)::before {
            content: none; } }
  .news-card__category {
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .news-card__category {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 3px;
        height: 32px;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .news-card__date {
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .news-card__date {
        white-space: normal; } }
    @media (max-width: 575.98px) {
      .news-card__date {
        font-size: 0.75rem; } }
  .news-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 25px;
    height: 42px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1199.98px) {
      .news-card__title {
        height: 37px;
        font-size: 1rem; } }
    @media (max-width: 767.98px) {
      .news-card__title {
        -webkit-line-clamp: 3;
        /*margin-bottom: 22px;*/
        margin-bottom: 15px;
        height: 48px;
        font-size: 0.875rem; } }
  .news-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 32px;
    height: 72px;
    color: #737577;
    font-weight: 300;
    line-height: 1.714;
    overflow: hidden;
    text-overflow: ellipsis; }
    .news-card__description b, .news-card__description strong {
      font-weight: 600; }
    @media (max-width: 767.98px) {
      .news-card__description {
        font-size: 0.8125rem;
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .news-card__description {
        display: none; } }
.news-item__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 38px; }
  @media (max-width: 1199.98px) {
    .news-item__row {
      column-gap: 30px; } }
  @media (max-width: 991.98px) {
    .news-item__row {
      column-gap: 20px; } }
  @media (max-width: 767.98px) {
    .news-item__row {
      flex-wrap: wrap; } }
.news-item__content {
  width: calc(100% - 360px - 38px);
  flex-shrink: 1; }
  @media (max-width: 1199.98px) {
    .news-item__content {
      width: calc(100% - 280px - 30px); } }
  @media (max-width: 991.98px) {
    .news-item__content {
      width: calc(100% - 280px - 20px); } }
  @media (max-width: 767.98px) {
    .news-item__content {
      width: 100%; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .news-item__content {
      margin-right: 34px; } }
  .news-item__content .swiper-button-prev,
  .news-item__content .swiper-button-next {
    background-color: #f7f7f7; }
    .news-item__content .swiper-button-prev:hover,
    .news-item__content .swiper-button-next:hover {
      background-color: white; }
      .news-item__content .swiper-button-prev:hover svg path,
      .news-item__content .swiper-button-next:hover svg path {
        fill: var(--color-theme-main); }
    .news-item__content .swiper-button-prev svg path,
    .news-item__content .swiper-button-next svg path {
      fill: #b2b2b2; }
    @media (max-width: 991.98px) {
      .news-item__content .swiper-button-prev,
      .news-item__content .swiper-button-next {
        background-color: transparent; }
        .news-item__content .swiper-button-prev:hover,
        .news-item__content .swiper-button-next:hover {
          background-color: transparent; } }
  @media (max-width: 991.98px) {
    .news-item__content .swiper-button-prev,
    .news-item__content .swiper-button-next {
      background-color: #f7f7f7; }
      .news-item__content .swiper-button-prev:hover,
      .news-item__content .swiper-button-next:hover {
        background-color: white; } }
  @media (max-width: 767.98px) {
    .news-item__content .swiper-button-prev,
    .news-item__content .swiper-button-next {
      width: 30px;
      height: 30px; } }
  @media (max-width: 767.98px) {
    .news-item__content .swiper-button-next {
      padding-left: 2px; } }
.news-item__sidebar {
  flex-basis: 360px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0px 16px 15px 23px;
  border-radius: 5px;
  font-weight: 300; }
  @media (max-width: 1499.98px) {
    .news-item__sidebar {
      padding: 0px 15px 15px; } }
  @media (max-width: 1199.98px) {
    .news-item__sidebar {
      flex-basis: 280px; } }
  @media (max-width: 991.98px) {
    .news-item__sidebar {
      padding-top: 0px; } }
  @media (max-width: 767.98px) {
    .news-item__sidebar {
      flex-basis: 100%;
      margin-top: 30px;
      padding: 15px 12px 0; } }
  .news-item__sidebar-list {
    padding-top: 36px; }
    @media (max-width: 1499.98px) {
      .news-item__sidebar-list {
        padding-top: 26px; } }
    @media (max-width: 575.98px) {
      .news-item__sidebar-list {
        padding-top: 16px; } }
    .news-item__sidebar-list--empty {
      padding-bottom: 25px; }
      @media (max-width: 1499.98px) {
        .news-item__sidebar-list--empty {
          padding-bottom: 20px; } }
    .news-item__sidebar-list .news-card {
      margin-right: 0;
      margin-bottom: 28px;
      box-shadow: none; }
      .news-item__sidebar-list .news-card:not(:last-of-type) {
        border-bottom: 1px solid #616161; }
      @media (max-width: 991.98px) {
        .news-item__sidebar-list .news-card {
          margin-bottom: 20px; } }
      .news-item__sidebar-list .news-card > a {
        border-radius: 0; }
        .news-item__sidebar-list .news-card > a:hover .news-card__info,
        .news-item__sidebar-list .news-card > a:hover .news-card__title {
          color: var(--color-theme-main); }
      .news-item__sidebar-list .news-card__content {
        padding: 0; }
      .news-item__sidebar-list .news-card__info {
        margin-bottom: 13px;
        height: auto;
        transition: .2s; }
        @media (max-width: 575.98px) {
          .news-item__sidebar-list .news-card__info {
            flex-wrap: nowrap; }
            .news-item__sidebar-list .news-card__info > * {
              flex-basis: auto; }
              .news-item__sidebar-list .news-card__info > *:not(:first-child) {
                margin-left: 20px; }
                .news-item__sidebar-list .news-card__info > *:not(:first-child)::before {
                  content: ''; } }
      @media (max-width: 575.98px) {
        .news-item__sidebar-list .news-card__category {
          height: auto; } }
      .news-item__sidebar-list .news-card__title {
        -webkit-line-clamp: 3;
        margin-bottom: 28px;
        max-height: 56px;
        height: auto;
        font-size: 1rem;
        font-weight: 500;
        transition: .2s; }
        @media (max-width: 991.98px) {
          .news-item__sidebar-list .news-card__title {
            margin-bottom: 20px; } }
        @media (max-width: 575.98px) {
          .news-item__sidebar-list .news-card__title {
            font-size: 0.875rem; } }
  .news-item__sidebar .card-news-side:not(:last-child) {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 2px dashed #a5a5a5; }
  .news-item__sidebar .card-news-side .cdate {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-theme-main); }
  .news-item__sidebar .card-news-side .ctitle {
    font-size: 18px;
    font-weight: 500;
    color: #221f1f;
    margin-top: 12px; }
    .news-item__sidebar .card-news-side .ctitle a {
      color: #221f1f;
      transition: 0.2s; }
      .news-item__sidebar .card-news-side .ctitle a:hover {
        color: var(--color-theme-main); }
  .news-item__sidebar .heading-basic {
    margin-bottom: 0; }
.news-item__info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  margin: 28px 0 28px;
  color: #221f1f;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.8px; }
  @media (max-width: 1199.98px) {
    .news-item__info {
      margin: 20px 0; } }
  .news-item__info > *:not(:first-child) {
    position: relative;
    margin-left: 35px; }
    .news-item__info > *:not(:first-child)::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: -19px;
      height: 14px;
      width: 2px;
      background-color: #a4a5a6;
      transform: translateY(-50%); }
.news-item__date {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-theme-main); }
.news-item__description {
  font-size: 18px;
  color: #524f4f;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .news-item__description {
      font-size: 16px; } }
  .news-item__description p {
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .news-item__description p {
        font-size: 16px; } }
  .news-item__description h1, .news-item__description h2, .news-item__description h3, .news-item__description h4, .news-item__description h5 {
    font-family: "Quicksand", sans-serif; }
.news-item__youtube-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991.98px) {
    .news-item__youtube-container {
      width: 100%; } }
.news-item__heading {
  font-size: 30px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #221f1f;
  margin-bottom: 34px; }
  @media (max-width: 991.98px) {
    .news-item__heading {
      font-size: 24px; } }
.news-item__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media (max-width: 991.98px) {
    .news-item__gallery {
      gap: 15px; } }
  .news-item__gallery .responsive-image {
    padding-bottom: 85%; }
    .news-item__gallery .responsive-image .more-number {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 33px;
      font-weight: 300;
      font-family: "Quicksand", sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 20px; }
  .news-item__gallery img {
    border-radius: 20px;
    object-fit: cover; }
.news-item__products {
  margin-top: 115px; }
  @media (max-width: 991.98px) {
    .news-item__products {
      margin-top: 40px; } }
  @media (max-width: 767.98px) {
    .news-item__products-desktop {
      display: none; } }
  @media (min-width: 768px) {
    .news-item__products-mobile {
      display: none;
      display: none; } }
  .news-item__products .swiper {
    overflow: hidden; }
  .news-item__products .swiper-pagination-custom2 {
    margin-top: 36px; }
    @media (max-width: 767.98px) {
      .news-item__products .swiper-pagination-custom2 {
        display: none; } }
.news-item__category {
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .news-item__category {
      max-width: calc(50% - (30px / 2)); } }
@media (max-width: 1199.98px) {
  .news-item__date {
    max-width: calc(50% - (30px / 2)); } }
@media (max-width: 1199.98px) {
  .news-item__author {
    width: 100%; }
    .news-item__author:last-child {
      margin-left: 0; }
      .news-item__author:last-child::before {
        content: none; } }
.news-item__title {
  margin-bottom: 35px;
  font-size: 1.125rem;
  line-height: 1.15; }
.news-item__image {
  margin-bottom: 32px; }
  @media (max-width: 1199.98px) {
    .news-item__image {
      margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .news-item__image {
      margin-bottom: 18px; } }
  .news-item__image img {
    border-radius: 40px; }
    @media (max-width: 991.98px) {
      .news-item__image img {
        border-radius: 25px; } }

.product-list #column-left,
.product-list #content,
.product-list #column-right {
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 767.98px) {
    .product-list #column-left,
    .product-list #content,
    .product-list #column-right {
      padding-right: 7.5px;
      padding-left: 7.5px; } }
.product-list #column-left {
  flex-basis: 330px;
  flex-shrink: 0;
  max-width: 330px; }
  @media (max-width: 991.98px) {
    .product-list #column-left {
      flex-basis: 0;
      flex-grow: 0;
      padding: 0;
      max-width: 0;
      overflow: hidden; } }
  .product-list #column-left + #content {
    max-width: calc(100% - 330px); }
    @media (max-width: 991.98px) {
      .product-list #column-left + #content {
        max-width: 100%; } }
.product-list #content {
  flex-basis: 100%;
  flex-shrink: 1; }
  @media (min-width: 992px) {
    .product-list #content {
      padding-left: 30px; } }
  @media (max-width: 991.98px) {
    .product-list #content h1.heading-basic {
      font-size: 32px;
      margin-bottom: 15px; } }
.product-list #column-right {
  /* currently not used, added just in case */
  flex-basis: 330px;
  flex-shrink: 0;
  max-width: 330px; }
  @media (max-width: 991.98px) {
    .product-list #column-right {
      flex-basis: 0;
      flex-grow: 0;
      padding: 0;
      max-width: 0;
      overflow: hidden; } }
.product-list-content__row {
  flex-wrap: nowrap;
  margin: 0 -10px; }
  @media (max-width: 767.98px) {
    .product-list-content__row {
      margin: 0 -7.5px; } }
  .product-list-content__row .heading-basic {
    font-size: 36px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif; }
    @media (max-width: 991.98px) {
      .product-list-content__row .heading-basic {
        font-size: 24px; } }
.product-list__row {
  margin: 0 -10px; }
  @media (max-width: 767.98px) {
    .product-list__row {
      margin: 0 -7.5px; } }
.product-list__col {
  margin-bottom: 40px;
  padding: 0 10px;
  flex-basis: 33.33%;
  flex-shrink: 0;
  flex-grow: 0; }
  @media (max-width: 1499.98px) {
    .product-list__col {
      margin-bottom: 20px; } }
  @media (max-width: 1199.98px) {
    .product-list__col {
      flex-basis: 50%; } }
  @media (max-width: 991.98px) {
    .product-list__col {
      flex-basis: 33.33%; } }
  @media (max-width: 767.98px) {
    .product-list__col {
      margin-bottom: 15px;
      padding: 0 7.5px; } }
  @media (max-width: 575.98px) {
    .product-list__col {
      flex-basis: 50%; } }
.product-list__top-wrapper {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .product-list__top-wrapper {
      display: flex;
      flex-direction: column; }
      .product-list__top-wrapper d_ajax_filter_selected {
        order: 2;
        margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .product-list__top-wrapper d_ajax_filter_selected {
      margin-bottom: 12px; } }
.product-list__sort-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .product-list__sort-row {
      order: 3; } }
  @media (min-width: 992px) {
    .product-list__sort-row--mobile {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .product-list__sort-row--mobile {
      order: 1; } }
  .product-list__sort-row--mobile .product-list__sort,
  .product-list__sort-row--mobile .product-list__filter-toggle-wrapper,
  .product-list__sort-row--mobile .product-list__limit {
    width: 50%;
    padding-right: 6px; }
  .product-list__sort-row--mobile .product-list__sort {
    border-radius: 10px; }
    .product-list__sort-row--mobile .product-list__sort .product-list__select-row {
      border-radius: 10px; }
      @media (max-width: 991.98px) {
        .product-list__sort-row--mobile .product-list__sort .product-list__select-row {
          min-height: 44px;
          background: #f7f7f7; }
          .product-list__sort-row--mobile .product-list__sort .product-list__select-row select {
            display: none; } }
  .product-list__sort-row--mobile .product-list__limit {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .product-list__sort-row + .product-list__sort-row .product-list__select-row {
      margin-top: 0; } }
.product-list__sort .select2-container {
  width: auto !important; }
  @media (min-width: 1200px) {
    .product-list__sort .select2-container {
      width: 310px !important; } }
.product-list__sort .product-list__select-select {
  font-size: 16px;
  width: auto !important; }
  @media (min-width: 1200px) {
    .product-list__sort .product-list__select-select {
      width: 310px !important; } }
  @media (max-width: 767.98px) {
    .product-list__sort .product-list__select-select {
      font-size: 13px; } }
.product-list .heading-basic + .product-list__sort-row--mobile {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .product-list .heading-basic + .product-list__sort-row--mobile .product-list__select-row {
      margin-bottom: 12px; } }
  .product-list .heading-basic + .product-list__sort-row--mobile .product-list__select-row,
  .product-list .heading-basic + .product-list__sort-row--mobile .product-list__filter-toggle-wrapper {
    margin: 0; }
.product-list__filter-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 44px;
  background-color: #d6e8d0;
  color: #221f1f;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px; }
  .product-list__filter-toggle svg {
    margin: 0 10px 0 0;
    /* Minus margin(svg width + margin-right) to center text*/
    color: #524f4f; }
    @media (max-width: 767.98px) {
      .product-list__filter-toggle svg {
        height: 16px; } }
  .product-list__filter-toggle-wrapper {
    margin: 20px 0;
    padding-left: 6px; }
    @media (max-width: 767.98px) {
      .product-list__filter-toggle-wrapper {
        margin: 12px 0; } }
  .product-list__filter-toggle-count {
    margin-left: 5px; }
  @media (max-width: 767.98px) {
    .product-list__filter-toggle {
      font-size: 0.75rem; } }
@media (max-width: 991.98px) {
  .product-list__limit {
    margin-left: auto;
    flex-shrink: 0; } }
.product-list__result {
  font-size: 16px;
  color: #221f1f;
  font-weight: 500;
  margin-right: 12px; }
  @media (min-width: 992px) {
    .product-list__result {
      display: none; } }
  @media (max-width: 767.98px) {
    .product-list__result {
      font-size: 12px; } }
.product-list__select-row {
  display: flex;
  align-items: center;
  margin: 20px 0; }
  @media (max-width: 991.98px) {
    .product-list__select-row {
      margin: 0; } }
.product-list__select-label {
  display: block;
  margin: 0 8px 0 0;
  font-weight: 400;
  font-size: 16px; }
  @media (max-width: 767.98px) {
    .product-list__select-label {
      font-size: 13px; } }
.product-list__select-select {
  font-weight: 300; }
.product-list__empty {
  margin: 50px 0;
  font-size: 1rem;
  font-weight: 300;
  text-align: center; }
  .product-list__empty p {
    margin: 30px 0; }
    @media (max-width: 1199.98px) {
      .product-list__empty p {
        font-size: 0.9375rem; } }
    @media (max-width: 767.98px) {
      .product-list__empty p {
        margin: 30px 0;
        font-size: 0.875rem; } }
.product-list .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-list .buttons > *:last-child {
    margin-left: auto; }
  .product-list .buttons > *:only-child {
    margin: 0 auto; }
.product-list__bottom-title {
  margin: 40px 0;
  line-height: 1; }
  @media (max-width: 1499.98px) {
    .product-list__bottom-title {
      margin: 20px 0 16px; } }
.product-list__bottom-description {
  margin-bottom: 23px; }
.product-list__bottom .description-block {
  font-size: 16px;
  line-height: 24px;
  color: #524f4f; }
  .product-list__bottom .description-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #524f4f; }
.product-list__banner-top img {
  width: 100%;
  border-radius: 40px;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .product-list__banner-top img {
      border-radius: 25px;
      margin-top: 12px; } }

#product-search #content.without-column-left {
  padding-left: 10px; }
  @media (max-width: 767.98px) {
    #product-search #content.without-column-left {
      padding-left: 7.5px; } }

.product-page {
  font-weight: 300; }
  .product-page__sale-promotion {
    margin-bottom: 4px;
    padding: 8px 15px;
    width: 100%;
    background-color: #b7d5ad;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .product-page__sale-promotion {
        margin: -8px 0 -4px;
        font-size: 0.9375rem; } }
    @media (max-width: 991.98px) {
      .product-page__sale-promotion {
        padding: 5px 12px; } }
    @media (max-width: 767.98px) {
      .product-page__sale-promotion {
        max-width: calc(100% - 24px);
        margin: -4px auto 4px;
        font-size: 0.875rem; } }
    @media (max-width: 575.98px) {
      .product-page__sale-promotion {
        max-width: 100%; } }
  .product-page__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 18px 0 50px; }
    @media (max-width: 1499.98px) {
      .product-page__row {
        margin-bottom: 18px; } }
    @media (max-width: 767.98px) {
      .product-page__row {
        flex-wrap: wrap;
        margin-top: 7px;
        /*padding: 0 12px;*/ } }
  .product-page__col {
    flex-basis: 50%; }
    @media (max-width: 767.98px) {
      .product-page__col {
        flex-basis: 100%;
        flex-grow: 0;
        flex-shrink: 0; } }
    .product-page__col-images {
      display: flex;
      align-items: flex-start;
      flex-grow: 1;
      padding-right: 50px; }
      @media (max-width: 991.98px) {
        .product-page__col-images {
          flex-direction: column;
          padding-right: 0; } }
      @media (max-width: 767.98px) {
        .product-page__col-images {
          position: relative;
          width: 100%;
          					/*.swiper-button-prev,
          					.swiper-button-next {
          						width: 25px;
          						height: 25px;
          						border-radius: 0;
          						transform: none;
          
          						svg path {
          							fill: $color-grey;
          						}
          					}
          					
          					.swiper-button-prev {
          						left: -25px;
          					}
          					
          					.swiper-button-next {
          						right: -25px;
          					}*/ } }
    .product-page__col-info {
      flex-grow: 0;
      flex-shrink: 1;
      padding-left: 0; }
      @media (max-width: 767.98px) {
        .product-page__col-info {
          width: 100%; } }
  .product-page__swiper-viewport {
    max-width: 645px; }
    @media (max-width: 1499.98px) {
      .product-page__swiper-viewport {
        max-width: 500px; } }
    @media (max-width: 1199.98px) {
      .product-page__swiper-viewport {
        max-width: 355px; } }
    @media (max-width: 991.98px) {
      .product-page__swiper-viewport {
        max-width: 320px; } }
    @media (max-width: 767.98px) {
      .product-page__swiper-viewport {
        max-width: 100%;
        max-height: 100%; } }
  .product-page__heading {
    margin-bottom: 38px;
    font-size: 2.25rem;
    font-family: "Quicksand", sans-serif; }
    @media (max-width: 991.98px) {
      .product-page__heading {
        font-size: 1.75rem;
        margin-bottom: 24px; } }
    @media (max-width: 767.98px) {
      .product-page__heading {
        margin-top: 20px;
        margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .product-page__tabs {
      margin-left: calc((50vw - 255px) * -1);
      width: 100vw;
      background-color: #f7f7f7; }
      .product-page__tabs .tab-content {
        margin: 0 auto;
        padding: 0 27px 1px;
        max-width: 540px; }
      .product-page__tabs .tab-pane.active .tab-pane__content--flex {
        display: flex;
        flex-direction: column-reverse; } }
  @media (max-width: 575.98px) {
    .product-page__tabs {
      margin: 0 -12px;
      padding: 0 24px;
      width: calc(100% + 24px); }
      .product-page__tabs .tab-content {
        padding: 0 0 1px;
        max-width: 100%; } }
  .product-page__video-wrapper {
    float: right;
    position: relative;
    margin: 0 0 50px 70px;
    z-index: 1; }
    @media (max-width: 1499.98px) {
      .product-page__video-wrapper {
        margin: 0 0 30px 40px; } }
    @media (max-width: 767.98px) {
      .product-page__video-wrapper {
        float: none;
        margin: 0 0 30px 0;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0; } }
  .product-page__video-iframe {
    display: block;
    width: 667px;
    /*height: 446px;*/
    height: 375px; }
    @media (max-width: 1199.98px) {
      .product-page__video-iframe {
        width: 500px;
        height: 281px; } }
    @media (max-width: 991.98px) {
      .product-page__video-iframe {
        max-width: 320px;
        max-height: 180px; } }
    @media (max-width: 767.98px) {
      .product-page__video-iframe {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%; } }
  @media (max-width: 991.98px) {
    .product-page .products-block-title {
      font-size: 20px; } }
  .product-page .rating {
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .product-page .rating-info {
        margin-top: 20px; } }
    .product-page .rating-stars {
      display: flex;
      align-items: center;
      margin-right: 5px; }
      .product-page .rating-stars > .fa-stack {
        display: flex;
        align-items: center;
        width: 16px;
        height: 16px; }
    .product-page .rating-separator {
      display: flex;
      margin: 0 8px;
      width: 1px;
      height: 16px;
      background-color: #737577; }
    .product-page .rating > a {
      white-space: nowrap; }
  .product-page .youtube-video-container {
    margin-top: 28px; }
    @media (max-width: 767.98px) {
      .product-page .youtube-video-container.desktop {
        display: none; } }
    @media (min-width: 768px) {
      .product-page .youtube-video-container.mobile {
        display: none; } }
  .product-page .button-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .product-page .button-swiper-prev {
        display: none; } }
    .product-page .button-swiper-prev.swiper-button-disabled {
      pointer-events: none;
      opacity: 0; }
  .product-page .button-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .product-page .button-swiper-next {
        display: none; } }
    .product-page .button-swiper-next.swiper-button-disabled {
      pointer-events: none;
      opacity: 0; }
  .product-page .assembly-price {
    font-weight: 600;
    font-weight: 600; }
.product-image-slider {
  border: 1px solid #f0f0f0;
  border-radius: 40px; }
  @media (max-width: 991.98px) {
    .product-image-slider {
      border-radius: 25px; } }
  .product-image-slider .swiper-slide {
    height: auto; }
    .product-image-slider .swiper-slide .responsive-image {
      padding-bottom: 100%; }
    .product-image-slider .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      border-radius: 40px; }
      @media (max-width: 991.98px) {
        .product-image-slider .swiper-slide img {
          border-radius: 25px; } }
  .product-image-slider-wrapper {
    width: 100%; }
    @media (max-width: 991.98px) {
      .product-image-slider-wrapper {
        width: 100%; } }
    .product-image-slider-wrapper:hover .product-image-magnifier svg path {
      fill: var(--color-theme-main); }
    .product-image-slider-wrapper-main {
      position: relative; }
      .product-image-slider-wrapper-main .top-attributes {
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 2; }
        .product-image-slider-wrapper-main .top-attributes ul {
          list-style: none;
          padding-left: 0;
          margin-bottom: 0; }
          .product-image-slider-wrapper-main .top-attributes ul li {
            background-color: var(--color-theme-main);
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            padding: 10px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
            .product-image-slider-wrapper-main .top-attributes ul li:not(:last-child) {
              margin-bottom: 16px; }
            @media (max-width: 991.98px) {
              .product-image-slider-wrapper-main .top-attributes ul li {
                font-size: 12px; } }
      .product-image-slider-wrapper-main .swiper-button-prev {
        padding-right: 0;
        left: -30px; }
        @media (max-width: 991.98px) {
          .product-image-slider-wrapper-main .swiper-button-prev {
            left: -10px; } }
        @media (max-width: 767.98px) {
          .product-image-slider-wrapper-main .swiper-button-prev {
            display: none; } }
      .product-image-slider-wrapper-main .swiper-button-next {
        padding-left: 0;
        right: -30px; }
        @media (max-width: 991.98px) {
          .product-image-slider-wrapper-main .swiper-button-next {
            right: -10px; } }
        @media (max-width: 767.98px) {
          .product-image-slider-wrapper-main .swiper-button-next {
            display: none; } }
      .product-image-slider-wrapper-main .swiper-image-slider-pagination {
        position: absolute;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 767.98px) {
          .product-image-slider-wrapper-main .swiper-image-slider-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0 4px; }
            .product-image-slider-wrapper-main .swiper-image-slider-pagination .swiper-pagination-bullet-active {
              outline-width: 3px; } }
        @media (min-width: 768px) {
          .product-image-slider-wrapper-main .swiper-image-slider-pagination {
            display: none; } }
.product-image-magnifier {
  position: absolute;
  right: 16px;
  bottom: 18px;
  pointer-events: none;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .product-image-magnifier {
      display: none; } }
  .product-image-magnifier svg {
    max-width: 40px;
    max-height: 40px; }
    .product-image-magnifier svg path {
      fill: #b2b2b2;
      transition: .2s; }
.product-thumb-slider {
  height: 100%; }
  @media (max-width: 991.98px) {
    .product-thumb-slider {
      padding: 2px; } }
  .product-thumb-slider:not(.swiper-container-initialized) {
    display: flex; }
    .product-thumb-slider:not(.swiper-container-initialized) .swiper-wrapper {
      gap: 20px; }
    .product-thumb-slider:not(.swiper-container-initialized) .swiper-slide {
      width: calc(33.3% - 13px); }
  .product-thumb-slider-wrapper {
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .product-thumb-slider-wrapper {
        width: 100%; }
        .product-thumb-slider-wrapper .swiper-pager.swiper-pager--vertical {
          top: 50%;
          left: 0;
          width: 100%;
          height: 0; }
          .product-thumb-slider-wrapper .swiper-pager.swiper-pager--vertical .swiper-button-next,
          .product-thumb-slider-wrapper .swiper-pager.swiper-pager--vertical .swiper-button-prev {
            top: 0;
            width: 30px;
            height: 30px;
            transform: translateY(-50%); }
          .product-thumb-slider-wrapper .swiper-pager.swiper-pager--vertical .swiper-button-next {
            right: 0;
            left: auto; }
          .product-thumb-slider-wrapper .swiper-pager.swiper-pager--vertical .swiper-button-prev {
            right: auto;
            left: 0; } }
    .product-thumb-slider-wrapper .swiper-button-next,
    .product-thumb-slider-wrapper .swiper-button-prev {
      width: 44px;
      height: 44px; }
      .product-thumb-slider-wrapper .swiper-button-next.swiper-button-disabled,
      .product-thumb-slider-wrapper .swiper-button-prev.swiper-button-disabled {
        pointer-events: none;
        opacity: 0.4; }
      .product-thumb-slider-wrapper .swiper-button-next svg,
      .product-thumb-slider-wrapper .swiper-button-prev svg {
        height: 18px;
        width: 11px; }
    @media (max-width: 767.98px) {
      .product-thumb-slider-wrapper {
        display: none; } }
  .product-thumb-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden; }
    .product-thumb-slider .swiper-slide .responsive-image {
      padding-bottom: 100%;
      width: 100%; }
      .product-thumb-slider .swiper-slide .responsive-image img {
        object-fit: cover; }
    .product-thumb-slider .swiper-slide:hover {
      border: 1px solid var(--color-theme-main); }
    .product-thumb-slider .swiper-slide.swiper-slide-thumb--active {
      border: 1px solid #b2b2b2;
      pointer-events: none; }
    .product-thumb-slider .swiper-slide img {
      display: block; }
.product-info__list {
  margin-bottom: 0;
  font-size: 0.9375rem;
  /*letter-spacing: 0.5px;*/ }
  @media (max-width: 767.98px) {
    .product-info__list {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .product-info__list-item-wrapper {
      display: flex;
      flex-wrap: wrap;
      padding-right: 10px;
      font-size: 0.875rem;
      line-height: 1.1; } }
  .product-info__list-text {
    margin-right: 5px; }
  .product-info__list-value {
    color: #353535;
    font-weight: 500; }
  .product-info__list--withIcons li {
    display: flex;
    align-items: flex-end; }
    .product-info__list--withIcons li:not(:last-child) {
      margin-bottom: 15px; }
    .product-info__list--withIcons li > span {
      display: flex;
      align-items: flex-end;
      line-height: 1; }
    .product-info__list--withIcons li > svg {
      flex-shrink: 0;
      margin: 0 15px 5px 0; }
      @media (max-width: 767.98px) {
        .product-info__list--withIcons li > svg {
          margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .product-info__list--no-quantity {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .product-info__list--no-quantity li:not(:last-child) {
        margin-bottom: 0; } }
.product-info__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
  line-height: 1.8; }
  @media (max-width: 767.98px) {
    .product-info__row {
      margin-bottom: 20px; } }
.product-info__socials {
  padding-bottom: 8px;
  height: 32px; }
  @media (max-width: 767.98px) {
    .product-info__socials {
      margin-left: auto;
      padding-bottom: 0;
      line-height: 1.1; } }
.product-info__social-link {
  margin-bottom: 7px; }
  @media (max-width: 767.98px) {
    .product-info__social-link {
      margin-bottom: 3px; } }
.product-info__bottom {
  margin-top: 24px; }
  @media (max-width: 767.98px) {
    .product-info__bottom {
      margin-bottom: 6px; } }
.product-info__button {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  height: 44px;
  width: auto;
  background-color: #616161;
  border: 0;
  border-radius: 8px;
  color: #737577;
  cursor: pointer;
  font-weight: 300;
  transition: .2s; }
  .product-info__button svg {
    margin-right: 15px; }
    .product-info__button svg path {
      transition: .2s;
      fill: #737577; }
  .product-info__button:hover {
    background-color: var(--color-theme-alt);
    color: #ffffff; }
    .product-info__button:hover svg path {
      fill: #ffffff; }
  .product-info__button--download:not(:last-child) {
    margin-right: 15px; }
  .product-info__button.wishlist-active svg path {
    fill: #c22b2c; }
.product-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 38px; }
  @media (max-width: 991.98px) {
    .product-options {
      margin-bottom: 24px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-options {
      padding: 0; } }
  .product-options .form-group {
    margin: 0;
    width: calc(50% - 25px); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .product-options .form-group {
        margin: 20px 0; } }
    @media (max-width: 1499.98px) {
      .product-options .form-group {
        width: calc(100%); } }
    .product-options .form-group .control-label {
      margin: 0 10px 10px 0;
      font-size: 1rem;
      font-weight: 300;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .product-options .form-group .control-label {
          font-size: 0.9375rem; } }
    .product-options .form-group .text-danger {
      padding: 3px 0;
      width: 100%; }
    .product-options .form-group input[type="text"],
    .product-options .form-group textarea {
      border: 1px solid #b2b2b2;
      border-radius: 5px;
      font-size: 0.875rem;
      font-weight: 300; }
    .product-options .form-group textarea {
      resize: none; }
  .product-options__inner-wrapper {
    /*			@include flex(center);
    			flex-grow: 0;
    			flex-shrink: 0;*/
    width: 100%; }
    .product-options__inner-wrapper--color > div, .product-options__inner-wrapper--radio-custom > div {
      display: flex;
      flex-wrap: wrap; }
    .product-options__inner-wrapper .control-label {
      font-weight: 500 !important; }
    .product-options__inner-wrapper .select2-selection__rendered {
      font-weight: 500 !important; }
  .product-options__color-name {
    color: #353535;
    font-weight: 500; }
  .product-options + .product-additional-services {
    padding-top: 0; }
.product-additional-services {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 20px 0; }
  @media (max-width: 767.98px) {
    .product-additional-services {
      padding: 16px 0; } }
  .product-additional-services__title {
    width: 100%;
    color: #221f1f;
    font-size: 1rem;
    font-weight: 500; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .product-additional-services__title {
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .product-additional-services__title {
        font-size: 0.9375rem; } }
  .product-additional-services .form-group {
    margin: 0;
    width: calc(50% - 25px); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .product-additional-services .form-group {
        margin: 20px 0; } }
    @media (max-width: 1499.98px) {
      .product-additional-services .form-group {
        width: calc(100%); } }
  .product-additional-services .control-label {
    font-weight: 300; }
.product-additional-service__price {
  color: #353535;
  font-weight: 500; }
.product-prices__row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 38px; }
  @media (max-width: 767.98px) {
    .product-prices__row {
      margin-bottom: 24px; } }
.product-prices__price {
  margin-bottom: 0;
  color: #353535;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  font-family: "Quicksand", sans-serif; }
  @media (max-width: 991.98px) {
    .product-prices__price {
      font-size: 1.5rem; } }
  .product-prices__price--new {
    color: #c22b2c; }
  .product-prices__price--old {
    margin-left: 10px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-decoration: line-through; }
    @media (max-width: 767.98px) {
      .product-prices__price--old {
        font-size: 1rem; } }
.product-cart {
  padding-bottom: 58px; }
  @media (max-width: 767.98px) {
    .product-cart {
      margin-top: 0;
      padding-bottom: 42px; } }
  .product-cart-with-assembly-price {
    padding-bottom: 36px; }
    @media (max-width: 767.98px) {
      .product-cart-with-assembly-price {
        margin-top: 0;
        padding-bottom: 20px; } }
  .product-cart__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 16px; }
    .product-cart__row > *:not(:last-child) {
      margin-right: 22px; }
  .product-cart .button-basic {
    flex-shrink: 0;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .product-cart .button-basic {
        width: 100%;
        height: 44px; } }
  .product-cart #button-cart {
    max-width: 310px;
    min-height: 60px; }
    @media (min-width: 768px) {
      .product-cart #button-cart {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .product-cart #button-cart {
        font-size: 14px;
        min-height: 44px;
        flex: 1;
        margin-right: 0; }
        .product-cart #button-cart svg {
          width: 16px;
          height: 16px; } }
  @media (max-width: 767.98px) {
    .product-cart .btn-ask-info {
      font-size: 14px;
      width: 100%; }
      .product-cart .btn-ask-info svg {
        margin-right: 8px; } }
  .product-cart .alert {
    margin: 24px 0 0; }
    @media (max-width: 767.98px) {
      .product-cart .alert {
        padding: 5px 15px; } }
    .product-cart .alert.alert-info {
      background-color: #c2dcf0;
      border-color: var(--color-theme-main);
      color: var(--color-theme-main); }
  .product-cart__price-alert-wrapper {
    display: flex;
    margin-top: 24px; }
    .product-cart__price-alert-wrapper .alert {
      margin: 0; }
.product-quantity__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  height: 46px;
  border: 1px solid #f6f4f4;
  background-color: #f6f4f4;
  border-radius: 50px;
  overflow: hidden; }
  .product-quantity__row input[type="text"] {
    flex-shrink: 0;
    padding: 0;
    height: 100%;
    width: calc(100% - 60px);
    border: 0;
    border-radius: 0;
    color: #737577;
    font-size: 1rem;
    text-align: center;
    background-color: #f6f4f4;
    font-weight: 500; }
    .product-quantity__row input[type="text"]:focus {
      border: 0;
      box-shadow: none;
      outline: 1px dashed #999; }
    @media (max-width: 767.98px) {
      .product-quantity__row input[type="text"] {
        font-size: 1rem; } }
  @media (max-width: 767.98px) {
    .product-quantity__row {
      height: 44px;
      width: 110px; } }
  .product-quantity__row--sm {
    height: 30px;
    width: 92px; }
    .product-quantity__row--sm input[type="text"] {
      font-size: 14px; }
  .product-quantity__row--center {
    margin-left: auto;
    margin-right: auto; }
.product-quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 4px 0;
  width: 30px;
  height: 100%;
  background: none;
  border: 0;
  border-radius: 8px;
  color: var(--color-theme-main);
  cursor: pointer;
  font-size: 1.75rem;
  transition: .2s;
  font-weight: 500;
  /*			
  			&--plus {
  				padding: 0 4px 4px 0;
  			}
  
  			&--minus {
  				padding: 0 0 4px 4px;
  			}*/ }
  .product-quantity__button:hover {
    color: #ef8829; }
  .product-quantity__button:focus {
    border: unset;
    outline: none; }
.product-specification-table tr th,
.product-specification-table tr td {
  width: 50%; }
.product-accordion .card {
  padding-bottom: 16px; }
  @media (max-width: 767.98px) {
    .product-accordion .card {
      padding-bottom: 2px; } }
.product-accordion .btn-text.collapsed svg {
  transform: rotate(180deg); }
.product-accordion .card {
  border: unset; }
  .product-accordion .card .card-body {
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px; }
  .product-accordion .card .card-header {
    border: unset;
    background-color: transparent;
    border-top: 1px solid #d8d8d8;
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767.98px) {
      .product-accordion .card .card-header {
        padding-top: 14px; } }
    @media (max-width: 991.98px) {
      .product-accordion .card .card-header .btn-text {
        font-size: 20px; } }
    @media (max-width: 991.98px) {
      .product-accordion .card .card-header .btn2-primary-light {
        width: 40px;
        height: 40px; } }
  @media (min-width: 1200px) {
    .product-accordion .card-description .card-body {
      padding-left: 36px;
      padding-right: 36px; } }
.product-description {
  font-size: 16px;
  font-weight: 400; }
  .product-description p {
    font-size: 16px;
    font-weight: 400; }
    .product-description p:last-child {
      margin-bottom: 0; }
    .product-description p font {
      font-size: 16px; }
  @media (max-width: 991.98px) {
    .product-description {
      font-size: 14px; }
      .product-description p {
        font-size: 14px; }
        .product-description p font {
          font-size: 14px; } }
.product-technical {
  margin-bottom: 36px; }
.product-downloads {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px; }
  .product-downloads li:not(:last-child) {
    margin-bottom: 28px; }
  .product-downloads li a {
    font-size: 16px;
    font-weight: 400;
    color: #524f4f; }
    .product-downloads li a svg {
      width: 27px !important;
      height: 27px !important; }
    .product-downloads li a svg, .product-downloads li a path {
      fill: #373737; }
    .product-downloads li a:hover {
      color: #ef8829; }
      .product-downloads li a:hover svg, .product-downloads li a:hover path {
        fill: #ef8829; }

.out-of-stock-form .form-group {
  margin-bottom: 8px; }
  .out-of-stock-form .form-group:last-of-type {
    margin-bottom: 0; }
.out-of-stock-form label {
  margin-bottom: 4px;
  color: #353535;
  font-size: 0.9375rem;
  font-weight: 500; }
.out-of-stock-form input,
.out-of-stock-form textarea {
  font-size: 0.875rem; }
.out-of-stock-form input {
  height: 40px; }
  @media (max-width: 767.98px) {
    .out-of-stock-form input {
      height: 34px; } }
.out-of-stock-form textarea {
  height: 120px;
  resize: none; }
  @media (max-width: 767.98px) {
    .out-of-stock-form textarea {
      height: 102px; } }
.out-of-stock-form__error-message {
  padding: 5px 0;
  color: #c22b2c;
  font-size: 0.875rem;
  font-weight: 300; }
  @media (max-width: 575.98px) {
    .out-of-stock-form__error-message {
      font-size: 0.8125rem; } }
.out-of-stock-form__error input,
.out-of-stock-form__error textarea {
  border: 2px solid #c22b2c; }
.out-of-stock-form .grecaptcha-badge {
  visibility: hidden; }

.mfp-image-holder .mfp-close {
  cursor: pointer !important; }

/* Product quickview custom changes */
.product-quickview {
  /*Iframe popup*/
  /*Iframe inner container*/ }
  .product-quickview__popup .mfp-content {
    max-width: 730px;
    max-height: 470px;
    /*height: 100%;*/
    height: 364px;
    transition: .4s; }
    @media (max-width: 991.98px) {
      .product-quickview__popup .mfp-content {
        max-width: 700px; } }
  .product-quickview__popup .la-ball-scale-ripple-multiple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .product-quickview__popup .mfp-close {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -28px;
    right: -28px;
    left: auto;
    padding: 0;
    width: 56px;
    height: 56px;
    background-color: var(--color-theme-alt);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    opacity: 1;
    transition: .2s;
    z-index: 3; }
    .product-quickview__popup .mfp-close:hover {
      background-color: var(--color-theme-main); }
    @media (max-width: 991.98px) {
      .product-quickview__popup .mfp-close {
        top: -23px;
        right: -23px;
        width: 46px;
        height: 46px; } }
    .product-quickview__popup .mfp-close .x-icon::before, .product-quickview__popup .mfp-close .x-icon::after {
      background-color: #fff; }
    .product-quickview__popup .mfp-close > * {
      pointer-events: none; }
  .product-quickview__popup .mfp-iframe {
    background: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .product-quickview__popup .mfp-iframe.mfp-iframe-ready {
      z-index: 2; }
  .product-quickview__container {
    max-width: 100%;
    padding: 22px;
    font-size: 0.8125rem; }
    .product-quickview__container .product-page__row {
      flex-wrap: nowrap;
      margin: 0;
      padding: 0; }
    .product-quickview__container .product-page__col {
      max-width: 320px; }
    .product-quickview__container .product-page__heading {
      margin: 10px 0 20px;
      font-size: 2.25rem;
      font-family: "Quicksand", sans-serif; }
    .product-quickview__container .product-image-slider-wrapper ~ .swiper-pager {
      display: none; }
    .product-quickview__container .product-thumb-slider-wrapper {
      display: block; }
    .product-quickview__container .product-thumb-slider .swiper-slide {
      border-radius: 0; }
    .product-quickview__container .product-info__list {
      font-size: 0.8125rem;
      line-height: 1.6; }
    .product-quickview__container .product-prices__price {
      font-size: 1.25rem; }
    .product-quickview__container .product-prices__price--old {
      font-size: 0.875rem; }
    .product-quickview__container .product-card__button svg {
      max-width: 30px; }
    .product-quickview__container .product-options {
      font-size: 0.8125rem; }
      .product-quickview__container .product-options .form-group label {
        font-size: 0.8125rem; }
    .product-quickview__container .modal {
      overflow: hidden !important; }
      .product-quickview__container .modal.fade {
        transition: none; }
    .product-quickview__container .modal-dialog {
      max-width: 700px;
      transform: none !important; }
      .product-quickview__container .modal-dialog .modal-header,
      .product-quickview__container .modal-dialog .modal-body,
      .product-quickview__container .modal-dialog .modal-footer {
        padding: 10px 1rem; }
    .product-quickview__container .modal.show .modal-dialog {
      top: 50%;
      margin: auto;
      transform: translateY(-50%) !important; }
    .product-quickview__container .out-of-stock-form {
      display: flex;
      flex-wrap: wrap;
      margin-right: -7.5px;
      margin-left: -7.5px; }
      .product-quickview__container .out-of-stock-form .form-group {
        flex-basis: calc(50%);
        flex-grow: 1;
        padding: 0 7.5px; }
      .product-quickview__container .out-of-stock-form .product-info__row {
        margin-bottom: 15px; }
  .product-quickview__description-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 20px;
    max-height: 83px;
    height: auto;
    font-size: 0.8125rem;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-quickview .swal2-popup a {
    pointer-events: none; }

@media (max-width: 767.98px) {
  .review-form__reviews {
    margin-bottom: 20px; } }
.review-form__content {
  margin-top: 1rem; }
.review-form input[type="text"],
.review-form textarea {
  font-weight: 300; }
.review-heading {
  color: #353535; }
.review-text {
  color: #737577; }

.template-contact-page .heading-basic {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .template-contact-page .heading-basic {
      font-size: 28px;
      margin-bottom: 32px; } }
.template-contact-page .page-content {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .template-contact-page .page-content {
      margin-bottom: 50px; } }
.template-contact-page .contact-page-content {
  display: flex; }
  @media (max-width: 991.98px) {
    .template-contact-page .contact-page-content {
      flex-flow: column; } }
  @media (min-width: 992px) {
    .template-contact-page .contact-page-content__left {
      width: 50%;
      padding-right: 20px; } }
  .template-contact-page .contact-page-content__left .content-block:not(:last-child) {
    margin-bottom: 45px; }
    @media (max-width: 991.98px) {
      .template-contact-page .contact-page-content__left .content-block:not(:last-child) {
        margin-bottom: 38px; } }
  .template-contact-page .contact-page-content__left .content-block h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0; }
    @media (max-width: 991.98px) {
      .template-contact-page .contact-page-content__left .content-block h2 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .template-contact-page .contact-page-content__left .content-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .template-contact-page .contact-page-content__left .content-block ul li {
      font-size: 18px;
      font-weight: 300;
      color: #221f1f; }
      @media (max-width: 991.98px) {
        .template-contact-page .contact-page-content__left .content-block ul li {
          font-size: 14px; } }
      .template-contact-page .contact-page-content__left .content-block ul li:not(:last-child) {
        margin-bottom: 30px; }
        @media (max-width: 991.98px) {
          .template-contact-page .contact-page-content__left .content-block ul li:not(:last-child) {
            margin-bottom: 20px; } }
      .template-contact-page .contact-page-content__left .content-block ul li a {
        color: #221f1f; }
        @media (max-width: 991.98px) {
          .template-contact-page .contact-page-content__left .content-block ul li a {
            font-size: 14px; }
            .template-contact-page .contact-page-content__left .content-block ul li a svg {
              width: 15px !important;
              height: 15px !important; } }
        .template-contact-page .contact-page-content__left .content-block ul li a:hover {
          text-decoration: underline; }
          .template-contact-page .contact-page-content__left .content-block ul li a:hover svg, .template-contact-page .contact-page-content__left .content-block ul li a:hover path {
            fill: #221f1f; }
      .template-contact-page .contact-page-content__left .content-block ul li span {
        font-weight: 600;
        margin-right: 32px; }
      .template-contact-page .contact-page-content__left .content-block ul li.email a {
        color: var(--color-theme-main); }
        .template-contact-page .contact-page-content__left .content-block ul li.email a:hover {
          text-decoration: underline; }
          .template-contact-page .contact-page-content__left .content-block ul li.email a:hover svg, .template-contact-page .contact-page-content__left .content-block ul li.email a:hover path {
            fill: var(--color-theme-main); }
  @media (min-width: 992px) {
    .template-contact-page .contact-page-content__right {
      width: 50%;
      padding-left: 20px; } }
  @media (max-width: 991.98px) {
    .template-contact-page .contact-page-content__right {
      margin-top: 32px; } }

.manufacturer-list {
  color: #353535;
  font-size: 1rem;
  font-weight: 300; }
.manufacturer-categories {
  margin: 50px 0 150px; }
  @media (max-width: 1199.98px) {
    .manufacturer-categories {
      margin: 30px 0 100px; } }
  @media (max-width: 991.98px) {
    .manufacturer-categories {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .manufacturer-categories {
      margin-bottom: 30px; } }
.manufacturer-category__links {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 24px 0;
  padding-top: 15px;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161; }
  @media (max-width: 1199.98px) {
    .manufacturer-category__links {
      margin: 16px 0; } }
  .manufacturer-category__links-heading {
    margin: 0 30px 15px 0;
    font-weight: 500; }
    @media (max-width: 449.98px) {
      .manufacturer-category__links-heading {
        margin-right: 0;
        width: 100%; } }
.manufacturer-category__link {
  display: inline-block;
  margin: 0 20px 15px 0;
  letter-spacing: normal; }
  .manufacturer-category__link--show-all {
    margin-left: auto; }
    @media (max-width: 449.98px) {
      .manufacturer-category__link--show-all {
        margin-left: 0;
        width: 100%;
        text-align: center; } }
  .manufacturer-category__link--active {
    color: var(--color-theme-main);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px;
    pointer-events: none; }
.manufacturer-category__heading {
  display: flex;
  align-items: baseline;
  color: var(--color-theme-main);
  font-size: 1.5rem;
  font-weight: 500; }
  .manufacturer-category__heading--border-after::after {
    content: '';
    flex-grow: 1;
    margin-left: 0.5em;
    height: 1px;
    background-color: #616161; }
  @media (max-width: 1199.98px) {
    .manufacturer-category__heading {
      font-size: 1.375rem; } }
  @media (max-width: 767.98px) {
    .manufacturer-category__heading {
      font-size: 1.25rem; } }
.manufacturer-category__row {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  padding: 20px 0 25px; }
  .manufacturer-category__row--cards {
    margin: 0 -10px;
    padding: 10px 0; }
    @media (max-width: 767.98px) {
      .manufacturer-category__row--cards {
        margin: 0 -7.5px; } }
    @media (max-width: 449.98px) {
      .manufacturer-category__row--cards {
        margin: 0 -6px; } }
.manufacturer-category__col {
  flex-basis: calc(20% - 15px);
  flex-shrink: 0;
  margin: 0 7.5px;
  line-height: 1.333; }
  @media (max-width: 1199.98px) {
    .manufacturer-category__col {
      flex-basis: calc(25% - 15px); } }
  @media (max-width: 991.98px) {
    .manufacturer-category__col {
      flex-basis: calc(33.33% - 15px); } }
  @media (max-width: 767.98px) {
    .manufacturer-category__col {
      flex-basis: calc(50% - 15px); } }
  @media (max-width: 449.98px) {
    .manufacturer-category__col {
      flex-basis: 100%; } }
.manufacturer-category__card {
  margin: 0 10px 20px;
  padding: 15px;
  width: 185px;
  height: 250px;
  border-radius: 5px;
  box-shadow: 0 0 4px 2px #dddddd;
  color: var(--color-theme-main);
  transition: .2s; }
  .manufacturer-category__card:hover {
    box-shadow: 0 0 15px 5px #dddddd; }
    .manufacturer-category__card:hover .manufacturer-category__card-image {
      filter: none; }
  @media (max-width: 1199.98px) {
    .manufacturer-category__card {
      width: calc(20% - 20px); } }
  @media (max-width: 991.98px) {
    .manufacturer-category__card {
      width: calc(25% - 20px);
      height: 230px; } }
  @media (max-width: 767.98px) {
    .manufacturer-category__card {
      margin: 0 7.5px 15px;
      width: calc(33.33% - 15px); } }
  @media (max-width: 449.98px) {
    .manufacturer-category__card {
      margin: 0 6px 12px;
      width: calc(50% - 12px); } }
  .manufacturer-category__card-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .manufacturer-category__card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    filter: grayscale(100%);
    transition: .2s; }

/* Fallback - image not currently displayed */
@media (max-width: 1499.98px) {
  .product-list.product-list--manufacturer .product-list__banner-top img {
    max-width: 120px; } }
@media (max-width: 1199.98px) {
  .product-list.product-list--manufacturer .product-list__banner-top img {
    max-width: 100px; } }
@media (max-width: 991.98px) {
  .product-list.product-list--manufacturer .product-list__banner-top img {
    max-width: 80px; } }

.template-text-page .news-item__content {
  flex-grow: 0; }
.template-text-page .heading-basic {
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .template-text-page .heading-basic {
      margin-bottom: 22px; } }
.template-text-page .swiper-slide {
  align-self: center; }
  .template-text-page .swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center; }
.template-text-page .news-item__sidebar {
  padding: 20px 8px;
  border-radius: 40px;
  font-weight: 300;
  background-color: #d3e9fa; }
  @media (max-width: 991.98px) {
    .template-text-page .news-item__sidebar {
      border-radius: 25px; } }
  .template-text-page .news-item__sidebar-list {
    padding-top: 20px;
    padding-bottom: 20px; }
.template-text-page .news-item__row {
  align-items: stretch; }
.template-text-page .news-item__description {
  margin-bottom: 0;
  color: #221f1f;
  font-weight: 300; }
  .template-text-page .news-item__description b, .template-text-page .news-item__description strong {
    font-weight: 600; }
.template-text-page .news-item__heading-gallery {
  margin-top: 20px; }

.text-page__card {
  color: #221f1f; }
  .text-page__card:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 22px; }
  @media (max-width: 767.98px) {
    .text-page__card:last-of-type {
      margin-bottom: 0; } }
  @media (max-width: 575.98px) {
    .text-page__card {
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  .text-page__card:not(:last-of-type) {
    border-bottom: 1px solid #abbbc7; }
  .text-page__card-link {
    display: flex;
    color: #221f1f;
    font-size: 1rem;
    font-weight: 500;
    transition: .2s; }
    @media (max-width: 767.98px) {
      .text-page__card-link {
        font-size: 0.9375rem; } }
    .text-page__card-link-active {
      font-weight: 700; }
  .text-page__card a {
    padding-left: 25px;
    padding-right: 25px; }
.text-page__swiper-viewport {
  margin: 32px 0 24px; }
  @media (max-width: 1199.98px) {
    .text-page__swiper-viewport {
      margin: 22px 0 20px; } }
  @media (max-width: 991.98px) {
    .text-page__swiper-viewport {
      margin-top: 15px; } }

.wishlist h1 {
  margin-bottom: 26px; }
  @media (max-width: 991.98px) {
    .wishlist h1 {
      margin-bottom: 15px; } }
.wishlist .buttons {
  text-align: right; }

.account-content {
  padding-top: 14px;
  /* Telephone input prefix */ }
  @media (max-width: 1199.98px) {
    .account-content {
      padding-top: 0; } }
  .account-content h1 {
    margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      .account-content h1 {
        margin-bottom: 15px; } }
  .account-content strong {
    color: #221f1f; }
  .account-content fieldset {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 575.98px) {
      .account-content fieldset {
        margin: 0 -12px; }
        .account-content fieldset [class^="col"] {
          padding-right: 12px;
          padding-left: 12px; } }
    .account-content fieldset legend {
      margin: 0 15px 20px;
      width: calc(100% - 30px);
      border-bottom: 2px solid var(--color-theme-main); }
      @media (max-width: 767.98px) {
        .account-content fieldset legend {
          font-size: 1rem; } }
      @media (max-width: 575.98px) {
        .account-content fieldset legend {
          width: calc(100% - 24px); } }
    .account-content fieldset .form-group {
      flex-basis: 50%;
      flex-shrink: 0;
      flex-grow: 0; }
      .account-content fieldset .form-group.form-group--wide {
        flex-basis: 100%; }
      @media (max-width: 767.98px) {
        .account-content fieldset .form-group {
          margin-bottom: 10px; } }
      @media (max-width: 575.98px) {
        .account-content fieldset .form-group {
          flex-basis: 100%; } }
    .account-content fieldset #regular-field-customer_group_id {
      flex-basis: 100%;
      flex-shrink: 0; }
  .account-content legend {
    color: var(--color-theme-main); }
  .account-content label {
    color: #221f1f;
    font-size: 1rem;
    font-weight: 500; }
    @media (max-width: 1199.98px) {
      .account-content label {
        font-size: 0.9375rem; } }
    @media (max-width: 767.98px) {
      .account-content label {
        margin-bottom: 4px;
        font-size: 0.875rem; } }
  .account-content input,
  .account-content textarea {
    border: 1px solid #b2b2b2;
    color: #221f1f;
    font-weight: 300; }
  .account-content input:not([type="radio"]):not([type="checkbox"]) {
    padding: 0.375rem 0.9375rem;
    height: 40px;
    font-size: 1rem; }
    @media (max-width: 767.98px) {
      .account-content input:not([type="radio"]):not([type="checkbox"]) {
        height: 34px; } }
  .account-content textarea {
    resize: none; }
  .account-content select {
    border: 1px solid #b2b2b2;
    color: #221f1f;
    font-weight: 300;
    letter-spacing: normal; }
  .account-content .intl-tel-input.allow-dropdown .selected-flag,
  .account-content .intl-tel-input.separate-dial-code .selected-flag {
    width: 58px; }
  .account-content .intl-tel-input .country-list .country {
    line-height: 22px; }
  .account-content .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
  .account-content .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
  .account-content .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
    padding-left: 69px; }
  .account-content .text-danger {
    padding: 5px 0;
    font-size: 0.9375rem;
    font-weight: 300; }
    @media (max-width: 1199.98px) {
      .account-content .text-danger {
        font-size: 0.875rem; } }
    @media (max-width: 767.98px) {
      .account-content .text-danger {
        font-size: 0.8125rem; } }
  .account-content a:not(.button-basic) {
    color: var(--color-theme-main); }
    .account-content a:not(.button-basic):hover {
      color: var(--color-theme-alt); }
  .account-content .buttons {
    display: flex;
    justify-content: space-between; }
    .account-content .buttons > a:not(:last-child),
    .account-content .buttons > button:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 767.98px) {
        .account-content .buttons > a:not(:last-child),
        .account-content .buttons > button:not(:last-child) {
          margin-right: 15px; } }
    .account-content .buttons:last-child {
      margin-bottom: 2em; }
      @media (max-width: 767.98px) {
        .account-content .buttons:last-child {
          margin-bottom: 1em; } }
  .account-content .forgotten-password-link {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal; }
    @media (max-width: 1199.98px) {
      .account-content .forgotten-password-link {
        font-size: 0.9375rem; } }
    @media (max-width: 767.98px) {
      .account-content .forgotten-password-link {
        font-size: 0.875rem; } }
  .account-content .radio-custom__row .radio-custom {
    margin-top: 9px;
    margin-bottom: 9px; }
  .account-content .select2-custom-theme .select2-selection--single {
    height: 40px;
    border: 1px solid #b2b2b2; }
    @media (max-width: 767.98px) {
      .account-content .select2-custom-theme .select2-selection--single {
        height: 34px; } }
    .account-content .select2-custom-theme .select2-selection--single:hover {
      border-color: var(--color-theme-main); }
    .account-content .select2-custom-theme .select2-selection--single .select2-selection__rendered {
      padding-left: 0.9375rem;
      color: #221f1f;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: normal;
      line-height: 40px; }
      @media (max-width: 767.98px) {
        .account-content .select2-custom-theme .select2-selection--single .select2-selection__rendered {
          line-height: 34px; } }
    .account-content .select2-custom-theme .select2-selection--single .select2-selection__arrow {
      height: 40px; }
      @media (max-width: 767.98px) {
        .account-content .select2-custom-theme .select2-selection--single .select2-selection__arrow {
          height: 34px; } }
  .account-content .select2-custom-theme .select2-results__option {
    padding: 0 0.9375rem;
    color: #221f1f;
    letter-spacing: normal; }
  @media (max-width: 767.98px) {
    .account-content__register {
      padding-top: 14px;
      padding-bottom: 25px; }
      .account-content__register .well {
        padding-top: 20px;
        border-top: 2px solid var(--color-theme-main); } }
  @media (max-width: 575.98px) {
    .account-content__login form .button-basic {
      width: 100%; } }
  @media (max-width: 575.98px) {
    .account-content__login .social-login-text {
      text-align: center; } }
  @media (max-width: 1199.98px) {
    .account-content__login .social-login-buttons > a,
    .account-content__login .social-login-buttons > button {
      flex-basis: 50%; } }
  .account-content .table-responsive {
    scrollbar-color: var(--color-theme-secondary) #f7f7f7;
    scrollbar-width: thin; }
    .account-content .table-responsive::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .account-content .table-responsive::-webkit-scrollbar-track {
      background-color: #f7f7f7;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 0; }
    .account-content .table-responsive::-webkit-scrollbar-thumb {
      background-color: var(--color-theme-secondary);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
      border-radius: 0; }
    @media (max-width: 767.98px) {
      .account-content .table-responsive {
        margin-bottom: 15px; }
        .account-content .table-responsive table {
          margin-bottom: 0; } }

#account-forgotten .heading-basic,
#account-reset .heading-basic {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    #account-forgotten .heading-basic,
    #account-reset .heading-basic {
      margin-bottom: 15px; } }

.social-login-container {
  margin: 1rem 0; }
.social-login-text {
  font-size: 1rem;
  font-weight: 300; }
  @media (max-width: 1199.98px) {
    .social-login-text {
      font-size: 0.9375rem; } }
  @media (max-width: 767.98px) {
    .social-login-text {
      font-size: 0.875rem; } }
.social-login-buttons {
  display: flex;
  margin-top: 1rem; }
  .social-login-buttons > a:not(:last-child),
  .social-login-buttons > button:not(:last-child) {
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      .social-login-buttons > a:not(:last-child),
      .social-login-buttons > button:not(:last-child) {
        margin-right: 15px; } }
  @media (max-width: 1199.98px) {
    .social-login-buttons > a,
    .social-login-buttons > button {
      flex-basis: 30%; } }
  @media (max-width: 767.98px) {
    .social-login-buttons > a,
    .social-login-buttons > button {
      flex-basis: 50%; } }

.account-list {
  display: flex;
  flex-wrap: wrap;
  margin: 28px -14px;
  padding-left: 0;
  list-style: none; }
  @media (max-width: 1199.98px) {
    .account-list {
      margin: 25px -10px 0; } }
  @media (max-width: 1199.98px) {
    .account-list {
      margin: 15px -10px 0; } }
  .account-list > li {
    flex-basis: 33.33%;
    margin-bottom: 28px;
    padding: 0 14px;
    list-style: none; }
    @media (max-width: 1199.98px) {
      .account-list > li {
        flex-basis: 50%;
        margin-bottom: 20px;
        padding: 0 10px; } }
    @media (max-width: 575.98px) {
      .account-list > li {
        flex-basis: 100%;
        margin-bottom: 15px;
        padding: 0 10px; } }
  .account-list .button-basic {
    font-size: 0.9375rem; }

.account-table {
  margin-bottom: 1rem;
  width: 100%;
  border: 2px solid var(--color-theme-main); }
  .account-table thead td {
    background-color: #616161;
    color: #221f1f; }
  .account-table__col {
    padding: 20px 30px;
    border-bottom: 2px solid var(--color-theme-main);
    border-collapse: collapse;
    color: var(--color-theme-main);
    font-size: 1rem;
    font-weight: 500;
    vertical-align: middle; }
    @media (max-width: 1199.98px) {
      .account-table__col {
        padding: 15px 20px;
        font-size: 0.9375rem; } }
    @media (max-width: 767.98px) {
      .account-table__col {
        padding: 10px 15px;
        font-size: 0.875rem; } }
    @media (max-width: 575.98px) {
      .account-table__col {
        padding: 8px 12px; } }
    .account-table__col--address, .account-table__col--buttons {
      border: 2px solid var(--color-theme-main); }
    @media (max-width: 1199.98px) {
      .account-table__col--address {
        width: 100%; } }
    .account-table__col--buttons {
      width: 400px;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .account-table__col--buttons {
          width: auto; } }
      .account-table__col--buttons a:not(:last-child),
      .account-table__col--buttons button:not(:last-child) {
        margin-right: 15px; }
      @media (max-width: 1199.98px) {
        .account-table__col--buttons a,
        .account-table__col--buttons button {
          display: flex;
          font-size: 0.8125rem;
          width: 130px; }
          .account-table__col--buttons a:not(:last-child),
          .account-table__col--buttons button:not(:last-child) {
            margin-right: 0;
            margin-bottom: 15px; } }
      @media (max-width: 767.98px) {
        .account-table__col--buttons a,
        .account-table__col--buttons button {
          flex-basis: 50%; }
          .account-table__col--buttons a:not(:last-child),
          .account-table__col--buttons button:not(:last-child) {
            margin-bottom: 10px; } }
    .account-table__col--action {
      min-width: 140px;
      padding-left: 0; }
      @media (max-width: 991.98px) {
        .account-table__col--action {
          padding: 10px 15px; } }
      .account-table__col--action a:not(:last-child),
      .account-table__col--action button:not(:last-child) {
        margin-right: 10px; }
    .account-table__col--total {
      white-space: nowrap; }
  @media (max-width: 1499.98px) {
    .account-table--order-list__col {
      padding: 15px 20px;
      font-size: 0.9375rem; } }
  @media (max-width: 1199.98px) {
    .account-table--order-list__col {
      padding: 10px 15px;
      font-size: 0.875rem; } }
  @media (max-width: 991.98px) {
    .account-table--order-list {
      border: 0; }
      .account-table--order-list tbody {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 0; }
        .account-table--order-list tbody > tr {
          display: inline-block;
          margin-bottom: 30px;
          width: calc(50% - 15px);
          border: 2px solid var(--color-theme-main); }
          .account-table--order-list tbody > tr > td {
            display: block;
            text-align: left !important; }
            .account-table--order-list tbody > tr > td:last-of-type {
              border-bottom: 0; } }
  @media (max-width: 767.98px) {
    .account-table--order-list tbody > tr {
      margin-bottom: 15px;
      width: 100%; }
      .account-table--order-list tbody > tr:last-child {
        margin-bottom: 0; }
      .account-table--order-list tbody > tr > td {
        text-align: center !important; } }

.address-default {
  color: #221f1f; }

.account-deletion-message {
  line-height: 1.5; }
  .account-deletion-message b,
  .account-deletion-message strong {
    color: #c22b2c;
    font-weight: 600; }
  @media (max-width: 767.98px) {
    .account-deletion-message + .buttons a,
    .account-deletion-message + .buttons button {
      height: auto; } }

.order-table {
  border: 2px solid var(--color-theme-main); }
  .order-table thead td {
    background-color: #616161;
    color: #221f1f;
    font-weight: 600;
    font-size: 1rem; }
    @media (max-width: 767.98px) {
      .order-table thead td {
        font-size: 0.875rem; } }
  .order-table th,
  .order-table td {
    border: 2px solid var(--color-theme-main);
    color: #221f1f;
    font-weight: 300; }
    @media (max-width: 767.98px) {
      .order-table th,
      .order-table td {
        padding: 5px 8px;
        font-size: 0.8125rem; } }
  .order-table .td-border--no-col {
    border-left: 0;
    border-right: 0; }
  .order-table b,
  .order-table strong {
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .order-table b,
      .order-table strong {
        font-weight: 500; } }
  .order-table.table-hover tbody tr:hover,
  .order-table.table-hover tfoot tr:hover {
    background-color: #616161; }
  .order-table__col--price, .order-table__col--total, .order-table__col--buttons, .order-table__col--date-added {
    white-space: nowrap; }
  .order-table__additional-services {
    margin-top: 8px;
    color: #353535;
    font-size: 13px; }
    @media (max-width: 991.98px) {
      .order-table__additional-services {
        font-size: 0.75rem; } }

.table-responsive > .order-table {
  border: 2px solid var(--color-theme-main); }

#modal-agree .modal-title {
  font-size: 1.25rem; }
  @media (max-width: 767.98px) {
    #modal-agree .modal-title {
      font-size: 1.125rem; } }
#modal-agree .text p,
#modal-agree .text ul li,
#modal-agree .text ol li {
  margin-bottom: 1em; }

.customer-manager {
  padding: 15px;
  width: 100%;
  border: 2px solid var(--color-theme-main);
  border-radius: 5px;
  color: #221f1f;
  font-size: 1rem;
  line-height: 1.5; }
  @media (max-width: 991.98px) {
    .customer-manager {
      font-size: 15px; } }
  .customer-manager__wrapper {
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .customer-manager__wrapper {
        flex-basis: 100% !important;
        margin-left: 0;
        width: 100%; } }
  .customer-manager__name {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .customer-manager__name {
        font-size: 16px; } }
  .customer-manager .heading-basic {
    margin-bottom: 12px;
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .customer-manager .heading-basic {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .customer-manager a[href^="tel:"] {
      pointer-events: none; } }

.datepicker {
  font-weight: 300; }

.page-cart .heading-basic {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 20px; }
.page-cart .cart-content .content-row {
  display: flex; }
  @media (max-width: 1199.98px) {
    .page-cart .cart-content .content-row {
      flex-flow: column; } }
  .page-cart .cart-content .content-row-left {
    flex: 1; }
    @media (min-width: 1200px) {
      .page-cart .cart-content .content-row-left {
        padding-right: 40px;
        margin-top: 32px; } }
    .page-cart .cart-content .content-row-left .buttons {
      display: inline-flex;
      flex-flow: column;
      margin: 0 !important; }
      .page-cart .cart-content .content-row-left .buttons > * {
        margin-top: 12px; }
    .page-cart .cart-content .content-row-left .form-assembly-service label span {
      white-space: nowrap; }
    .page-cart .cart-content .content-row-left .table thead td {
      vertical-align: middle; }
    .page-cart .cart-content .content-row-left .table th, .page-cart .cart-content .content-row-left .table td {
      border: none;
      border-bottom: 1px solid #d8d8d8; }
      .page-cart .cart-content .content-row-left .table th:first-child, .page-cart .cart-content .content-row-left .table td:first-child {
        padding-left: 0; }
    .page-cart .cart-content .content-row-left .table thead {
      font-size: 16px;
      color: #524f4f; }
    .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-image {
      width: 212px; }
      @media (min-width: 1200px) and (max-width: 1499px) {
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-image {
          width: 130px; } }
      .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-image .responsive-image {
        padding-bottom: 100%; }
      .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-image img {
        border-radius: 10px;
        width: 100%; }
    .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
      .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li {
        font-size: 14px;
        color: #524f4f; }
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li:first-child {
          font-size: 18px;
          color: #221f1f;
          font-weight: 500; }
          .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li:first-child a {
            color: #221f1f;
            transition: 0.2s; }
            .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li:first-child a:hover {
              color: var(--color-theme-main); }
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li:not(:last-child) {
          margin-bottom: 12px; }
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li:last-child {
          margin-top: 20px; }
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li .btn-text {
          font-size: 14px; }
          .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li .btn-text svg {
            margin-right: 8px;
            height: 20px !important;
            width: 20px !important; }
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li .form-check .form-check-input {
          width: 16px;
          height: 16px; }
        .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-info ul li .form-check .form-check-label {
          font-size: 16px; }
    .page-cart .cart-content .content-row-left .table .cart-product-row .col-product-price {
      font-size: 18px;
      font-weight: 600;
      font-family: "Quicksand", sans-serif;
      color: #221f1f;
      white-space: nowrap; }
    @media (max-width: 767.98px) {
      .page-cart .cart-content .content-row-left .content-view-desktop {
        display: none; } }
    @media (min-width: 768px) {
      .page-cart .cart-content .content-row-left .content-view-mobile {
        display: none; } }
    .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item {
      padding: 12px;
      border: 1px solid #d8d8d8;
      border-radius: 15px; }
      .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item:not(:last-child) {
        margin-bottom: 12px; }
      .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item hr {
        border-top: 1px solid #d8d8d8; }
      .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top {
        display: flex; }
        .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .image-container {
          width: 40%;
          padding-right: 20px; }
          .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .image-container img {
            width: 100%; }
        .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container {
          flex: 1; }
          .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            display: flex;
            flex-flow: column;
            height: 100%; }
            .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul li:not(:last-child) {
              margin-bottom: 8px; }
            .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul li:last-child {
              padding-top: 6px;
              margin-top: auto; }
            @media (max-width: 575.98px) {
              .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul li .form-check {
                margin-right: 0; } }
            .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul li .form-check .form-check-input {
              width: 16px;
              height: 16px; }
            .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul li .form-check .form-check-label {
              font-size: 16px; }
              @media (max-width: 575.98px) {
                .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container ul li .form-check .form-check-label {
                  font-size: 14px; } }
          .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container .cart-product-item-name {
            font-size: 14px;
            font-weight: 500;
            color: #221f1f; }
          .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-top .meta-container .button-remove {
            font-size: 14px; }
      .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-bottom {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 12px;
        margin-top: 12px; }
        .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-bottom > span {
          font-size: 14px;
          text-align: center;
          color: #221f1f;
          white-space: nowrap; }
          .page-cart .cart-content .content-row-left .content-view-mobile .cart-product-list .cart-product-list-item .cart-product-item-bottom > span > span {
            font-size: 15px;
            font-weight: 500;
            color: #221f1f;
            white-space: wrap; }
  @media (min-width: 1200px) {
    .page-cart .cart-content .content-row-right {
      width: 430px; } }
  @media (max-width: 1199.98px) {
    .page-cart .cart-content .content-row-right {
      margin-top: 32px; } }
  .page-cart .cart-content .content-row-right .summary-panel {
    position: relative; }
    .page-cart .cart-content .content-row-right .summary-panel .totals-row {
      display: flex;
      justify-content: space-between;
      column-gap: 16px; }
      .page-cart .cart-content .content-row-right .summary-panel .totals-row:not(:last-child) {
        margin-bottom: 24px; }
      .page-cart .cart-content .content-row-right .summary-panel .totals-row span:first-child {
        font-size: 18px;
        color: #52554e;
        font-weight: 400; }
      .page-cart .cart-content .content-row-right .summary-panel .totals-row span:last-child {
        font-size: 18px;
        color: #221f1f;
        font-weight: 600;
        font-family: "Quicksand", sans-serif;
        flex-shrink: 0; }
    .page-cart .cart-content .content-row-right .summary-panel .services-title {
      font-size: 18px;
      font-weight: 600;
      color: #363636;
      margin-bottom: 24px; }
    .page-cart .cart-content .content-row-right .summary-panel .services-list ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .page-cart .cart-content .content-row-right .summary-panel .services-list ul .form-check-input {
        margin-right: 12px; }
      .page-cart .cart-content .content-row-right .summary-panel .services-list ul li:not(:last-child) {
        margin-bottom: 20px; }
      .page-cart .cart-content .content-row-right .summary-panel .services-list ul li:hover label {
        color: var(--color-theme-main); }
      .page-cart .cart-content .content-row-right .summary-panel .services-list ul li input {
        cursor: pointer; }
      .page-cart .cart-content .content-row-right .summary-panel .services-list ul li label {
        cursor: pointer; }
        .page-cart .cart-content .content-row-right .summary-panel .services-list ul li label span {
          white-space: nowrap; }
    .page-cart .cart-content .content-row-right .summary-panel .total {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .page-cart .cart-content .content-row-right .summary-panel .total span:first-child {
        font-size: 24px;
        font-weight: 600;
        color: #363636; }
      .page-cart .cart-content .content-row-right .summary-panel .total span:last-child {
        font-size: 30px;
        font-weight: 600;
        color: #221f1f;
        font-family: "Quicksand", sans-serif; }
    .page-cart .cart-content .content-row-right .summary-panel .loader {
      display: none; }
    .page-cart .cart-content .content-row-right .summary-panel.loading .loader {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.4);
      z-index: 2; }
      .page-cart .cart-content .content-row-right .summary-panel.loading .loader .fa {
        color: var(--color-theme-main);
        font-size: 44px; }
  .page-cart .cart-content .content-row-right .cart-buttons {
    margin-top: 40px; }
    .page-cart .cart-content .content-row-right .cart-buttons > *:not(:last-child) {
      margin-bottom: 32px; }
  .page-cart .cart-content .content-row-right .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px; }

.review-product {
  display: flex;
  margin: 0 -15px;
  padding: 15px 0; }
  .review-product:not(:last-child) {
    border-bottom: 2px solid #616161; }
  @media (max-width: 991.98px) {
    .review-product {
      flex-direction: column-reverse; } }
  .review-product__form {
    flex-basis: 50%;
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .review-product__form {
        flex-basis: 100%; } }
  .review-product__block {
    display: flex;
    align-items: flex-start;
    flex-basis: 50%;
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .review-product__block {
        flex-basis: 100%; } }
  .review-product__image {
    display: flex;
    flex-shrink: 0; }
    @media (max-width: 1499.98px) {
      .review-product__image {
        max-width: 200px; } }
    @media (max-width: 767.98px) {
      .review-product__image {
        max-width: 150px; } }
    .review-product__image img {
      width: 100%;
      height: auto; }
  .review-product__info {
    padding: 15px 15px 15px 30px; }
    @media (max-width: 767.98px) {
      .review-product__info {
        padding-left: 15px; } }
  .review-product__name {
    display: flex;
    margin-bottom: 15px;
    color: var(--color-theme-main);
    font-size: 1.5rem;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      .review-product__name {
        font-size: 1.25rem; } }
    .review-product__name:hover {
      color: var(--color-theme-alt); }
  .review-product__price {
    color: #353535;
    font-size: 1.25rem;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .review-product__price {
        font-size: 1.125rem; } }
    @media (max-width: 767.98px) {
      .review-product__price {
        align-items: flex-end;
        font-size: 1rem; } }
    .review-product__price .price-new {
      margin-right: 8px;
      color: #c22b2c;
      font-weight: 500;
      white-space: nowrap; }
    .review-product__price .price-old {
      color: #221f1f;
      font-size: 1.125rem;
      text-decoration: line-through;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .review-product__price .price-old {
          font-size: 1rem; } }
      @media (max-width: 767.98px) {
        .review-product__price .price-old {
          font-size: 0.875rem; } }

.landing-page__content {
  font-weight: 300; }
  .landing-page__content h1 {
    margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      .landing-page__content h1 {
        margin-bottom: 15px; } }
.landing-page__image {
  display: block;
  float: left;
  margin: 0 50px 30px 0;
  max-width: 50%; }
  @media (max-width: 1199.98px) {
    .landing-page__image {
      margin: 0 25px 15px 0; } }
  @media (max-width: 767.98px) {
    .landing-page__image {
      float: none;
      margin: 0 0 15px 0;
      max-width: 100%; } }
.landing-page__gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px; }
  @media (max-width: 1199.98px) {
    .landing-page__gallery {
      margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .landing-page__gallery {
      margin-bottom: 15px; } }
  .landing-page__gallery-image {
    display: block;
    width: 100%;
    height: auto; }
    .landing-page__gallery-image-wrapper {
      flex-basis: calc(33.33% - (45px * 2 /3));
      flex-grow: 0;
      margin-top: 45px; }
      @media (max-width: 1199.98px) {
        .landing-page__gallery-image-wrapper {
          flex-basis: calc(33.33% - (30px * 2 /3));
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        .landing-page__gallery-image-wrapper {
          flex-basis: calc(50% - (15px * 2 /3));
          margin-top: 15px; } }

.not-found-page {
  text-align: center; }
  .not-found-page #content {
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .not-found-page #content {
        margin-bottom: 20px; } }
  .not-found-page__text {
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      .not-found-page__text {
        margin-bottom: 30px; } }
    .not-found-page__text p {
      margin: 25px 0; }
      @media (max-width: 991.98px) {
        .not-found-page__text p {
          margin: 15px 0; } }
  .not-found-page .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px; }

.template-service-list .heading-basic {
  margin-bottom: 60px; }
.template-service-list .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px; }
  @media (max-width: 1199.98px) {
    .template-service-list .service-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991.98px) {
    .template-service-list .service-list {
      gap: 24px; } }
  @media (max-width: 767.98px) {
    .template-service-list .service-list {
      grid-template-columns: repeat(1, 1fr); } }
  .template-service-list .service-list .card-service {
    height: 100%; }

.template-service-item h1, .template-service-item h2, .template-service-item h3, .template-service-item h4, .template-service-item h5, .template-service-item h6 {
  font-family: "Quicksand", sans-serif; }
.template-service-item .service-item-section1 {
  display: flex;
  align-items: center;
  margin-top: 70px; }
  @media (min-width: 992px) {
    .template-service-item .service-item-section1 {
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .template-service-item .service-item-section1 {
      flex-flow: column;
      margin-top: 40px; } }
  .template-service-item .service-item-section1 .image-container {
    width: 50%;
    position: relative; }
    @media (min-width: 992px) {
      .template-service-item .service-item-section1 .image-container {
        padding-right: 60px; } }
    @media (max-width: 991.98px) {
      .template-service-item .service-item-section1 .image-container {
        width: 100%;
        max-width: 460px; } }
    .template-service-item .service-item-section1 .image-container img {
      width: 100%; }
      @media (max-width: 991.98px) {
        .template-service-item .service-item-section1 .image-container img {
          padding-left: 60px;
          padding-right: 20px; } }
    .template-service-item .service-item-section1 .image-container:before {
      content: '';
      position: absolute;
      top: -5px;
      left: -90px;
      width: 112%;
      height: 104%;
      min-height: 630px;
      background-image: url(/catalog/view/theme/default/image/about-back.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .template-service-item .service-item-section1 .image-container:before {
          top: -5px;
          left: 0px;
          width: 100%; } }
  .template-service-item .service-item-section1 .short-description-container {
    width: 50%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #2d2a2a;
    padding: 25px 0px; }
    @media (max-width: 991.98px) {
      .template-service-item .service-item-section1 .short-description-container {
        font-size: 16px;
        line-height: 21px;
        width: 100%;
        padding-top: 70px; } }
    .template-service-item .service-item-section1 .short-description-container.without-padding {
      padding-top: 0; }
    .template-service-item .service-item-section1 .short-description-container p {
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 991.98px) {
        .template-service-item .service-item-section1 .short-description-container p {
          font-size: 16px; } }
      .template-service-item .service-item-section1 .short-description-container p:last-child {
        margin-bottom: 0; }
    .template-service-item .service-item-section1 .short-description-container .heading-basic {
      margin-bottom: 24px; }
.template-service-item .service-item-section2 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #2d2a2a;
  color: #2d2a2a; }
  @media (max-width: 991.98px) {
    .template-service-item .service-item-section2 {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 20px; } }
  .template-service-item .service-item-section2-no-margin-top {
    margin-top: 0; }
  .template-service-item .service-item-section2 p {
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .template-service-item .service-item-section2 p {
        font-size: 16px; } }
.template-service-item .service-item-section3 {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .template-service-item .service-item-section3 {
      margin-bottom: 30px; } }
  .template-service-item .service-item-section3 .service-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
    @media (max-width: 991.98px) {
      .template-service-item .service-item-section3 .service-gallery {
        gap: 15px; } }
    .template-service-item .service-item-section3 .service-gallery .responsive-image {
      padding-bottom: 85%; }
      .template-service-item .service-item-section3 .service-gallery .responsive-image .more-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 56px;
        font-weight: 300;
        font-family: "Quicksand", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px; }
        @media (max-width: 991.98px) {
          .template-service-item .service-item-section3 .service-gallery .responsive-image .more-number {
            font-size: 33px; } }
    .template-service-item .service-item-section3 .service-gallery img {
      border-radius: 20px;
      object-fit: cover; }
.template-service-item .service-item-section4 .btn-other {
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .template-service-item .service-item-section4 .btn-other {
      margin-top: 0px;
      font-size: 16px; } }
  .template-service-item .service-item-section4 .btn-other svg, .template-service-item .service-item-section4 .btn-other path {
    stroke: var(--color-theme-main); }
  .template-service-item .service-item-section4 .btn-other:hover {
    text-decoration: underline; }

.page-about-us-section1 {
  display: flex;
  margin-top: 60px;
  margin-bottom: 90px;
  align-items: center; }
  @media (max-width: 991.98px) {
    .page-about-us-section1 {
      margin-top: 40px;
      margin-bottom: 50px;
      flex-flow: column; } }
  .page-about-us-section1 .image-container {
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .page-about-us-section1 .image-container {
        width: 50%;
        padding-right: 60px; } }
    .page-about-us-section1 .image-container img {
      width: 100%; }
      @media (max-width: 991.98px) {
        .page-about-us-section1 .image-container img {
          padding-left: 60px;
          padding-right: 20px; } }
    .page-about-us-section1 .image-container:before {
      content: '';
      position: absolute;
      top: -5px;
      left: -90px;
      width: 112%;
      height: 104%;
      min-height: 630px;
      background-image: url(/catalog/view/theme/default/image/about-back.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .page-about-us-section1 .image-container:before {
          top: -5px;
          left: 0px;
          width: 100%; } }
  .page-about-us-section1 .description-container {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #524f4f;
    width: 100%; }
    @media (min-width: 992px) {
      .page-about-us-section1 .description-container {
        width: 50%; } }
    @media (max-width: 991.98px) {
      .page-about-us-section1 .description-container {
        font-size: 16px;
        line-height: 21px;
        margin-top: 50px; } }
    .page-about-us-section1 .description-container p {
      font-size: 20px;
      line-height: 28px;
      font-weight: 400; }
      @media (max-width: 991.98px) {
        .page-about-us-section1 .description-container p {
          font-size: 16px;
          line-height: 21px; } }
.page-about-us-section2 {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .page-about-us-section2 {
      margin-bottom: 60px; } }
  .page-about-us-section2 .about-us-icon-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 120px; }
    @media (max-width: 991.98px) {
      .page-about-us-section2 .about-us-icon-blocks {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px; } }
    @media (max-width: 575.98px) {
      .page-about-us-section2 .about-us-icon-blocks {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px; } }
    @media (max-width: 575.98px) {
      .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        padding-left: 25px;
        padding-right: 25px; } }
    .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__icon-container {
      margin-bottom: 28px; }
      @media (max-width: 991.98px) {
        .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__icon-container {
          margin-bottom: 22px; } }
      .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__icon-container img {
        height: 84px;
        max-width: 100%;
        object-fit: contain; }
        @media (max-width: 991.98px) {
          .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__icon-container img {
            height: 60px; } }
    .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__name-container {
      font-size: 28px;
      font-weight: 500;
      color: #221f1f;
      font-family: "Quicksand", sans-serif;
      margin-bottom: 28px; }
      @media (max-width: 991.98px) {
        .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__name-container {
          font-size: 20px;
          margin-bottom: 22px; } }
    .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__description-container {
      font-size: 18px;
      font-weight: 300;
      line-height: 24px;
      color: #221f1f; }
      @media (max-width: 991.98px) {
        .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__description-container {
          font-size: 14px;
          line-height: 19px; } }
      .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__description-container p {
        font-size: 18px; }
        @media (max-width: 991.98px) {
          .page-about-us-section2 .about-us-icon-blocks .about-us-icon-block__description-container p {
            font-size: 14px; } }
.page-about-us-section3 {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .page-about-us-section3 {
      margin-bottom: 40px; } }
  .page-about-us-section3 .section-title {
    font-size: 24px;
    font-weight: 600;
    color: #221f1f;
    text-align: center;
    margin-bottom: 26px;
    margin-top: 0; }
    @media (max-width: 991.98px) {
      .page-about-us-section3 .section-title {
        font-size: 18px; } }
  .page-about-us-section3 .section-description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #221f1f;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991.98px) {
      .page-about-us-section3 .section-description {
        font-size: 14px;
        line-height: 19px; } }
  .page-about-us-section3 .section-youtube-container {
    max-width: 910px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
.page-about-us-section4 .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #221f1f;
  margin-bottom: 46px; }
  @media (max-width: 991.98px) {
    .page-about-us-section4 .section-title {
      font-size: 18px;
      margin-bottom: 36px; } }
.page-about-us-section4 .swiper-pagination {
  margin-top: 32px; }
.page-about-us-section4 .swiper .swiper-slide {
  height: auto; }
  .page-about-us-section4 .swiper .swiper-slide .card-employee {
    height: 100%; }
.page-about-us-section4 .btn-text-icon-left {
  align-items: flex-start; }
  .page-about-us-section4 .btn-text-icon-left svg {
    margin-top: 3px; }
    @media (max-width: 991.98px) {
      .page-about-us-section4 .btn-text-icon-left svg {
        margin-top: 1px; } }
.page-about-us-section4 .swiper-collective {
  overflow: hidden; }
  .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px; }
    @media (max-width: 1199.98px) {
      .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 991.98px) {
      .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper {
        gap: 24px; } }
    @media (max-width: 767.98px) {
      .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper {
        display: flex; } }
    @media (min-width: 1200px) {
      .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4) {
        display: none; } }
    @media (max-width: 1199.98px) {
      .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none; } }
    @media (max-width: 767.98px) {
      .page-about-us-section4 .swiper-collective:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        width: 62%; } }

.card-category-home {
  background-color: #f9b678;
  border-radius: 40px;
  padding: 32px;
  display: flex;
  flex-flow: column;
  transition: 0.2s; }
  .card-category-home:hover {
    background-color: #f89d4a; }
  @media (max-width: 991.98px) {
    .card-category-home {
      padding: 24px;
      border-radius: 25px; } }
  .card-category-home-color-1 {
    background-color: #e4eef6; }
    .card-category-home-color-1:hover {
      background-color: #81b6df; }
  .card-category-home-color-2 {
    background-color: #d6e8d0; }
    .card-category-home-color-2:hover {
      background-color: #b7d5ad; }
  .card-category-home-color-3 {
    background-color: #f3f3f1; }
    .card-category-home-color-3:hover {
      background-color: #dbdbd5; }
  .card-category-home-color-4 {
    background-color: #fef2f2; }
    .card-category-home-color-4:hover {
      background-color: #ecd4d4; }
  .card-category-home .c-top {
    margin-bottom: 42px; }
    @media (max-width: 991.98px) {
      .card-category-home .c-top {
        margin-bottom: 16px; } }
    .card-category-home .c-top img {
      max-width: 100%;
      height: 95px;
      object-fit: contain; }
      @media (max-width: 991.98px) {
        .card-category-home .c-top img {
          width: 55px;
          height: 55px; } }
  .card-category-home .c-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto; }
    @media (max-width: 991.98px) {
      .card-category-home .c-bottom {
        align-items: center; } }
    .card-category-home .c-bottom .c-title {
      font-size: 28px;
      color: #221f1f;
      margin-right: 12px;
      margin-bottom: 0;
      margin-top: 0;
      font-family: "Quicksand", sans-serif;
      font-weight: 600; }
      @media (max-width: 991.98px) {
        .card-category-home .c-bottom .c-title {
          font-size: 17px; } }
    .card-category-home .c-bottom .btn2 {
      flex-shrink: 0; }
      .card-category-home .c-bottom .btn2 .cls-1 {
        stroke: #2b2b2b !important; }
      .card-category-home .c-bottom .btn2:hover .cls-1 {
        stroke: #ef8829 !important; }

.card-news {
  display: flex;
  flex-flow: column; }
  .card-news .card-top .responsive-image {
    padding-bottom: 80%; }
    .card-news .card-top .responsive-image img {
      border-radius: 40px;
      object-fit: cover;
      background-color: #fff;
      transition: 0.2s; }
      @media (max-width: 991.98px) {
        .card-news .card-top .responsive-image img {
          border-radius: 25px; } }
  .card-news .card-content {
    margin-top: 28px;
    display: flex;
    flex-flow: column;
    height: 100%; }
    @media (max-width: 991.98px) {
      .card-news .card-content {
        margin-top: 16px; } }
    .card-news .card-content .news-date {
      font-size: 16px;
      font-weight: 400;
      color: var(--color-theme-main);
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .card-news .card-content .news-date {
          font-size: 11px; } }
    .card-news .card-content .news-title {
      font-size: 24px;
      font-weight: 600;
      color: #363636;
      margin-top: 28px;
      margin-bottom: 0;
      transition: 0.2s; }
      @media (max-width: 991.98px) {
        .card-news .card-content .news-title {
          font-size: 14px;
          margin-top: 16px; } }
    .card-news .card-content .news-description {
      font-size: 18px;
      line-height: 28px;
      margin-top: 30px;
      color: #524f4f;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 1499.98px) {
        .card-news .card-content .news-description {
          -webkit-line-clamp: 6; } }
      @media (max-width: 1199.98px) {
        .card-news .card-content .news-description {
          -webkit-line-clamp: 4; } }
      @media (max-width: 767.98px) {
        .card-news .card-content .news-description {
          -webkit-line-clamp: 7; } }
      @media (max-width: 991.98px) {
        .card-news .card-content .news-description {
          font-size: 14px;
          line-height: 22px;
          margin-top: 14px; } }
    .card-news .card-content .dashed-line {
      margin-top: auto;
      padding-top: 28px;
      width: 90%;
      border-bottom: 2px dashed #363636;
      transition: 0.2s; }
      @media (max-width: 991.98px) {
        .card-news .card-content .dashed-line {
          padding-top: 16px;
          width: 100%; } }
    .card-news .card-content .button-more-container {
      margin-top: 28px; }
      @media (max-width: 991.98px) {
        .card-news .card-content .button-more-container {
          margin-top: 16px; }
          .card-news .card-content .button-more-container .btn-text {
            font-size: 14px; }
            .card-news .card-content .button-more-container .btn-text svg {
              width: 9px;
              height: 9px; } }
      .card-news .card-content .button-more-container .btn-text {
        font-weight: 600; }
  .card-news a {
    transition: 0.2s; }
    .card-news a svg, .card-news a path, .card-news a .cls-1 {
      transition: 0.2s; }
  .card-news:hover span {
    color: var(--color-theme-main); }
    .card-news:hover span svg, .card-news:hover span path, .card-news:hover span .cls-1 {
      fill: var(--color-theme-main);
      stroke: var(--color-theme-main); }
  .card-news:hover .card-top .responsive-image img {
    opacity: 0.8; }
  .card-news-main {
    flex-flow: row; }
    @media (max-width: 767.98px) {
      .card-news-main {
        flex-flow: column;
        align-items: center; } }
    .card-news-main .card-top {
      width: 49%;
      flex-shrink: 0; }
      @media (min-width: 768px) {
        .card-news-main .card-top {
          padding-right: 24px; } }
      @media (min-width: 992px) {
        .card-news-main .card-top {
          padding-right: 60px; } }
      @media (max-width: 767.98px) {
        .card-news-main .card-top {
          width: 100%;
          max-width: 400px; } }
    @media (max-width: 991.98px) {
      .card-news-main .card-content .news-title {
        font-size: 18px;
        margin-top: 28px; } }

.card-product-header-cart {
  display: flex; }
  .card-product-header-cart > *:not(:last-child) {
    margin-right: 12px; }
  .card-product-header-cart .card-image {
    width: 80px;
    flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .card-product-header-cart .card-image {
        width: 60px; } }
    .card-product-header-cart .card-image img {
      width: 100%; }
  .card-product-header-cart .product-info {
    word-break: break-word; }
    .card-product-header-cart .product-info a {
      font-size: 16px;
      font-weight: 600;
      color: #221f1f;
      transition: 0.2s; }
      .card-product-header-cart .product-info a:hover {
        color: var(--color-theme-main); }
    .card-product-header-cart .product-info .product-model {
      margin-top: 8px; }
    .card-product-header-cart .product-info .product-quantity {
      margin-top: 4px; }
  .card-product-header-cart .product-price {
    font-size: 16px;
    font-weight: 600;
    color: #221f1f;
    transition: 0.2s;
    margin-left: auto;
    white-space: nowrap; }

.card-service {
  background-color: #f9b678;
  border-radius: 40px;
  padding: 50px 22px 22px 22px;
  display: flex;
  flex-flow: column;
  transition: 0.2s; }
  .card-service:hover {
    background-color: #f89d4a; }
  @media (max-width: 991.98px) {
    .card-service {
      padding: 40px 16px 16px 16px;
      border-radius: 25px; } }
  .card-service-color-1 {
    background-color: #e4eef6; }
    .card-service-color-1:hover {
      background-color: #81b6df; }
  .card-service-color-2 {
    background-color: #d6e8d0; }
    .card-service-color-2:hover {
      background-color: #b7d5ad; }
  .card-service-color-3 {
    background-color: #f3f3f1; }
    .card-service-color-3:hover {
      background-color: #dbdbd5; }
  .card-service-color-4 {
    background-color: #fef2f2; }
    .card-service-color-4:hover {
      background-color: #ecd4d4; }
  .card-service .c-title {
    font-size: 28px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color: #221f1f;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 0 12px; }
  .card-service .c-icon-container {
    margin-bottom: 36px;
    padding: 0 12px; }
    .card-service .c-icon-container img {
      height: 75px; }
  .card-service .c-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    color: #2d2a2a;
    padding: 0 12px; }
  .card-service .c-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: auto; }

.card-employee {
  padding: 28px 28px 40px 28px;
  background-color: #f3f3f1;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 40px; }
  @media (max-width: 991.98px) {
    .card-employee {
      border-radius: 25px; } }
  .card-employee .c-image-container {
    margin-bottom: 28px;
    max-width: 250px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .card-employee .c-image-container {
        max-width: 150px;
        margin-bottom: 16px; } }
    .card-employee .c-image-container .responsive-image {
      padding-bottom: 100%; }
    .card-employee .c-image-container img {
      object-fit: cover;
      object-position: center;
      border-radius: 200px; }
  .card-employee .c-name-container {
    font-size: 18px;
    font-weight: 600;
    color: #524f4f;
    margin-bottom: 8px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .card-employee .c-name-container {
        font-size: 14px; } }
  .card-employee .c-contact-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    word-break: break-word; }
    @media (max-width: 991.98px) {
      .card-employee .c-contact-container .btn-text {
        font-size: 13px; } }

@font-face {
  font-family: 'Quicksand';
  src: url("font/Quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("font/Quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("font/Quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("font/Quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Quicksand';
  src: url("font/Quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("font/Inter/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("font/Inter/Inter_24pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("font/Inter/Inter_24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("font/Inter/Inter_24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("font/Inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("font/Inter/Inter_24pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
/* Custom styles for different stores */
body.store-1 {
  --color-theme-alt: #4e88c7;
  --color-text-omnisend: #f7f7f7; }
  body.store-1 .button-basic--secondary:hover {
    background-color: #9590c6; }
  body.store-1 .products-block.special-block {
    background-color: #e9f1f7; }
  body.store-1 .omnisend-form__wrapper {
    background-color: #2473b5; }
  body.store-1 .omnisend-form__title {
    color: #f7f7f7; }
  body.store-1 .omnisend-form__button {
    background-color: #c2dcf0;
    color: #a6c7e1; }
    body.store-1 .omnisend-form__button:hover {
      background-color: var(--color-theme-alt);
      color: #fff; }
  body.store-1 .omnisend-form__error .omnisend-form__input {
    border-color: #f7b801; }
  body.store-1 .omnisend-form__error .checkbox-custom__checkbox {
    border: 2px solid #f7b801; }
  body.store-1 .cart-content__free-shipping-message {
    background-color: #c2dcf0; }

/*# sourceMappingURL=style.css.map */
