/*
Bootstrap config
 */
/*Grid*/
/*Breakpoints*/
/*Container Widths*/
: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-ms: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #DBEAEA;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.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: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1730px;
  }
}

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

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

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

.inner-grid-12 .col-xl,
.inner-grid-12 .col-xl-auto, .inner-grid-12 .col-xl-12, .inner-grid-12 .col-xl-11, .inner-grid-12 .col-xl-10, .inner-grid-12 .col-xl-9, .inner-grid-12 .col-xl-8, .inner-grid-12 .col-xl-7, .inner-grid-12 .col-xl-6, .inner-grid-12 .col-xl-5, .inner-grid-12 .col-xl-4, .inner-grid-12 .col-xl-3, .inner-grid-12 .col-xl-2, .inner-grid-12 .col-xl-1, .inner-grid-12 .col-lg,
.inner-grid-12 .col-lg-auto, .inner-grid-12 .col-lg-12, .inner-grid-12 .col-lg-11, .inner-grid-12 .col-lg-10, .inner-grid-12 .col-lg-9, .inner-grid-12 .col-lg-8, .inner-grid-12 .col-lg-7, .inner-grid-12 .col-lg-6, .inner-grid-12 .col-lg-5, .inner-grid-12 .col-lg-4, .inner-grid-12 .col-lg-3, .inner-grid-12 .col-lg-2, .inner-grid-12 .col-lg-1, .inner-grid-12 .col-md,
.inner-grid-12 .col-md-auto, .inner-grid-12 .col-md-12, .inner-grid-12 .col-md-11, .inner-grid-12 .col-md-10, .inner-grid-12 .col-md-9, .inner-grid-12 .col-md-8, .inner-grid-12 .col-md-7, .inner-grid-12 .col-md-6, .inner-grid-12 .col-md-5, .inner-grid-12 .col-md-4, .inner-grid-12 .col-md-3, .inner-grid-12 .col-md-2, .inner-grid-12 .col-md-1, .inner-grid-12 .col-sm,
.inner-grid-12 .col-sm-auto, .inner-grid-12 .col-sm-12, .inner-grid-12 .col-sm-11, .inner-grid-12 .col-sm-10, .inner-grid-12 .col-sm-9, .inner-grid-12 .col-sm-8, .inner-grid-12 .col-sm-7, .inner-grid-12 .col-sm-6, .inner-grid-12 .col-sm-5, .inner-grid-12 .col-sm-4, .inner-grid-12 .col-sm-3, .inner-grid-12 .col-sm-2, .inner-grid-12 .col-sm-1, .inner-grid-12 .col-ms,
.inner-grid-12 .col-ms-auto, .inner-grid-12 .col-ms-12, .inner-grid-12 .col-ms-11, .inner-grid-12 .col-ms-10, .inner-grid-12 .col-ms-9, .inner-grid-12 .col-ms-8, .inner-grid-12 .col-ms-7, .inner-grid-12 .col-ms-6, .inner-grid-12 .col-ms-5, .inner-grid-12 .col-ms-4, .inner-grid-12 .col-ms-3, .inner-grid-12 .col-ms-2, .inner-grid-12 .col-ms-1, .inner-grid-12 .col,
.inner-grid-12 .col-auto, .inner-grid-12 .col-12, .inner-grid-12 .col-11, .inner-grid-12 .col-10, .inner-grid-12 .col-9, .inner-grid-12 .col-8, .inner-grid-12 .col-7, .inner-grid-12 .col-6, .inner-grid-12 .col-5, .inner-grid-12 .col-4, .inner-grid-12 .col-3, .inner-grid-12 .col-2, .inner-grid-12 .col-1, .col-xl,
.col-xl-auto, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-ms,
.col-ms-auto, .col-ms-16, .col-ms-15, .col-ms-14, .col-ms-13, .col-ms-12, .col-ms-11, .col-ms-10, .col-ms-9, .col-ms-8, .col-ms-7, .col-ms-6, .col-ms-5, .col-ms-4, .col-ms-3, .col-ms-2, .col-ms-1, .col,
.col-auto, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 81.25%;
  max-width: 81.25%;
}

.col-14 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-15 {
  flex: 0 0 93.75%;
  max-width: 93.75%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 17;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 81.25%;
}

.offset-14 {
  margin-left: 87.5%;
}

.offset-15 {
  margin-left: 93.75%;
}

@media (min-width: 375px) {
  .col-ms {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-ms-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-ms-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-ms-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

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

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

  .order-ms-last {
    order: 17;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-ms-14 {
    order: 14;
  }

  .order-ms-15 {
    order: 15;
  }

  .order-ms-16 {
    order: 16;
  }

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

  .offset-ms-1 {
    margin-left: 6.25%;
  }

  .offset-ms-2 {
    margin-left: 12.5%;
  }

  .offset-ms-3 {
    margin-left: 18.75%;
  }

  .offset-ms-4 {
    margin-left: 25%;
  }

  .offset-ms-5 {
    margin-left: 31.25%;
  }

  .offset-ms-6 {
    margin-left: 37.5%;
  }

  .offset-ms-7 {
    margin-left: 43.75%;
  }

  .offset-ms-8 {
    margin-left: 50%;
  }

  .offset-ms-9 {
    margin-left: 56.25%;
  }

  .offset-ms-10 {
    margin-left: 62.5%;
  }

  .offset-ms-11 {
    margin-left: 68.75%;
  }

  .offset-ms-12 {
    margin-left: 75%;
  }

  .offset-ms-13 {
    margin-left: 81.25%;
  }

  .offset-ms-14 {
    margin-left: 87.5%;
  }

  .offset-ms-15 {
    margin-left: 93.75%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-sm-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 68.75%;
  }

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

  .offset-sm-13 {
    margin-left: 81.25%;
  }

  .offset-sm-14 {
    margin-left: 87.5%;
  }

  .offset-sm-15 {
    margin-left: 93.75%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-md-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 68.75%;
  }

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

  .offset-md-13 {
    margin-left: 81.25%;
  }

  .offset-md-14 {
    margin-left: 87.5%;
  }

  .offset-md-15 {
    margin-left: 93.75%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-lg-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 68.75%;
  }

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

  .offset-lg-13 {
    margin-left: 81.25%;
  }

  .offset-lg-14 {
    margin-left: 87.5%;
  }

  .offset-lg-15 {
    margin-left: 93.75%;
  }
}
@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-13 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }

  .col-xl-14 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-15 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 6.25%;
  }

  .offset-xl-2 {
    margin-left: 12.5%;
  }

  .offset-xl-3 {
    margin-left: 18.75%;
  }

  .offset-xl-4 {
    margin-left: 25%;
  }

  .offset-xl-5 {
    margin-left: 31.25%;
  }

  .offset-xl-6 {
    margin-left: 37.5%;
  }

  .offset-xl-7 {
    margin-left: 43.75%;
  }

  .offset-xl-8 {
    margin-left: 50%;
  }

  .offset-xl-9 {
    margin-left: 56.25%;
  }

  .offset-xl-10 {
    margin-left: 62.5%;
  }

  .offset-xl-11 {
    margin-left: 68.75%;
  }

  .offset-xl-12 {
    margin-left: 75%;
  }

  .offset-xl-13 {
    margin-left: 81.25%;
  }

  .offset-xl-14 {
    margin-left: 87.5%;
  }

  .offset-xl-15 {
    margin-left: 93.75%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-ms-none {
    display: none !important;
  }

  .d-ms-inline {
    display: inline !important;
  }

  .d-ms-inline-block {
    display: inline-block !important;
  }

  .d-ms-block {
    display: block !important;
  }

  .d-ms-table {
    display: table !important;
  }

  .d-ms-table-row {
    display: table-row !important;
  }

  .d-ms-table-cell {
    display: table-cell !important;
  }

  .d-ms-flex {
    display: flex !important;
  }

  .d-ms-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-ms-left {
    float: left !important;
  }

  .float-ms-right {
    float: right !important;
  }

  .float-ms-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: 1024px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-ms-auto,
.mx-ms-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: 1024px) {
  .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: 1366px) {
  .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: 375px) {
  .text-ms-left {
    text-align: left !important;
  }

  .text-ms-right {
    text-align: right !important;
  }

  .text-ms-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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-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 {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }

  .container {
    min-width: 1024px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* so we can override bootstrap */
/* Input Placeholder Color */
:root {
  --header-ui-height: 30px;
}
@media (min-width: 1024px) {
  :root {
    --header-ui-height: 50px;
  }
}
@media (min-width: 1366px) {
  :root {
    --header-ui-height: 60px;
  }
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #585853;
  line-height: 1.667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (min-width: 1366px) {
  body {
    font-size: 1.8rem;
  }
}

#site-container {
  background: white;
  margin: 0 auto;
  max-width: 1730px;
  padding: 0;
}
#site-container::after {
  content: "";
  display: block;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 6;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

#working-overlay {
  background: rgba(255, 255, 255, 0.97) url("../images/logo.svg") no-repeat center center;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: -1;
}

body.working #working-overlay {
  opacity: 1;
  z-index: 1000;
}

/*
	standard 12 col container inside a global column parent,
	grid gutter remains the same, so we only need the column widths recalculated 
*/
.inner-grid-12 .col-xl,
.inner-grid-12 .col-xl-auto, .inner-grid-12 .col-xl-12, .inner-grid-12 .col-xl-11, .inner-grid-12 .col-xl-10, .inner-grid-12 .col-xl-9, .inner-grid-12 .col-xl-8, .inner-grid-12 .col-xl-7, .inner-grid-12 .col-xl-6, .inner-grid-12 .col-xl-5, .inner-grid-12 .col-xl-4, .inner-grid-12 .col-xl-3, .inner-grid-12 .col-xl-2, .inner-grid-12 .col-xl-1, .inner-grid-12 .col-lg,
.inner-grid-12 .col-lg-auto, .inner-grid-12 .col-lg-12, .inner-grid-12 .col-lg-11, .inner-grid-12 .col-lg-10, .inner-grid-12 .col-lg-9, .inner-grid-12 .col-lg-8, .inner-grid-12 .col-lg-7, .inner-grid-12 .col-lg-6, .inner-grid-12 .col-lg-5, .inner-grid-12 .col-lg-4, .inner-grid-12 .col-lg-3, .inner-grid-12 .col-lg-2, .inner-grid-12 .col-lg-1, .inner-grid-12 .col-md,
.inner-grid-12 .col-md-auto, .inner-grid-12 .col-md-12, .inner-grid-12 .col-md-11, .inner-grid-12 .col-md-10, .inner-grid-12 .col-md-9, .inner-grid-12 .col-md-8, .inner-grid-12 .col-md-7, .inner-grid-12 .col-md-6, .inner-grid-12 .col-md-5, .inner-grid-12 .col-md-4, .inner-grid-12 .col-md-3, .inner-grid-12 .col-md-2, .inner-grid-12 .col-md-1, .inner-grid-12 .col-sm,
.inner-grid-12 .col-sm-auto, .inner-grid-12 .col-sm-12, .inner-grid-12 .col-sm-11, .inner-grid-12 .col-sm-10, .inner-grid-12 .col-sm-9, .inner-grid-12 .col-sm-8, .inner-grid-12 .col-sm-7, .inner-grid-12 .col-sm-6, .inner-grid-12 .col-sm-5, .inner-grid-12 .col-sm-4, .inner-grid-12 .col-sm-3, .inner-grid-12 .col-sm-2, .inner-grid-12 .col-sm-1, .inner-grid-12 .col-ms,
.inner-grid-12 .col-ms-auto, .inner-grid-12 .col-ms-12, .inner-grid-12 .col-ms-11, .inner-grid-12 .col-ms-10, .inner-grid-12 .col-ms-9, .inner-grid-12 .col-ms-8, .inner-grid-12 .col-ms-7, .inner-grid-12 .col-ms-6, .inner-grid-12 .col-ms-5, .inner-grid-12 .col-ms-4, .inner-grid-12 .col-ms-3, .inner-grid-12 .col-ms-2, .inner-grid-12 .col-ms-1, .inner-grid-12 .col,
.inner-grid-12 .col-auto, .inner-grid-12 .col-12, .inner-grid-12 .col-11, .inner-grid-12 .col-10, .inner-grid-12 .col-9, .inner-grid-12 .col-8, .inner-grid-12 .col-7, .inner-grid-12 .col-6, .inner-grid-12 .col-5, .inner-grid-12 .col-4, .inner-grid-12 .col-3, .inner-grid-12 .col-2, .inner-grid-12 .col-1, .inner-grid-12 .col-1, .inner-grid-12 .col-2, .inner-grid-12 .col-3, .inner-grid-12 .col-4, .inner-grid-12 .col-5, .inner-grid-12 .col-6, .inner-grid-12 .col-7, .inner-grid-12 .col-8, .inner-grid-12 .col-9, .inner-grid-12 .col-10, .inner-grid-12 .col-11, .inner-grid-12 .col-12, .inner-grid-12 .col-13, .inner-grid-12 .col-14, .inner-grid-12 .col-15, .inner-grid-12 .col-16, .inner-grid-12 .col,
.inner-grid-12 .col-auto, .inner-grid-12 .col-ms-1, .inner-grid-12 .col-ms-2, .inner-grid-12 .col-ms-3, .inner-grid-12 .col-ms-4, .inner-grid-12 .col-ms-5, .inner-grid-12 .col-ms-6, .inner-grid-12 .col-ms-7, .inner-grid-12 .col-ms-8, .inner-grid-12 .col-ms-9, .inner-grid-12 .col-ms-10, .inner-grid-12 .col-ms-11, .inner-grid-12 .col-ms-12, .inner-grid-12 .col-ms-13, .inner-grid-12 .col-ms-14, .inner-grid-12 .col-ms-15, .inner-grid-12 .col-ms-16, .inner-grid-12 .col-ms,
.inner-grid-12 .col-ms-auto, .inner-grid-12 .col-sm-1, .inner-grid-12 .col-sm-2, .inner-grid-12 .col-sm-3, .inner-grid-12 .col-sm-4, .inner-grid-12 .col-sm-5, .inner-grid-12 .col-sm-6, .inner-grid-12 .col-sm-7, .inner-grid-12 .col-sm-8, .inner-grid-12 .col-sm-9, .inner-grid-12 .col-sm-10, .inner-grid-12 .col-sm-11, .inner-grid-12 .col-sm-12, .inner-grid-12 .col-sm-13, .inner-grid-12 .col-sm-14, .inner-grid-12 .col-sm-15, .inner-grid-12 .col-sm-16, .inner-grid-12 .col-sm,
.inner-grid-12 .col-sm-auto, .inner-grid-12 .col-md-1, .inner-grid-12 .col-md-2, .inner-grid-12 .col-md-3, .inner-grid-12 .col-md-4, .inner-grid-12 .col-md-5, .inner-grid-12 .col-md-6, .inner-grid-12 .col-md-7, .inner-grid-12 .col-md-8, .inner-grid-12 .col-md-9, .inner-grid-12 .col-md-10, .inner-grid-12 .col-md-11, .inner-grid-12 .col-md-12, .inner-grid-12 .col-md-13, .inner-grid-12 .col-md-14, .inner-grid-12 .col-md-15, .inner-grid-12 .col-md-16, .inner-grid-12 .col-md,
.inner-grid-12 .col-md-auto, .inner-grid-12 .col-lg-1, .inner-grid-12 .col-lg-2, .inner-grid-12 .col-lg-3, .inner-grid-12 .col-lg-4, .inner-grid-12 .col-lg-5, .inner-grid-12 .col-lg-6, .inner-grid-12 .col-lg-7, .inner-grid-12 .col-lg-8, .inner-grid-12 .col-lg-9, .inner-grid-12 .col-lg-10, .inner-grid-12 .col-lg-11, .inner-grid-12 .col-lg-12, .inner-grid-12 .col-lg-13, .inner-grid-12 .col-lg-14, .inner-grid-12 .col-lg-15, .inner-grid-12 .col-lg-16, .inner-grid-12 .col-lg,
.inner-grid-12 .col-lg-auto, .inner-grid-12 .col-xl-1, .inner-grid-12 .col-xl-2, .inner-grid-12 .col-xl-3, .inner-grid-12 .col-xl-4, .inner-grid-12 .col-xl-5, .inner-grid-12 .col-xl-6, .inner-grid-12 .col-xl-7, .inner-grid-12 .col-xl-8, .inner-grid-12 .col-xl-9, .inner-grid-12 .col-xl-10, .inner-grid-12 .col-xl-11, .inner-grid-12 .col-xl-12, .inner-grid-12 .col-xl-13, .inner-grid-12 .col-xl-14, .inner-grid-12 .col-xl-15, .inner-grid-12 .col-xl-16, .inner-grid-12 .col-xl,
.inner-grid-12 .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.inner-grid-12 .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.inner-grid-12 .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.inner-grid-12 .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.inner-grid-12 .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.inner-grid-12 .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.inner-grid-12 .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.inner-grid-12 .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.inner-grid-12 .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.inner-grid-12 .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.inner-grid-12 .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.inner-grid-12 .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.inner-grid-12 .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.inner-grid-12 .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.inner-grid-12 .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.inner-grid-12 .order-first {
  order: -1;
}
.inner-grid-12 .order-last {
  order: 13;
}
.inner-grid-12 .order-0 {
  order: 0;
}
.inner-grid-12 .order-1 {
  order: 1;
}
.inner-grid-12 .order-2 {
  order: 2;
}
.inner-grid-12 .order-3 {
  order: 3;
}
.inner-grid-12 .order-4 {
  order: 4;
}
.inner-grid-12 .order-5 {
  order: 5;
}
.inner-grid-12 .order-6 {
  order: 6;
}
.inner-grid-12 .order-7 {
  order: 7;
}
.inner-grid-12 .order-8 {
  order: 8;
}
.inner-grid-12 .order-9 {
  order: 9;
}
.inner-grid-12 .order-10 {
  order: 10;
}
.inner-grid-12 .order-11 {
  order: 11;
}
.inner-grid-12 .order-12 {
  order: 12;
}
.inner-grid-12 .offset-1 {
  margin-left: 8.3333333333%;
}
.inner-grid-12 .offset-2 {
  margin-left: 16.6666666667%;
}
.inner-grid-12 .offset-3 {
  margin-left: 25%;
}
.inner-grid-12 .offset-4 {
  margin-left: 33.3333333333%;
}
.inner-grid-12 .offset-5 {
  margin-left: 41.6666666667%;
}
.inner-grid-12 .offset-6 {
  margin-left: 50%;
}
.inner-grid-12 .offset-7 {
  margin-left: 58.3333333333%;
}
.inner-grid-12 .offset-8 {
  margin-left: 66.6666666667%;
}
.inner-grid-12 .offset-9 {
  margin-left: 75%;
}
.inner-grid-12 .offset-10 {
  margin-left: 83.3333333333%;
}
.inner-grid-12 .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 375px) {
  .inner-grid-12 .col-ms {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .inner-grid-12 .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .inner-grid-12 .col-ms-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .inner-grid-12 .col-ms-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .inner-grid-12 .col-ms-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .inner-grid-12 .col-ms-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .inner-grid-12 .col-ms-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .inner-grid-12 .col-ms-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner-grid-12 .col-ms-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .inner-grid-12 .col-ms-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .inner-grid-12 .col-ms-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .inner-grid-12 .col-ms-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .inner-grid-12 .col-ms-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .inner-grid-12 .col-ms-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-grid-12 .order-ms-first {
    order: -1;
  }
  .inner-grid-12 .order-ms-last {
    order: 13;
  }
  .inner-grid-12 .order-ms-0 {
    order: 0;
  }
  .inner-grid-12 .order-ms-1 {
    order: 1;
  }
  .inner-grid-12 .order-ms-2 {
    order: 2;
  }
  .inner-grid-12 .order-ms-3 {
    order: 3;
  }
  .inner-grid-12 .order-ms-4 {
    order: 4;
  }
  .inner-grid-12 .order-ms-5 {
    order: 5;
  }
  .inner-grid-12 .order-ms-6 {
    order: 6;
  }
  .inner-grid-12 .order-ms-7 {
    order: 7;
  }
  .inner-grid-12 .order-ms-8 {
    order: 8;
  }
  .inner-grid-12 .order-ms-9 {
    order: 9;
  }
  .inner-grid-12 .order-ms-10 {
    order: 10;
  }
  .inner-grid-12 .order-ms-11 {
    order: 11;
  }
  .inner-grid-12 .order-ms-12 {
    order: 12;
  }
  .inner-grid-12 .offset-ms-0 {
    margin-left: 0;
  }
  .inner-grid-12 .offset-ms-1 {
    margin-left: 8.3333333333%;
  }
  .inner-grid-12 .offset-ms-2 {
    margin-left: 16.6666666667%;
  }
  .inner-grid-12 .offset-ms-3 {
    margin-left: 25%;
  }
  .inner-grid-12 .offset-ms-4 {
    margin-left: 33.3333333333%;
  }
  .inner-grid-12 .offset-ms-5 {
    margin-left: 41.6666666667%;
  }
  .inner-grid-12 .offset-ms-6 {
    margin-left: 50%;
  }
  .inner-grid-12 .offset-ms-7 {
    margin-left: 58.3333333333%;
  }
  .inner-grid-12 .offset-ms-8 {
    margin-left: 66.6666666667%;
  }
  .inner-grid-12 .offset-ms-9 {
    margin-left: 75%;
  }
  .inner-grid-12 .offset-ms-10 {
    margin-left: 83.3333333333%;
  }
  .inner-grid-12 .offset-ms-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .inner-grid-12 .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .inner-grid-12 .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .inner-grid-12 .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .inner-grid-12 .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .inner-grid-12 .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .inner-grid-12 .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .inner-grid-12 .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .inner-grid-12 .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner-grid-12 .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .inner-grid-12 .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .inner-grid-12 .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .inner-grid-12 .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .inner-grid-12 .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .inner-grid-12 .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-grid-12 .order-sm-first {
    order: -1;
  }
  .inner-grid-12 .order-sm-last {
    order: 13;
  }
  .inner-grid-12 .order-sm-0 {
    order: 0;
  }
  .inner-grid-12 .order-sm-1 {
    order: 1;
  }
  .inner-grid-12 .order-sm-2 {
    order: 2;
  }
  .inner-grid-12 .order-sm-3 {
    order: 3;
  }
  .inner-grid-12 .order-sm-4 {
    order: 4;
  }
  .inner-grid-12 .order-sm-5 {
    order: 5;
  }
  .inner-grid-12 .order-sm-6 {
    order: 6;
  }
  .inner-grid-12 .order-sm-7 {
    order: 7;
  }
  .inner-grid-12 .order-sm-8 {
    order: 8;
  }
  .inner-grid-12 .order-sm-9 {
    order: 9;
  }
  .inner-grid-12 .order-sm-10 {
    order: 10;
  }
  .inner-grid-12 .order-sm-11 {
    order: 11;
  }
  .inner-grid-12 .order-sm-12 {
    order: 12;
  }
  .inner-grid-12 .offset-sm-0 {
    margin-left: 0;
  }
  .inner-grid-12 .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .inner-grid-12 .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .inner-grid-12 .offset-sm-3 {
    margin-left: 25%;
  }
  .inner-grid-12 .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .inner-grid-12 .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .inner-grid-12 .offset-sm-6 {
    margin-left: 50%;
  }
  .inner-grid-12 .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .inner-grid-12 .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .inner-grid-12 .offset-sm-9 {
    margin-left: 75%;
  }
  .inner-grid-12 .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .inner-grid-12 .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .inner-grid-12 .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .inner-grid-12 .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .inner-grid-12 .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .inner-grid-12 .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .inner-grid-12 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .inner-grid-12 .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .inner-grid-12 .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .inner-grid-12 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner-grid-12 .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .inner-grid-12 .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .inner-grid-12 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .inner-grid-12 .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .inner-grid-12 .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .inner-grid-12 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-grid-12 .order-md-first {
    order: -1;
  }
  .inner-grid-12 .order-md-last {
    order: 13;
  }
  .inner-grid-12 .order-md-0 {
    order: 0;
  }
  .inner-grid-12 .order-md-1 {
    order: 1;
  }
  .inner-grid-12 .order-md-2 {
    order: 2;
  }
  .inner-grid-12 .order-md-3 {
    order: 3;
  }
  .inner-grid-12 .order-md-4 {
    order: 4;
  }
  .inner-grid-12 .order-md-5 {
    order: 5;
  }
  .inner-grid-12 .order-md-6 {
    order: 6;
  }
  .inner-grid-12 .order-md-7 {
    order: 7;
  }
  .inner-grid-12 .order-md-8 {
    order: 8;
  }
  .inner-grid-12 .order-md-9 {
    order: 9;
  }
  .inner-grid-12 .order-md-10 {
    order: 10;
  }
  .inner-grid-12 .order-md-11 {
    order: 11;
  }
  .inner-grid-12 .order-md-12 {
    order: 12;
  }
  .inner-grid-12 .offset-md-0 {
    margin-left: 0;
  }
  .inner-grid-12 .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .inner-grid-12 .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .inner-grid-12 .offset-md-3 {
    margin-left: 25%;
  }
  .inner-grid-12 .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .inner-grid-12 .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .inner-grid-12 .offset-md-6 {
    margin-left: 50%;
  }
  .inner-grid-12 .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .inner-grid-12 .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .inner-grid-12 .offset-md-9 {
    margin-left: 75%;
  }
  .inner-grid-12 .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .inner-grid-12 .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .inner-grid-12 .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .inner-grid-12 .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .inner-grid-12 .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .inner-grid-12 .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .inner-grid-12 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .inner-grid-12 .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .inner-grid-12 .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .inner-grid-12 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner-grid-12 .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .inner-grid-12 .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .inner-grid-12 .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .inner-grid-12 .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .inner-grid-12 .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .inner-grid-12 .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-grid-12 .order-lg-first {
    order: -1;
  }
  .inner-grid-12 .order-lg-last {
    order: 13;
  }
  .inner-grid-12 .order-lg-0 {
    order: 0;
  }
  .inner-grid-12 .order-lg-1 {
    order: 1;
  }
  .inner-grid-12 .order-lg-2 {
    order: 2;
  }
  .inner-grid-12 .order-lg-3 {
    order: 3;
  }
  .inner-grid-12 .order-lg-4 {
    order: 4;
  }
  .inner-grid-12 .order-lg-5 {
    order: 5;
  }
  .inner-grid-12 .order-lg-6 {
    order: 6;
  }
  .inner-grid-12 .order-lg-7 {
    order: 7;
  }
  .inner-grid-12 .order-lg-8 {
    order: 8;
  }
  .inner-grid-12 .order-lg-9 {
    order: 9;
  }
  .inner-grid-12 .order-lg-10 {
    order: 10;
  }
  .inner-grid-12 .order-lg-11 {
    order: 11;
  }
  .inner-grid-12 .order-lg-12 {
    order: 12;
  }
  .inner-grid-12 .offset-lg-0 {
    margin-left: 0;
  }
  .inner-grid-12 .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .inner-grid-12 .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .inner-grid-12 .offset-lg-3 {
    margin-left: 25%;
  }
  .inner-grid-12 .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .inner-grid-12 .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .inner-grid-12 .offset-lg-6 {
    margin-left: 50%;
  }
  .inner-grid-12 .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .inner-grid-12 .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .inner-grid-12 .offset-lg-9 {
    margin-left: 75%;
  }
  .inner-grid-12 .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .inner-grid-12 .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .inner-grid-12 .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .inner-grid-12 .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .inner-grid-12 .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .inner-grid-12 .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .inner-grid-12 .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .inner-grid-12 .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .inner-grid-12 .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .inner-grid-12 .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .inner-grid-12 .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .inner-grid-12 .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .inner-grid-12 .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .inner-grid-12 .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .inner-grid-12 .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .inner-grid-12 .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-grid-12 .order-xl-first {
    order: -1;
  }
  .inner-grid-12 .order-xl-last {
    order: 13;
  }
  .inner-grid-12 .order-xl-0 {
    order: 0;
  }
  .inner-grid-12 .order-xl-1 {
    order: 1;
  }
  .inner-grid-12 .order-xl-2 {
    order: 2;
  }
  .inner-grid-12 .order-xl-3 {
    order: 3;
  }
  .inner-grid-12 .order-xl-4 {
    order: 4;
  }
  .inner-grid-12 .order-xl-5 {
    order: 5;
  }
  .inner-grid-12 .order-xl-6 {
    order: 6;
  }
  .inner-grid-12 .order-xl-7 {
    order: 7;
  }
  .inner-grid-12 .order-xl-8 {
    order: 8;
  }
  .inner-grid-12 .order-xl-9 {
    order: 9;
  }
  .inner-grid-12 .order-xl-10 {
    order: 10;
  }
  .inner-grid-12 .order-xl-11 {
    order: 11;
  }
  .inner-grid-12 .order-xl-12 {
    order: 12;
  }
  .inner-grid-12 .offset-xl-0 {
    margin-left: 0;
  }
  .inner-grid-12 .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .inner-grid-12 .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .inner-grid-12 .offset-xl-3 {
    margin-left: 25%;
  }
  .inner-grid-12 .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .inner-grid-12 .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .inner-grid-12 .offset-xl-6 {
    margin-left: 50%;
  }
  .inner-grid-12 .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .inner-grid-12 .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .inner-grid-12 .offset-xl-9 {
    margin-left: 75%;
  }
  .inner-grid-12 .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .inner-grid-12 .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-text {
  font-size: 1.2rem;
}

a {
  color: #006b6e;
}
a:hover {
  color: #006b6e;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

b,
strong {
  font-weight: 600;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.75em;
}

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

picture {
  display: block;
}

hr {
  border: 0;
  border-top: solid 1px rgba(0, 107, 110, 0.25);
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-bottom: 0.3em;
}
h1 .micro-title, h1.micro-title,
h2 .micro-title,
h2.micro-title,
h3 .micro-title,
h3.micro-title,
h4 .micro-title,
h4.micro-title,
h5 .micro-title,
h5.micro-title,
h6 .micro-title,
h6.micro-title,
.h1 .micro-title,
.h1.micro-title,
.h2 .micro-title,
.h2.micro-title,
.h3 .micro-title,
.h3.micro-title,
.h4 .micro-title,
.h4.micro-title,
.h5 .micro-title,
.h5.micro-title,
.h6 .micro-title,
.h6.micro-title {
  color: #585853;
}

h1,
.h1 {
  font-size: 3.2rem;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1366px) {
  h1,
.h1 {
    font-size: 7.2rem;
  }
}

h2,
.h2 {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  h2,
.h2 {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}

h3,
.h3 {
  font-size: 2.4rem;
  color: #006b6e;
  font-weight: 700;
}
@media (min-width: 1366px) {
  h3,
.h3 {
    font-size: 3.2rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
}
@media (min-width: 1366px) {
  h4,
.h4 {
    font-size: 2.4rem;
  }
}

h5,
.h5 {
  font-size: 1.6rem;
}
@media (min-width: 1366px) {
  h5,
.h5 {
    font-size: 2rem;
  }
}

h6,
.h6 {
  font-size: 1.6rem;
}
@media (min-width: 1366px) {
  h6,
.h6 {
    font-size: 1.8rem;
  }
}

.micro-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  margin-bottom: 0.7em;
}
@media (min-width: 1024px) {
  .micro-title {
    font-size: 1.4rem;
  }
}

.section-title {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 2.4rem;
  }
}
.section-title .title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .section-title .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  .section-title .title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}

.has-gutters {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .has-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}

.has-gutters-xs {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .has-gutters-xs {
    padding-left: 0;
    padding-right: 0;
  }
}

.theme-dark {
  background: url("../images/green-grit-bg.webp");
  background-size: cover;
}
.theme-dark .section-title h2 {
  color: white;
}

.theme-tint {
  background-color: #F1F7F7;
}

@media (min-width: 1024px) {
  .restore-global-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.hidden {
  display: none;
}

mark {
  background-color: #F1F7F7;
  color: #242424;
}

blockquote,
.wp-block-quote {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.167;
  color: #006b6e;
  padding: 0 0 0 40px;
  border: 0;
  margin: 1em 0;
  position: relative;
}
@media (min-width: 1024px) {
  blockquote,
.wp-block-quote {
    font-size: 4.8rem;
    padding: 0;
  }
}
blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}

#back-to-top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
#back-to-top.enabled {
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 1024px) {
  #back-to-top {
    display: none;
  }
}

/* 
Show/hide stuff for users
Start with everything hidden to avoid flashes of content
JS will remove the class so it can take on the normal display rule
*/
.logged-in-show,
.logged-out-show,
.filled-cart-show,
.empty-cart-show {
  display: none !important;
}

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

/* Vendor */
/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
.chartjs-render-monitor {
  animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
Custom
*/
.slick-prev,
.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #323332;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background: #000;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
  cursor: initial;
  pointer-events: none;
}

.slick-prev {
  left: 0;
}
.slick-prev svg {
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
}

.slick-initialized .slick-slide.col-md-3 {
  max-width: 100% !important;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 18px;
  line-height: 0;
}
.slick-dots li {
  margin: 0;
}
.slick-dots .slick-active button {
  background: #006B6E;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  background: #949494;
  text-indent: -9999em;
  border-radius: 50%;
}

.type-page > .woocommerce {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .type-page > .woocommerce {
    padding: 0;
  }
}

.woocommerce form .form-row .input-text {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  padding: 0 1em;
  color: #585853;
  font-size: 1.6rem;
  height: 50px;
}
.woocommerce form .form-row .input-text:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}
.woocommerce form .form-row select {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  padding: 0 1em;
  color: #585853;
  font-size: 1.6rem;
  height: 50px;
  background: url("../images/caret.svg") no-repeat right 25px center;
  background-size: 8px auto;
}
.woocommerce form .form-row select:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}

.woocommerce-page .woocommerce .woocommerce-button.button,
.woocommerce-page .woocommerce .woocommerce-Button.button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce .woocommerce-button.button,
.woocommerce-page .woocommerce .woocommerce-Button.button {
    font-size: 1.4rem;
  }
}
.woocommerce-page .woocommerce .woocommerce-button.button:focus, .woocommerce-page .woocommerce .woocommerce-button.button:hover,
.woocommerce-page .woocommerce .woocommerce-Button.button:focus,
.woocommerce-page .woocommerce .woocommerce-Button.button:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.woocommerce-page .woocommerce .woocommerce-button.button[disabled],
.woocommerce-page .woocommerce .woocommerce-Button.button[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}
.woocommerce-page .woocommerce .woocommerce-button.button[disabled],
.woocommerce-page .woocommerce .woocommerce-Button.button[disabled] {
  opacity: 0.5;
}
.woocommerce-page .woocommerce form .form-row.woocommerce-invalid label {
  color: #A79320;
}
.woocommerce-page .woocommerce form .form-row .optional {
  font-size: 1.4rem;
  font-style: italic;
}
.woocommerce-page .woocommerce form .form-row label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper {
  position: relative;
  display: block;
}
.woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper .optional {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper .optional {
    right: 25px;
  }
}
.woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper .is-optional {
  padding-right: 72px;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper .is-optional {
    padding-right: 100px;
  }
}
.woocommerce-page .woocommerce form .form-row .woocommerce-input-wrapper strong {
  font-size: 1.6rem;
  pointer-events: none;
  background: rgba(88, 88, 83, 0.05);
  display: block;
  padding: 0.75em 1em;
}
.woocommerce-page .woocommerce form .form-row textarea {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  padding: 0 1em;
  color: #585853;
  font-size: 1.6rem;
  height: 8em;
  padding-top: 15px;
}
.woocommerce-page .woocommerce form .form-row textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce form .form-row textarea {
    padding-top: 15px;
  }
}
.woocommerce-page .woocommerce form fieldset legend {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #006b6e;
}
@media (min-width: 1366px) {
  .woocommerce-page .woocommerce form fieldset legend {
    font-size: 2.4rem;
  }
}
.woocommerce-page .woocommerce table.shop_table,
.woocommerce-page .woocommerce table.my_account_orders {
  border: 0;
  border-radius: 0;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce table.shop_table,
.woocommerce-page .woocommerce table.my_account_orders {
    margin: 0 0 50px;
  }
}
.woocommerce-page .woocommerce table.shop_table thead th,
.woocommerce-page .woocommerce table.shop_table thead td,
.woocommerce-page .woocommerce table.shop_table tbody th,
.woocommerce-page .woocommerce table.shop_table tbody td,
.woocommerce-page .woocommerce table.shop_table tfoot th,
.woocommerce-page .woocommerce table.shop_table tfoot td,
.woocommerce-page .woocommerce table.my_account_orders thead th,
.woocommerce-page .woocommerce table.my_account_orders thead td,
.woocommerce-page .woocommerce table.my_account_orders tbody th,
.woocommerce-page .woocommerce table.my_account_orders tbody td,
.woocommerce-page .woocommerce table.my_account_orders tfoot th,
.woocommerce-page .woocommerce table.my_account_orders tfoot td {
  padding: 15px 5px;
  line-height: 1.1;
  border-top: 0;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce table.shop_table thead th,
.woocommerce-page .woocommerce table.shop_table thead td,
.woocommerce-page .woocommerce table.shop_table tbody th,
.woocommerce-page .woocommerce table.shop_table tbody td,
.woocommerce-page .woocommerce table.shop_table tfoot th,
.woocommerce-page .woocommerce table.shop_table tfoot td,
.woocommerce-page .woocommerce table.my_account_orders thead th,
.woocommerce-page .woocommerce table.my_account_orders thead td,
.woocommerce-page .woocommerce table.my_account_orders tbody th,
.woocommerce-page .woocommerce table.my_account_orders tbody td,
.woocommerce-page .woocommerce table.my_account_orders tfoot th,
.woocommerce-page .woocommerce table.my_account_orders tfoot td {
    padding: 23px 10px;
  }
}
.woocommerce-page .woocommerce table.shop_table thead th.product-remove,
.woocommerce-page .woocommerce table.shop_table thead td.product-remove,
.woocommerce-page .woocommerce table.shop_table tbody th.product-remove,
.woocommerce-page .woocommerce table.shop_table tbody td.product-remove,
.woocommerce-page .woocommerce table.shop_table tfoot th.product-remove,
.woocommerce-page .woocommerce table.shop_table tfoot td.product-remove,
.woocommerce-page .woocommerce table.my_account_orders thead th.product-remove,
.woocommerce-page .woocommerce table.my_account_orders thead td.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tbody th.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tbody td.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tfoot th.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tfoot td.product-remove {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce table.shop_table thead th.product-remove,
.woocommerce-page .woocommerce table.shop_table thead td.product-remove,
.woocommerce-page .woocommerce table.shop_table tbody th.product-remove,
.woocommerce-page .woocommerce table.shop_table tbody td.product-remove,
.woocommerce-page .woocommerce table.shop_table tfoot th.product-remove,
.woocommerce-page .woocommerce table.shop_table tfoot td.product-remove,
.woocommerce-page .woocommerce table.my_account_orders thead th.product-remove,
.woocommerce-page .woocommerce table.my_account_orders thead td.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tbody th.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tbody td.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tfoot th.product-remove,
.woocommerce-page .woocommerce table.my_account_orders tfoot td.product-remove {
    padding-left: 30px;
  }
}
.woocommerce-page .woocommerce table.shop_table thead th:last-child,
.woocommerce-page .woocommerce table.shop_table thead td:last-child,
.woocommerce-page .woocommerce table.shop_table tbody th:last-child,
.woocommerce-page .woocommerce table.shop_table tbody td:last-child,
.woocommerce-page .woocommerce table.shop_table tfoot th:last-child,
.woocommerce-page .woocommerce table.shop_table tfoot td:last-child,
.woocommerce-page .woocommerce table.my_account_orders thead th:last-child,
.woocommerce-page .woocommerce table.my_account_orders thead td:last-child,
.woocommerce-page .woocommerce table.my_account_orders tbody th:last-child,
.woocommerce-page .woocommerce table.my_account_orders tbody td:last-child,
.woocommerce-page .woocommerce table.my_account_orders tfoot th:last-child,
.woocommerce-page .woocommerce table.my_account_orders tfoot td:last-child {
  text-align: right;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce table.shop_table thead th:last-child,
.woocommerce-page .woocommerce table.shop_table thead td:last-child,
.woocommerce-page .woocommerce table.shop_table tbody th:last-child,
.woocommerce-page .woocommerce table.shop_table tbody td:last-child,
.woocommerce-page .woocommerce table.shop_table tfoot th:last-child,
.woocommerce-page .woocommerce table.shop_table tfoot td:last-child,
.woocommerce-page .woocommerce table.my_account_orders thead th:last-child,
.woocommerce-page .woocommerce table.my_account_orders thead td:last-child,
.woocommerce-page .woocommerce table.my_account_orders tbody th:last-child,
.woocommerce-page .woocommerce table.my_account_orders tbody td:last-child,
.woocommerce-page .woocommerce table.my_account_orders tfoot th:last-child,
.woocommerce-page .woocommerce table.my_account_orders tfoot td:last-child {
    padding-right: 30px;
  }
}
.woocommerce-page .woocommerce table.shop_table tbody > tr:last-child > th,
.woocommerce-page .woocommerce table.shop_table tbody > tr:last-child > td,
.woocommerce-page .woocommerce table.shop_table tfoot > tr:last-child > th,
.woocommerce-page .woocommerce table.shop_table tfoot > tr:last-child > td,
.woocommerce-page .woocommerce table.my_account_orders tbody > tr:last-child > th,
.woocommerce-page .woocommerce table.my_account_orders tbody > tr:last-child > td,
.woocommerce-page .woocommerce table.my_account_orders tfoot > tr:last-child > th,
.woocommerce-page .woocommerce table.my_account_orders tfoot > tr:last-child > td {
  border: 0;
}
.woocommerce-page .woocommerce table.shop_table .product-name a,
.woocommerce-page .woocommerce table.my_account_orders .product-name a {
  color: #585853;
}
.woocommerce-page .woocommerce table.shop_table .product-name a:hover,
.woocommerce-page .woocommerce table.my_account_orders .product-name a:hover {
  color: #006b6e;
}
.woocommerce-page .woocommerce table.shop_table .product-name img,
.woocommerce-page .woocommerce table.my_account_orders .product-name img {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce table.shop_table .product-name img,
.woocommerce-page .woocommerce table.my_account_orders .product-name img {
    display: none;
  }
}
.woocommerce-page .woocommerce table.shop_table .product-name .variation-GiftItem,
.woocommerce-page .woocommerce table.shop_table .product-name .variation-GiftRule,
.woocommerce-page .woocommerce table.my_account_orders .product-name .variation-GiftItem,
.woocommerce-page .woocommerce table.my_account_orders .product-name .variation-GiftRule {
  display: none;
}
.woocommerce-page .woocommerce table.shop_table .actions,
.woocommerce-page .woocommerce table.my_account_orders .actions {
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce table.shop_table .actions,
.woocommerce-page .woocommerce table.my_account_orders .actions {
    text-align: right;
  }
}
.woocommerce-page .woocommerce table.shop_table .actions.with-coupon,
.woocommerce-page .woocommerce table.my_account_orders .actions.with-coupon {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.woocommerce-page .woocommerce table.shop_table .actions .coupon,
.woocommerce-page .woocommerce table.my_account_orders .actions .coupon {
  display: flex;
}
.woocommerce-page .woocommerce table.shop_table .actions .coupon input,
.woocommerce-page .woocommerce table.my_account_orders .actions .coupon input {
  width: 350px;
}
.woocommerce-page .woocommerce table.my_account_orders thead th:last-child,
.woocommerce-page .woocommerce table.my_account_orders thead td:last-child,
.woocommerce-page .woocommerce table.my_account_orders tbody th:last-child,
.woocommerce-page .woocommerce table.my_account_orders tbody td:last-child,
.woocommerce-page .woocommerce table.my_account_orders tfoot th:last-child,
.woocommerce-page .woocommerce table.my_account_orders tfoot td:last-child {
  text-align: left;
}
.woocommerce-page .woocommerce .quantity {
  display: inline-block;
}
.woocommerce-page .woocommerce .quantity .qty {
  width: auto;
  text-align: left;
  max-width: 100px;
}
@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce .quantity .qty {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6rem;
    max-width: 62px;
  }
}
.woocommerce-page .woocommerce .variation-label {
  text-transform: lowercase;
  font-size: 1.2rem;
  display: block;
  padding: 5px 0 0 0;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce .variation-label {
    display: inline;
    padding: 0 0 0 5px;
  }
}

.wc-item-meta {
  padding: 10px 0 0 10px;
}

.woocommerce a.remove:hover {
  background: none;
}

/* Components - specific elements that make up a page */
.breadcrumbs {
  padding: 30px 10px 20px;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.btn {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn:focus, .btn:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.btn[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}
.btn.has-arrow {
  position: relative;
  padding-right: 60px;
}
.btn.has-arrow:hover svg {
  opacity: 1;
  right: 14px;
}
.btn.has-arrow svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: 0.2s ease-out;
}
.btn.working {
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-muted {
  background: none;
  color: #006b6e;
}
.btn.btn-muted:focus, .btn.btn-muted:hover {
  color: #323332;
  box-shadow: none;
}
.btn.btn-tertiary {
  background: #E5F0F0;
  color: #006b6e;
}
.btn.btn-tertiary:focus, .btn.btn-tertiary:hover {
  color: #323332;
  box-shadow: none;
}
.btn.btn-shout {
  background: #fcca46;
  color: #242424;
}

.btn-outline {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
  background: white;
  box-shadow: 0 0 0 1px #006b6e;
  color: #006b6e;
}
@media (min-width: 1024px) {
  .btn-outline {
    font-size: 1.4rem;
  }
}
.btn-outline:focus, .btn-outline:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.btn-outline[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}
.btn-outline:focus, .btn-outline:hover {
  background: white;
  color: #006b6e;
}
.btn-outline.has-arrow svg {
  opacity: 1;
}

.navigate-forward {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 1024px) {
  .navigate-forward {
    font-size: 1.4rem;
  }
}
.navigate-forward:hover svg {
  transform: translate(3px, -1px);
}
.navigate-forward svg {
  height: 12px;
  margin-left: 5px;
  transition: 0.2s ease-out;
  transform: translate(0, -1px);
}

.navigate-backward {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #585853;
}
.navigate-backward:hover svg {
  transform: translate(-3px, -1px) rotate(180deg);
}
.navigate-backward svg {
  color: #006b6e;
  height: 12px;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.2s ease-out;
  transform: translate(0, -1px) rotate(180deg);
}

.video-trigger {
  position: relative;
  display: block;
}
.video-trigger:hover svg {
  opacity: 0.7;
}
.video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .video-trigger svg {
    width: auto;
    height: auto;
  }
}
.video-trigger .title {
  position: absolute;
  inset: 0;
  line-height: 1;
  padding: 30px;
  color: white;
  z-index: 1;
  background: linear-gradient(180deg, rgba(16, 21, 12, 0) 45.67%, rgba(16, 21, 12, 0.7) 95.37%);
  display: flex;
  align-items: flex-end;
  gap: 0.5ex;
}
.video-trigger .title strong {
  font-weight: 700;
}

.option {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 25px;
  background: #F1F7F7;
  border-radius: 60px;
  color: #585853;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .option {
    height: 50px;
    padding: 0 30px;
    border-radius: 100px;
  }
}
.option.selected {
  background: #006b6e;
  color: white;
}

.wp-block-file .wp-block-file__button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
  padding: 8px 10px 7px;
}
@media (min-width: 1024px) {
  .wp-block-file .wp-block-file__button {
    font-size: 1.4rem;
  }
}
.wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.wp-block-file .wp-block-file__button[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}

.dropdown {
  position: relative;
}
.dropdown.is-open .toggle svg {
  transform: rotate(-180deg);
}
.dropdown.is-open .options {
  transform: translateY(4px);
  pointer-events: initial;
  opacity: 1;
}
.dropdown.inline {
  display: flex;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .dropdown.inline {
    font-size: 2.4rem;
  }
}
.dropdown.inline .toggle-label {
  padding-right: 5px;
  color: #585853;
}
.dropdown.inline .toggle {
  background: none;
  color: #006b6e;
  padding: 0;
  text-transform: capitalize;
}
.dropdown.inline .toggle small {
  font-size: 60%;
  padding-left: 1ex;
  transform: translateY(3px);
}
.dropdown.inline svg {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .dropdown.is-style-button {
    background: rgba(0, 107, 110, 0.07);
  }
  .dropdown.is-style-button .toggle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1px;
    transform: none;
    padding: 15px 18px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .dropdown.is-style-button .toggle {
    font-size: 1.4rem;
  }
}
.dropdown .toggle {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #006b6e;
  color: white;
  transition: 0.3s ease-in-out;
}
.dropdown .toggle svg {
  transition: 0.3s ease-in-out;
}
.dropdown .options {
  position: absolute;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  min-width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateY(9px);
  transition: 0.3s ease-in-out;
  background: #F1F7F7;
  box-shadow: 0 5px 10px rgba(0, 107, 110, 0.2);
  z-index: 100;
}
.dropdown .options ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 0;
}
.dropdown .options ul a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  text-align: left;
  display: block;
  padding: 5px 15px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .dropdown .options ul a {
    font-size: 1.4rem;
  }
}
.dropdown .options ul a:hover {
  color: #006b6e;
  text-decoration: none;
}

.entry-card {
  max-width: 295px;
}
@media (min-width: 1366px) {
  .entry-card {
    max-width: 410px;
  }
}
.entry-card .thumbnail {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .entry-card .thumbnail {
    margin-bottom: 30px;
  }
}
.entry-card .title {
  font-size: 1.8rem;
  line-height: 1.5;
  text-transform: none;
  transform: none;
  letter-spacing: 0;
}
@media (min-width: 1366px) {
  .entry-card .title {
    font-size: 2.4rem;
  }
}
.entry-card .title a {
  color: #585853;
}
.entry-card .title a:hover {
  color: #006b6e;
  text-decoration: none;
}

input {
  accent-color: #006b6e;
}

input[type=date],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=number],
input[type=search],
input[type=url] {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  padding: 0 1em;
  color: #585853;
  font-size: 1.6rem;
  height: 50px;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}

textarea {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  padding: 0 1em;
  color: #585853;
  font-size: 1.6rem;
  height: 8em;
  padding-top: 15px;
}
textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}
@media (min-width: 768px) {
  textarea {
    padding-top: 15px;
  }
}

select {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  padding: 0 1em;
  color: #585853;
  font-size: 1.6rem;
  height: 50px;
  background: url("../images/caret.svg") no-repeat right 25px center;
  background-size: 8px auto;
}
select:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}

[type=file] {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #242424;
  background: none;
}
[type=file] -webkit-file-upload-button {
  border: solid 2px white;
}

.gfield_html {
  line-height: 1.5;
}

.gform_heading {
  margin-bottom: 1em;
}

.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gfield {
  margin-bottom: 15px;
  position: relative;
}
.gfield.focused .gfield_label, .gfield.has-value .gfield_label {
  opacity: 1;
  transform: translateY(6px);
}
.gfield.focused input, .gfield.has-value input {
  padding-top: 10px;
}
.gfield.focused.hidden_label input, .gfield.has-value.hidden_label input {
  padding-top: 0;
}
.gfield.hidden_label .ginput_complex label,
.gfield.hidden_label .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gfield.gfield--type-name.focused .gfield_label, .gfield.gfield--type-name.has-value .gfield_label, .gfield.gfield--type-address.focused .gfield_label, .gfield.gfield--type-address.has-value .gfield_label, .gfield.gfield--type-radio.focused .gfield_label, .gfield.gfield--type-radio.has-value .gfield_label, .gfield.gfield--type-checkbox.focused .gfield_label, .gfield.gfield--type-checkbox.has-value .gfield_label {
  transform: none;
}
.gfield.gfield--type-name .gfield_label, .gfield.gfield--type-address .gfield_label, .gfield.gfield--type-radio .gfield_label, .gfield.gfield--type-checkbox .gfield_label {
  opacity: 1;
  position: static;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none;
  color: #006b6e;
}
.gfield.gfield--type-fileupload .gform_fileupload_rules {
  position: static;
}
.gfield .ginput_complex > span {
  margin-bottom: 15px;
  display: block;
}

.gfield_label {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.2s ease-out;
}
@media (min-width: 768px) {
  .gfield_label {
    left: 25px;
  }
}
.gfield_label .gfield_required {
  display: none;
}

.gform-field-label--type-sub {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.gfield_description {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.gfield_description::before {
  content: "(";
}
.gfield_description::after {
  content: ")";
}
.gfield_description.validation_message {
  position: static;
  transform: none;
}
.gfield_description.validation_message::before, .gfield_description.validation_message::after {
  display: none;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 0.25em;
}
.gfield_checkbox li label,
.gfield_radio li label {
  margin: 0;
}

.fileupload input {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 50px;
}
.fileupload.focused .gfield_label {
  transform: none;
}
.fileupload:hover .gfield_label {
  border-color: rgba(255, 255, 255, 0.7);
}
.fileupload .gfield_label {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
  opacity: 1;
  position: static;
  border: solid 2px white;
  background: none;
}
@media (min-width: 1024px) {
  .fileupload .gfield_label {
    font-size: 1.4rem;
  }
}
.fileupload .gfield_label:focus, .fileupload .gfield_label:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.fileupload .gfield_label[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}

.gform_button[type=submit] {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.gform_confirmation_message,
.validation_error {
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 15px 30px;
  text-align: center;
  background: rgba(167, 147, 32, 0.25);
}

.gform_confirmation_message {
  background: #F1F7F7;
}

.label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  .label {
    font-size: 1.4rem;
  }
}

#stocking-rate-calculator {
  transition: 0.3s;
}
#stocking-rate-calculator.working {
  opacity: 0.5;
}

#mail-result-message {
  margin: 10px 0;
  padding: 15px 30px;
  text-align: center;
}
#mail-result-message.success {
  background: white;
}
#mail-result-message.error {
  background: #A79320;
  color: white;
}

.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  padding: 0;
  margin: 0 0 30px;
  background-color: transparent;
  color: #585853;
  border: 0;
  min-height: 50px;
}
.woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-error::after,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-info::after,
.woocommerce-page .woocommerce-message::before,
.woocommerce-page .woocommerce-message::after {
  display: none;
}
.woocommerce-page .woocommerce-error .btn,
.woocommerce-page .woocommerce-info .btn,
.woocommerce-page .woocommerce-message .btn {
  height: 50px;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce-error .btn,
.woocommerce-page .woocommerce-info .btn,
.woocommerce-page .woocommerce-message .btn {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
}
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-message a {
  color: currentColor;
}
.woocommerce-page .woocommerce-message {
  background: #006b6e;
  color: white;
  padding: 60px 10px 10px;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce-message {
    line-height: 50px;
    padding: 0 0 0 60px;
  }
}
.woocommerce-page .woocommerce-message .btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  padding-top: 2px;
  padding-bottom: 0;
}
.woocommerce-page .woocommerce-message .btn:hover {
  box-shadow: none;
}
.woocommerce-page .woocommerce-info {
  background: #F1F7F7;
  color: #585853;
  padding: 15px 23px;
  margin-bottom: 30px;
}
.woocommerce-page .woocommerce-info a {
  color: #006b6e;
}
.woocommerce-page .woocommerce-error {
  background: #A79320;
  color: white;
  padding: 15px 23px 0;
}
.woocommerce-page .woocommerce-error li {
  padding-bottom: 15px;
}

.message-close {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: currentColor;
  margin: 0 23px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
}
.message-close svg {
  display: block;
}

.message.info {
  background: #F1F7F7;
  color: #585853;
  padding: 15px 23px;
  margin-bottom: 30px;
}
.message.info a {
  color: #006b6e;
}

.modal {
  position: fixed;
  z-index: 1000;
  background: rgba(213, 217, 209, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.modal.shown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  background: white;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 107, 110, 0.2);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .modal-body {
    padding: 35px 40px;
  }
}

.modal-close {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #585853;
}
@media (min-width: 1024px) {
  .modal-close {
    right: 40px;
    top: 30px;
  }
}
.modal-close:hover {
  color: #006b6e;
}

#player-container {
  min-width: 345px;
}
@media (min-width: 768px) {
  #player-container {
    min-width: 590px;
  }
}
@media (min-width: 1024px) {
  #player-container {
    min-width: 1100px;
  }
}
#player-container figure {
  margin: 0;
}

#video-player .modal-close {
  right: 10px;
  top: 5px;
}
@media (max-width: 1023.98px) {
  #video-player .modal-body {
    padding: 40px 0;
  }
}

.pagination {
  text-align: center;
}
@media (min-width: 768px) {
  .pagination {
    text-align: right;
  }
}
.pagination .nav-links,
.pagination .page-numbers {
  margin: 0;
  border: 0;
}
.pagination .nav-links li,
.pagination .page-numbers li {
  display: inline-block;
}
.pagination .nav-links a,
.pagination .nav-links span,
.pagination .page-numbers a,
.pagination .page-numbers span {
  padding: 15px 18px;
  display: inline-block;
  line-height: 1;
}
.pagination .nav-links a:focus,
.pagination .nav-links a:hover,
.pagination .page-numbers a:focus,
.pagination .page-numbers a:hover {
  background: rgba(0, 107, 110, 0.07);
}
.pagination .nav-links span.current,
.pagination .page-numbers span.current {
  background: rgba(0, 107, 110, 0.07);
  color: #006b6e;
}

#site-footer {
  padding: 40px 25px;
  padding-inline: 10px;
}
@media (min-width: 1024px) {
  #site-footer {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
#site-footer a {
  color: #585853;
}
#site-footer a:hover {
  text-decoration: none;
  color: #006b6e;
}
@media (max-width: 1365.98px) {
  #site-footer address {
    font-size: 1.2rem;
    margin-top: 1em;
  }
}

.footer-menus {
  margin-block: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (min-width: 768px) {
  .footer-menus {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .footer-menus {
    gap: 60px;
  }
}
.footer-menus .menu {
  font-size: 1.6rem;
}
.footer-menus .menu .title {
  font-size: clamp(1.8rem, 1.387283237vw, 2.4rem);
  text-transform: none;
  transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.75em;
}

#footer-newsletter {
  position: relative;
}
@media (min-width: 768px) {
  #footer-newsletter {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  #footer-newsletter {
    margin-bottom: 40px;
  }
}
#footer-newsletter .medium {
  padding-right: 135px;
}
#footer-newsletter .gfield {
  position: relative;
}
@media (max-width: 1023.98px) {
  #footer-newsletter .gfield {
    font-size: 1.6rem;
  }
}
#footer-newsletter .gfield .validation_message {
  position: absolute;
  top: 100%;
  font-size: 1.2rem;
}
#footer-newsletter .gform_heading {
  margin-bottom: 10px;
}
#footer-newsletter .gform_heading .gform_title {
  font-weight: 400;
  color: #585853;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  #footer-newsletter .gform_heading .gform_title {
    font-size: 2.4rem;
  }
}
#footer-newsletter .gform_footer {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer-newsletter .gform_ajax_spinner {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

#social-profiles {
  margin-bottom: 15px;
  display: flex;
}
#social-profiles a {
  margin-right: 15px;
}

#legal {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
#legal div:last-child {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-wrap: wrap;
}
#legal a {
  text-decoration: underline;
}

#site-header {
  position: relative;
  z-index: 10;
  background: white;
  border-bottom: solid 1px rgba(0, 107, 110, 0.2);
}
@media (min-width: 1024px) {
  #site-header {
    border-bottom: none;
  }
}
#site-header .upper {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 71px;
}
@media (min-width: 1024px) {
  #site-header .upper {
    height: auto;
    gap: min(1.39vw, 24px);
    position: relative;
  }
}
@media (min-width: 1024px) {
  #site-header .lower {
    background: #F1F7F7;
    position: relative;
  }
}

#site-branding {
  flex: 1;
}

#site-title {
  width: 121px;
  aspect-ratio: 121/32;
  background: url("../images/logo.svg") no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0;
  transform: none;
}
@media (min-width: 1366px) {
  #site-title {
    width: 200px;
  }
}

#store-switcher {
  display: flex;
  gap: 15px;
}
#store-switcher img {
  display: block;
}
#store-switcher a {
  opacity: 0.5;
  filter: grayscale(1);
  transition: 0.2s;
}
@media (hover: hover) {
  #store-switcher a:hover {
    filter: grayscale(0);
    opacity: 1;
  }
}

#utilities {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  #utilities {
    gap: 1rem;
  }
}

.utility-panel {
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  box-shadow: 0 20px 20px rgba(33, 36, 18, 0.07);
  background: #F1F7F7;
  padding: 40px 25px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .utility-panel {
    padding: 30px;
    top: 110%;
    left: auto;
    right: 0;
    width: auto;
    transform: translateY(0);
  }
}
.utility-panel .close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006b6e;
  position: absolute;
  right: 15px;
  top: 5px;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .utility-panel .close {
    right: 0;
    top: 0;
  }
}
.utility-panel .close svg {
  width: 12px;
}

#navigation-open {
  color: #006b6e;
}
@media (min-width: 1024px) {
  #navigation-open {
    display: none;
  }
}

#navigation-close {
  color: #006b6e;
}
@media (min-width: 1024px) {
  #navigation-close {
    display: none;
  }
}

#navigation-back {
  opacity: 0;
}
#navigation-back.shown {
  opacity: 1;
}

#navigation-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #F1F7F7;
  height: 71px;
  padding: 0 25px;
}
@media (min-width: 1024px) {
  #navigation-toolbar {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  #navigation-toolbar {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #navigation-toolbar + div {
    padding-block: 25px;
    height: calc(100% - 71px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1023.98px) {
  #site-navigation {
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    background: white;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

#menu-primary {
  padding-bottom: 14px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #menu-primary {
    display: flex;
    padding: 0 30px;
    gap: 16px;
    height: var(--header-ui-height);
  }
}
@media (min-width: 1366px) {
  #menu-primary {
    gap: 24px;
  }
}
@media (max-width: 1023.98px) {
  #menu-primary.has-active > li:not(.active) {
    opacity: 0.3;
    filter: blur(1px);
  }
}
#menu-primary > li {
  margin: 0;
  position: relative;
}
@media (max-width: 1023.98px) {
  #menu-primary > li.active .sub-menu {
    display: grid;
  }
}
@media (min-width: 1024px) {
  #menu-primary > li.active .sub-menu {
    transform: translateX(0);
  }
}
#menu-primary > li.active > a::after {
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  #menu-primary > li:nth-last-child(2) .sub-menu, #menu-primary > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}
#menu-primary > li.menu-item-has-children > a::after {
  content: "";
  background: url("../images/caret.svg") no-repeat center center;
  background-size: 100% auto;
  height: 8px;
  transition: 0.3s ease-in-out;
  width: 9px;
}
@media (min-width: 1024px) {
  #menu-primary > li.menu-item-has-children > a::after {
    background-image: url("../images/caret-gray.svg");
  }
}
@media (min-width: 1024px) {
  #menu-primary > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #menu-primary > li:hover::before, #menu-primary > li.current-menu-item::before, #menu-primary > li.current-menu-ancestor::before {
    width: 100%;
  }
  #menu-primary > li.active > a, #menu-primary > li:hover > a {
    color: #006b6e;
  }
  #menu-primary > li.active .sub-menu, #menu-primary > li:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
  }
  #menu-primary > li.active > a::after {
    transform: rotate(-180deg);
  }
  #menu-primary > li::before {
    background: #006b6e;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: 0.3s ease-in-out;
    width: 0;
  }
}
#menu-primary > li > a {
  color: #242424;
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  position: relative;
  padding-block: 1em;
  padding-inline: 25px;
  gap: 6px;
  line-height: 1;
}
@media (min-width: 1024px) {
  #menu-primary > li > a {
    gap: 8px;
    padding: 0;
    align-items: center;
    font-size: clamp(1.2rem, 0.924vw, 1.6rem);
  }
}
#menu-primary > li > .sub-menu {
  background: white;
}
@media (max-width: 1023.98px) {
  #menu-primary > li > .sub-menu {
    padding-top: 0.5rem;
    display: none;
    row-gap: 1em;
  }
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu {
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    box-shadow: 0 20px 20px rgba(33, 36, 18, 0.07);
    display: grid;
    grid-template-columns: auto auto;
    min-width: 700px;
    row-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu.has-nested-submenus {
    grid-template-columns: auto auto auto;
    min-width: 910px;
  }
  #menu-primary > li > .sub-menu.has-nested-submenus .column-1 {
    grid-column: 1;
  }
  #menu-primary > li > .sub-menu.has-nested-submenus .column-2 {
    grid-column: 2;
    grid-row: 1/span 10;
    padding-block: 3rem;
  }
  #menu-primary > li > .sub-menu.has-nested-submenus .feature {
    grid-column: 3;
  }
}
#menu-primary > li > .sub-menu.has-nested-submenus > li:not(.feature) > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  padding-bottom: 0.5em;
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu.has-nested-submenus > li:not(.feature) > a {
    font-size: 1.4rem;
  }
}
#menu-primary > li > .sub-menu.has-nested-submenus > li:not(.feature) a {
  padding-right: 4rem;
}
#menu-primary > li > .sub-menu > li {
  margin: 0;
  grid-column: 1;
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu > li:first-child {
    padding-top: 3rem;
  }
}
#menu-primary > li > .sub-menu > li:last-child {
  padding-bottom: 3rem;
}
#menu-primary > li > .sub-menu > li.feature {
  background: url("../images/menu-feature-bg.webp");
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu > li.feature {
    grid-column: 2;
    grid-row: 1/span 10;
  }
}
#menu-primary > li > .sub-menu > li.feature a {
  padding: 3rem;
}
#menu-primary > li > .sub-menu > li.feature .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  padding-block: 1em;
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu > li.feature .title {
    font-size: 1.4rem;
  }
}
#menu-primary > li > .sub-menu > li.feature .description {
  max-width: 23ch;
}
#menu-primary > li > .sub-menu > li.feature .btn {
  padding-left: 0;
  padding-right: 40px;
}
#menu-primary > li > .sub-menu > li.feature .btn svg {
  opacity: 1;
}
#menu-primary > li > .sub-menu a {
  color: #242424;
  font-size: 1.6rem;
  padding-inline: 25px;
  display: block;
}
@media (min-width: 1024px) {
  #menu-primary > li > .sub-menu a {
    padding-inline: 4rem 7.5rem;
  }
}
@media (hover: hover) {
  #menu-primary > li > .sub-menu a:hover {
    color: #006b6e;
  }
}

@media (max-width: 1023.98px) {
  #secondary-navigation {
    display: none;
  }
}

#menu-secondary {
  display: flex;
  align-items: center;
}
#menu-secondary li {
  margin: 0;
}
#menu-secondary li.current-menu-item > a, #menu-secondary li.current_page_parent > a {
  color: #323332;
}
#menu-secondary li:not(:last-child) {
  border-right: solid 1px #d2d2d2;
}
#menu-secondary a {
  font-size: clamp(1.4rem, 0.9248554913vw, 1.6rem);
  color: #585853;
  align-items: center;
  display: flex;
  gap: 6px;
  line-height: 1;
  padding-inline: 0.75em;
}
#menu-secondary a:hover {
  color: #323332;
}
#menu-secondary a#account-link {
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  #menu-secondary a#account-link {
    display: none;
  }
}
#menu-secondary .sub-menu {
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  padding: 1em 1.5em;
  background: #F1F7F7;
  box-shadow: 0 20px 20px rgba(33, 36, 18, 0.07);
  min-width: 30ch;
  display: grid;
  gap: 0.25em;
}
#menu-secondary .sub-menu a {
  white-space: nowrap;
}

#mobile-secondary {
  border-top: solid 1px rgba(0, 107, 110, 0.2);
  padding: 25px;
  flex: 1;
}
@media (min-width: 1024px) {
  #mobile-secondary {
    display: none;
  }
}
#mobile-secondary li {
  margin: 0;
}
#mobile-secondary a {
  display: block;
  padding: 8px 0;
  color: #585853;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  #mobile-secondary a {
    font-size: 1.4rem;
  }
}
#mobile-secondary a svg {
  display: none;
}
#mobile-secondary .sub-menu {
  padding-left: 15px;
}
#mobile-secondary .sub-menu a {
  text-transform: none;
  letter-spacing: 0;
  padding-block: 4px;
}

@media (max-width: 1023.98px) {
  body.navigation-shown {
    overflow: hidden;
  }
  body.navigation-shown #site-navigation {
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
  }
  body.navigation-shown #cart-toggle,
body.navigation-shown #search-toggle,
body.navigation-shown .navigation-open {
    display: none;
  }
  body.navigation-shown #navigation-toggle .navigation-close {
    display: block;
  }
}

body.menu-panel-shown #navigation-toolbar {
  transform: translateX(0);
}
body.menu-panel-shown #menu-primary > li.current-menu-item .menu-panel-toggle:not(.active)::before, body.menu-panel-shown #menu-primary > li.current-menu-ancestor .menu-panel-toggle:not(.active)::before {
  width: 0;
}

@media (min-width: 1024px) {
  #mini-cart-container {
    position: relative;
  }
}

#mini-cart-open {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  height: var(--header-ui-height);
  width: var(--header-ui-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #006b6e;
}
@media (min-width: 1024px) {
  #mini-cart-open {
    font-size: 1.4rem;
  }
}
@media (min-width: 1366px) {
  #mini-cart-open {
    justify-content: space-around;
    background: #006b6e;
    color: white;
    gap: 0;
    width: 120px;
    font-size: 1.8rem;
    position: relative;
  }
  #mini-cart-open::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    width: 1px;
  }
}
#mini-cart-open svg {
  margin: 0;
}

@media (min-width: 1024px) {
  #mini-cart {
    min-width: 440px;
    width: auto;
  }
}
#mini-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  white-space: nowrap;
}
#mini-cart .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mini-cart .woocommerce-mini-cart__buttons .btn {
  width: calc(50% - 15px);
  color: white;
}
#mini-cart .woocommerce-mini-cart__buttons .btn.btn-outline {
  background: transparent;
  color: #006b6e;
}
#mini-cart .woocommerce-mini-cart {
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
}
#mini-cart .woocommerce-mini-cart td {
  border: 0;
}
#mini-cart .product-remove {
  padding-left: 0;
}
#mini-cart .product-thumbnail {
  padding-left: 0;
  padding-right: 0;
  width: 60px;
}
#mini-cart .product-thumbnail img {
  width: 60px;
}
#mini-cart .product-name a {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  #mini-cart .product-name a {
    font-size: 1.8rem;
  }
}
#mini-cart .product-name .variation,
#mini-cart .product-name .qty {
  font-size: 1.4rem;
  margin: 0.25em 0;
}
#mini-cart .product-price {
  text-align: right;
  padding-right: 0;
}
#mini-cart .woocommerce-mini-cart__total {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #mini-cart .woocommerce-mini-cart__total {
    padding-left: 36px;
  }
}
#mini-cart .woocommerce-mini-cart__total strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1024px) {
  #mini-cart .woocommerce-mini-cart__total strong {
    font-size: 1.4rem;
  }
}
#mini-cart .woocommerce-mini-cart__total .amount {
  font-size: 3.2rem;
  display: block;
  font-weight: 700;
}
#mini-cart .total-items-count {
  float: right;
  font-size: 1.4rem;
}

body.mini-cart-shown #mini-cart {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1023.98px) {
  body.mini-cart-shown #navigation-toggle,
body.mini-cart-shown #search-toggle {
    display: none;
  }
  body.mini-cart-shown #site-container::after {
    background: rgba(0, 107, 110, 0.9);
  }
}

@media (min-width: 1024px) {
  #site-search-container {
    position: relative;
  }
}

#search-open {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006b6e;
}
@media (min-width: 1366px) {
  #search-open {
    color: #006b6e;
    width: var(--header-ui-height);
    height: var(--header-ui-height);
    background: #F1F7F7;
  }
}
#search-open svg {
  width: 17px;
  height: 17px;
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .search-form {
    flex-wrap: nowrap;
  }
}
.search-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
}
@media (min-width: 1024px) {
  .search-form .btn {
    height: var(--header-ui-height);
  }
}
.search-form .btn svg {
  height: 12px;
}

#site-search-input {
  flex: 1;
  padding-inline: 10px;
  background: white;
  height: 40px;
}
@media (min-width: 1024px) {
  #site-search-input {
    height: var(--header-ui-height);
    min-width: 30vw;
    flex: 0;
    padding-inline: 30px;
  }
}

body.search-shown {
  overflow: hidden;
}
body.search-shown #navigation-toggle,
body.search-shown #cart-toggle,
body.search-shown .search-open {
  display: none;
}
@media (min-width: 1024px) {
  body.search-shown #cart-toggle {
    display: list-item;
  }
}
body.search-shown .search-close {
  display: block;
}
body.search-shown .lower .search-close {
  display: none;
}
@media (min-width: 1024px) {
  body.search-shown .lower .search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
  }
}
@media (min-width: 1366px) {
  body.search-shown .lower .search-close {
    display: none;
  }
}
body.search-shown #search-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
body.search-shown #site-container::after {
  background: rgba(0, 107, 110, 0.9);
}
@media (min-width: 1024px) {
  body.search-shown #site-container::after {
    background: none;
  }
}
body.search-shown #menu-primary .menu-panel-toggle::before {
  opacity: 0;
}

table {
  width: 100%;
  max-width: none;
  border: none;
}
table th, table td {
  border: 0;
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
  padding: 8px 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  table th, table td {
    padding: 15px 24px;
  }
}
@media (max-width: 767.98px) {
  table thead th {
    font-size: 1.4rem;
  }
}
table td {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  table td {
    font-size: 1.6rem;
  }
}
table caption {
  font-size: 1.8rem;
  padding: 8px 10px;
  caption-side: top;
  background: rgba(88, 88, 83, 0.05);
}
@media (min-width: 768px) {
  table caption {
    font-size: 1.8rem;
    padding: 15px 24px;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  table caption {
    font-size: 2.4rem;
  }
}

.scrolling-table {
  max-width: none !important;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-right: solid 1px rgba(0, 107, 110, 0.2);
}
@media (min-width: 1024px) {
  .scrolling-table {
    border: none;
  }
}
.scrolling-table table {
  min-width: 700px;
}

/* Blocks */
.benefits {
  padding: 40px 25px;
  background: url("../images/blue-grit-bg.jpg");
  color: white;
}
@media (min-width: 1024px) {
  .benefits {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
.benefits .title {
  color: currentColor;
}
.benefits .copy {
  font-size: 1.8rem;
}
@media (min-width: 1366px) {
  .benefits .copy {
    font-size: 2.4rem;
  }
}
.benefits .item {
  text-align: center;
  margin: 40px 0;
}
.benefits .item .title {
  font-size: 1.8rem;
}
@media (min-width: 1366px) {
  .benefits .item .title {
    font-size: 2.4rem;
  }
}
.benefits .icon {
  background: rgba(255, 255, 255, 0.1);
  width: 62px;
  height: 62px;
  margin: 0 auto 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-cta {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .blog-cta {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (max-width: 1023.98px) {
  .blog-cta {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-cta .navigate-forward {
    margin-left: 25px;
  }
}
.blog-cta .section-title {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .blog-cta .section-title {
    padding: 0;
  }
}
.blog-cta .entry-slider {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-cta .entry-slider {
    margin-bottom: 0;
  }
}
.blog-cta .entry-slider .item {
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .blog-cta .entry-slider .item {
    padding-left: 30px;
  }
}
.blog-cta .slick-prev,
.blog-cta .slick-next {
  top: 147px;
}
@media (min-width: 1366px) {
  .blog-cta .slick-prev,
.blog-cta .slick-next {
    top: 205px;
  }
}

.cards {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .cards {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (max-width: 1023.98px) {
  .cards {
    padding-left: 0;
    padding-right: 0;
  }
}
.cards + .cards {
  padding-top: 0;
}
.cards.theme-tint .card {
  background: white;
}
.cards.card-style-overlay {
  padding-block: 30px;
}
@media (min-width: 1024px) {
  .cards.products .card .inner {
    padding-bottom: 30px;
  }
}
.cards.products .card .inner p {
  margin-bottom: 45px;
  flex: 1;
}
.cards.products .card .inner .title {
  text-transform: none;
  letter-spacing: 0;
}
.cards.products .price {
  color: #242424;
  font-weight: 500;
}
.cards.products .price strong {
  font-weight: 500;
}
.cards .section-title {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .cards .section-title {
    padding: 0;
  }
}
.cards .card {
  background: #F1F7F7;
  height: 100%;
  color: currentColor;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-out;
  position: relative;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .cards .card {
    margin: 0;
  }
}
.cards .card:focus, .cards .card:hover {
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 107, 110, 0.2);
}
.cards .card:focus svg, .cards .card:hover svg {
  transform: translateX(5px);
}
.cards .card svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #006b6e;
  transition: 0.2s ease-out;
}
@media (min-width: 1366px) {
  .cards .card svg {
    bottom: 40px;
    right: 40px;
  }
}
.cards .card .inner {
  padding: 25px 25px 40px;
  line-height: 1.5;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cards .card .inner {
    padding-bottom: 50px;
  }
}
@media (min-width: 1366px) {
  .cards .card .inner {
    padding: 30px 40px 80px 40px;
  }
}
.cards .card .inner *:last-child {
  margin-bottom: 0;
}
.cards .card .title {
  font-size: 1.8rem;
  line-height: 1.125;
  margin-bottom: 0.5em;
  color: #006b6e;
  font-weight: 400;
}
@media (min-width: 1366px) {
  .cards .card .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023.98px) {
  .cards .card-slider {
    display: block;
  }
  .cards .card-slider [class^=col] {
    width: auto;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .cards .card-slider {
    gap: 30px 0;
  }
}
.cards .card-slider .card {
  max-width: 295px;
}
@media (min-width: 1024px) {
  .cards .card-slider .card {
    max-width: 100%;
  }
}
.cards .card-slider .slick-prev,
.cards .card-slider .slick-next {
  top: 113px;
}

.overlay-layout {
  display: grid;
  gap: 30px;
  padding-inline: 15px;
}
@media (min-width: 1024px) {
  .overlay-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
.overlay-layout .microtitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  .overlay-layout .microtitle {
    font-size: 1.4rem;
  }
}

.overlay-card {
  position: relative;
  background-size: cover;
}
.overlay-card .inner {
  background: linear-gradient(0deg, rgba(0, 107, 110, 0.2) 0%, rgba(0, 107, 110, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 17.88%, rgba(0, 0, 0, 0.3) 58.74%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  padding: clamp(3rem, 3.4682080925vw, 6rem);
  color: white;
  display: flex;
  flex-direction: column;
  aspect-ratio: 820/509;
}
.overlay-card .title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
  color: currentColor;
}
@media (min-width: 1024px) {
  .overlay-card .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  .overlay-card .title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}
.overlay-card .action {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.overlay-card .action .btn svg {
  opacity: 1;
}

.careers {
  padding: 40px 25px;
  background: #F1F7F7;
}
@media (min-width: 1024px) {
  .careers {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .careers .section-title {
    text-align: center;
  }
}
.careers .section-title .title {
  margin-bottom: 0.3em;
}
.careers .cat-title {
  padding-block: 40px 0;
  text-align: center;
}
.careers .entry {
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
  padding: 40px 0;
}
.careers .entry .title {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (min-width: 1366px) {
  .careers .entry .title {
    font-size: 2.4rem;
  }
}
.careers .entry .excerpt {
  margin-bottom: 20px;
}
.careers .navigate-forward {
  justify-content: flex-end;
}
.careers .none-found {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 1366px) {
  .careers .none-found {
    font-size: 2.4rem;
  }
}

.type-career {
  margin-bottom: 120px;
}
.type-career .page-title .navigate-backward {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .type-career .page-title .navigate-backward {
    font-size: 1.4rem;
  }
}

article.type-page > .faq {
  max-width: 100%;
}
article.type-page > .faq .row {
  margin-bottom: 60px;
  scroll-margin-top: 60px;
}
@media (min-width: 768px) {
  article.type-page > .faq .category-title {
    position: sticky;
    top: 60px;
    text-align: right;
  }
}
article.type-page > .faq .question {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px rgba(0, 107, 110, 0.25);
}
article.type-page > .faq .question.is-open .toggle svg {
  transform: translate(-200%, -50%) rotate(-180deg);
}
article.type-page > .faq .question.is-open .answer {
  display: block;
}
article.type-page > .faq .toggle {
  position: relative;
  color: #006b6e;
  text-align: left;
  display: block;
  line-height: 1.2;
}
article.type-page > .faq .toggle:focus, article.type-page > .faq .toggle:hover {
  outline: none;
  color: #585853;
}
article.type-page > .faq .toggle svg {
  position: absolute;
  left: 0;
  top: 1ex;
  transform: translate(-200%, -50%);
}
article.type-page > .faq .answer {
  display: none;
}

.featured-resources {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .featured-resources {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
.featured-resources + .featured-resources {
  padding-top: 0;
}
.featured-resources header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: clamp(2rem, 2.6589595376vw, 4.6rem);
}
.featured-resources h2 {
  margin: 0;
}
.featured-resources .items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (hover: hover) {
  .featured-resources .item:hover .thumbnail img {
    opacity: 0.7;
  }
  .featured-resources .item:hover .title {
    color: #006b6e;
  }
}
.featured-resources .thumbnail {
  margin-bottom: 30px;
}
.featured-resources .thumbnail img {
  transition: 0.3s;
  display: block;
}
.featured-resources .title {
  text-transform: none;
  font-size: clamp(1.8rem, 1.387283237vw, 2.4rem);
  letter-spacing: 0;
  color: #585853;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
.featured-resources .title a {
  color: currentColor;
}

.featured-categories {
  padding: 40px 25px;
  padding-inline: 10px;
}
@media (min-width: 1024px) {
  .featured-categories {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
.featured-categories .items {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
}
.featured-categories .item {
  display: grid;
  gap: 15px;
  max-width: 355px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .featured-categories .item {
    gap: 20px;
  }
}
.featured-categories .name {
  font-size: 2.4rem;
  line-height: 1.1;
}
.featured-categories .price {
  color: #242424;
}

.fifty-fifty {
  padding: 40px 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .fifty-fifty {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .fifty-fifty {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .fifty-fifty.is-tiled {
    padding: 0 0 30px;
    margin-top: -30px;
  }
}
.fifty-fifty.is-tiled img {
  -webkit-mask-image: url("../images/tile-mask-lg-left.png");
          mask-image: url("../images/tile-mask-lg-left.png");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.fifty-fifty.is-tiled.tiled-right img {
  -webkit-mask-image: url("../images/tile-mask-lg-right.png");
          mask-image: url("../images/tile-mask-lg-right.png");
}
.fifty-fifty .title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  .fifty-fifty .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  .fifty-fifty .title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}
.fifty-fifty .block-image {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .fifty-fifty .block-image {
    margin-bottom: 0;
  }
}
.fifty-fifty .block-image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .fifty-fifty .block-image {
    transform: translateX(-15px);
  }
  .fifty-fifty .order-md-2 .block-image {
    transform: translateX(15px);
  }
}

/*
testimonials has inner padding, so we need extra margin to achive a tiled overlap
*/
.testimonials + .fifty-fifty.is-tiled {
  margin-top: -10px;
}
@media (min-width: 1024px) {
  .testimonials + .fifty-fifty.is-tiled {
    margin-top: -60px;
  }
}

.guides-list {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .guides-list {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
.guides-list .items {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: clamp(5rem, 4.6242774566vw, 8rem);
}
@media (min-width: 768px) {
  .guides-list .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .guides-list .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guides-list .item a {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
@media (hover: hover) {
  .guides-list .item a:hover .thumbnail img {
    opacity: 0.7;
  }
}
.guides-list .title {
  text-transform: none;
  letter-spacing: 0;
  transform: none;
  font-size: clamp(1.8rem, 1.387283237vw, 2.4rem);
  margin: 0;
}
.guides-list .thumbnail img {
  display: block;
  transition: 0.3s;
}
.guides-list .btn {
  width: 100%;
}

.hero {
  --padding: 20px;
  position: relative;
  z-index: 1;
  background: url("../images/hero-bg-xs.jpg") no-repeat;
  background-size: cover;
  padding-block: var(--padding);
}
@media (min-width: 1024px) {
  .hero {
    --padding: 30px;
  }
}
@media (min-width: 768px) {
  .hero {
    aspect-ratio: 1730/631;
    background-image: url("../images/hero-bg.webp");
  }
}
@media (min-width: 1366px) {
  .hero {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.hero:not(.without-image) {
  color: white;
}
.hero:not(.without-image) .container {
  display: grid;
  align-items: center;
  padding-inline: var(--padding);
  gap: var(--padding);
  text-wrap: balance;
}
@media (min-width: 768px) {
  .hero:not(.without-image) .container {
    grid-template-columns: 44% 42.5%;
    gap: 13.5%;
  }
}
.hero.without-image {
  padding-top: 45px;
  font-size: 1.8rem;
  background-image: none;
  aspect-ratio: auto;
}
.hero.without-image .title {
  color: #006b6e;
  margin-bottom: 0.3em;
}
.hero.without-image .micro-title {
  color: #585853;
}
.hero.text-only {
  place-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .hero.text-only {
    aspect-ratio: 1730/520;
  }
}
.hero.text-only .container {
  display: block;
}
.hero.text-only .content {
  padding: 0;
}
.hero.text-only .content p {
  max-width: 39ch;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .hero .content {
    padding-left: 70px;
  }
}
.hero .title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(3.2rem, 3.47vw, 6rem);
  line-height: 1.1;
  color: currentColor;
}
.hero .title .micro-title {
  color: currentColor;
}
.hero picture img {
  border-top-right-radius: clamp(50px, 11.56vw, 200px);
  border-bottom-left-radius: clamp(50px, 11.56vw, 200px);
}
.hero *:last-child {
  margin-bottom: 0;
}
.hero .timer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 4px;
  background: #006b6e;
  transition: width 7.75s linear;
}
.hero .timer.counting {
  width: 100%;
}
.hero .micro-title {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .hero .slick-prev,
.hero .slick-next {
    top: auto;
    bottom: 26vw;
  }
}
.hero .navigate-backward {
  color: currentColor;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 2.5em;
}
.hero .navigate-backward svg {
  color: currentColor;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .locations {
    padding: 0 30px;
  }
}
.locations .inner {
  padding: 40px 25px;
  background: #F1F7F7;
}
@media (min-width: 1024px) {
  .locations .inner {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 1366px) {
  .locations .inner {
    gap: 110px;
    padding-inline: 110px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.locations .location {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .locations .location {
    padding-inline: 33px;
  }
}
@media (min-width: 1366px) {
  .locations .location {
    padding: 0;
    margin: 0;
  }
}
.locations .title {
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 1366px) {
  .locations .title {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .locations .details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1366px) {
  .locations .details {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023.98px) {
  .locations .detail {
    margin-bottom: 10px;
  }
}
.locations .detail strong {
  display: block;
}
.locations .detail table th, .locations .detail table td {
  border: 0;
  font-size: 1em;
  padding: 0;
  font-weight: 400;
  text-align: left;
}

.photo-slider {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .photo-slider {
    padding: 100px 0;
  }
}
.photo-slider .item {
  padding: 0 17px;
}

.product-slider {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .product-slider {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
.product-slider.theme-dark .card, .product-slider.theme-tint .card {
  background: white;
}
.product-slider.theme-dark .slick-arrow {
  background: white;
}
.product-slider.theme-dark .slick-arrow path {
  fill: #006b6e;
}
.product-slider .section-title {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .product-slider .section-title {
    padding: 0;
  }
}
.product-slider .slick-slide:first-child {
  padding-left: 110px;
}
.product-slider .slick-slide.slick-active .card {
  opacity: 1;
}
.product-slider .card {
  background: #F1F7F7;
  height: 100%;
  color: currentColor;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-out;
  position: relative;
  margin: 0 10px;
  width: 355px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .product-slider .card {
    margin: 0 30px 0 0;
  }
}
.product-slider .card:focus, .product-slider .card:hover {
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 107, 110, 0.2);
}
.product-slider .card:focus svg, .product-slider .card:hover svg {
  transform: translateX(5px);
}
.product-slider .card svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #006b6e;
  transition: 0.2s ease-out;
}
@media (min-width: 1366px) {
  .product-slider .card svg {
    bottom: 40px;
    right: 40px;
  }
}
.product-slider .card .inner {
  padding: 25px 25px 40px;
  line-height: 1.5;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 1024px) {
  .product-slider .card .inner {
    padding: 30px 40px;
  }
}
.product-slider .card .inner *:last-child {
  margin-bottom: 0;
}
.product-slider .card .entry-meta {
  color: #585853;
}
.product-slider .card .title {
  font-size: 1.8rem;
  line-height: 1.125;
  color: #006b6e;
  font-weight: 400;
  margin: 0;
  flex: 1;
}
@media (min-width: 1366px) {
  .product-slider .card .title {
    font-size: 2.4rem;
  }
}
.product-slider .card .price {
  padding-top: 2em;
  color: #242424;
  font-weight: 500;
}
.product-slider .card .price strong {
  font-weight: 500;
}
.product-slider .card .badge {
  background: #fcca46;
  color: #242424;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.75em 1.3em;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
}
.product-slider .thumbnail img {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .product-slider .card-slider {
    display: block;
  }
  .product-slider .card-slider [class^=col] {
    width: auto;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .product-slider .card-slider {
    gap: 30px 0;
  }
}
.product-slider .card-slider .card {
  max-width: 295px;
}
@media (min-width: 1024px) {
  .product-slider .card-slider .card {
    max-width: 100%;
  }
}
.product-slider .card-slider .slick-prev,
.product-slider .card-slider .slick-next {
  top: 113px;
}

.related-posts {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .related-posts {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .related-posts .section-title {
    text-align: center;
  }
}

.seed-selector-cta {
  padding: 25px;
}
@media (min-width: 1024px) {
  .seed-selector-cta {
    padding: 30px;
  }
}
.seed-selector-cta .inner {
  position: relative;
  color: white;
}
.seed-selector-cta .inner img {
  width: 100%;
}
.seed-selector-cta .overlay {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  text-align: center;
  transform: translateY(-50%);
  z-index: 100;
}
@media (min-width: 768px) {
  .seed-selector-cta .overlay {
    transform: translate(-50%, -50%);
    left: 50%;
    right: auto;
  }
}
.seed-selector-cta .title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  .seed-selector-cta .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  .seed-selector-cta .title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}
.seed-selector-cta .micro-title,
.seed-selector-cta .title {
  color: currentColor;
}
.seed-selector-cta .toggle {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.seed-selector-cta .options {
  background: white;
}
.seed-selector-cta .is-open .toggle {
  background: rgba(0, 0, 0, 0.8);
}

.team {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .team {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
.team + .team {
  padding-top: 0;
}
@media (min-width: 768px) {
  .team .section-title {
    text-align: center;
  }
}
.team .items {
  display: grid;
  gap: clamp(4rem, 4.6242774566vw, 8rem);
  justify-content: center;
}
@media (min-width: 768px) {
  .team .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team .item {
  font-size: 1.2rem;
  display: grid;
  gap: 20px;
  grid-template-columns: 80px auto;
}
@media (min-width: 1024px) {
  .team .item {
    grid-template-columns: 120px auto;
  }
}
@media (min-width: 1366px) {
  .team .item {
    grid-template-columns: 190px auto;
  }
}
.team .item .name {
  color: #585853;
  font-size: 1.8rem;
  margin-top: 10px;
}
.team .item a {
  display: block;
}
.team .photo img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#site-main .team {
  margin: 0;
}

.testimonials {
  padding: 25px;
  position: relative;
}
@media (min-width: 1024px) {
  .testimonials {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .testimonials::after {
    content: "";
    background: url("../images/seeds-right.png") no-repeat right top;
    background-size: auto 100%;
    position: absolute;
    z-index: 10;
    top: -40px;
    right: 0;
    width: 87px;
    height: 240px;
  }
}
@media (min-width: 1366px) {
  .testimonials::after {
    width: 134px;
    height: 403px;
    top: -60px;
  }
}
.testimonials .inner {
  padding: 40px 25px;
  background: url("../images/blue-grit-bg.jpg") center center;
}
@media (min-width: 1024px) {
  .testimonials .inner {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (max-width: 1023.98px) {
  .testimonials .inner {
    padding: 50px 25px;
  }
}
.testimonials blockquote {
  font-size: 2.4rem;
  padding: 0 20px;
  color: white;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials blockquote {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .testimonials blockquote {
    font-size: 3.8rem;
    width: 60%;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .testimonials blockquote {
    font-size: 5.6rem;
    width: 50%;
  }
}
.testimonials .source {
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .testimonials .source {
    font-size: 2.1rem;
  }
}
@media (min-width: 1366px) {
  .testimonials .source {
    font-size: 2.4rem;
  }
}
.testimonials .slick-prev {
  left: -50px;
}
.testimonials .slick-next {
  right: -50px;
}
@media (min-width: 1024px) {
  .testimonials .slick-prev {
    left: -30px;
  }
  .testimonials .slick-next {
    right: -30px;
  }
}

.files-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.files-list li {
  border-bottom: solid 1px #D5D9D1;
  margin: 0;
}
.files-list li:last-child {
  border-bottom: none;
}
.files-list a {
  display: block;
  padding: 10px 0;
}

.calculator {
  background: #F1F7F7;
  padding: 30px;
  margin-bottom: 30px;
}
.calculator .input {
  width: 100%;
}
.calculator .input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.calculator .input-group .input {
  width: auto;
  flex: 1;
}
.calculator .input-group .prefix,
.calculator .input-group .suffix {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  color: #006b6e;
}
@media (min-width: 1024px) {
  .calculator .input-group .prefix,
.calculator .input-group .suffix {
    font-size: 1.4rem;
  }
}
.calculator .input-group label {
  margin: 0;
}
.calculator .radio-group {
  display: flex;
  gap: 20px;
}
.calculator .radio-group p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.calculator .radio-group label {
  margin: 0;
}
.calculator .result {
  padding-top: 1em;
  border-top: solid 1px rgba(0, 107, 110, 0.25);
}
.calculator .label {
  margin-bottom: 0.5rem;
}

.not-found {
  padding: 40px 25px;
  margin-bottom: 40px;
  background: #F1F7F7;
  text-align: center;
}
@media (min-width: 1024px) {
  .not-found {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .not-found {
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .not-found {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .not-found {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.not-found .search-form {
  background: rgba(0, 107, 110, 0.07);
  text-align: left;
}
.not-found .search-form label {
  flex: 1;
}
@media (min-width: 1024px) {
  .not-found .search-form {
    width: auto;
    height: auto;
  }
}

.page-template-page-account .woocommerce {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .page-template-page-account .woocommerce {
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .page-template-page-account .woocommerce {
    margin-bottom: 150px;
  }
}
.page-template-page-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-template-page-account .woocommerce-MyAccount-navigation {
    margin-top: 0;
  }
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #006b6e;
  letter-spacing: 0;
}
@media (min-width: 1366px) {
  .woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 2.4rem;
  }
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address:last-child {
  margin-bottom: 10px;
}

.blog .page-title, .archive .page-title {
  padding: 60px 10px 25px;
}
@media (min-width: 768px) {
  .blog .page-title, .archive .page-title {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .blog .page-title, .archive .page-title {
    padding: 70px 0;
  }
}
.blog .page-title .archive-toolbar, .archive .page-title .archive-toolbar {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .blog .cards, .archive .cards {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .blog .cards, .archive .cards {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog .cards .entry-card, .archive .cards .entry-card {
  max-width: none;
  margin: 0 10px 30px;
}
@media (min-width: 768px) {
  .blog .cards .entry-card, .archive .cards .entry-card {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .blog .cards .entry-card, .archive .cards .entry-card {
    margin-bottom: 60px;
  }
}
.blog .fifty-fifty .title, .archive .fifty-fifty .title {
  text-transform: none;
  letter-spacing: 0;
}

.archive .cards.products {
  padding: 0;
}
.archive .cards.products [class^=col-] {
  margin-bottom: 30px;
}
.archive .cards.products .card .title {
  margin-bottom: 45px;
  flex: 1;
}

.archive-description {
  max-width: 50%;
}

.archive-toolbar {
  padding: 0 10px 25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .archive-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0;
  }
}
.archive-toolbar .dropdown {
  padding-top: 5px;
  margin-bottom: 10px;
  border-top: solid 1px rgba(0, 107, 110, 0.2);
}
@media (min-width: 768px) {
  .archive-toolbar .dropdown {
    margin-bottom: 0;
    border: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .archive-toolbar .pagination {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .tax-product_cat .archive-toolbar {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media (min-width: 768px) {
  .tax-product_cat.is-conservation .archive-filter {
    display: none;
  }
  .tax-product_cat.is-conservation .archive-sorter {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .page-title .pagination,
#orderby-form + .pagination {
    display: none;
  }
}

@media (min-width: 768px) {
  .archive-filter + .archive-sorter {
    border-left: solid 1px rgba(0, 107, 110, 0.25);
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .archive-filter + .archive-sorter {
    padding-left: 30px;
    margin-left: 30px;
  }
}

.woocommerce-result-count {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  opacity: 0.5;
  margin: 0;
}
@media (min-width: 768px) {
  .woocommerce-result-count {
    text-align: right;
  }
}

#intentionally-empty-products {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  #intentionally-empty-products {
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  #intentionally-empty-products {
    margin-bottom: 150px;
  }
}

#conservation-filter {
  border-top: solid 1px rgba(107, 129, 46, 0.2);
  padding-top: 5px;
  margin: 0 10px 25px;
}
@media (min-width: 768px) {
  #conservation-filter {
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
  }
  #conservation-filter .options {
    display: block;
    position: static;
    pointer-events: initial;
    max-height: none;
    box-shadow: none;
    background: none;
    transform: none;
    opacity: 1;
    min-width: 1px;
  }
  #conservation-filter .options ul {
    padding: 0;
  }
  #conservation-filter .options ul a {
    font-weight: 400;
    text-transform: none;
    padding: 0;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  #conservation-filter .options ul a.active {
    color: #585853;
    pointer-events: none;
  }
}

@media (max-width: 767.98px) {
  body.is-conservation .archive-toolbar {
    padding-bottom: 0;
  }
}

.term-children-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #585853;
}
@media (min-width: 1366px) {
  .term-children-title {
    font-size: 2.4rem;
  }
}

.woocommerce-cart-form .shop_table.cart tr:last-child td {
  padding-left: 0;
  padding-right: 0;
}

.cart-remove:hover svg path {
  fill: #006b6e;
}

.woocommerce-checkout-review-order-table .product-thumbnail img,
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart {
  width: 60px;
}

.woocommerce-page .woocommerce .collaterals h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  transform: none;
}
@media (min-width: 1366px) {
  .woocommerce-page .woocommerce .collaterals h2 {
    font-size: 2.4rem;
  }
}
.woocommerce-page .woocommerce .collaterals table.shop_table {
  background: #F1F7F7;
  font-weight: 700;
  margin-bottom: 30px;
}
.woocommerce-page .woocommerce .collaterals table.shop_table th,
.woocommerce-page .woocommerce .collaterals table.shop_table td {
  vertical-align: middle;
  line-height: 1;
}
.woocommerce-page .woocommerce .collaterals table.shop_table th:first-child, .woocommerce-page .woocommerce .collaterals table.shop_table th:last-child,
.woocommerce-page .woocommerce .collaterals table.shop_table td:first-child,
.woocommerce-page .woocommerce .collaterals table.shop_table td:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce-page .woocommerce .collaterals table.shop_table th,
.woocommerce-page .woocommerce .collaterals table.shop_table td {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce .collaterals table.shop_table th:first-child, .woocommerce-page .woocommerce .collaterals table.shop_table th:last-child,
.woocommerce-page .woocommerce .collaterals table.shop_table td:first-child,
.woocommerce-page .woocommerce .collaterals table.shop_table td:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-page .woocommerce .collaterals table.shop_table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce .collaterals table.shop_table th {
    font-size: 1.4rem;
  }
}
.woocommerce-page .woocommerce .collaterals ul#shipping_method li {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-destination,
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-destination strong {
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.woocommerce-page .woocommerce .collaterals #shipping-method-description {
  padding: 0;
  border: 0;
}
.woocommerce-page .woocommerce .collaterals #shipping-method-description br,
.woocommerce-page .woocommerce .collaterals #shipping-method-description .shipping-method-name {
  display: none;
}
.woocommerce-page .woocommerce .collaterals #shipping-method-description small:not(:empty) {
  text-align: left;
  display: block;
  padding-inline: 15px;
  padding-block: 20px;
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
  line-height: 1.4;
}
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-destination {
  font-style: italic;
  margin-bottom: 1em;
}
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-destination + .woocommerce-shipping-calculator {
  text-align: left;
}
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-calculator input,
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-calculator label,
.woocommerce-page .woocommerce .collaterals .woocommerce-shipping-calculator select {
  text-align: left;
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.6em 1.25em 0.5em;
  border-radius: 6px;
  color: #006b6e;
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-form {
  display: grid;
  gap: 1em;
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-form .form-row label {
  font-size: 1.4rem;
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-form .button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 1024px) {
  .woocommerce-page .woocommerce .collaterals .shipping-calculator-form .button {
    font-size: 1.4rem;
  }
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-form .button:focus, .woocommerce-page .woocommerce .collaterals .shipping-calculator-form .button:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.woocommerce-page .woocommerce .collaterals .shipping-calculator-form .button[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}

table.shop_table .collaterals table.shop_table {
  margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout {
    text-align: right;
  }
}

.return-to-shop {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .return-to-shop {
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .return-to-shop {
    margin-bottom: 150px;
  }
}

.variation-GiftItem,
.variation-GiftRule {
  display: none;
}

.woocommerce-checkout .page-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 15px;
}
@media (min-width: 1366px) {
  .woocommerce-checkout .page-title {
    width: 50%;
  }
}

.checkout-heading {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #006b6e;
  border-bottom: solid 1px rgba(0, 107, 110, 0.25);
  margin-bottom: 1em;
}
@media (min-width: 1366px) {
  .checkout-heading {
    font-size: 2.4rem;
  }
}

#customer_details .toggles {
  border-bottom: solid 1px rgba(0, 107, 110, 0.25);
  display: flex;
}
#customer_details .toggles a {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 8px;
  width: 50%;
  text-align: center;
  position: relative;
  color: rgba(88, 88, 83, 0.5);
}
@media (min-width: 1366px) {
  #customer_details .toggles a {
    font-size: 2.4rem;
  }
}
#customer_details .toggles a.active {
  pointer-events: none;
  color: #006b6e;
}
#customer_details .toggles a.active:after {
  width: 100%;
}
#customer_details .toggles a:first-child:after {
  left: auto;
  right: 0;
}
#customer_details .toggles a:after {
  content: "";
  width: 0;
  height: 4px;
  background: #006b6e;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
#customer_details .tab {
  display: none;
  padding-top: 70px;
}
#customer_details .tab.active {
  display: block;
}
#customer_details h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #006b6e;
}
@media (min-width: 1366px) {
  #customer_details h3 {
    font-size: 2.4rem;
  }
}

.woocommerce-shipping-fields {
  margin-bottom: 65px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce form .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce form .woocommerce-shipping-fields__field-wrapper {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row {
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
}

.form-row-wide,
.stripe-gateway-checkout-email-field {
  grid-column: 1/-1;
}

.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper::after {
  display: block;
  clear: both;
  content: "";
}

.woocommerce-account-fields {
  padding-top: 10px;
}

#ship-to-different-address {
  margin-bottom: 65px;
}

#ship-to-different-address label.woocommerce-form__label-for-checkbox,
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  display: flex;
  line-height: 1.1;
}
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin: 0 14px 0 0;
  min-width: 16px;
  display: block;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  border-top: solid 1px rgba(0, 107, 110, 0.15);
  position: relative;
}
.woocommerce ul#shipping_method li:first-child {
  border-top: 0;
}
.woocommerce ul#shipping_method li.selected {
  background: rgba(0, 107, 110, 0.1);
  border-top: 0;
}
.woocommerce ul#shipping_method li.selected .input-wrapper .input-label {
  display: inline;
}
.woocommerce ul#shipping_method li.active small {
  display: block;
}
.woocommerce ul#shipping_method li.active .method-toggle {
  transform: rotate(-180deg);
}
.woocommerce ul#shipping_method li .input-wrapper {
  float: right;
  margin: 0 26px 0 0;
  transform: translateY(18px);
  display: flex;
  align-items: center;
}
.woocommerce ul#shipping_method li .input-wrapper .input-label {
  display: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #006b6e;
}
.woocommerce ul#shipping_method li .input-wrapper input {
  margin: 0 0 0 8px;
}
.woocommerce ul#shipping_method li input {
  margin: 0;
}
.woocommerce ul#shipping_method li label {
  flex: 1;
  margin: 0;
}
.woocommerce ul#shipping_method li label .amount {
  font-weight: 400;
}
.woocommerce ul#shipping_method li label br {
  display: none;
}
.woocommerce ul#shipping_method li label small {
  font-weight: 400;
  font-size: 1.8rem;
  padding: 10px 26px 30px 30px;
  background: white;
  display: none;
}
.woocommerce ul#shipping_method li .shipping-method-name {
  padding-block: 1em;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.woocommerce ul#shipping_method .method-toggle {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  transition: 0.3s ease-in-out;
}

#order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 30px;
  }
}
#order_review .woocommerce-checkout-review-order-table tbody .cart_item:first-child td {
  padding-top: 0;
}
#order_review .woocommerce-checkout-review-order-table tfoot > tr > td {
  padding: 0;
}
#order_review .woocommerce-checkout-review-order-table tfoot > tr > td.collaterals {
  padding-top: 30px;
}
#order_review .woocommerce-checkout-review-order-table .product-remove {
  width: 38px;
}
#order_review .woocommerce-checkout-review-order-table .product-thumbnail {
  width: 80px;
}
#order_review .woocommerce-checkout-review-order-table .product-name a {
  font-weight: 700;
  margin-bottom: 5px;
  color: #585853;
  display: block;
}
#order_review .woocommerce-checkout-review-order-table .product-name .variation,
#order_review .woocommerce-checkout-review-order-table .product-name .qty {
  font-size: 1.4rem;
  margin: 0.25em 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #585853;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
#add_payment_method #payment div.payment_box.payment_method_cod,
.woocommerce-cart #payment div.payment_box.payment_method_cod,
.woocommerce-checkout #payment div.payment_box.payment_method_cod {
  margin-bottom: 30px;
  padding: 15px;
  background: #F1F7F7;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: 0;
  padding: 0;
}

label[for=payment_method_securesubmit] {
  display: none;
}

#site-main .woocommerce-checkout #payment .payment_method_securesubmit div.payment_box {
  border-radius: 0;
  border: none;
  padding: 0;
}
#site-main .woocommerce-checkout #payment .payment_method_securesubmit div.payment_box .securesubmit-header,
#site-main .woocommerce-checkout #payment .payment_method_securesubmit div.payment_box fieldset .securesubmit-description,
#site-main .woocommerce-checkout #payment .payment_method_securesubmit div.payment_box fieldset hr {
  display: none !important;
}
#site-main .woocommerce-checkout #payment .payment_method_securesubmit div.payment_box .securesubmit-content {
  padding: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0 0 20px;
}

.payment_method_securesubmit div.payment_box .securesubmit_new_card .securesubmit_new_card_info label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.8rem;
  color: #585853;
}

.securesubmit_new_card .woocommerce_error {
  margin: 0 0 20px !important;
  border: 0 !important;
}

.woocommerce-page .woocommerce form .form-row.woocommerce-terms-and-conditions-checkbox-text label,
.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-privacy-policy-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-row.place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-row.place-order .g-recaptcha- {
  order: 0;
  width: 100%;
}
.form-row.place-order .login-checkout-captcha {
  margin: 0;
  order: 0;
}
.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  order: 1;
}
.form-row.place-order #place_order {
  order: 9;
}

#refresh_captcha {
  font-size: 1.2rem;
}

.woocommerce-invalid #terms {
  outline-color: #A79320;
}

#wc-checkout-coupon {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

#checkout-coupon-ui {
  display: flex;
  margin-bottom: 30px;
}
#checkout-coupon-ui input {
  flex: 1;
}
#checkout-coupon-ui .btn {
  display: flex;
  align-items: center;
}

.woocommerce ul.order_details {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .woocommerce ul.order_details li {
    float: none;
    border: none;
  }
}

.confirmation-messages.cod {
  margin-bottom: 30px;
  padding: 30px;
  background: #F1F7F7;
}
.confirmation-messages.cod > * {
  max-width: 60ch;
}
.confirmation-messages.cod > *:last-child {
  margin: 0;
}

#copy-shipping-address {
  align-items: center;
  background: #F1F7F7;
  border-radius: 6px;
  color: #006b6e;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 0.5em;
  letter-spacing: 1px;
  margin-bottom: 1em;
  padding: 0.6em 1.25em 0.5em;
  text-transform: uppercase;
  transform: none;
}
#copy-shipping-address svg {
  width: 1em;
  height: auto;
}

.is-primal {
  /*
  Global
  */
  background: #ccc;
  /*
  Category 
  */
  /*
  Color Overrides
  */
  /*
  PDP
  */
}
.is-primal #back-to-top svg path:first-child {
  fill: #8E2A2A;
}
.is-primal #site-header {
  border: none;
}
.is-primal .btn {
  background: #8E2A2A;
}
.is-primal .btn:hover {
  background: #B52626;
  box-shadow: 0 0 0 2px #B52626;
}
.is-primal.tax-product_cat .primal-bar {
  position: absolute;
  width: 100%;
  background: none;
}
.is-primal.tax-product_cat #primal-to-mainsite {
  position: static;
  transform: rotate(180deg);
}
.is-primal.tax-product_cat .hero {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .is-primal.tax-product_cat .hero {
    font-size: 1.8rem;
    margin: 0;
  }
}
.is-primal.tax-product_cat .hero::before, .is-primal.tax-product_cat .hero::after {
  display: none;
}
.is-primal.tax-product_cat .hero .title {
  color: currentColor;
}
.is-primal.tax-product_cat .hero .title svg {
  display: block;
  width: 200px;
  height: 62px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .is-primal.tax-product_cat .hero .title svg {
    width: 488px;
    height: 152px;
  }
}
@media (min-width: 1366px) {
  .is-primal.tax-product_cat .hero .title svg {
    width: 701px;
    height: 217px;
  }
}
.is-primal.tax-product_cat .hero .micro-title {
  display: none;
}
.is-primal.tax-product_cat .hero .term-description {
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .is-primal.tax-product_cat .hero .term-description {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .is-primal.tax-product_cat .hero .overlay {
    color: white;
    padding: 30px;
  }
  .is-primal.tax-product_cat .hero .overlay .row {
    flex: 1;
  }
}
.is-primal .dropdown .options,
.is-primal .cards .card {
  background: #F6F6F6;
}
.is-primal .dropdown .options:hover,
.is-primal .cards .card:hover {
  box-shadow: 0 0 15px rgba(50, 51, 50, 0.2);
}
.is-primal.page-template h1,
.is-primal .modal-close:hover,
.is-primal a,
.is-primal h2,
.is-primal .guide-label.active,
.is-primal .pagination .page-numbers a,
.is-primal .pagination .nav-links span.current,
.is-primal .pagination .page-numbers span.current,
.is-primal .dropdown .options ul a:hover,
.is-primal .dropdown.inline .toggle {
  color: #8E2A2A;
}
.is-primal .option.selected,
.is-primal .guide-label.active::after {
  background: #8E2A2A;
}
.is-primal .section-title .title,
.is-primal .dropdown .options ul a,
.is-primal .guide-content .title,
.is-primal .cards .card .title,
.is-primal .entry-card .title a:hover {
  color: #323332;
}
@media (min-width: 768px) {
  .is-primal .archive-filter + .archive-sorter {
    border-left-color: rgba(142, 42, 42, 0.25);
  }
}
.is-primal .block.theme-tint {
  background: #F6F6F6;
}
.is-primal .block.theme-tint .entry-meta a {
  color: #8E2A2A;
}
.is-primal input[type=text]:focus {
  box-shadow: inset 0 0 0 2px #8E2A2A;
}
.is-primal #pdp-mix-ratios,
.is-primal #pdp-product-tip,
.is-primal .pagination .nav-links span.current {
  background: #F6F6F6;
}
.is-primal #pdp-mix-ratios {
  position: relative;
}
.is-primal #pdp-mix-ratios::before, .is-primal #pdp-mix-ratios::after {
  content: "";
  width: 30px;
  background: #231F20;
  height: 332px;
  position: absolute;
  top: 0;
  left: -30px;
}
.is-primal #pdp-mix-ratios::after {
  left: auto;
  right: -30px;
}
.is-primal #pdp-videos {
  background: url("../images/primal-video-block-bg.jpg") no-repeat;
  background-size: cover;
}
.is-primal #pdp-videos .section-title .title {
  color: white;
}
.is-primal #pdp-videos .video-trigger:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.is-primal .video-trigger {
  color: white;
}
.is-primal .video-trigger svg path + path {
  fill: #8E2A2A;
}
.is-primal .pdp-hero {
  background: url("../images/primal-pdp-hero-bg.jpg?v2") no-repeat center top;
  background-size: cover;
  color: white;
  padding-bottom: 1px;
}
.is-primal .pdp-hero .product-title {
  color: currentColor;
}
@media (min-width: 768px) {
  .is-primal .breadcrumbs {
    padding-bottom: 80px;
  }
}
.is-primal .breadcrumbs .navigate-backward {
  color: white;
}
.is-primal .breadcrumbs .navigate-backward svg {
  color: #B52626;
}
.is-primal .slick-prev, .is-primal .slick-next {
  background: #8E2A2A;
}
.is-primal .slick-prev:hover, .is-primal .slick-next:hover {
  background-color: #B52626;
}
.is-primal #pdp-product-guide {
  background: none;
}
.is-primal .guide-label {
  color: #6E6E6E;
}
.is-primal .guide-label:after {
  background: #8E2A2A;
}
.is-primal .guide-label:hover {
  color: #B52626;
}
.is-primal .product-summary table th, .is-primal .product-summary table td {
  border-bottom-color: #666666;
}
.is-primal .product-summary #add-to-cart-quantity-row [type=text],
.is-primal .product-summary select {
  box-shadow: inset 0 0 0 1px #8E2A2A;
  color: white;
}
.is-primal .product-summary select {
  background-image: url("../images/caret-primal.svg");
}
.is-primal .product-summary select option {
  color: #585853;
  background-color: white;
}

.primal-bar {
  background: #1B1819;
  padding-top: 21px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .primal-bar {
    padding-top: 43px;
    padding-bottom: 52px;
  }
}
.primal-bar .logo {
  width: 114px;
  height: 35px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .primal-bar .logo {
    width: 175px;
    height: 54px;
  }
}
.primal-bar .logo svg {
  width: 100%;
  height: 100%;
}

#primal-to-mainsite {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  color: white;
  width: 32px;
  height: 28px;
  display: block;
}
#primal-to-mainsite svg {
  width: 60%;
  height: 60%;
}
@media (min-width: 768px) {
  #primal-to-mainsite svg {
    width: 100%;
    height: 100%;
  }
}

#primal-footer {
  background: url("../images/primal-footer-bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 26px 0 35px;
}
#primal-footer #social-profiles {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}
#primal-footer #social-profiles a {
  margin: 0 10px;
}
#primal-footer #social-profiles a:hover {
  color: white;
}

.product-selector .page-title {
  text-align: center;
}
.product-selector .section-title {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .product-selector .section-title {
    margin-bottom: 70px;
  }
}
.product-selector .section-title .title {
  margin-bottom: 0.5em;
}
.product-selector .steps {
  display: flex;
  justify-content: center;
}
.product-selector .steps .step {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  margin: 0 15px;
  padding: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .product-selector .steps .step {
    font-size: 1.4rem;
  }
}
.product-selector .steps .step.enabled {
  display: block;
}
.product-selector .steps .step.active::after {
  width: 100%;
}
.product-selector .steps .step.completed svg {
  opacity: 1;
}
.product-selector .steps .step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #006b6e;
  transition: 0.3s ease-in-out;
}
.product-selector .steps .step svg {
  color: #006b6e;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.product-selector .questions-container {
  background: #F1F7F7;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .product-selector .questions-container {
    padding: 70px 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .product-selector .questions-container {
    padding: 70px 30px 120px;
    margin-bottom: 80px;
  }
}
.product-selector .question {
  display: none;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .product-selector .question {
    font-size: 2.4rem;
  }
}
.product-selector .question.active {
  display: block;
}
.product-selector .answers {
  display: flex;
  justify-content: center;
}
.product-selector .answer {
  flex: 1;
  text-align: center;
  transition: 0.2s ease-in-out;
  background: white;
  margin: 0 1px;
  padding: 15px;
  display: block;
  color: #585853;
  max-width: 315px;
}
@media (min-width: 768px) {
  .product-selector .answer {
    font-size: 1.8rem;
  }
}
.product-selector .answer.selected {
  background: #006b6e;
  color: white;
}
.product-selector #results {
  display: none;
}
.product-selector .cards {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .product-selector .cards {
    padding-bottom: 120px;
  }
}
.product-selector .cards [class^=col-] {
  margin-bottom: 30px;
}

#selector-back {
  left: 40px;
  top: 30px;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-out;
  font-weight: 700;
}
@media (min-width: 768px) {
  #selector-back {
    position: absolute;
  }
}
#selector-back.enabled {
  opacity: 1;
}
#selector-back svg {
  transform: rotate(180deg);
  margin-right: 8px;
}

/*
Summary
*/
#product-main {
  padding-inline: 25px;
  margin-block: clamp(3rem, 5.7803468208vw, 10rem);
}
#product-main .layout {
  max-width: 1510px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #product-main .layout {
    justify-content: space-between;
    display: flex;
    gap: 30px;
  }
}
#product-main .primary-term {
  color: #006b6e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
#product-main .price {
  color: #585853;
  font-weight: 600;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  #product-m-details {
    display: none;
  }
}

#product-gallery {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #product-gallery {
    margin-bottom: 0;
    width: 49%;
  }
}
@media (min-width: 768px) {
  #product-gallery .product-media {
    position: sticky;
    top: 30px;
  }
}
@media (min-width: 1024px) {
  #product-gallery .product-media {
    display: grid;
    grid-template-columns: 100px 85.14%;
    gap: 10px;
    align-items: start;
  }
}
#product-gallery .thumbs {
  display: none;
}
@media (min-width: 1024px) {
  #product-gallery .thumbs {
    display: grid;
    gap: 10px;
  }
}
#product-gallery .thumbs .item button {
  position: relative;
}
#product-gallery .thumbs .item button.active {
  padding: 2px;
  border: 2px solid #009A9E;
}
#product-gallery .thumbs .item button svg {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}

@media (min-width: 768px) {
  #product-form {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #product-form {
    width: 41.72%;
  }
}
@media (max-width: 767.98px) {
  #product-form .price,
#product-form .product-title,
#product-form .primary-term {
    display: none;
  }
}
#product-form .heading {
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#product-form .help {
  font-size: 1.4rem;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #product-form .help {
    text-align: right;
  }
}

.attributes {
  display: grid;
  gap: 33px;
  margin-bottom: 45px;
}
.attributes select {
  display: none;
}

.attribute-label {
  color: #585853;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1em;
}

.attribute-options {
  display: grid;
  gap: 10px;
}
@media (min-width: 1024px) {
  .attribute-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.attribute-option {
  border: 1px solid #BFDADB;
  min-height: 50px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  isolation: isolate;
  line-height: 1;
  margin: 0;
}
@media (min-width: 1024px) {
  .attribute-option {
    min-height: 60px;
  }
}
.attribute-option.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.attribute-option:hover::after {
  content: "";
}
.attribute-option:has(:checked) {
  color: #006b6e;
  font-weight: 600;
  border: 2px solid #009A9E;
}
.attribute-option:has(:checked)::after {
  content: "";
}
.attribute-option::after {
  opacity: 0.13;
  background: var(--Renovo-Teal, #006B6E);
  position: absolute;
  inset: 3px;
  z-index: -1;
}

.product-title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .product-title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  .product-title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}

#add-to-cart {
  text-align: left;
  background: var(--Renovo-Yellow, #FCCA46);
  color: var(--Small-Text, #242424);
  flex: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  #add-to-cart {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  #add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  #add-to-cart[disabled] {
    opacity: 1;
    background: #FDE19E;
    color: #949390;
  }
}

.uom::before {
  content: "/";
}

.woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}

.product-media.loading .video-trigger svg {
  opacity: 0;
}

/*
Add to cart
*/
#add-to-cart-overlay .modal-body {
  width: 345px;
}
@media (min-width: 768px) {
  #add-to-cart-overlay .modal-body {
    width: 630px;
  }
}
#add-to-cart-overlay .title {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media (min-width: 1366px) {
  #add-to-cart-overlay .title {
    font-size: 2.4rem;
  }
}

.variations {
  margin-bottom: 24px;
}
.variations p {
  margin: 0;
}
.variations .label {
  padding-left: 0;
}
.variations .value {
  padding-right: 0;
  text-align: right;
}
.variations .value select {
  width: auto;
  padding-right: 60px;
}

.variation-group {
  display: flex;
  flex-wrap: wrap;
}
.variation-group .option {
  margin-right: 10px;
  margin-bottom: 10px;
}

#add-to-cart-totes-disclaimer {
  display: none;
  font-size: 1.2rem;
  padding-bottom: 24px;
  border-bottom: solid 1px rgba(0, 107, 110, 0.25);
  margin-bottom: 24px;
}
#add-to-cart-totes-disclaimer strong {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#add-to-cart-totes-disclaimer p {
  margin: 0;
}

#add-to-cart-quantity-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#add-to-cart-quantity-row .input-text {
  -moz-appearance: textfield;
  border: 0;
  box-shadow: none;
}
#add-to-cart-quantity-row .input-text::-webkit-outer-spin-button, #add-to-cart-quantity-row .input-text::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.qty-input {
  --ui-size: 50px;
  box-shadow: inset 0 0 0 1px rgba(0, 107, 110, 0.25);
  transition: 0.2s ease-out;
  color: #585853;
  display: flex;
}
@media (min-width: 768px) {
  .qty-input {
    --ui-size: 60px;
  }
}
.qty-input:focus-within {
  outline: none;
  box-shadow: inset 0 0 0 2px #006b6e;
}
.qty-input .quantity .qty {
  width: calc(var(--ui-size) * .5);
  padding: 0;
  height: 100%;
}

.qty-adjust {
  width: var(--ui-size);
}

.item-summary {
  color: #585853;
  font-size: 1.6rem;
  font-weight: 600;
  flex: 1;
}
.item-summary .total {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .item-summary .total {
    font-size: 3.2rem;
  }
}

.woocommerce-variation {
  display: none !important;
}

#price_calculator {
  display: none !important;
}

.reset_variations {
  display: none !important;
}

#oos-message {
  margin: 1em 0;
  text-align: center;
  display: none;
}
#oos-message p {
  margin-bottom: 0.5em;
}
#oos-message p:last-child {
  margin: 0;
}

p.stock {
  background: #F1F7F7;
  color: #585853;
  padding: 15px 23px;
  margin-bottom: 30px;
  text-align: center;
}
p.stock a {
  color: #006b6e;
}

/*
Ratios
*/
#pdp-mix-ratios {
  padding: 40px 25px;
  background: #F1F7F7;
}
@media (min-width: 1024px) {
  #pdp-mix-ratios {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  #pdp-mix-ratios {
    margin-left: 30px;
    margin-right: 30px;
  }
}
#pdp-mix-ratios .title {
  font-size: 1.8rem;
  margin: 10px 0;
}
@media (min-width: 1366px) {
  #pdp-mix-ratios .title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #pdp-mix-ratios .title {
    margin: 0 0 40px;
  }
}
#pdp-mix-ratios small {
  display: block;
  line-height: 1.125;
}

#mix-ratios-chart {
  max-width: 158px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  #mix-ratios-chart {
    max-width: 300px;
  }
}
@media (min-width: 1366px) {
  #mix-ratios-chart {
    max-width: 452px;
    margin: 0 0 0 auto;
    position: sticky;
    top: 100px;
  }
}

.ratio-legend {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}
.ratio-legend th {
  font-weight: 400;
}
.ratio-legend td {
  padding: 10px 5px;
  border-bottom: solid 1px #D9DFC9;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .ratio-legend td {
    padding: 20px 5px;
  }
}
.ratio-legend td:last-child {
  text-align: right;
  padding-right: 0;
}
.ratio-legend td:first-child {
  padding-left: 0;
}
.ratio-legend svg {
  display: block;
}

/*
Product Guide
*/
#pdp-product-guide {
  padding-inline: 25px;
  margin-block: clamp(3rem, 5.7803468208vw, 10rem);
}
@media (min-width: 1024px) {
  #pdp-product-guide {
    background: url("../images/dirty-left-2.png") no-repeat left bottom 100px;
  }
}
@media (min-width: 768px) {
  #pdp-product-guide .section-title {
    text-align: center;
  }
}
#pdp-product-guide .dropdown {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #pdp-product-guide .dropdown {
    display: none;
  }
}

.guide-labels {
  display: none;
  margin: 40px 0 70px;
  justify-content: center;
  border-bottom: solid 1px rgba(107, 129, 46, 0.25);
}
@media (min-width: 768px) {
  .guide-labels {
    display: flex;
  }
}

@media (min-width: 768px) {
  .guide-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1px;
    transform: none;
    color: #585853;
    padding-bottom: 24px;
    margin: 0 19px;
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .guide-label {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .guide-label:hover {
    color: #006b6e;
  }
}
@media (min-width: 768px) {
  .guide-label[aria-selected=true] {
    color: #006b6e;
    pointer-events: none;
  }
  .guide-label[aria-selected=true]::after {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .guide-label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #006b6e;
    transition: 0.3s ease-in-out;
  }
}

.guide-content {
  transition: 0.3s ease-in-out;
}
.guide-content.is-hidden {
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: 0;
  overflow: hidden;
}
.guide-content .title {
  font-size: 1.8rem;
  color: #006b6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1366px) {
  .guide-content .title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .guide-content > * {
    max-width: 80%;
  }
}
.guide-content table {
  width: 100% !important;
  max-width: none;
}
.guide-content table th,
.guide-content table td {
  width: auto !important;
}
@media (min-width: 1024px) {
  .guide-content table tr:first-child strong {
    font-size: 1.8rem;
  }
}

.term-faq {
  padding-block: clamp(3rem, 5.7803468208vw, 10rem);
  margin-block: clamp(3rem, 5.7803468208vw, 10rem);
  padding-inline: 10px;
  margin-inline: 30px;
  background: #F1F7F7;
}
.term-faq .section-title {
  margin-bottom: 1.5em;
}
.term-faq details {
  border-top: solid 1px #A7CFD0;
  position: relative;
}
.term-faq details::before {
  content: "";
  background-color: #40A2A5;
  height: 1px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
}
.term-faq details[open] {
  border-top-color: solid 1px #40A2A5;
}
.term-faq details[open]::before {
  width: 100%;
}
.term-faq details[open] summary svg {
  color: #006b6e;
  transform: scaleY(-1);
}
.term-faq details summary {
  text-transform: uppercase;
  font-size: clamp(1.6rem, 1.1560693642vw, 2rem);
  letter-spacing: 1px;
  padding-block: 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.term-faq details summary svg {
  transition: 0.2s;
  color: #A9A9A9;
}

#pdp-reviews {
  padding: 0 25px 40px;
}
@media (min-width: 1024px) {
  #pdp-reviews {
    padding: 0 0 75px;
  }
}
@media (min-width: 1366px) {
  #pdp-reviews {
    padding: 0 0 150px;
  }
}
@media (min-width: 768px) {
  #pdp-reviews .section-title {
    text-align: center;
  }
}

/*
Video Gallery
*/
#pdp-videos {
  padding: 40px 25px;
  background: #F1F7F7;
}
@media (min-width: 1024px) {
  #pdp-videos {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  #pdp-videos {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  #pdp-videos .section-title {
    text-align: center;
  }
}
#pdp-videos .video-trigger {
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
}
#pdp-videos .video-trigger:hover {
  box-shadow: 0 0 15px rgba(0, 107, 110, 0.5);
}

/*
Related Products
*/
@media (max-width: 1023.98px) {
  #related-products-slider {
    display: block;
    margin: 0;
  }
  #related-products-slider [class^=col] {
    width: auto;
    padding: 0 0 0 10px;
    max-width: 295px;
  }
  #related-products-slider .title {
    margin-bottom: 10px;
    flex: 1;
  }
  #related-products-slider .inner p {
    display: none;
  }
}
@media (min-width: 1024px) {
  #related-products-slider .slick-prev {
    top: 50%;
    left: auto;
    right: 100%;
  }
}
@media (min-width: 1024px) {
  #related-products-slider .slick-next {
    top: 50%;
    left: 100%;
    right: auto;
  }
}

#pdp-product-tip {
  padding: 40px 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  #pdp-product-tip {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}

.wc-pao-addons-container {
  margin-bottom: 24px;
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
}
.wc-pao-addons-container .wc-pao-addon {
  padding: 0;
}
.wc-pao-addons-container .wc-pao-addon-heading {
  font-size: 1.8rem;
  font-weight: 700;
  transform: none;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.3em;
}
@media (min-width: 1366px) {
  .wc-pao-addons-container .wc-pao-addon-heading {
    font-size: 2.4rem;
  }
}
.wc-pao-addons-container .wc-pao-addon-description {
  font-style: normal;
  font-size: 1.4rem;
}
.wc-pao-addons-container .wc-pao-addon:not(.is-type-heading) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wc-pao-addons-container .wc-pao-addon-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  .wc-pao-addons-container .wc-pao-addon-name {
    font-size: 1.4rem;
  }
}
.wc-pao-addons-container .form-row {
  padding: 0;
  margin: 0;
}
.wc-pao-addons-container #product-addons-total {
  display: none;
}

#guide-content-region {
  text-align: center;
}
#guide-content-region .title,
#guide-content-region p {
  margin-inline: auto;
}

#region-map {
  max-width: 854px;
  margin-inline: auto;
  position: relative;
}
#region-map .region {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

article.rye-cocktails-lp > * {
  max-width: 100%;
}
article.rye-cocktails-lp > *:last-child {
  margin-bottom: 0;
}
article.rye-cocktails-lp .product:nth-child(odd) {
  background: #F1F7F7;
}
@media (min-width: 768px) {
  article.rye-cocktails-lp .product .body {
    display: flex;
  }
}
@media (min-width: 1024px) {
  article.rye-cocktails-lp .product .content {
    display: flex;
    flex: 1;
  }
}
article.rye-cocktails-lp .product .main {
  flex: 1;
  align-self: center;
  padding: 20px 10px 0;
}
@media (min-width: 768px) {
  article.rye-cocktails-lp .product .main {
    padding: 20px 10px 0;
  }
}
@media (min-width: 1024px) {
  article.rye-cocktails-lp .product .main {
    padding: 0 30px;
  }
}
@media (min-width: 1366px) {
  article.rye-cocktails-lp .product .main {
    padding-left: 0;
  }
}
article.rye-cocktails-lp .product .main > * {
  max-width: 450px;
}
article.rye-cocktails-lp .product .mix-ratios {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  article.rye-cocktails-lp .product .mix-ratios {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  article.rye-cocktails-lp .product .mix-ratios {
    padding: 40px 20px 0;
    background: rgba(0, 107, 110, 0.07);
    display: flex;
    flex-direction: column;
  }
}
article.rye-cocktails-lp .product .mix-ratios .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.8rem;
}
@media (min-width: 1366px) {
  article.rye-cocktails-lp .product .mix-ratios .title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  article.rye-cocktails-lp .product .mix-ratios .title {
    text-align: left;
  }
}
article.rye-cocktails-lp .product .mix-ratios p {
  max-width: 335px;
  line-height: 1.2;
}
article.rye-cocktails-lp .product .mix-data {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  article.rye-cocktails-lp .product .mix-data {
    flex-direction: row-reverse;
    display: flex;
    align-items: flex-start;
  }
}
article.rye-cocktails-lp .product .mix-data .ratio-legend {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  article.rye-cocktails-lp .product .mix-data .ratio-legend {
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  article.rye-cocktails-lp .product .mix-data .ratio-legend {
    width: 235px;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  article.rye-cocktails-lp .product .mix-data .ratio-legend {
    width: 335px;
  }
}
article.rye-cocktails-lp .product .mix-data .ratio-legend td {
  padding-top: 5px;
  padding-bottom: 5px;
}
article.rye-cocktails-lp .product .image {
  margin-top: 15px;
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  article.rye-cocktails-lp .product .image {
    padding: 0;
    margin-top: 0;
    margin-right: -15px;
    order: 9;
  }
}
@media (min-width: 1024px) and (max-width: 1365.98px) {
  article.rye-cocktails-lp .product .image {
    max-width: 310px;
  }
}
article.rye-cocktails-lp .introduction {
  padding: 10px;
}
@media (min-width: 768px) {
  article.rye-cocktails-lp .introduction {
    padding: 40px 25px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  article.rye-cocktails-lp .introduction {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
article.rye-cocktails-lp .introduction hr {
  width: 80px;
  border-top-color: #006b6e;
}
article.rye-cocktails-lp .mix-ratio-chart {
  max-width: 158px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  article.rye-cocktails-lp .mix-ratio-chart {
    max-width: 140px;
  }
}

.search-result {
  padding-bottom: 25px;
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .search-result {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.search-result .title {
  font-size: 2.4rem;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 1366px) {
  .search-result .title {
    font-size: 3.2rem;
  }
}
.search-result .summary {
  margin-bottom: 30px;
}
.search-result .btn {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .search-result .btn {
    margin-bottom: 0;
  }
}

/*
Page
*/
.page-title,
.page-image {
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .page-title,
.page-image {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .page-title,
.page-image {
    padding: 75px 0;
  }
}
.page-title .title,
.page-image .title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  .page-title .title,
.page-image .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  .page-title .title,
.page-image .title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}

.page-image {
  text-align: right;
}
@media (max-width: 1023.98px) {
  .page-image {
    padding-top: 25px;
  }
}

.page-template-page-contact .page-title {
  padding-bottom: 30px;
}

div.type-page.has-post-thumbnail .page-title {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  div.type-page > * {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  div.type-page .woocommerce,
div.type-page > .block {
    max-width: none;
  }
}
@media (min-width: 1366px) {
  div.type-page > * {
    max-width: 50%;
  }
}
div.type-page .block + *:not(.is-tiled),
div.type-page * + .block:not(.is-tiled) {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  div.type-page .block + *:not(.is-tiled),
div.type-page * + .block:not(.is-tiled) {
    margin-top: 60px;
  }
}
@media (min-width: 1366px) {
  div.type-page .block + *:not(.is-tiled),
div.type-page * + .block:not(.is-tiled) {
    margin-top: 120px;
  }
}
div.type-page .block + .block:not(.is-tiled) {
  margin: 0;
}
div.type-page .page-title + .block {
  margin-top: 0;
}
div.type-page > *:last-child {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  div.type-page > *:last-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  div.type-page > *:last-child {
    margin-bottom: 150px;
  }
}
div.type-page > *.block:last-child {
  margin: 0;
}

/*
Form
*/
#single-contact-form {
  padding: 40px 25px;
  background: url("../images/blue-grit-bg.jpg");
  color: white;
}
@media (min-width: 1024px) {
  #single-contact-form {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
#single-contact-form .gform_wrapper {
  max-width: 520px;
  margin: 0 auto;
}
#single-contact-form .gform_title {
  font-size: 2.8rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #006b6e;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: currentColor;
  margin: 1em 0 0.5em;
}
@media (min-width: 1024px) {
  #single-contact-form .gform_title {
    font-size: 3.8rem;
  }
}
@media (min-width: 1366px) {
  #single-contact-form .gform_title {
    font-size: 4.8rem;
    transform: translateX(-4px);
  }
}
@media (min-width: 1024px) {
  #single-contact-form .gform_title {
    text-align: center;
  }
}
#single-contact-form .gform_description {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  #single-contact-form .gform_description {
    font-size: 1.8rem;
    text-align: center;
  }
}
#single-contact-form input[type=email],
#single-contact-form input[type=tel],
#single-contact-form input[type=text],
#single-contact-form textarea {
  color: currentColor;
  background: #006b6e;
  box-shadow: none;
  border-bottom: solid 2px #006b6e;
}
#single-contact-form input[type=email]::-webkit-input-placeholder,
#single-contact-form input[type=tel]::-webkit-input-placeholder,
#single-contact-form input[type=text]::-webkit-input-placeholder,
#single-contact-form textarea::-webkit-input-placeholder {
  color: currentColor;
}
#single-contact-form input[type=email]::-moz-placeholder,
#single-contact-form input[type=tel]::-moz-placeholder,
#single-contact-form input[type=text]::-moz-placeholder,
#single-contact-form textarea::-moz-placeholder {
  color: currentColor;
}
#single-contact-form input[type=email]:-ms-input-placeholder,
#single-contact-form input[type=tel]:-ms-input-placeholder,
#single-contact-form input[type=text]:-ms-input-placeholder,
#single-contact-form textarea:-ms-input-placeholder {
  color: currentColor;
}
#single-contact-form input[type=email]:-moz-placeholder,
#single-contact-form input[type=tel]:-moz-placeholder,
#single-contact-form input[type=text]:-moz-placeholder,
#single-contact-form textarea:-moz-placeholder {
  color: currentColor;
}
@media (min-width: 1024px) {
  #single-contact-form input[type=email],
#single-contact-form input[type=tel],
#single-contact-form input[type=text],
#single-contact-form textarea {
    height: 58px;
  }
}
#single-contact-form input[type=email]:focus,
#single-contact-form input[type=tel]:focus,
#single-contact-form input[type=text]:focus,
#single-contact-form textarea:focus {
  box-shadow: none;
  border-bottom-color: #3FC0C5;
}
#single-contact-form .gform_label {
  letter-spacing: 2px;
}
#single-contact-form textarea {
  height: auto;
}
#single-contact-form .gform_button.btn {
  background: white;
  color: #006b6e;
}

/*
Single Blog Post
*/
.entry-header {
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .entry-header {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .entry-header {
    padding: 80px 0;
  }
}
.entry-header .title {
  text-transform: none;
  letter-spacing: 0;
}

.entry-meta {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  color: #006b6e;
}
@media (min-width: 1024px) {
  .entry-meta {
    font-size: 1.4rem;
  }
}
.entry-meta a {
  color: #006b6e;
}
.entry-meta a:hover {
  color: #242424;
  text-decoration: none;
}
.entry-meta .post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-meta .post-categories li {
  display: inline-block;
  margin: 0;
}
.entry-meta .post-categories li:last-child::after {
  display: none;
}
.entry-meta .post-categories li::after {
  content: ",";
}
.entry-meta.by-details {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.entry-meta.by-details img {
  border-radius: 50%;
}
.entry-meta.by-details .byline,
.entry-meta.by-details .posted-on {
  display: block;
}
.entry-meta.by-details .byline {
  padding-top: 8px;
  font-weight: 700;
  color: #585853;
  text-transform: capitalize;
}
.entry-meta.by-details .full {
  display: none;
}

.entry-content {
  padding: 40px 10px 10px;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .entry-content {
    padding: 70px 0;
    font-size: 2.1rem;
  }
}
.entry-content.without-feature {
  padding-top: 0;
}
@media (min-width: 768px) {
  .entry-content > * {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1366px) {
  .entry-content > * {
    max-width: 50%;
  }
}
.entry-content .wp-block-image,
.entry-content .wp-block-columns {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .entry-content .wp-block-column.alignwide,
.entry-content .wp-block-image.alignwide {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .wp-block-column .alignright,
.entry-content .wp-block-column .alignleft,
.entry-content .wp-block-column .aligncenter,
.entry-content .wp-block-image .alignright,
.entry-content .wp-block-image .alignleft,
.entry-content .wp-block-image .aligncenter {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .entry-content .wp-block-column .alignright,
.entry-content .wp-block-image .alignright {
    float: right;
    margin: 0 0 30px 30px;
    max-width: 50%;
  }
  .entry-content .wp-block-column .alignleft,
.entry-content .wp-block-image .alignleft {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 50%;
  }
  .entry-content .wp-block-column .aligncenter,
.entry-content .wp-block-image .aligncenter {
    display: block;
    max-width: 50%;
    margin-inline: auto;
  }
}
.entry-content .wp-block-column figcaption,
.entry-content .wp-block-image figcaption {
  padding: 1em 10px 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .entry-content .wp-block-column figcaption,
.entry-content .wp-block-image figcaption {
    margin: 1em 0 0 110px;
    max-width: 55%;
    padding: 0;
  }
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content table {
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .entry-content ul,
.entry-content ol {
    font-size: 1.8rem;
    padding-left: 110px;
  }
}
.entry-content ul {
  list-style-type: square;
}

.is-style-lead-paragraph {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .is-style-lead-paragraph {
    font-size: 2rem;
  }
}
@media (min-width: 1366px) {
  .is-style-lead-paragraph {
    font-size: 3.2rem;
  }
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 68px;
  background: #006b6e;
  color: white;
  padding: 0 24px;
  margin: 10px 10px 10px 0;
}
@media (min-width: 768px) {
  .has-drop-cap:not(:focus):first-letter {
    font-size: 5.6rem;
    line-height: 80px;
    padding: 0 23px;
  }
}
@media (min-width: 1366px) {
  .has-drop-cap:not(:focus):first-letter {
    font-size: 7.2rem;
    line-height: 103px;
    padding: 0 33px;
    margin: 20px 30px 30px 0;
  }
}

.entry-footer {
  margin: 10px;
  border-top: solid 1px rgba(0, 107, 110, 0.15);
  border-bottom: solid 1px rgba(0, 107, 110, 0.15);
  padding: 10px 0;
}
@media (min-width: 768px) {
  .entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin: 0;
    border-bottom: none;
  }
}
.entry-footer .author-link {
  color: #585853;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-footer .author-link {
    margin-bottom: 0;
    text-align: left;
  }
}
.entry-footer .author-link:hover .full {
  color: #006b6e;
}
.entry-footer .author-link .full {
  color: #006b6e;
}
.entry-footer .author-link img {
  margin-right: 30px;
  border-radius: 50%;
}
@media (max-width: 1023.98px) {
  .entry-footer .author-link img {
    display: none;
  }
}

#share-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#share-menu li {
  margin: 0 5px;
}
@media (min-width: 1024px) {
  #share-menu li {
    margin: 0 0 0 15px;
  }
}
#share-menu svg {
  width: 30px;
  height: 30px;
}

/*
Comments
*/
#comments {
  padding: 0 10px 40px;
}
@media (min-width: 768px) {
  #comments {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  #comments {
    padding: 100px 0;
  }
}
#comments .section-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #comments .section-title {
    text-align: center;
  }
}
#comments .section-title .title {
  margin-bottom: 0;
}

#respond {
  border-top: solid 1px rgba(0, 107, 110, 0.15);
  padding-top: 30px;
}

.logged-in-as {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  .logged-in-as {
    font-size: 1.4rem;
  }
}
.logged-in-as a {
  color: #585853;
}
.logged-in-as a:last-child {
  color: #006b6e;
}

#cancel-comment-reply-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  #cancel-comment-reply-link {
    font-size: 1.4rem;
  }
}

.comment-list,
.comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment-body,
.comment-list .children .comment-body {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .comment-list .comment-body,
.comment-list .children .comment-body {
    margin-bottom: 60px;
  }
}
.comment-list .comment,
.comment-list .children .comment {
  margin-bottom: 0;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .comment-list .comment,
.comment-list .children .comment {
    padding-left: 110px;
  }
}
.comment-list .comment.parent::before,
.comment-list .children .comment.parent::before {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  top: 58px;
  bottom: 0;
  left: 8px;
  background: rgba(0, 107, 110, 0.15);
}
@media (min-width: 768px) {
  .comment-list .comment.parent::before,
.comment-list .children .comment.parent::before {
    top: 110px;
    left: 38px;
  }
}
.comment-list .comment .avatar,
.comment-list .children .comment .avatar {
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  .comment-list .comment .avatar,
.comment-list .children .comment .avatar {
    width: 30px;
  }
}
.comment-list .edit-link,
.comment-list .children .edit-link {
  position: absolute;
  right: -80px;
  top: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
}
@media (min-width: 1024px) {
  .comment-list .edit-link,
.comment-list .children .edit-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  .comment-list .edit-link,
.comment-list .children .edit-link {
    display: none;
  }
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
@media (min-width: 768px) {
  .comment-meta {
    height: 80px;
  }
}
.comment-meta .comment-link {
  color: #585853;
}
.comment-meta .comment-link strong {
  color: #006b6e;
}

#comment-loader {
  text-align: center;
  margin-bottom: 60px;
}

/*
Related posts
*/
#related-posts {
  padding: 40px 25px;
  background: #F1F7F7;
}
@media (min-width: 1024px) {
  #related-posts {
    padding-block: clamp(6rem, 5.2023121387vw, 9rem);
    padding-inline: 0;
  }
}
@media (max-width: 1023.98px) {
  #related-posts {
    padding-left: 0;
    padding-right: 0;
  }
}
#related-posts .section-title {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  #related-posts .section-title {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  #related-posts .card-slider {
    display: block;
    margin: 0;
  }
  #related-posts .card-slider [class^=col] {
    width: auto;
    padding: 0 0 0 10px;
  }
}
#related-posts .card-slider .slick-prev,
#related-posts .card-slider .slick-next {
  top: 148px;
}

/*
Price List Single View
*/
.type-price-list {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .type-price-list {
    padding-bottom: 120px;
  }
}

.wp-block-button__link {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transform: none;
  background: #2b3f5e;
  color: white;
  padding: 14px 20px 13px;
  position: relative;
  transition: 0.2s ease-out;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 1024px) {
  .wp-block-button__link {
    font-size: 1.4rem;
  }
}
.wp-block-button__link:focus, .wp-block-button__link:hover {
  outline: none;
  color: white;
  text-decoration: none;
  background: #2b3f5e;
  box-shadow: 0 0 0 2px #2b3f5e;
}
.wp-block-button__link[disabled] {
  opacity: 0.5;
  color: white;
  padding: 16px 20px 14px;
  pointer-events: none;
}

#dealer-portal {
  font-size: 1.6rem;
  padding: 10px 25px;
  border-bottom: solid 2px #F1F7F7;
}
@media (min-width: 1024px) {
  #dealer-portal {
    padding-inline: 30px;
    display: flex;
    gap: 24px;
  }
}
@media (max-width: 1365.98px) {
  #dealer-portal button {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  #dealer-portal button::after {
    content: "";
    width: 18px;
    background: url("../images/caret.svg") no-repeat center center;
    background-size: 100% auto;
    height: 8px;
    transition: 0.3s ease-in-out;
    width: 8px;
  }
  #dealer-portal button[aria-expanded=true]::after {
    transform: rotate(-180deg);
  }
  #dealer-portal button[aria-expanded=true] + ul {
    display: block;
  }
}
@media (min-width: 1024px) {
  #dealer-portal button {
    pointer-events: none;
  }
}
#dealer-portal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dealer-portal > ul {
  display: none;
}
@media (min-width: 1024px) {
  #dealer-portal > ul {
    display: flex;
    gap: 24px;
  }
}
#dealer-portal li {
  margin: 0;
  position: relative;
}
#dealer-portal li.page_item_has_children:focus-within .children, #dealer-portal li.page_item_has_children:hover .children {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 1024px) {
  #dealer-portal li.page_item_has_children > a {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  #dealer-portal li.page_item_has_children > a::after {
    content: "";
    width: 18px;
    background: url("../images/caret.svg") no-repeat center center;
    background-size: 100% auto;
    height: 8px;
    transition: 0.3s ease-in-out;
    width: 8px;
  }
}
#dealer-portal .children {
  padding-left: 15px;
}
@media (min-width: 1024px) {
  #dealer-portal .children {
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    padding: 35px 40px;
    background: #F1F7F7;
    box-shadow: 0 20px 20px rgba(33, 36, 18, 0.07);
  }
}
#dealer-portal .children a {
  font-size: 1.4rem;
  color: #585853;
  white-space: nowrap;
}
@media (min-width: 1366px) {
  #dealer-portal .children a {
    font-size: 1.6rem;
  }
}
#dealer-portal .children a:hover {
  color: #323332;
}
#dealer-portal .current_page_item > a {
  color: #323332;
}
