/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    h1, h2, h3, h4, h5, h6{
  --tw-text-opacity: 1;
  color: rgb(125 144 116 / var(--tw-text-opacity));
}
    input:-webkit-autofill {
        box-shadow: 0 0 0px 1000px white inset !important;
        -webkit-text-fill-color: #000 !important;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
    }
    *:focus {
        outline: none !important;
    }

    *:focus-visible {
        outline: none !important;
    }

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 100%){

  .container{
    max-width: 100%;
  }
}
@media (min-width: 1600px){

  .container{
    max-width: 1600px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-top-\[30px\]{
  top: -30px;
}
.bottom-12{
  bottom: 3rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.float-right{
  float: right;
}
.\!m-0{
  margin: 0px !important;
}
.m-8{
  margin: 2rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1{
  height: 0.25rem;
}
.h-16{
  height: 4rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.\!max-w-alignwide{
  max-width: 1600px !important;
}
.\!max-w-screen-xl{
  max-width: 1140px !important;
}
.max-w-\[690px\]{
  max-width: 690px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(71 71 70 / var(--tw-border-opacity));
}
.bg-\[\#f6f6f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-darkgreen\/90{
  background-color: rgb(84 115 81 / 0.9);
}
.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(74 73 73 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(125 144 116 / var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-lightgreen{
  --tw-bg-opacity: 1;
  background-color: rgb(166 177 158 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(71 71 70 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pl-0{
  padding-left: 0px !important;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[63px\]{
  padding-top: 63px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-handwritten{
  font-family: Dancing Script, cursive;
}
.font-roboto{
  font-family: "Roboto", sans-serif;
}
.font-roboto-condensed{
  font-family: "Roboto Condensed", sans-serif;
}
.text-2xl{
  font-size: 2rem;
}
.text-3xl{
  font-size: 2.4rem;
}
.text-5xl{
  font-size: 3.8rem;
}
.text-base{
  font-size: 1.4rem;
}
.text-lg{
  font-size: 1.6rem;
}
.text-sm{
  font-size: 1.2rem;
}
.text-xl{
  font-size: 1.8rem;
}
.text-xs{
  font-size: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-8{
  line-height: 2rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.45px;
}
.text-\[\#a2a2a2\]{
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-darkgreen{
  --tw-text-opacity: 1;
  color: rgb(84 115 81 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(74 73 73 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(125 144 116 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(71 71 70 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1140px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 576px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    margin-left: 1rem;
    float: right;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 1;
  color: #718096;
}
.font-handwritten {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
@font-face {
  font-family: 'icomoon';
  src:  url(../fonts/icomoon.eot?35dffbcce3af5167cc9ebb335161a2c1);
  src:  url(../fonts/icomoon.eot?35dffbcce3af5167cc9ebb335161a2c1#iefix) format('embedded-opentype'),
    url(../fonts/icomoon.woff2?1d9af347fbe9857db0d47d3a096765a6) format('woff2'),
    url(../fonts/icomoon.ttf?a59cef7871f642a3d3ab31727be1e3ad) format('truetype'),
    url(../fonts/icomoon.woff?9219dea58ef619c5e87563007a4cae15) format('woff'),
    url(../fonts/icomoon.svg?f0b5d305dd9e22328f6436b3ce2a1f9f#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook1:before {
  content: "\e900";
}
.fa-question:before {
  content: "\f128";
}
.fa-search:before {
  content: "\f002";
}
.fa-heart:before {
  content: "\f004";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-phone:before {
  content: "\f095";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 576px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

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

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

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

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

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

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

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

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

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

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

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

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


    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 960px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1140px) {

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }
}
html {
    font-size: 62.5%;
}
body{
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(71 71 70 / var(--tw-text-opacity));
    background: #EFEFEF;
    overflow-x: hidden;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #fff; /* Firefox */
}
#page {
    overflow-x: hidden;
}
.page .wp-block-group.is-nowrap {
         flex-wrap: wrap !important;
    }
strong, .strong{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logo svg{
  width: 100%;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
    border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.entry-content .wp-block-group{
  display: block;
}
.entry-content .wp-block-group .row{
  display: flex;
  flex-wrap: wrap;
}
.light-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.banner img{
  width: 100%;
}
@media (max-width: 575px) {
.banner img {

        height: 500px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
}

    }
.entry-content .wp-block-group.content-inner {
    max-width:750px !important;
    margin:0 auto !important;
}
.container-smaller {
    max-width:850px !important;
    margin:0 auto !important;
}
.page .entry-header{
  display: none;
}
.text-larger {
    font-size: 16px !important;
}
.d-none{
  display: none;
}
@media (min-width: 960px){

  .d-none{
    display: block;
  }

  .d-lg-none{
    display: none;
  }
}
@media (min-width: 768px) {
    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }
}
#primary.content-area{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container {
    padding: 0;
    width: 100%;
    max-width: 1600px;
}
.container-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.container-main {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: #fff;
}
.float-right {
    float: right !important;
}
.text-center {
    text-align: center !important;
}
.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.8rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.6rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.dd-shortcode-platinum_teaserbox {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 20px 0
}
.dd-shortcode-platinum_teaserbox>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.dd-shortcode-platinum_teaserbox>a:hover .textbox {
    background: rgba(105,141,113,.7)
}
.dd-shortcode-platinum_teaserbox>a:hover .subtitle,.dd-shortcode-platinum_teaserbox>a:hover .title {
    color: #fff
}
.dd-shortcode-platinum_teaserbox .textbox {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: auto;
    display: block;
    background: rgba(71,71,71,.7);
    color: #fff;
    padding: 15px
}
.dd-shortcode-platinum_teaserbox .textbox .subtitle,.dd-shortcode-platinum_teaserbox .textbox>.title {
    color: #fff;
    display: block;
    margin: 0
}
.dd-shortcode-platinum_teaserbox .textbox .subtitle .fa,.dd-shortcode-platinum_teaserbox .textbox>.title .fa {
    font-size: 24px;
    margin-right: 10px
}
.dd-shortcode-platinum_teaserbox .textbox>.title {
    font-size: 24px;
    font-weight: 600
}
.dd-shortcode-platinum_teaserbox .textbox>.subtitle {
    font-size: 17px;
    font-weight: 300
}
.dd-fullwidth .dd-shortcode-platinum_teaserbox {
    margin: 20px 0
}
.sticky .sticky-toggler{
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky.is-sticky {
       z-index:999;
    }
.sticky.is-sticky .sticky-toggler{
  pointer-events: auto;
  opacity: 1;
}
.header .header-hotline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}
.header .header-hotline .hotline-label {
    display: inline-block;
    font-size: 20px;
    margin: 0 20px 0 0;
    white-space: nowrap
}
.header .header-hotline .hotline-number {
    white-space: nowrap;
    position: relative;
}
.header .header-hotline .fa {
    display: inline-block;
    color: #547351;
    font-size: 16px
}
.header .header-hotline .hotline-link {
    font-weight: 700;
    font-size: 19px;
    color: #979797;
    white-space: nowrap
}
.header .header-hotline .hotline-link:hover {
    text-decoration: none;
    color: #7d9074
}
.header .header-hotline .hotline-tooltip {
    display: inline-block;
    background: #e5e5e5;
    color: #547351;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 17px;
    margin-left: 5px
}
.header .tooltip {
    width: 16px;
    height: 16px;
    line-height: 17px;
    position: absolute;
    right: 0;
    top: 0;
}
.header .header-hotline .hotline-tooltip:hover {
    text-decoration: none;
    background: #a6b19e;
    color: #fff
}
.header .hotline-row {
    background: #e5e5e5;
    padding: 5px 15px;
    line-height: 1em
}
.header .hotline-row .popup{
  line-height: 2rem;
}
.header .hotline-row .header-hotline {
    position: relative;
    text-align: center
}
.header .hotline-row .hotline-label {
    font-size: 15px;
    margin: 0 20px !important
}
.header .hotline-row .hotline-link {
    font-size: 15px;
    color: #7f7e7e
}
.header .hotline-row .hotline-tooltip {
    background: #cacaca;
    top: -1px;
    right: -5px
}
header .logo-col {
    max-width: 225px;
    box-sizing: border-box;
}
.trp-language-switcher .trp-ls-shortcode-language{
  pointer-events: none;
  position: absolute;
  z-index: 10;
  margin-top: 4rem;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  font-family: "Roboto", sans-serif;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 960px){

  .trp-language-switcher .trp-ls-shortcode-language{
    margin-top: 3.5rem;
  }
}
.trp-language-switcher .trp-ls-shortcode-language {
    width: -moz-max-content !important;
    width: max-content !important;
}
.trp-language-switcher .trp-ls-shortcode-language.open{
  pointer-events: auto;
  z-index: 20;
  opacity: 1;
        background-image: none !important;
}
.trp-language-switcher .trp-ls-shortcode-language .trp-ls-disabled-language {
        color: #547351;
        background: #d2d6cd;
    }
.trp-ls-shortcode-current-language > a {
    font-size: 0;
}
.decoration-header,.page-header {
    position: relative;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center
}
.decoration-header .h1,.decoration-header h1,.decoration-header h1.h1,.page-header .h1,.page-header h1,.page-header h1.h1 {
    font-size: 40px;
    margin-bottom: 0
}
.decoration-header .h2,.decoration-header h2,.decoration-header h2.h2,.page-header .h2,.page-header h2,.page-header h2.h2 {
    font-size: 24px;
    margin-bottom: 0
}
.decoration-header .h3,.decoration-header h3,.decoration-header h3.h3,.page-header .h3,.page-header h3,.page-header h3.h3 {
    font-size: 24px;
    margin-bottom: 0
}
.decoration-header .inner-wrap,.page-header .inner-wrap {
    position: relative;
    display: inline-block;
    z-index: 50;
    padding: 0 10px;
    background: #fff
}
.decoration-header .subhead,.page-header .subhead {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 570px;
    margin-left: -285px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #979797
}
.decoration-header .icon,.page-header .icon {
    display: inline-block;
    max-width: 75px;
    max-height: 75px;
    margin-top: -5px;
    margin-left: 7px;
    float: right
}
.decoration-header:after,.page-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    background: #a6b19e;
    position: absolute;
    top: calc(50% + 7px);
    z-index: 1
}
.decoration-header h2 .icon,.h2 .icon,.page-header h2 .icon,h2 .icon,h2.decoration-header .icon,h2.page-header .icon {
    max-width: 50px;
    max-height: 50px;
    margin-top: -12px
}
.decoration-header h1,.page-header h1,h1.decoration-header,h1.page-header {
    font-size: 40px;
    font-weight: 300
}
.decoration-header h2,.page-header h2,h2.decoration-header,h2.page-header {
    font-size: 24px;
    font-weight: 300
}
.decoration-header h3,.page-header h3,h3.decoration-header,h3.page-header {
    font-size: 24px;
    font-weight: 300
}
@media (min-width: 960px) {
    .hotline-wrapper {
        top: 50%;
        transform: translateY(-50%);
    }

    .header .header-hotline .hotline-label, .header .hotline-row .hotline-link {
        font-size: 20px !important;
    }

    .header .hotline-row{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

    .header .header-hotline .fa {
        font-size: 18px
    }
}
@media (max-width: 449px) {

    .header .hotline-row .popup {
        left: -30px;
    }

    .header .logo-col {
        flex: 0 0 52.99%;
        max-width: 52.99%;
    }

    .header .logo-col svg {
        display: block !important;
        max-width: 155px;
        max-height: 52px;
    }
}
.footer {
    border: none;
    padding: 0;
}
.footer .h3,.footer .h4,.footer h3,.footer h4 {
    color: #547351
}
.footer hr {
    border-top-color: #cacaca;
    margin: 5px 0 20px 0
}
.footer .footer-bar {
    background: #4a4949;
    color: #fff
}
.footer h3, .footer .footer-box-content {
    text-align: left
}
.footer .footer-bar>.container {
    padding-left: 0;
    padding-right: 0
}
.footer .footer-bar .newsletter-col h3 {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 20px 0 0
}
.footer .footer-bar .newsletter-col .newsletter-form {
    display: inline-block;
    width: auto
}
.footer .footer-bar .newsletter-col .newsletter-form .form-group {
    margin: 4px 0
}
.footer .footer-bar .newsletter-col .newsletter-form .form-group .form-control {
    border: none
}
.footer .footer-bar .newsletter-col .newsletter-form .form-group .btn {
    height: 31px;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px
}
.footer .footer-bar .social-col .social-links .social-links-list {
    min-height: 39px;
    margin: 0
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item {
    margin: 7px 0 0 0
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link .fa,.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link .fab,.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link .fas {
    color: #fff
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link svg {
    width: auto;
    height: 25px;
    fill: #fff
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link svg path {
    fill: #fff
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link:hover .fa,.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link:hover .fab,.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link:hover .fas {
    color: #a6b19e
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link:hover svg {
    fill: #a6b19e!important
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item .social-links-link:hover svg path {
    fill: #a6b19e!important
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item:first-child {
    margin-left: 0
}
.footer .footer-bar .social-col .social-links .social-links-list .social-links-item:last-child {
    margin-right: 0
}
.footer .footer-box-contact .section {
    position: relative;
    padding-left: 35px;
    margin: 0 0 15px 0
}
.footer .footer-box-contact .section .fa,.footer .footer-box-contact .section .fab,.footer .footer-box-contact .section .fas {
    position: absolute;
    top: 3px;
    left: 0;
    color: #7d9074;
    font-size: 20px
}
.footer .footer-box-contact .section h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    color: #646363;
    margin: 0 0 5px 0
}
.footer .footer-box-contact .section a,.footer .footer-box-contact .section p,.footer .footer-box-contact .section table {
    font-size: 14px;
    font-weight: 700;
    color: #7f7e7e
}
.footer .footer-box-contact .section a:hover {
    color: #7d9074;
    text-decoration: none
}
.footer .footer-box ul {
    margin-bottom: 5px
}
.footer .footer-box ul li {
    line-height: 1.4em;
    margin: 0;
    padding:4px 0;
}
.footer .footer-box ul li a {
    color: #646363;
    font-weight: 700;
    display: inline-block
}
.footer .footer-box ul li a img {
   width:78px
}
.footer .footer-box ul li a:hover {
    color: #7d9074;
    text-decoration: none
}
.footer .footer-box ul.categories li ul li a {
    font-size: 14px;
    color: #7f7e7e;
}
.footer .footer-box ul.categories li ul li a:hover {
    color: #7d9074
}
.footer .footer-box .payment-icons img {
    display: inline-block;
    width: auto;
    height: 60px
}
.footer .footer-box-icons .icons-wrapper {
    max-width: 460px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex
}
.footer .footer-box-icons .icons-wrapper img {
    width: 70px;
    margin: 0
}
.categories > li > a {
   font-weight:  900 !important;
}
.legal {
    position: relative;
    background: #4a4949;
    color: #fff;
    padding: 15px 0;
}
.legal .dd-shortcode-text{
  font-size: 1.2rem;
}
.legal a {
    color: #fff
}
.legal a:hover {
    color: #d2d6cd;
    text-decoration: none
}
.legal .legal-nav {
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none
}
.legal .legal-nav>li {
    display: inline-block
}
.legal .legal-nav>li:after {
    content: "|";
    display: inline-block;
    color: #b2b2b2;
    margin: 0 10px
}
.legal .legal-nav>li:last-child:after {
    content: "";
    display: none
}
.legal .legal-nav>li a {
    font-weight: 700
}
.footer-box-newsletter .form-control {
    font-size: 14px
}
.footer-box-newsletter .btn {
    font-size: 14px
}
.footer {
    text-align: center;
    background-color: #e5e5e5;
    color: #646363;
}
.footer-box-title {
    text-transform: uppercase;
    font-weight: 400
}
.footer-box-content {
    font-weight: 400
}
.footer-box-facebook {
    margin-top: .5rem
}
.footer .social-links {
    text-align: center
}
.footer .social-links-list {
    padding-left: 0;
    list-style: none
}
.footer .social-links-item {
    margin: 0 10px;
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
.footer .social-links-link {
    text-decoration: none;
    transition: color .2s
}
.footer .social-links-link .fab {
    font-size: 25px;
    vertical-align: middle;
    transition: color .2s
}
.footer .social-links-link .fab.fa-pinterest {
    font-size: 28px;
}
.footer .social-links-link .fab:before {
    -webkit-text-stroke: .3px transparent
}
.footer .social-links-link .fa-facebook-f {
    color: #428bca
}
.footer .social-links-link .fa-google-plus-square {
    color: #d73d32
}
.footer .social-links-link .fa-twitter {
    color: #1ab2e8
}
.footer .social-links-link .fa-youtube {
    color: #cc181e
}
.footer .social-links-link .fa-wordpress {
    color: #333
}
.footer .social-links-link:hover .fa-facebook-f {
    color: #2a6496
}
.footer .social-links-link:hover .fa-google-plus-square {
    color: #9e271f
}
.footer .social-links-link:hover .fa-twitter {
    color: #117ea5
}
.footer .social-links-link:hover .fa-youtube {
    color: #881014
}
.footer .social-links-link:hover .fa-wordpress {
    color: #0d0d0d
}
.footer .container ul.seals,.legal .container ul.seals {
    margin: 15px 0 0 0
}
.footer .container ul.seals:before,.legal .container ul.seals:before {
    clear: both
}
.footer .container ul.seals li,.legal .container ul.seals li {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}
.footer .container ul.seals li img,.legal .container ul.seals li img {
    width: 65px
}
.footer .container ul.seals li.checkforpet img,.legal .container ul.seals li.checkforpet img {
    width: 78px
}
.footer .container ul.seals li.ideal img,.legal .container ul.seals li.ideal img {
    width: 60px
}
.footer .container ul.seals li.paypal img,.legal .container ul.seals li.paypal img {
    width: 85px;
    margin-top: 15px
}
.footer .container ul.seals li:last-child,.legal .container ul.seals li:last-child {
    margin-right: 0
}
.footer .container ul.seals:after,.legal .container ul.seals:after {
    content: "";
    display: block;
    clear: both
}
@media screen and (max-width:768px) {
    .footer .footer-bar .newsletter-col {
        padding-top: 5px;
        padding-bottom: 10px
    }

    .footer .footer-bar .newsletter-col h3 {
        margin: 5px 0 5px 0
    }

    .footer .footer-bar .newsletter-col .newsletter-form {
        width: 100%
    }

    .footer .footer-bar .newsletter-col .newsletter-form .input-group-append {
        margin: 2px auto 0 auto
    }


    .footer .footer-box {
        margin-bottom: 0
    }
}
@media (max-width: 575px) {

    .footer h3 {
        text-align: center
    }

    .footer ul.seals {
        justify-content: center !important;
    }

    .footer .footer-box-contact .footer-box-content {
        text-align: center
    }

    .footer .footer-box-contact .footer-box-content .section {
        padding: 0
    }

    .footer .footer-box-contact .footer-box-content .section .fa {
        position: static;
        display: inline-block;
        margin-bottom: 10px
    }

    .footer .footer-box-contact .footer-box-content .section table {
        margin: 0 auto
    }

    .footer .footer-box-categories .footer-box-content,.footer .footer-box-information .footer-box-content,.footer .footer-box-service .footer-box-content {
        text-align: center
    }

    #sitFullsearch #sitFullsearchResult .sitResultsMain .contentResultMain {
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer .container ul.seals,.legal .container ul.seals {
        margin-bottom: 15px
    }

    .footer .container ul.seals li,.legal .container ul.seals li {
        display: inline-block;
        float: none
    }

}
/*@media (min-width: 960px) {*/
/*    .footer-box-contact {*/
/*        flex: 0 0 29%;*/
/*    }*/
/*    .footer-box-service {*/
/*        flex: 0 0 23%;*/
/*    }*/
/*    .footer-box-categories {*/
/*        flex:0 0 30%;*/
/*    }*/
/*    .footer-box-information {*/
/*        flex:0 0 18%;*/
/*    }*/
/*}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1.decoration-header, h2.decoration-header, h3.decoration-header, h4.decoration-header, h5.decoration-header, h6.decoration-header, .h1.decoration-header, .h2.decoration-header, .h3.decoration-header, .h4.decoration-header, .h5.decoration-header, .h6.decoration-header{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(84 115 81 / var(--tw-text-opacity));
}
h1.decoration-header .inner-wrap, h2.decoration-header .inner-wrap, h3.decoration-header .inner-wrap, h4.decoration-header .inner-wrap, h5.decoration-header .inner-wrap, h6.decoration-header .inner-wrap, .h1.decoration-header .inner-wrap, .h2.decoration-header .inner-wrap, .h3.decoration-header .inner-wrap, .h4.decoration-header .inner-wrap, .h5.decoration-header .inner-wrap, .h6.decoration-header .inner-wrap {
            max-width: 75%;
        }
@media (max-width: 400px) {

            h1.decoration-header .inner-wrap, h2.decoration-header .inner-wrap, h3.decoration-header .inner-wrap, h4.decoration-header .inner-wrap, h5.decoration-header .inner-wrap, h6.decoration-header .inner-wrap, .h1.decoration-header .inner-wrap, .h2.decoration-header .inner-wrap, .h3.decoration-header .inner-wrap, .h4.decoration-header .inner-wrap, .h5.decoration-header .inner-wrap, .h6.decoration-header .inner-wrap {
                max-width: 90%;
            }
        }
h1.decoration-header, .h1.decoration-header{
  font-family: Dancing Script, cursive;
  --tw-text-opacity: 1;
  color: rgb(84 115 81 / var(--tw-text-opacity));
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
}
h2.decoration-header, .h2.decoration-header{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(125 144 116 / var(--tw-text-opacity));
}
.h1, h1 {
    font-size: 40px;
    text-transform: none
}
.decoration-header h1, .page-header h1, h1.decoration-header, h1.page-header {
    font-size: 28px;
    margin-top:15px;
}
@media screen and (min-width: 575px) {
.decoration-header h1, .page-header h1, h1.decoration-header, h1.page-header {

        font-size: 35px
}
    }
@media screen and (min-width: 768px) {
.decoration-header h1, .page-header h1, h1.decoration-header, h1.page-header {
        font-size: 40px
}

    }
.decoration-header h2, .page-header h2, h2.decoration-header, h2.page-header {
    font-size: 24px;

}
.decoration-header h3, .page-header h3, h3.decoration-header, h3.page-header {
    font-size: 24px;

}
.h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #7d9074
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2rem
}
.h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover, h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    text-decoration: none
}
.h3, h3 {
    font-size: 19px;
    font-weight: 900}
.h2, h2 {
    font-size: 2.4rem
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}
.h4, .h5, .h6, h4, h5, h6 {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700
}
.decoration-header, .page-header {
    position: relative;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center
}
.decoration-header .inner-wrap, .page-header .inner-wrap {
    position: relative;
    display: inline-block;
    z-index: 50;
    padding: 0 10px;
    background: #fff
}
.decoration-header .subhead, .page-header .subhead {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 570px;
    margin-left: -285px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #979797
}
.decoration-header .icon, .page-header .icon {
    display: inline-block;
    max-width: 75px;
    max-height: 75px;
    margin-top: -5px;
    margin-left: 7px;
    float: right
}
.decoration-header:after, .page-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    background: #a6b19e;
    position: absolute;
    top: calc(50% + 7px);
    z-index: 1
}
.decoration-header h2 .icon, .h2 .icon, .page-header h2 .icon, h2 .icon, h2.decoration-header .icon, h2.page-header .icon {
    max-width: 50px;
    max-height: 50px;
    margin-top: -12px
}
p{
  margin-bottom: 1.5rem;
}
.entry-content h2 {
        font-size: 24px;
    }
.entry-content .wp-block-group{
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px !important;
}
.entry-content .wp-block-group.alignwide{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: 1600px !important;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
    list-style: none;
}
.dd-col-platinum_iconnavi{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 690px;
}
@media (max-width: 479px){

  .dd-col-platinum_iconnavi{
    max-width: 300px;
  }
}
.dd-col-platinum_iconnavi .items{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 480px){

  .dd-col-platinum_iconnavi .items{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.dd-col-platinum_iconnavi .items .item{
  padding: 1.5rem;
}
.dd-col-platinum_iconnavi .items .item span{
  font-size: 1.6rem;
}
.dd-shortcode-platinum_iconnavi .inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative
}
.dd-shortcode-platinum_iconnavi .inner .items {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1em;
    display: inline-flex;
    justify-content: center
}
.dd-shortcode-platinum_iconnavi .item {
    text-align: center;
    display: inline-block
}
.dd-shortcode-platinum_iconnavi .item a {
    display: block
}
.dd-shortcode-platinum_iconnavi .item a:hover img {
    opacity: 1
}
.dd-shortcode-platinum_iconnavi .item img {

    border-radius: 50%;
    opacity: .7;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 5px
}
.milestones img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px){

  .milestones img{
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.category-acf-content{
  width: 100%;
}
@media (min-width: 960px){

  .category-acf-content{
    margin-bottom: 3rem;
  }
}
.category-acf-content .row-dd-col-platinum_textdropdown {
        max-width:750px;
        margin: 0 auto;
    }
.category-acf-content .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.category-acf-content .row{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){

  .category-acf-content .row{
    flex-direction: row;
  }
}
.category-acf-content .row img{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px){

  .category-acf-content .row img{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.category-acf-content img {
        display:block;
    }
@media (min-width: 960px) {
        .single-post .main-image, .page .main-image {
            height: 500px !important;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
        }
    }
.store-locator .gmnoprint.gm-style-mtc-bbw {
        display: none;
    }
.store-locator h3{
  font-size: 1.4rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(71 71 70 / var(--tw-text-opacity));
}
.store-locator{
  position: relative;
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 960px){

  .store-locator{
    height: auto;
    flex-direction: row !important;
  }
}
.store-locator .left-sidebar{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 960px){

  .store-locator .left-sidebar{
    width: 340px;
  }
}
@media (max-width: 959px){

  .store-locator .left-sidebar{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    max-height: 100%;
    width: 100%;
    flex-grow: 1;
    overflow-x: scroll;
    padding-top: 63px;
  }
}
@media (min-width: 960px) {
.store-locator .left-sidebar {
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            background: #fff;
            position: relative;
            padding-top: 63px
    }
        }
.store-locator #use-my-location {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        right: 1rem;
        top: 1rem;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgb(71 71 70 / var(--tw-bg-opacity));

    }
@media (max-width: 959px){

  .store-locator #use-my-location{
    top: 8rem;
  }
}
.store-locator #use-my-location:before {
            content: "\f041";
            font-size: 24px;
            color: #fff;
        }
.store-locator #use-my-location span{
  display: none;
}
.store-locator .input-wrapper{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 960px){

  .store-locator .input-wrapper{
    position: absolute;
    top: 0px;
    width: 340px;
    --tw-bg-opacity: 1;
    background-color: rgb(166 177 158 / var(--tw-bg-opacity));
  }
}
@media (max-width: 959px){

  .store-locator .input-wrapper{
    position: absolute;
    top: 0px;
  }
}
.store-locator .input-wrapper input{
  width: 100%;
  padding: 0.5rem;
}
.store-locator .filter-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-top: 0.75rem;
}
.store-locator .filter-wrapper label{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.store-locator .filter-wrapper select {
            display: block;
            width: 100%;
            padding: 0.75rem;
            font-family: "Roboto", sans-serif;
        }
.store-locator .filter-wrapper .btn{
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.store-locator .locations-list-wrapper{
  display: none;
}
@media (min-width: 960px){

  .store-locator .locations-list-wrapper{
    display: block;
  }
}
.store-locator .locations-list-wrapper.open{
  display: block;
}
.store-locator .locations-list-wrapper li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 202 202 / var(--tw-border-opacity));
  padding: 1.5rem;
}
.store-locator .locations-list-wrapper h3, .store-locator .locations-list-wrapper p{
  margin: 0px;
}
@media (min-width: 960px) {
.store-locator .locations-list-wrapper {
            position: absolute;
            left: 0;
            top: 315px;
            bottom: 0;
            width: 100%;
            z-index: 10

    }

            .store-locator .locations-list-wrapper .locations-list {
                overflow: auto;
                height: 100%;
            }
        }
.store-locator.single .left-sidebar{
  padding: 1.5rem !important;
}
.store-locator.single .left-sidebar .back-link {
                /* use !important to prevent issues with browser extensions that change fonts */
                font-family: 'icomoon' !important;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;

                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 0;
            }
.store-locator.single .left-sidebar .back-link:before {
                    content: "\f053";
                    font-size: 20px;
                    --tw-text-opacity: 1;
                    color: rgb(71 71 70 / var(--tw-text-opacity))}
.store-locator.single .left-sidebar h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.store-locator.single .left-sidebar .btn-secondary{
  font-size: 1.2rem;
}
input[type="text"]{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 202 202 / var(--tw-border-opacity));
}
@media screen and (max-width: 575px) {

    .flexslider .textbox {
       text-align:left !important;
    }

        .flexslider:not(.content-slider):not(.carousel) img {
            height: 500px !important;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
        }

        .flexslider:not(.content-slider):not(.carousel) .textbox {
            top: auto !important;
            bottom: 45px !important;
            left: 15px !important;
            right: 15px !important;
            text-align: left;
            padding: 0;
        }

            .flexslider:not(.content-slider):not(.carousel) .textbox .h1 {
                font-size: 34px;
            }

            .flexslider:not(.content-slider):not(.carousel) .textbox.bg {
                background-color: rgba(0, 0, 0, 0.5);
                padding: 15px;


            }

}
.flexslider .textbox {
    position: absolute;
    z-index: 50;
    width: auto;
    display: block
}
.flexslider .textbox.pos-left {
    left: 5%;
    right: auto;
    text-align: left
}
.flexslider .textbox.pos-left-half {
    left: 25%;
    right: auto;
    text-align: left
}
.flexslider .textbox.pos-center {
    left: 0;
    right: 0;
    text-align: center
}
.flexslider .textbox.pos-right-half {
    left: auto;
    right: 25%;
    text-align: right
}
.flexslider .textbox.pos-right {
    left: auto;
    right: 5%;
    text-align: right
}
.flexslider .textbox.pos-top {
    top: 10%;
    bottom: auto
}
.flexslider .textbox.pos-middle {
    top: 50%;
    bottom: auto
}
.flexslider .textbox.pos-middle .text-cont {
    margin-top: -12.5%
}
.flexslider .textbox.pos-bottom {
    top: auto;
    bottom: 10%
}
.flexslider .textbox .text-cont .text-wrap .subtitle, .flexslider .textbox .text-cont .text-wrap .title {
    display: block;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-weight:700;
}
.flexslider .textbox .text-cont .text-wrap .title {
    margin-top: 0;
    margin-bottom: 0
}
.flexslider .textbox .text-cont .text-wrap .title.font-dancingScript {
    font-family: "Dancing Script", Times, serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;

}
.flexslider .textbox .text-cont .text-wrap .subtitle {
    margin-bottom: 0
}
.flexslider .textbox .text-cont .text-wrap .buttons {
    margin-top: 15px;
    margin-bottom: 0
}
.flexslider .textbox .text-cont .text-wrap .buttons .btn {
    font-size: 17px;
    text-transform: none;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}
@media (max-width:400px) {
.flexslider .textbox .text-cont .text-wrap .buttons .btn {
        margin-right:0 !important
}
    }
.flexslider .textbox .text-cont .text-wrap .buttons .btn img {
    position: static !important;
    width: auto !important;
    height: 25px !important;
    margin: 0 7px 0 0 !important;
}
@media screen and (max-width: 992px) {
.flexslider .textbox .text-cont .text-wrap .buttons .btn img {
        height: 20px !important
}
    }
.flex-direction-nav a{
  margin: 0px !important;
  display: flex !important;
  height: 100% !important;
  width: 6rem !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
  outline-width: 0px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    text-shadow: none !important;
    font-size: 0 !important;
    transform: none !important;
    top: 0 !important;
    bottom: 0 !important;
}
@media (min-width: 960px) {
.flex-direction-nav a {
        opacity: .7 !important
}

        .flex-direction-nav a:hover {
            opacity: 1 !important;
        }
    }
.flex-direction-nav a:after {
        text-indent: 0;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 !important;
        -webkit-mask-image: none !important;
                mask-image: none !important;
        position: relative !important;
        width: auto !important;
        height: auto !important;
        background: none !important;
        font-size: 3rem !important;
    }
.flex-direction-nav a:before{
  display: none !important;
}
.flex-direction-nav a.flex-next {
        right: 0 !important;
    }
.flex-direction-nav a.flex-next:hover {
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%) !important;
            background-repeat: repeat-x !important;
        }
.flex-direction-nav a.flex-next:after {
            content: "\f054" !important;
        }
.flex-direction-nav a.flex-prev {
        left: 0 !important;
    }
.flex-direction-nav a.flex-prev:hover {
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%) !important;
            background-repeat: repeat-x !important;
        }
.flex-direction-nav a.flex-prev:after {
            content: "\f053" !important;
        }
.main-slider{
  display: block !important;
}
.metaslider{
  position: relative;
}
.flexslider{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border-style: none !important;
  background-color: transparent !important;
}
.flexslider .row{
  margin: 0px !important;
}
.flexslider .wc-block-product-template__responsive{
  display: flex !important;
        grid-gap: unset !important;
}
.flexslider .wc-block-product-template {
        max-width:unset !important;

    }
.flexslider .caption-wrap {
        position: static !important;
        opacity: 1 !important;
        line-height: 1.5 !important;
    }
.flexslider .caption{
  padding: 0px !important;
}
.flexslider .buttons{
  display: flex;
  align-content: center;
}
@media screen and (max-width: 400px) {
.flexslider .buttons{
    flex-direction: column;
  }

            .flexslider .buttons .btn:first-child{
    margin-bottom: 1.5rem;
  }
        }
.flexslider .btn{
  display: flex;
  width: 100%;
  align-content: center;
  border-radius: 0px !important;
}
@media screen and (max-width: 960px) {
.flexslider .btn img{
    height: 2rem !important;
  }}
.flexslider .flex-control-paging li a{
  height: 1.25rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        border:1px solid #9c9c9c;
}
.flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a:hover {
            border-color:#1F2937;
            background: #1F2937;
        }
.flexslider.content-slider h3{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.flexslider.content-slider .flex-direction-nav a {
            background: transparent !important;
            opacity: 1 !important;

        }
.flexslider.content-slider .flex-direction-nav a:after {
                color: #4a4949 !important;
            }
.flexslider.content-slider .slides{
  display: flex;
}
.flexslider.content-slider .item .row{
  align-content: center;
  align-items: center;
}
@media (min-width: 960px){

  .flexslider.content-slider .item .row{
    display: flex;
    height: 100%;
    justify-content: center;
  }
}
.flexslider.content-slider .item:not(.active) {
            width:100%;
        }
.flexslider.content-slider .item:not(.active):not(:first-child){
  display: none;
}
.flexslider.content-slider .item-img, .flexslider.content-slider .item-text{
  padding-left: 3rem;
  padding-right: 3rem;
}
.flexslider.content-slider .item-img{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 960px){

  .flexslider.content-slider .item-text{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.flexslider.content-slider .flex-control-nav {
            bottom:15px !important;
        }
.flexslider.carousel{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.flexslider.carousel .flex-viewport{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.flexslider.carousel div .flex-direction-nav a{
  --tw-text-opacity: 1 !important;
  color: rgb(71 71 70 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}
.flexslider.carousel div .flex-direction-nav a:after{
  font-size: 1.8rem !important;
  --tw-text-opacity: 1;
  color: rgb(71 71 70 / var(--tw-text-opacity));
}
@media (min-width: 960px){

  .flexslider.carousel div .flex-direction-nav a:after{
    font-size: 2.4rem !important;
  }
}
.flexslider.carousel div .flex-direction-nav a:hover{
  background-image: none !important;
}
.flexslider.carousel .flex-direction-nav a.flex-next {
            right: -14px !important;
        }
@media (min-width: 960px) {
.flexslider.carousel .flex-direction-nav a.flex-next {
                right: -20px !important
        }
            }
.flexslider.carousel .flex-direction-nav a.flex-prev {
            left: -14px !important;
        }
@media (min-width: 960px) {
.flexslider.carousel .flex-direction-nav a.flex-prev {
                left: -20px !important
        }
            }
.flexslider.carousel div .flex-direction-nav .flex-disabled{
  z-index: 50 !important;
  opacity: 1 !important;
}
.btn {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0
}
.dd-shortcode-platinum_slideshow .textbox .text-cont .text-wrap .buttons .btn {
    font-size: 17px;
    text-transform: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #c6460e;
    border-color: #c6460e;
}
.btn {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    padding: 6px 12px;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.btn-primary {
    color: #fff;
    background-color: #295b35;
    border-color: #295b35;
}
.btn {
    display: inline-block;
    font-weight: 900;
    color: #252424;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.btn:focus, .btn:hover {
    box-shadow: none;
    text-decoration: none !important;
}
.btn-default {
    color: #fff;
    background-color: #979797;
    border-color: #979797
}
.btn-default:hover {
    color: #fff;
    background-color: #646363;
    border-color: #646363
}
.btn-light {
    color: #646363;
    background-color: #e5e5e5;
    border-color: #e5e5e5
}
.btn-light:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}
.btn-primary {
    color: #fff !important;
    background-color: #c6460e;
    border-color: #c6460e
}
.btn-primary:hover {
    background-color: #d57a5b;
    border-color: #d57a5b
}
.btn-primary.disabled, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #d57a5b;
    border-color: #d57a5b
}
.btn-outline-primary {
    color: #c6460e;
    border-color: #c6460e
}
.btn-outline-primary:focus, .btn-outline-primary:hover {
    background-color: #c6460e;
    border-color: #c6460e
}
.btn-secondary {
    color: #fff;
    background-color: #547351;
    border-color: #547351
}
.btn-secondary:hover {
    background-color: #7d9074;
    border-color: #7d9074;
    color: #fff !important;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #295b35;
    border-color: #295b35
}
.btn-secondary:not(:disabled):not(.disabled).active:hover, .btn-secondary:not(:disabled):not(.disabled):active:hover {
    background-color: #547351;
    border-color: #547351
}
.btn-secondary.disabled, .btn-secondary.disabled:active, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled, .btn-secondary:disabled:active, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
    background-color: #7d9074;
    border-color: #7d9074
}
.btn-secondary-primary {
    color: #547351;
    border-color: #547351
}
.btn-secondary-primary:hover {
    background-color: #547351;
    border-color: #547351
}
.btn-secondary-light {
    color: #fff;
    background-color: #7d9074;
    border-color: #7d9074
}
.btn-secondary-light:hover {
    background-color: #a6b19e;
    border-color: #a6b19e
}
.btn-secondary-light:not(:disabled):not(.disabled).active, .btn-secondary-light:not(:disabled):not(.disabled):active {
    background-color: #547351;
    border-color: #547351
}
.btn-secondary-light:not(:disabled):not(.disabled).active:hover, .btn-secondary-light:not(:disabled):not(.disabled):active:hover {
    background-color: #547351;
    border-color: #547351
}
.btn-info {
    color: #fff;
    background-color: #c6460e;
    border-color: #c6460e
}
.btn-info:hover {
    background-color: #d57a5b;
    border-color: #d57a5b
}
.btn-text {
    color: #7d9074;
    font-size: .95rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none
}
.btn-text:focus, .btn-text:hover {
    color: #547351
}
.rounded-red{
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  margin: 0px !important;

    background: #c6460e;
    border-radius: 100%;
    font-size: 0;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex !important;
    height: 3rem;
    width: 3rem;
    align-content: center;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.rounded-red:before {
        content: "\f054";
        font-size: 16px;
    }
.rounded-red:hover {
        background-color: #d57a5b;
    }
.toggler {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    border-radius: 0;
    transition: all .5s;
    display:flex;
}
.toggler span {
        line-height: 20px;
    }
@media (min-width: 960px) {
.top-bar-container {
        border-bottom: 30px solid #7f7e7e
}
#primary-menu{
    position: static;
  }
    }
#primary-menu li, #primary-menu .sub-menu{
  float: left;
  width: 100%;
}
@media (min-width: 960px){

  #primary-menu li, #primary-menu .sub-menu{
    width: auto;
  }
}
#primary-menu li a {
            width: calc(100% - 35px);
            float: left;
            clear: left;
            padding: 7px 15px;
            color: #fff;
            white-space: nowrap;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 900;
            letter-spacing: 0.45px;
        }
@media (min-width: 960px){

  #primary-menu li a{
    width: 100%;
  }
}
#primary-menu li .arrow {
            width: 35px;
            float: right;
            clear: right;
            border-left: 1px solid #7f7e7e;
            height: 35px;
            padding: 5px 12px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .03em;
            font-size: 15px;
        }
@media (min-width: 960px){

  #primary-menu li .arrow{
    display: none;
  }
}
#primary-menu li .arrow:before{
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#primary-menu li .sub-menu{
  z-index: 50;
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 960px){

  #primary-menu li .sub-menu{
    display: none;
    max-height: none;
    overflow: visible;
  }
}
#primary-menu li.active{
  border-width: 0px;
}
#primary-menu li.active > .sub-menu{
  max-height: 100vh;
}
#primary-menu li.active > .arrow:before {
                    transform: rotate(90deg);
                }
@media (min-width: 960px){

  #primary-menu li:hover > .sub-menu{
    display: block;
  }
}
/*nesting*/
/* First lvl*/
#primary-menu > ul > li {
            border-bottom: 1px solid #7f7e7e;
            background: #646363;
            text-transform: uppercase;
        }
/* Second lvl*/
#primary-menu > ul > li > .sub-menu {
                background: #7f7e7e !important;
                bottom:-30px;
            }
#primary-menu > ul > li > .sub-menu > li {
                    border-bottom: 1px solid #979797;
                    text-transform: none;
                }
#primary-menu > ul > li > .sub-menu > li .arrow {
                        border-color: #979797;
                    }
#primary-menu > ul > li > .sub-menu > li a{
  padding-left: 2rem;
}
/* Third lvl*/
#primary-menu > ul > li > .sub-menu > li > .sub-menu {
                        background: #979797;
                        min-width: 200px;
                    }
#primary-menu > ul > li > .sub-menu > li > .sub-menu a{
  padding-left: 3rem;
  font-weight: 500;
  letter-spacing: 0em;
                            line-height: 18px;
}
@media (min-width: 960px) {
             #primary-menu > ul > li{
    width: 20%;
    border-width: 0px;
    background-color: transparent;
  }
             #primary-menu > ul > li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(125 144 116 / var(--tw-bg-opacity));
  }
                 #primary-menu > ul > li a {
                     font-size: 15px;
                 }

                 /* Second lvl*/
                 #primary-menu > ul > li > .sub-menu{
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: transparent;
                     bottom:-30px;
  }
                     #primary-menu > ul > li > .sub-menu > li{
    position: relative;
    border-width: 0px;
  }
                     #primary-menu > ul > li > .sub-menu > li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(166 177 158 / var(--tw-bg-opacity));
  }

                         #primary-menu > ul > li > .sub-menu > li a {
                             padding:7px 35px 8px 15px;
                             line-height: 1;
                             font-size:15px;
                             font-weight: 600;
                         }
                         /* Third lvl*/
                         #primary-menu > ul > li > .sub-menu > li > .sub-menu{
    position: absolute;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
                             top:30px;
                             background: #979797;
  }
                             #primary-menu > ul > li > .sub-menu > li > .sub-menu > li{
    width: 100%;
  }
                             #primary-menu > ul > li > .sub-menu > li > .sub-menu > li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(166 177 158 / var(--tw-bg-opacity));
  }
                             #primary-menu > ul > li > .sub-menu > li > .sub-menu a{
    padding-left: 0.75rem;
  }
         }
.woocommerce div.product .product_title {
    line-height: 1.15;
    font-family: Dancing Script, cursive;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto}
.woocommerce-breadcrumb{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.woocommerce-breadcrumb a{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(125 144 116 / var(--tw-text-opacity)) !important;
}
.woocommerce-breadcrumb .item:first-child a{
  padding-left: 0px !important;
}
.woocommerce-breadcrumb .item:last-child{
  margin-left: 0.5rem;
}
.woocommerce div.product div.summary{
  margin-bottom: 0px !important;
}
@media (min-width: 960px){

  .woocommerce div.product div.summary{
    margin-top: 1.5rem;
  }
}
.woocommerce-product-details__short-description{
  font-size: 1.6rem;
}
.woocommerce-pagination{
  margin-bottom: 3rem;
}
.woocommerce ul.products li.product a img {
    aspect-ratio: 1/1;
}
.footer .footer-bar .newsletter-col .newsletter-form .form-group .single-product .catcbll_preview_button a {
    height: 31px;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px
}
.footer-box-newsletter .single-product .catcbll_preview_button a {
    font-size: 14px
}
.store-locator .filter-wrapper .single-product .catcbll_preview_button a{
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.flexslider .textbox .text-cont .text-wrap .buttons .single-product .catcbll_preview_button a {
    font-size: 17px;
    text-transform: none;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}
@media (max-width:400px) {
.flexslider .textbox .text-cont .text-wrap .buttons .single-product .catcbll_preview_button a {
        margin-right:0
}
    }
.flexslider .textbox .text-cont .text-wrap .buttons .single-product .catcbll_preview_button a img {
    position: static;
    width: auto;
    height: 25px;
    margin: 0 7px 0 0;
}
@media screen and (max-width: 992px) {
.flexslider .textbox .text-cont .text-wrap .buttons .single-product .catcbll_preview_button a img {
        height: 20px
}
    }
@media screen and (max-width: 400px) {

            .flexslider .buttons .single-product .catcbll_preview_button a:first-child{
    margin-bottom: 1.5rem;
  }
        }
.flexslider .single-product .catcbll_preview_button a{
  display: flex;
  width: 100%;
  align-content: center;
  border-radius: 0px !important;
}
@media screen and (max-width: 960px) {
.flexslider .single-product .catcbll_preview_button a img{
    height: 2rem !important;
  }}
.single-product .catcbll_preview_button a {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0
}
.dd-shortcode-platinum_slideshow .textbox .text-cont .text-wrap .buttons .single-product .catcbll_preview_button a {
    font-size: 17px;
    text-transform: none;
}
.single-product .catcbll_preview_button a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.single-product .catcbll_preview_button a {
    background-color: #c6460e;
    border-color: #c6460e;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    background-color: #295b35;
    border-color: #295b35;
    display: inline-block;
    font-weight: 900;
    color: #252424;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-product .catcbll_preview_button a:focus,.single-product .catcbll_preview_button a:hover {
    box-shadow: none;
    text-decoration: none;
}
.single-product .catcbll_preview_button a {
    color: #fff;
    background-color: #c6460e;
    border-color: #c6460e
}
.single-product .catcbll_preview_button a:hover {
    background-color: #d57a5b;
    border-color: #d57a5b
}
.single-product .catcbll_preview_button a.disabled,.single-product .catcbll_preview_button a.disabled:active,.single-product .catcbll_preview_button a.disabled:focus,.single-product .catcbll_preview_button a.disabled:hover,.single-product .catcbll_preview_button a:disabled,.single-product .catcbll_preview_button a:disabled:active,.single-product .catcbll_preview_button a:disabled:focus,.single-product .catcbll_preview_button a:disabled:hover {
    background-color: #d57a5b;
    border-color: #d57a5b
}
.dd-shortcode-platinum_banner .textbox .single-product .catcbll_preview_button a {
    font-size: 2rem;
    text-transform: none;
    position: relative;
    z-index: 1;
    font-weight: 500
}
@media (max-width:575px) {

    .dd-shortcode-platinum_banner .textbox .single-product .catcbll_preview_button a {
        font-size: 1.4rem
    }
}
@media (max-width:960px) {

    .dd-shortcode-platinum_banner .textbox .single-product .catcbll_preview_button a {
        font-size: 1.7rem
    }
}
.dd-shortcode-platinum_textpicbutton li a:not(.single-product .catcbll_preview_button a),.dd-shortcode-platinum_textpicbutton p a:not(.single-product .catcbll_preview_button a),.dd-shortcode-text li a:not(.single-product .catcbll_preview_button a),.dd-shortcode-text p a:not(.single-product .catcbll_preview_button a) {
    color: #547351;
    text-decoration: underline
}
.dd-shortcode-platinum_textpicbutton li a:not(.single-product .catcbll_preview_button a):hover,.dd-shortcode-platinum_textpicbutton p a:not(.single-product .catcbll_preview_button a):hover,.dd-shortcode-text li a:not(.single-product .catcbll_preview_button a):hover,.dd-shortcode-text p a:not(.single-product .catcbll_preview_button a):hover {
    text-decoration: none
}
.single-product .product_meta{
  display: none;
}
.single-product .fancybox-caption.fancybox-caption--separate{
  display: none;
}
.single-product .fancybox-slide--image .fancybox-content{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.single-product .wpgs-nav{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.single-product .wpgs-nav .slick-slide{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 768px){

  .single-product .single-related-products{
    clear: both;
  }
}
.single-product .single-product-description{
  margin-bottom: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){

  .single-product .single-product-description{
    clear: both;
  }
}
@media (min-width: 960px){

  .single-product .single-product-description{
    float: right;
    clear: none;
    width: 48%;
  }
}
.single-product .single-product-description h2{
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(71 71 70 / var(--tw-text-opacity));
}
.single-product .single-product-description h2 strong{
  font-weight: 600;
}
.search-form .search-submit,.search-form .search-field {
    height: 25px;
    background: #fff;
    color: #4a4949;
    border: none;
    margin: 1px 0
}
.search-form .search-submit:focus,.search-form .search-field:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}
.search-form .search-field {
    padding: 4px 8px
}
.search-form .search-field::-webkit-input-placeholder {
    color: #979797;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}
.search-form .search-field:-moz-placeholder {
    color: #979797;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1
}
.search-form .search-field::-moz-placeholder {
    color: #979797;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1
}
.search-form .search-field:-ms-input-placeholder {
    color: #979797;
    font-weight: 700;
    text-transform: uppercase
}
.search-form .search-submit {
    font-size: 0;
    color: #547351;
    padding: 10px;

}
.search-form i {
    padding:5px;
    font-size: 16px;
}
.platinum_bannerMobileImageCol{
  margin-bottom: 1.5rem;
}
.dd-shortcode-platinum_banner {
    position: relative;
    min-height: 215px;
}
.dd-shortcode-platinum_banner .row {
    display:flex;
}
.dd-shortcode-platinum_banner .textbox {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 90;
    text-align: left;
    margin-top: -50px
}
.dd-shortcode-platinum_banner .textbox h2 {
    color: #646363;
    font-size: 3.85rem;
    line-height:1.15;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.dd-shortcode-platinum_banner .textbox .btn {
    font-size: 2rem;
    text-transform: none;
    position: relative;
    z-index: 1;
    font-weight: 500
}
.dd-shortcode-platinum_banner .platinum_bannerTextCol.order-md-1 .textbox {
    right: 0
}
.dd-shortcode-platinum_banner .platinum_bannerImageCol.order-md-1 img {
    display: block;
    margin-left: auto
}
.dd-shortcode-platinum_banner .platinum_bannerImageCol.order-md-0 img {
    display: block;
    margin-right: auto
}
.dd-shortcode-platinum_banner.pic-left {
    text-align: left
}
.dd-shortcode-platinum_banner.pic-left .textbox {
    left: auto;
    right: 0
}
@media (max-width:575px) {
    .dd-shortcode-platinum_banner .textbox h2 {
        font-size: 2.8rem;
        margin-bottom: 5px
    }

    .dd-shortcode-platinum_banner .textbox .btn {
        font-size: 1.4rem
    }
}
@media (max-width:960px) {
    .dd-shortcode-platinum_banner .textbox {
        position: relative;
        left: 0;
        top: 0;
        z-index: 99;
        margin-top: 20px
    }

    .dd-shortcode-platinum_banner .textbox h2 {
        font-size: 3.5rem;
        margin-bottom: 5px
    }

    .dd-shortcode-platinum_banner .textbox h2 br {
        display: none
    }

    .dd-shortcode-platinum_banner .textbox .btn {
        font-size: 1.7rem
    }

    .dd-shortcode-platinum_banner img {
        max-height: 320px
    }

    .dd-shortcode-platinum_banner.pic-left {
        text-align: left
    }

    .dd-shortcode-platinum_banner.pic-left .textbox {
        text-align: left
    }
}
.dd-shortcode-platinum_textdropdown{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dd-shortcode-platinum_textdropdown .row{
  display: flex;
}
.dd-shortcode-text h2{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 1rem !important;
  padding-top: 3rem !important;
  font-weight: 500 !important;
        line-height: 1.25;
}
.dd-shortcode-platinum_textdropdown .teaser {
    display: block;
    padding: 0
}
.dd-shortcode-platinum_textdropdown .more {
    display: none;
    padding: 15px 0 10px;
}
.dd-shortcode-platinum_textdropdown .trigger {
    display: block;
    padding: 15px 0 15px 0;
    text-align: center
}
.dd-shortcode-platinum_textdropdown .trigger a {
    font-size: 27px;
    color: #7d9074;
    text-decoration: none
}
.dd-shortcode-platinum_textdropdown .trigger a:hover {
    color: #547351;
    text-decoration: none
}
.dd-shortcode-platinum_textdropdown .trigger .read-more {
    display: inline-block
}
.dd-shortcode-platinum_textdropdown .trigger .read-less {
    display: none
}
.dd-shortcode-platinum_textdropdown h2.mainhead, .dd-shortcode-platinum_textdropdown h3.mainhead {
    font-weight: 500;
    margin: 0;
    display: flex;

}
.dd-shortcode-platinum_textdropdown h2.mainhead a:hover, .dd-shortcode-platinum_textdropdown h2.mainhead:hover a, .dd-shortcode-platinum_textdropdown h3.mainhead a:hover, .dd-shortcode-platinum_textdropdown h3.mainhead:hover a {
    color: #547351
}
.dd-shortcode-platinum_textdropdown h2.mainhead .trigger, .dd-shortcode-platinum_textdropdown h3.mainhead .trigger {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 auto
}
.dd-shortcode-platinum_textdropdown h2.mainhead .trigger a, .dd-shortcode-platinum_textdropdown h3.mainhead .trigger a {
    font-size: 24px
}
.dd-shortcode-platinum_textdropdown h3.mainhead {
    font-size: 20px
}
.dd-shortcode-platinum_textdropdown h3.mainhead .trigger a {
    font-size: 22px
}
.dd-shortcode-platinum_textdropdown.open .more {
    display: block
}
.dd-shortcode-platinum_textdropdown.open .trigger .read-more {
    display: none
}
.dd-shortcode-platinum_textdropdown.open .trigger .read-less {
    display: inline-block
}
.dd-shortcode-platinum_textpicbutton li a:not(.btn),.dd-shortcode-platinum_textpicbutton p a:not(.btn),.dd-shortcode-text li a:not(.btn),.dd-shortcode-text p a:not(.btn) {
    color: #547351;
    text-decoration: underline
}
.dd-shortcode-platinum_textpicbutton li a:not(.btn):hover,.dd-shortcode-platinum_textpicbutton p a:not(.btn):hover,.dd-shortcode-text li a:not(.btn):hover,.dd-shortcode-text p a:not(.btn):hover {
    text-decoration: none
}
.dd-col-platinum_textdropdown,.dd-shortcode-platinum_anchor,.dd-shortcode-platinum_anchormenu,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth),.dd-shortcode-text,.tab-content {
    line-height: 1.6em;
    font-size: 16px
}
.dd-col-platinum_textdropdown h2,.dd-shortcode-platinum_anchor h2,.dd-shortcode-platinum_anchormenu h2,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h2,.dd-shortcode-text h2,.tab-content h2 {
    font-weight: 300
}
.dd-col-platinum_textdropdown h3,.dd-shortcode-platinum_anchor h3,.dd-shortcode-platinum_anchormenu h3,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h3,.dd-shortcode-text h3,.tab-content h3 {
    font-weight: 300
}
.dd-col-platinum_textdropdown h2,.dd-col-platinum_textdropdown h3,.dd-col-platinum_textdropdown h4,.dd-col-platinum_textdropdown h5,.dd-col-platinum_textdropdown h6,.dd-shortcode-platinum_anchor h2,.dd-shortcode-platinum_anchor h3,.dd-shortcode-platinum_anchor h4,.dd-shortcode-platinum_anchor h5,.dd-shortcode-platinum_anchor h6,.dd-shortcode-platinum_anchormenu h2,.dd-shortcode-platinum_anchormenu h3,.dd-shortcode-platinum_anchormenu h4,.dd-shortcode-platinum_anchormenu h5,.dd-shortcode-platinum_anchormenu h6,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h2,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h3,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h4,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h5,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth) h6,.dd-shortcode-text h2,.dd-shortcode-text h3,.dd-shortcode-text h4,.dd-shortcode-text h5,.dd-shortcode-text h6,.tab-content h2,.tab-content h3,.tab-content h4,.tab-content h5,.tab-content h6 {
    margin-bottom: 10px;
    margin-top: 25px
}
.dd-col-platinum_textdropdown>*,.dd-shortcode-platinum_anchor>*,.dd-shortcode-platinum_anchormenu>*,.dd-shortcode-platinum_textpicbutton:not(.cmshelperFullWidth)>*,.dd-shortcode-text>*,.tab-content>* {
    margin-top: 0
}
#description ul,#gn2_abo_interval_notes ul,.accountLoginView .card-body ul,.cmsContent ul,.dd-shortcode-platinum_textdropdown ul,.dd-shortcode-platinum_textpicbutton ul,.dd-shortcode-text ul,.dd-ve-container ul,.details .tab-content ul {
    padding-left: 0;
    list-style: none
}
#description ul li,#gn2_abo_interval_notes ul li,.accountLoginView .card-body ul li,.cmsContent ul li,.dd-shortcode-platinum_textdropdown ul li,.dd-shortcode-platinum_textpicbutton ul li,.dd-shortcode-text ul li,.dd-ve-container ul li,.details .tab-content ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px
}
#description ul li:before,#gn2_abo_interval_notes ul li:before,.accountLoginView .card-body ul li:before,.cmsContent ul li:before,.dd-shortcode-platinum_textdropdown ul li:before,.dd-shortcode-platinum_textpicbutton ul li:before,.dd-shortcode-text ul li:before,.dd-ve-container ul li:before,.details .tab-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "★";
    font-size: 15px;
    color: #7d9074
}
#description ul.checklist li:before,#gn2_abo_interval_notes ul.checklist li:before,.accountLoginView .card-body ul.checklist li:before,.cmsContent ul.checklist li:before,.dd-shortcode-platinum_textdropdown ul.checklist li:before,.dd-shortcode-platinum_textpicbutton ul.checklist li:before,.dd-shortcode-text ul.checklist li:before,.dd-ve-container ul.checklist li:before,.details .tab-content ul.checklist li:before {
    content: "✓";
    font-size: 20px;
    left: 1px;
    top: 0
}
.woocommerce .products ul, .woocommerce ul.products{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 576px){

  .woocommerce .products ul, .woocommerce ul.products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){

  .woocommerce .products ul, .woocommerce ul.products{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 960px){

  .woocommerce .products ul, .woocommerce ul.products{
    gap: 3rem;
  }
}
.woocommerce .products ul:before, .woocommerce ul.products:before{
  display: none;
}
.woocommerce .products ul li, .woocommerce ul.products li{
  float: none !important;
  margin: 0px !important;
  width: 100% !important;
  padding-bottom: 3rem !important;
        border: 1px solid #cacaca;
}
.woocommerce .products ul li .button, .woocommerce ul.products li .button{
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  margin: 0px !important;

            background: #c6460e;
            border-radius: 100%;
            font-size: 0;
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;

            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: flex !important;
            height: 3rem;
            width: 3rem;
            align-content: center;
            align-items: center;
            justify-content: center;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
}
.woocommerce .products ul li .button:before, .woocommerce ul.products li .button:before {
                content: "\f054";
                font-size: 16px;
            }
.woocommerce .products ul li .button:hover, .woocommerce ul.products li .button:hover {
                background-color: #d57a5b;
            }
.woocommerce .products ul li.product-category, .woocommerce ul.products li.product-category{
  padding-bottom: 0px !important;
}
.woocommerce .products ul li.product-category .count, .woocommerce ul.products li.product-category .count{
  display: none;
}
.woocommerce .products ul li.product-category h2, .woocommerce ul.products li.product-category h2 {
                font-size: 15px;
                background: #f0f0f0;
                font-weight: 700;
                text-transform: uppercase;
            }
.woocommerce .products ul li.product-category a:hover h2, .woocommerce ul.products li.product-category a:hover h2{
  --tw-text-opacity: 1;
  color: rgb(84 115 81 / var(--tw-text-opacity));
}
.woocommerce .woocommerce-ordering{
  order: 2;
  width: 100%;
  text-align: right;
}
@media (min-width: 576px){

  .woocommerce .woocommerce-ordering{
    width: auto;
  }
}
.woocommerce .woocommerce-ordering select {
            background-color: #979797;
            border-color: #979797;
            color: #fff;
            padding: 10px 15px;
            width: 100%;
            text-align: left;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 900;
            text-transform: uppercase;
        }
@media (min-width: 960px) {
.woocommerce .woocommerce-ordering {
            max-width:165px
    }
        }
.woocommerce-result-count{
  display: none;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border:0;
}
.woocommerce ul.products li.product a img{
  margin-bottom: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
  padding: 1.5rem !important;
    font-size: 15px;
}
.wc-block-product-template{
  margin: 0px !important;
}
.wc-block-product-template .wp-block-woocommerce-product-price, .wc-block-product-template .wp-block-button{
  display: none !important;
}
.wc-block-product-template .flex-direction-nav{
  display: none;
}
.wc-block-product-template li{
  position: relative;
}
.wc-block-product-template li:before {
            content: "";
            position: absolute;
            inset: 0;
            border: 1px solid #cacaca;
            pointer-events: none;
            z-index: 1;
        }
.wc-block-product-template li h3 {
            padding: 1.5rem !important;
            margin: 0px !important;
            text-align: left;
            --tw-text-opacity: 1;
            color: rgb(125 144 116 / var(--tw-text-opacity));
        }
.wc-block-product-template li h3 a {
                font-size: 15px;
                --tw-text-opacity: 1;
                color: rgb(125 144 116 / var(--tw-text-opacity));
                text-decoration-line: none;
            }
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-darkgreen:hover{
  --tw-text-opacity: 1;
  color: rgb(84 115 81 / var(--tw-text-opacity));
}
.hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgb(125 144 116 / var(--tw-text-opacity));
}
.hover\:text-lightgreen:hover{
  --tw-text-opacity: 1;
  color: rgb(166 177 158 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(71 71 70 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.peer:checked ~ .peer-checked\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:opacity-100{
  opacity: 1;
}
@media (min-width: 576px){

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 768px){

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:text-3xl{
    font-size: 2.4rem;
  }
}
@media (min-width: 960px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:bottom-6{
    bottom: 1.5rem;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:z-10{
    z-index: 10;
  }

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

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

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-none{
    max-height: none;
  }

  .lg\:w-\[340px\]{
    width: 340px;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:text-2xl{
    font-size: 2rem;
  }

  .lg\:text-4xl{
    font-size: 3rem;
  }

  .lg\:text-5xl{
    font-size: 3.8rem;
  }

  .lg\:text-lg{
    font-size: 1.6rem;
  }
}
@media (min-width: 1140px){

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-12{
    gap: 3rem;
  }
}
@media (max-width: 479px){

  .max-xs\:max-w-\[300px\]{
    max-width: 300px;
  }
}
@media (max-width: 959px){

  .max-lg\:absolute{
    position: absolute;
  }

  .max-lg\:left-0{
    left: 0px;
  }

  .max-lg\:top-0{
    top: 0px;
  }

  .max-lg\:z-50{
    z-index: 50;
  }

  .max-lg\:max-h-full{
    max-height: 100%;
  }

  .max-lg\:w-full{
    width: 100%;
  }

  .max-lg\:flex-grow{
    flex-grow: 1;
  }

  .max-lg\:pt-\[63px\]{
    padding-top: 63px;
  }
}
