@charset "UTF-8";
/**
 *
 * --------------------------------------------------------
 * Water Filter Spot
 * --------------------------------------------------------
 *
 * TABLE OF CONTENTS
 *
 * Root
 * Base
 * Header
 * Page Title
 * Layout
 * Footer
 * Widgets
 * Blocks
 * Responsive
 * Icons
 *
 */
:root {
  --wd-gray-50: #fafafa;
  --wd-gray-75: #f6f6f6;
  --wd-gray-100: #f2f2f2;
  --wd-gray-150: #eeeeee;
  --wd-gray-200: #e6e6e6;
  --wd-gray-300: #cccccc;
  --wd-gray-400: #b3b3b3;
  --wd-gray-500: #808080;
  --wd-gray-600: #666666;
  --wd-gray-700: #4d4d4d;
  --wd-gray-800: #333333;
  --wd-gray-900: #1a1a1a;
  --wd-box-shadow: 0 0 0 1px rgba(53,72,91,.1), 0 3px 2px rgba(0,0,0,.04), 0 7px 5px rgba(0,0,0,.02);
  --wd-box-shadow-hover: 0 0 0 1px rgba(53,72,91,.17), 0 3px 2px rgba(0,0,0,.06), 0 7px 5px rgba(0,0,0,.04);
  --wd-site-width: 1280px;
  --wd-header-height: 90px;
  --wd-spacing-vertical: 30px;
}

@font-face {
  font-family: "wd-icons";
  font-display: swap;
  src: local("wd-icons"), local("wd-icons"), url("../fonts/wd-icons/wd-icons.ttf?wuhtuk") format("truetype"), url("../fonts/wd-icons/wd-icons.woff?wuhtuk") format("woff"), url("../fonts/wd-icons/wd-icons.svg?wuhtuk#wd-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wd-icon {
  font-family: "wd-icons";
  font-display: swap;
  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;
}

.wd-icon-user:before {
  content: "\f007";
}

.wd-icon-image:before {
  content: "\f03e";
}

.wd-icon-chevron-left:before {
  content: "\f053";
}

.wd-icon-chevron-right:before {
  content: "\f054";
}

.wd-icon-plus:before {
  content: "\f067";
}

.wd-icon-minus:before {
  content: "\f068";
}

.wd-icon-chevron-up:before {
  content: "\f077";
}

.wd-icon-chevron-down:before {
  content: "\f078";
}

.wd-icon-envelope:before {
  content: "\f0e0";
}

.wd-icon-angle-double-left:before {
  content: "\f100";
}

.wd-icon-angle-double-right:before {
  content: "\f101";
}

.wd-icon-long-arrow-left:before {
  content: "\f177";
}

.wd-icon-long-arrow-right:before {
  content: "\f178";
}

.wd-icon-fire-alt:before {
  content: "\f7e4";
}

.wd-icon-home-alt:before {
  content: "\f80a";
}

.wd-icon-search:before {
  content: "\f002";
}

.wd-icon-times:before {
  content: "\f00d";
}

.wd-icon-twitter:before {
  content: "\f099";
}

.wd-icon-linkedin-in:before {
  content: "\f0e1";
}

.wd-icon-instagram:before {
  content: "\f16d";
}

.wd-icon-pinterest-p:before {
  content: "\f231";
}

.wd-icon-facebook-f:before {
  content: "\f39e";
}

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

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--wd-font-family);
  font-size: var(--wd-font-size);
  line-height: var(--wd-line-height);
  color: var(--wd-text-color);
  background-color: #fff;
}

iframe, audio, video, canvas, progress, article, aside, details,
figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

embed, iframe, object, audio, video, input, button {
  max-width: 100%;
}

table,
th,
td {
  border: 1px solid var(--wd-gray-200);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  margin: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: var(--wd-font-weight-700);
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.7em;
}

figure {
  margin: 0;
  max-width: 100%;
}
figure picture {
  display: flex;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-width: inherit;
}

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

code {
  padding: 0.2em 0.4em;
  font-size: 85%;
  border-radius: 3px;
  background-color: var(--wd-gray-100);
}

pre {
  overflow: auto;
  display: block;
  font-size: 85%;
  color: #333;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid var(--wd-gray-200);
  background-color: var(--wd-gray-50);
}
pre code {
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  background-color: transparent;
}

img {
  border: 0;
  outline: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

hr {
  border: 0;
  border-top: 1px solid var(--wd-gray-200);
}

hr.wp-block-separator:not(.has-text-color):not(.has-background):not(.is-style-dots) {
  border: 0;
  border-top: 1px solid var(--wd-gray-200);
}

hr.wp-block-separator:not(.is-style-dots) {
  border: 0;
  border-top: 1px solid currentColor;
}

blockquote {
  padding: 25px;
  margin: 0 15px;
  border-left: 4px solid var(--wd-accent-400);
  background-color: var(--wd-gray-50);
}
blockquote cite {
  display: block;
  font-size: 80%;
}
blockquote cite:before {
  content: "―";
  margin-right: 4px;
}

q:before, q:after {
  font-size: 140%;
  font-weight: bold;
  font-family: "Georgia";
}
q:before {
  content: "“";
  margin-right: 4px;
}
q:after {
  content: "”";
  margin-left: 4px;
}

.wd-h1,
.wd-h2,
.wd-h3,
.wd-h4,
.wd-h5,
.wd-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  word-wrap: break-word;
  color: var(--wd-heading-color);
}

.wd-h1,
h1 {
  font-size: var(--wd-h1-font-size);
  line-height: 1.3em;
}

.wd-h2,
h2 {
  font-size: var(--wd-h2-font-size);
  line-height: 1.4em;
}

.wd-h3,
h3 {
  font-size: var(--wd-h3-font-size);
  line-height: 1.4em;
}

.wd-h4,
h4 {
  font-size: var(--wd-h4-font-size);
  line-height: 1.4em;
}

.wd-h5,
h5 {
  font-size: var(--wd-h5-font-size);
  line-height: 1.4em;
}

.wd-h6,
h6 {
  font-size: var(--wd-h6-font-size);
  line-height: 1.5em;
}

a {
  color: var(--wd-accent-400);
  text-decoration: none;
  transition-property: color, background-color, border-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:hover {
  color: var(--wd-accent-800);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.7em;
  font-family: var(--wd-font-family);
  line-height: inherit;
  user-select: none;
  font-size: 14px;
  color: var(--wd-gray-800);
  border: 1px solid var(--wd-gray-400);
  background-color: #fff;
  transition: all 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--wd-accent-400);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--wd-gray-500);
}

input[type=reset],
input[type=submit],
button[type=submit] {
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--wd-heading-font-family);
  font-size: 13px;
  font-weight: var(--wd-font-weight-700);
  line-height: 1;
  padding: 1em;
  user-select: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: background 0.2s;
  background-color: var(--wd-accent-400);
  transition: all 0.2s;
}
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: var(--wd-accent-500);
}
input[type=reset]:active,
input[type=submit]:active,
button[type=submit]:active {
  background-color: var(--wd-accent-600);
}
input[type=reset]:focus,
input[type=submit]:focus,
button[type=submit]:focus {
  outline: none;
}

.wd-container {
  margin-right: auto;
  margin-left: auto;
  width: var(--wd-site-width);
  max-width: 100%;
}

.wd-container-spacing {
  max-width: calc(100% - 40px);
}

.wd-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
}

.wd-column {
  flex: 1 0 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.wd-columns-10px {
  margin-left: -10px;
  margin-right: -10px;
}
.wd-columns-10px .wd-column {
  padding-right: 10px;
  padding-left: 10px;
}

.wd-columns-5px {
  margin-left: -5px;
  margin-right: -5px;
}
.wd-columns-5px .wd-column {
  padding-right: 5px;
  padding-left: 5px;
}

.wd-column-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%;
}

.wd-column-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

.wd-column-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

.wd-column-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

.wd-column-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%;
}

.wd-column-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.wd-column-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%;
}

.wd-column-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}

.wd-column-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}

.wd-column-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%;
}

.wd-column-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%;
}

.wd-column-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.wd-column-five {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}

.wd-columns-1 .wd-column {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%;
}

.wd-columns-2 .wd-column {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

.wd-columns-3 .wd-column {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

.wd-columns-4 .wd-column {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}

.wd-columns-5 .wd-column {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%;
}

.wd-columns-6 .wd-column {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.wd-columns-7 .wd-column {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%;
}

.wd-columns-8 .wd-column {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
}

.wd-columns-9 .wd-column {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}

.wd-columns-10 .wd-column {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%;
}

.wd-columns-11 .wd-column {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%;
}

.wd-columns-12 .wd-column {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.wd-columns-five .wd-column {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}

.wd-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wd-content {
  flex-grow: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
.wd-content > *:not(.alignfull):not(.alignwide) {
  margin-left: auto;
  margin-right: auto;
  width: var(--wd-site-width);
  max-width: calc(100% - 40px);
}

.wd-content > *,
.wd-page-content > * {
  margin-top: var(--wd-spacing-vertical);
  margin-bottom: var(--wd-spacing-vertical);
}
.wd-content > *:first-child,
.wd-page-content > *:first-child {
  margin-top: 0;
}
.wd-content > *:last-child,
.wd-page-content > *:last-child {
  margin-bottom: 0;
}
.wd-content > [class=wp-block-image]:first-child,
.wd-page-content > [class=wp-block-image]:first-child {
  margin-bottom: 0;
}
.wd-content > [class=wp-block-image]:first-child + *,
.wd-page-content > [class=wp-block-image]:first-child + * {
  margin-top: 0;
}
.wd-content > [class=wp-block-image]:first-child figure:not(.alignleft):not(.alignright),
.wd-page-content > [class=wp-block-image]:first-child figure:not(.alignleft):not(.alignright) {
  margin-bottom: var(--wd-spacing-vertical);
}

.wd-entry-content a {
  color: var(--wd-content-link-color);
  text-decoration: underline;
}
.wd-entry-content a:hover {
  color: var(--wd-content-link-hover-color);
}

.home .wd-content > div:last-child > div {
  padding-bottom: 0;
}

.wd-header + .wd-content {
  padding-top: 0;
}

.alignfull .wd-container {
  max-width: calc(100% - 40px);
}

.alignwide {
  margin-left: auto;
  margin-right: auto;
  width: calc(var(--wd-site-width) + 120px);
  max-width: calc(100% - 40px);
}

.aligncenter {
  clear: left;
}

.wd-page-with-sidebar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
.wd-page-with-sidebar .wd-page-content {
  width: 75%;
}
.wd-page-with-sidebar .wd-page-sidebar {
  width: calc(25% - 30px);
}

.wp-block-image figcaption {
  font-size: 14px;
  text-align: center;
}

.wd-header {
  height: var(--wd-header-height);
}

.home .wd-header {
  height: auto;
}
.home .wd-header-desktop {
  background-color: transparent;
}

.wd-header-desktop {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  background-color: var(--wd-accent-400);
  transition: all 0.2s;
}

.wd-container-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.wd-header-logo a {
  display: flex;
  align-items: center;
  height: var(--wd-header-height);
  text-decoration: none;
}
.wd-header-logo svg {
  fill: #fff;
  height: calc(var(--wd-header-height) - 30px);
  transition: all 0.2s;
}

.wd-header-assign {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-600);
  font-size: 14px;
  height: var(--wd-header-height);
  color: var(--wd-accent-800);
}

.wd-desktop-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wd-desktop-navigation ul li {
  position: relative;
}
.wd-desktop-navigation ul li a {
  position: relative;
  font-family: var(--wd-heading-font-family);
  font-weight: 600;
  text-decoration: none;
}
.wd-desktop-navigation > ul {
  display: flex;
}
.wd-desktop-navigation > ul > li:last-child {
  margin-right: 0;
}
.wd-desktop-navigation > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wd-header-height);
  font-size: 16px;
  line-height: 1em;
  padding: 0 20px;
  transition: none;
  color: #fff;
}
.wd-desktop-navigation > ul > li > a:hover {
  color: #fff;
  background-color: var(--wd-accent-900);
}
.wd-desktop-navigation > ul > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "wd-icons";
  font-size: 12px;
  line-height: 1em;
  margin-left: 4px;
  margin-top: 2px;
}
.wd-desktop-navigation > ul > li > .wd--submenu {
  top: calc(100% + 10px);
}
.wd-desktop-navigation > ul > li > .wd--submenu.wd--submenu-opened {
  top: 100%;
}
.wd-desktop-navigation .wd--submenu {
  position: absolute;
  z-index: 1;
  display: flex;
  left: calc(50% - 150px);
  width: 300px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  will-change: transform;
}
.wd-desktop-navigation .wd--submenu .wd--submenu {
  top: 10px;
  left: 100%;
}
.wd-desktop-navigation .wd--submenu .wd--submenu.wd--submenu-opened {
  top: 0;
}
.wd-desktop-navigation .wd--submenu .wd--subsposition {
  left: auto;
  right: 100%;
}
.wd-desktop-navigation .wd--subposition {
  left: auto;
  right: 0;
}
.wd-desktop-navigation .o,
.wd-desktop-navigation .wd--submenu-opened {
  opacity: 1;
  visibility: visible;
}
.wd-desktop-navigation .o .wd--submenu-opened,
.wd-desktop-navigation .wd--submenu-opened .wd--submenu-opened {
  margin-left: 0;
  margin-right: 0;
}
.wd-desktop-navigation .wd--submenu-position-left {
  left: 0;
  transform: none;
}
.wd-desktop-navigation .wd--submenu-position-right {
  left: auto;
  right: 0;
  transform: none;
}
.wd-desktop-navigation .wd--column {
  left: 50%;
  transform: translateX(-50%);
}
.wd-desktop-navigation .wd--column > .wd-menu-list {
  padding: 15px;
}
.wd-desktop-navigation .wd--column > .wd-menu-list > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
.wd-desktop-navigation .wd--column > .wd-menu-list > ul > li {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.wd-desktop-navigation .wd--column > .wd-menu-list > ul > li > a {
  padding: 10px 0;
}
.wd-desktop-navigation .wd--column-2 {
  width: 650px;
}
.wd-desktop-navigation .wd--column-2 > .wd-menu-list > ul > li {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}
.wd-desktop-navigation .wd--column-3 {
  width: 700px;
}
.wd-desktop-navigation .wd--column-3 > .wd-menu-list > ul > li {
  width: 33.333%;
  max-width: 33.333%;
  flex-basis: 33.333%;
}
.wd-desktop-navigation .wd-menu-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wd-desktop-navigation .wd-menu-list ul {
  display: flex;
  flex-direction: column;
}
.wd-desktop-navigation .wd-menu-list ul li a {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 10px;
  color: var(--wd-accent-400);
}
.wd-desktop-navigation .wd-menu-list ul li a:hover {
  color: var(--wd-accent-800);
}
.wd-desktop-navigation .wd-menu-list ul li.menu-item-has-children > a {
  padding-right: 20px;
}
.wd-desktop-navigation .wd-menu-list ul li.menu-item-has-children > a:after {
  content: "\f054";
  font-family: "wd-icons";
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.wd-desktop-navigation .wd-category-list {
  width: 200px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6em;
  display: flex;
  grid-gap: 10px;
  flex-direction: column;
}
.wd-desktop-navigation .wd-category-list a {
  display: block;
  padding: 10px;
  color: var(--wd-accent-900);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  text-decoration: none;
}
.wd-desktop-navigation .wd-category-list a:hover {
  background-color: #f7f7f7;
}
.wd-desktop-navigation .wd-category-list + .wd-menu-list {
  background-color: #f5f5f5;
}
.wd-desktop-navigation .wd-menu-title,
.wd-desktop-navigation .wd-category-title {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.6em;
  color: var(--wd-accent-900);
}
.wd-desktop-navigation .wd-menu-button {
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  color: #fff;
  background-color: var(--wd-accent-400);
}
.wd-desktop-navigation .wd-menu-button:hover {
  background-color: var(--wd-accent-900);
}

.wd-mobile-menu-hamburg a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wd-header-height);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.wd-mobile-menu-hamburg a span {
  font-size: 14px;
  line-height: 1em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  margin-right: 6px;
}
.wd-mobile-menu-hamburg a i {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  background-color: currentColor;
}
.wd-mobile-menu-hamburg a i:after, .wd-mobile-menu-hamburg a i:before {
  content: "";
  position: absolute;
  left: 4px;
  right: 0;
  top: -7px;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s;
}
.wd-mobile-menu-hamburg a i:after {
  left: 8px;
  top: 7px;
}

.wd-header-mobile {
  position: fixed;
  z-index: 999999;
  left: -325px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 300px;
  max-width: 90%;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.2);
  transition: left 0.65s cubic-bezier(0.83, 0, 0.19, 1);
}

.wd-header-mobile-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.65s cubic-bezier(0.83, 0, 0.19, 1);
}

.wd-mobile-menu-open .wd-header-mobile {
  left: 0;
}
.wd-mobile-menu-open .wd-header-mobile-overlay {
  opacity: 1;
  visibility: visible;
}
.wd-mobile-menu-open .wd-mobile-menu-hamburg a i:after, .wd-mobile-menu-open .wd-mobile-menu-hamburg a i:before {
  left: 0;
  right: 4px;
}
.wd-mobile-menu-open .wd-mobile-menu-hamburg a i:after {
  right: 8px;
  left: 0;
}

.wd-mobile-menu-close span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  color: #212121;
  border-bottom: 1px solid var(--wd-gray-200);
}
.wd-mobile-menu-close span:hover {
  color: var(--wd-accent-400);
}

.wd-mobile-navigation ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wd-mobile-navigation ul li {
  position: relative;
}
.wd-mobile-navigation ul li span {
  display: flex;
  border-bottom: 1px solid var(--wd-gray-200);
}
.wd-mobile-navigation ul li a {
  flex: 1;
  padding: 15px;
  font-size: 14px;
  line-height: 1.2em;
  font-family: var(--wd-heading-font-family);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--wd-accent-900);
  user-select: none;
  transition: color 0.2s;
}
.wd-mobile-navigation ul li a:hover {
  color: var(--wd-accent-400);
}
.wd-mobile-navigation ul li i {
  cursor: pointer;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--wd-gray-200);
  font-size: 12px;
  line-height: 1;
}
.wd-mobile-navigation ul li li a {
  padding-left: 15px;
  font-size: 14px;
  font-weight: var(--wd-font-weight-600);
  text-transform: none;
}
.wd-mobile-navigation ul li li a:before {
  content: "–";
  opacity: 0.5;
  margin-right: 4px;
}
.wd-mobile-navigation ul li li li a {
  padding-left: 25px;
}
.wd-mobile-navigation ul ul {
  display: none;
}
.wd-mobile-navigation .wd-dropdown-opened > span {
  background-color: var(--wd-gray-50);
}
.wd-mobile-navigation .wd-dropdown-opened > span > i {
  color: var(--wd-accent-400);
}
.wd-mobile-navigation .wd-dropdown-opened > span > i:before {
  transform: rotate(-180deg);
}
.wd-mobile-navigation .wd-dropdown-opened > ul {
  display: flex;
}

.wd-header-sticky {
  background-color: #fff !important;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
}
.wd-header-sticky .wd-header-logo svg {
  fill: var(--wd-accent-400);
}
.wd-header-sticky .wd-desktop-navigation > ul > li > a {
  color: var(--wd-accent-900);
}
.wd-header-sticky .wd-desktop-navigation > ul > li > a:hover {
  color: #fff;
  background-color: var(--wd-accent-400);
}
.wd-header-sticky .wd-mobile-menu-hamburg a {
  color: var(--wd-accent-900);
}

.wd-page-title {
  background-color: var(--wd-accent-400);
}
.wd-page-title h1 {
  font-size: 48px;
  font-weight: var(--wd-font-weight-800);
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.wd-page-title p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.wd-page-title-inner {
  display: flex;
  grid-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wd-breadcrumb {
  display: flex;
  text-align: center;
  font-family: var(--wd-heading-font-family);
  font-size: 14px;
  font-weight: var(--wd-font-weight-600);
  line-height: 1.2em;
  color: #fff;
}
.wd-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.wd-breadcrumb a:hover {
  color: inherit;
  opacity: 0.65;
}
.wd-breadcrumb .breadcrumb_last {
  display: inline-block;
  opacity: 0.75;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  text-overflow: ellipsis;
}

.wd-blog {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wd-blog .wd-row {
  margin-bottom: -50px;
}
.wd-blog .wd-column {
  margin-bottom: 50px;
}
.wd-blog .wd--inner {
  display: flex;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity, transform;
}
.wd-blog .wd--loaded .wd--inner {
  opacity: 1;
}
.wd-blog figure {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 225px;
  max-height: 225px;
  transition: opacity 0.2s;
  background-color: #eee;
}
.wd-blog figure i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ccc;
}
.wd-blog figure img {
  object-fit: cover;
}
.wd-blog h2 {
  font-family: var(--wd-heading-font-family);
  font-size: 18px;
  font-weight: var(--wd-font-weight-700);
  padding: 15px 15px 0 15px;
  text-align: center;
  color: inherit;
}
.wd-blog .wd--link {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: var(--wd-accent-400);
  text-decoration: none;
}
.wd-blog .wd--link:hover {
  color: var(--wd-accent-800);
}

.wd-loadmore {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.wd-loadmore a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 12px;
  line-height: 1;
  height: 40px;
  min-width: 40px;
  padding: 0 28px;
  color: #fff;
  background-color: var(--wd-accent-400);
  transition: all 0.125s;
  text-decoration: none;
}
.wd-loadmore a:hover {
  color: #fff;
  background-color: var(--wd-accent-600);
}
.wd-loadmore .wd--text {
  white-space: nowrap;
}
.wd-loadmore.wd--loading a {
  padding: 0;
  border-radius: 100%;
  background-color: var(--wd-accent-200);
}
.wd-loadmore.wd--loading .wd--text {
  display: none;
}
.wd-loadmore.wd--loading .wd--loader {
  display: block;
}
.wd-loadmore .wd--loader {
  display: none;
  text-align: center;
}
.wd-loadmore .wd--loader-effect {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  border-top: 1px solid var(--wd-accent-400);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  animation: spin 0.5s ease infinite;
}

.wd-loading {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -18px;
}

.wd-loading-effect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--wd-accent-200);
  border-radius: 100%;
}
.wd-loading-effect:before {
  content: "";
  display: inline-flex;
  border: 1px solid #fff;
  border-top: 1px solid var(--wd-accent-500);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  animation: spin 0.5s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wd-no-posts {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.wd-no-posts p {
  margin-bottom: 10px;
}
.wd-no-posts .wd--search-text {
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
}
.wd-no-posts .wd-search-form {
  max-width: 75%;
  margin: 20px auto 0 auto;
}

.wd-notice-message {
  font-size: 16px;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-600);
  text-align: center;
}
.wd-notice-message strong {
  display: block;
  font-size: 26px;
  font-weight: var(--wd-font-weight-700);
}
.wd-notice-message small {
  color: var(--wd-gray-500);
}

.wd-search-form label {
  position: relative;
  display: flex;
  align-items: stretch;
}
.wd-search-form i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  opacity: 0.4;
  font-size: 14px;
  line-height: 1em;
  color: var(--wd-gray-600);
}
.wd-search-form input {
  padding-left: 30px;
}
.wd-search-form button {
  margin-left: 10px;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.wd-author-meta {
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-600);
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}
.wd-author-meta figure {
  width: 45px;
}
.wd-author-meta figure img {
  border-radius: 100%;
}
.wd-author-meta span {
  flex: 1;
  margin-left: 8px;
}

.wd-widget-author-meta figure {
  width: 60px;
}
.wd-widget-author-meta time {
  display: inline-block;
}

.wd-page-author-meta {
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--wd-gray-200);
}

.wd-page-single-parts {
  margin-left: auto;
  margin-right: auto;
  width: var(--wd-site-width);
  max-width: calc(100% - 30px);
}

.wd-single-part {
  margin-top: 50px;
}

.wd-single-part-tags-cloud,
.wd-single-part-newsletter,
.wd-single-part-author {
  max-width: 75%;
}

.wd-single-part-space {
  height: 25px;
}

.wd-single-part-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: var(--wd-heading-font-family);
  font-size: 16px;
  font-weight: var(--wd-font-weight-700);
  color: var(--wd-gray-900);
}
.wd-single-part-heading a {
  margin-left: 0.4em;
  color: #a00;
}

.wd-single-part-tags-cloud {
  display: flex;
  flex-wrap: wrap;
}
.wd-single-part-tags-cloud span {
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-600);
  font-size: 12px;
  line-height: 2em;
  padding: 1px 10px;
  margin: 2px 4px 2px 0;
  border-radius: 2em;
  color: var(--wd-accent-500);
  background-color: var(--wd-accent-100);
}

.wd-single-part-navigation {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}
.wd-single-part-navigation .wd--prev,
.wd-single-part-navigation .wd--next {
  flex: 1;
}
.wd-single-part-navigation .wd--prev {
  margin-right: 50px;
}
.wd-single-part-navigation .wd--prev figure {
  margin-right: 10px;
}
.wd-single-part-navigation .wd--next {
  margin-left: 50px;
}
.wd-single-part-navigation .wd--next a {
  text-align: right;
  justify-content: flex-end;
  text-decoration: none;
}
.wd-single-part-navigation .wd--next figure {
  margin-left: 10px;
}
.wd-single-part-navigation .wd--text {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wd-single-part-navigation strong {
  font-weight: var(--wd-font-weight-700);
  text-transform: uppercase;
}
.wd-single-part-navigation a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-600);
  line-height: 1.4em;
  padding: 10px;
  user-select: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 80px;
  border-radius: 4px;
  color: var(--wd-gray-900);
  background-color: #fff;
  box-shadow: var(--wd-box-shadow);
  transition: all 0.2s;
}
.wd-single-part-navigation a:hover {
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-single-part-navigation figure {
  margin: 0;
  width: 90px;
  height: 60px;
}
.wd-single-part-navigation figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.wd-single-part-newsletter {
  padding: 40px;
  font-family: var(--wd-heading-font-family);
  color: #fff;
  background-color: var(--wd-accent-850);
  background-image: url(../images/newsletter-bg-waves.svg);
  background-size: 50%;
  background-position: right center;
}
.wd-single-part-newsletter .wd--form {
  display: flex;
  align-items: center;
}
.wd-single-part-newsletter .wd--title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wd-accent-400);
  margin: 0;
}
.wd-single-part-newsletter .wd--left {
  width: 30%;
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.wd-single-part-newsletter .wd--right {
  width: 70%;
  padding-left: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4em;
}
.wd-single-part-newsletter .wd--right small {
  opacity: 0.5;
}
.wd-single-part-newsletter label {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.wd-single-part-newsletter .wd-icon {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
  color: #fff;
}
.wd-single-part-newsletter input[type=text],
.wd-single-part-newsletter input[type=email] {
  padding: 10px;
  padding-left: 30px;
  line-height: 1em;
  font-size: 13px;
  border: none;
  color: #fff;
  border-bottom: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
.wd-single-part-newsletter input[type=text]::placeholder,
.wd-single-part-newsletter input[type=email]::placeholder {
  color: #fff;
  opacity: 0.4;
}
.wd-single-part-newsletter input[type=text]:focus,
.wd-single-part-newsletter input[type=email]:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.wd-single-part-newsletter input[type=text]:focus + i,
.wd-single-part-newsletter input[type=email]:focus + i {
  opacity: 1;
}
.wd-single-part-newsletter input[type=submit] {
  width: 100%;
  padding: 10px;
}
.wd-single-part-newsletter p:last-child {
  margin-bottom: 0;
}

.wd-single-part-author {
  display: flex;
  align-items: center;
  padding: 30px;
  box-shadow: var(--wd-box-shadow);
}
.wd-single-part-author .wd--name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}
.wd-single-part-author .wd--description {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 5px;
  margin-bottom: 15px;
}
.wd-single-part-author .wd--avatar {
  min-width: 120px;
  min-height: 80px;
}
.wd-single-part-author .wd--avatar img {
  max-width: 100px;
  border-radius: 100%;
}
.wd-single-part-author .wd--social {
  display: flex;
  grid-gap: 10px;
}
.wd-single-part-author .wd--social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 1em;
  border-radius: 6px;
  color: var(--wd-accent-400);
  border: 2px solid var(--wd-accent-400);
}
.wd-single-part-author .wd--social a:hover {
  color: #fff;
  background-color: var(--wd-accent-400);
}

.wd-comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wd-comment-list li {
  position: relative;
  padding-top: 25px;
  padding-left: 70px;
}
.wd-comment-list li:first-child {
  padding-top: 0;
}
.wd-comment-list .pingback {
  padding-left: 0;
}
.wd-comment-list .pingback + .pingback {
  padding-top: 5px;
}
.wd-comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 25px;
}
.wd-comment-list .avatar {
  position: absolute;
  left: 0;
  overflow: hidden;
  border-radius: 100%;
}
.wd-comment-list .says {
  display: none;
}
.wd-comment-list .edit-link:before {
  content: " – ";
  color: var(--wd-gray-500);
}
.wd-comment-list .comment-metadata a,
.wd-comment-list .comment-awaiting-moderation {
  font-size: 13px;
  font-weight: var(--wd-font-weight-600);
  color: var(--wd-gray-500);
}
.wd-comment-list .comment-meta {
  font-family: var(--wd-heading-font-family);
  font-size: 14px;
  line-height: 1.65em;
}
.wd-comment-list .comment-content {
  font-size: 16px;
  line-height: 1.65em;
}
.wd-comment-list .reply {
  font-family: var(--wd-heading-font-family);
  font-size: 12px;
  font-weight: var(--wd-font-weight-700);
  line-height: 1.2em;
}
.wd-comment-list .wd-comment-respond {
  padding-top: 25px;
}

.wd-comments + .wd-comment-respond {
  padding-top: 40px;
}

.wd-no-comments {
  font-size: 14px;
  text-align: center;
}

.wd-comment-form {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
}
.wd-comment-form p {
  flex: 1;
  flex-basis: 100%;
  margin: 0 0 15px 0;
}
.wd-comment-form label {
  display: inline-block;
  margin-bottom: 0.4em;
}
.wd-comment-form .comment-form-author,
.wd-comment-form .comment-form-email,
.wd-comment-form .comment-form-url {
  flex-basis: 30%;
}
.wd-comment-form .comment-form-email {
  margin-left: 10px;
  margin-right: 10px;
}
.wd-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.wd-comment-form .comment-form-cookies-consent input {
  margin: 0 0.4em 1px 0;
}
.wd-comment-form .comment-form-cookies-consent label {
  margin: 0;
  line-height: 1;
}
.wd-comment-form .required {
  color: #d00000;
}
.wd-comment-form .form-submit {
  margin-bottom: 0;
}

.wd-comment-navigation {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.wd-comment-navigation .wd--next,
.wd-comment-navigation .wd--prev {
  display: flex;
}
.wd-comment-navigation .wd--prev i {
  margin-right: 4px;
}
.wd-comment-navigation .wd--next i {
  margin-left: 4px;
}
.wd-comment-navigation a {
  font-size: 12px;
  font-weight: var(--wd-font-weight-600);
  line-height: 2.56em;
  min-width: 2.56em;
  padding: 0;
  text-transform: uppercase;
}

.wd-footer {
  color: #fff;
  border-top: 1px solid var(--wd-gray-150);
  background-color: var(--wd-accent-950);
  background-image: url(../images/footer-bg-waves.svg);
  background-size: 40%;
  background-position: center;
}
.wd-footer .wd-row {
  justify-content: flex-start;
}
.wd-footer .wd-widget {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.wd-footer .wd-widget:last-child {
  margin-bottom: 0;
}
.wd-footer .wd-widget-title {
  font-size: 18px;
}
.wd-footer h1, .wd-footer h2, .wd-footer h3, .wd-footer h4, .wd-footer h5, .wd-footer h6 {
  color: var(--wd-accent-400);
}
.wd-footer a {
  color: #fff;
  text-decoration: none;
}
.wd-footer a:hover {
  color: var(--wd-accent-400);
}
.wd-footer .wp-block-social-links {
  font-size: 20px;
  margin: 0;
}
.wd-footer p:last-child {
  margin-bottom: 0;
}

.wd-footer-inner {
  padding: 60px 0 60px 0;
}

.wd-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wd-footer-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wd-footer-text > div {
  flex: 1;
  line-height: 1.4em;
}

.wd-footer-text-copyright {
  font-size: 14px;
  text-align: center;
}

.wd-footer-text-notice {
  max-width: 650px;
  opacity: 0.6;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}

.wd-footer-about-logo {
  max-width: 165px;
}

.wd-footer-about-text strong {
  display: block;
  margin-bottom: 6px;
}

.wd-top {
  opacity: 0;
  user-select: none;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
}
.wd-top i {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  line-height: 1em;
  margin-top: 4px;
}
.wd-top svg {
  width: 36px;
  height: 36px;
  fill: var(--wd-accent-300);
  transition: all 0.2s;
}
.wd-top:hover svg {
  fill: var(--wd-accent-500);
}

.wd-top-show {
  right: 10px;
  opacity: 1;
}

.wd-widget-title {
  display: flex;
  align-items: center;
  font-weight: var(--wd-font-weight-700);
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 20px;
  color: var(--wd-gray-800);
}

.wd-widget {
  margin-bottom: 40px;
}
.wd-widget:last-child {
  margin-bottom: 0;
}
.wd-widget .wp-block-rss,
.wd-widget .wp-block-archives,
.wd-widget .wp-block-page-list,
.wd-widget .wp-block-categories,
.wd-widget .wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 10px;
  flex-direction: column;
}
.wd-widget .wp-block-rss li a,
.wd-widget .wp-block-archives li a,
.wd-widget .wp-block-page-list li a,
.wd-widget .wp-block-categories li a,
.wd-widget .wp-block-latest-posts li a {
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.wd-widget .wp-block-rss ul,
.wd-widget .wp-block-archives ul,
.wd-widget .wp-block-page-list ul,
.wd-widget .wp-block-categories ul,
.wd-widget .wp-block-latest-posts ul {
  list-style: none;
  margin-top: 0;
  padding-left: 1em;
}
.wd-widget .wp-block-latest-comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_nav_menu ul,
.wd_widget_meta ul,
.wd_widget_nav_menu ul,
.wd_widget_categories ul,
.wd_widget_related_articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 10px;
  flex-direction: column;
}
.widget_nav_menu ul li a,
.wd_widget_meta ul li a,
.wd_widget_nav_menu ul li a,
.wd_widget_categories ul li a,
.wd_widget_related_articles ul li a {
  display: inline-block;
  transition: all 0.2s;
  font-weight: 500;
  text-decoration: none;
}
.widget_nav_menu ul ul,
.wd_widget_meta ul ul,
.wd_widget_nav_menu ul ul,
.wd_widget_categories ul ul,
.wd_widget_related_articles ul ul {
  list-style: none;
  margin-top: 0;
  padding-left: 1em;
}

.wd-toc {
  font-family: var(--wd-heading-font-family);
  font-size: 14px;
  line-height: 1.4em;
  font-weight: var(--wd-font-weight-600);
  background-color: #fff;
  padding: 15px;
  box-shadow: var(--wd-box-shadow);
}
.wd-toc .wd--title {
  margin-bottom: 15px;
}
.wd-toc ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.wd-toc ol ol {
  display: none;
  margin-top: 6px;
  padding-left: 20px;
}
.wd-toc ol li {
  margin-bottom: 6px;
}

.wd_widget_related_articles a {
  display: flex;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: var(--wd-font-weight-700);
  margin-bottom: 20px;
  color: var(--wd-gray-900);
  text-decoration: none;
}
.wd_widget_related_articles a:last-child {
  margin-bottom: 0;
}
.wd_widget_related_articles a:hover {
  color: var(--wd-accent-500);
}
.wd_widget_related_articles a:hover .wd--right {
  opacity: 1;
  right: -5px;
}
.wd_widget_related_articles .wd--right {
  position: relative;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s, right 0.2s;
}

.wd_widget_search input {
  line-height: 1.5em;
  border-radius: 0;
}
.wd_widget_search button {
  display: none;
}

.wd-category-banner {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.wd-category-banner h2 {
  font-size: 26px;
}
.wd-category-banner p:first-child {
  margin-top: 0;
}
.wd-category-banner p:last-child {
  margin-bottom: 0;
}
.wd-category-banner figure {
  position: relative;
}
.wd-category-banner figure:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 90%;
  height: 90%;
  background-color: var(--wd-accent-150);
}
.wd-category-banner figure img {
  position: relative;
  z-index: 1;
  display: block;
}
.wd-category-banner .wd--row {
  flex: 1;
  display: flex;
  grid-gap: 40px;
}
.wd-category-banner .wd--column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 15px;
}
.wd-category-banner .wd--button {
  padding: 1em 2.5em;
  font-size: 14px;
  line-height: 1.25em;
  font-family: var(--wd-heading-font-family);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--wd-accent-400);
}
.wd-category-banner .wd--button:hover {
  background-color: var(--wd-accent-900);
}

.wd-category {
  position: relative;
  display: flex;
  grid-gap: 30px;
  box-shadow: var(--wd-box-shadow);
  min-height: 375px;
  margin-bottom: 60px;
}
.wd-category .wd--block {
  flex: 1;
}
.wd-category .wd--left {
  position: relative;
  display: flex;
  grid-gap: 15px;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.wd-category .wd--left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
.wd-category .wd--left:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.wd-category .wd--left a {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  grid-gap: 15px;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  text-decoration: none;
}
.wd-category .wd--left h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1.3em;
}
.wd-category .wd-button-wrapper {
  display: flex;
  margin-top: 15px;
}
.wd-category .wd--button {
  flex: 1;
  padding: 1em 1.2em;
  font-size: 14px;
  line-height: 1em;
  font-family: var(--wd-heading-font-family);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--wd-accent-400);
  transition: all 0.2s;
}
.wd-category .wd--button:hover {
  background-color: var(--wd-accent-900);
}
.wd-category .wd--description {
  font-size: 16px;
}
.wd-category .wd--image img {
  width: 300px;
  height: 300px;
}
.wd-category .wd--center {
  padding: 30px;
}
.wd-category .wd--list {
  padding: 30px;
}
.wd-category .wd--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 8px;
  flex-direction: column;
}
.wd-category .wd--list ul li {
  margin: 0;
  padding: 0;
}
.wd-category .wd--list ul li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.wd-category .wd--list ul li a:before {
  content: "\f054";
  font-family: "wd-icons";
  font-size: 10px;
  color: var(--wd-gray-300);
  margin-right: 6px;
}
.wd-category h3 {
  text-transform: uppercase;
}
.wd-category h3 a {
  color: inherit;
  text-decoration: none;
}
.wd-category h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.wd-category-featured-articles {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wd-category-featured-articles .wd-fancy-heading {
  align-items: center;
  padding-bottom: 20px;
}
.wd-category-featured-articles .wd--articles {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.wd-category-featured-articles .wd--column {
  flex: 1;
  display: flex;
  grid-gap: 30px;
  flex-direction: column;
  border-right: 1px solid var(--wd-gray-200);
  padding-left: 20px;
  padding-right: 20px;
}
.wd-category-featured-articles .wd--column:last-child {
  border-right: none;
}
.wd-category-featured-articles .wd--article {
  display: flex;
  grid-gap: 10px;
  flex-direction: column;
}
.wd-category-featured-articles .wd--article a {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.wd-category-featured-articles .wd--title {
  font-size: 20px;
  margin: 0;
  color: inherit;
}
.wd-category-featured-articles .wd--excerpt {
  margin: 0;
}

.wd-category-search {
  padding-bottom: 30px;
}
.wd-category-search .wd--inner {
  display: flex;
  justify-content: center;
}
.wd-category-search .wd--inner form {
  flex: 1;
  max-width: 700px;
}
.wd-category-search .wd--inner button {
  display: none;
}

.wd-category-recent-articles {
  text-align: center;
}
.wd-category-recent-articles .wd-fancy-heading {
  align-items: center;
  margin: 0;
  padding-top: 40px;
  border-top: 1px solid var(--wd-gray-200);
  margin-top: 20px;
}
.wd-category-recent-articles .wd--article {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--wd-gray-200);
}
.wd-category-recent-articles .wd--inner {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  flex-direction: column;
}
.wd-category-recent-articles .wd--title {
  font-size: 28px;
}
.wd-category-recent-articles .wd--meta {
  font-size: 14px;
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
}
.wd-category-recent-articles .wd--author {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
}
.wd-category-recent-articles .wd--author span {
  font-weight: 500;
}
.wd-category-recent-articles .wd--author img {
  border-radius: 100%;
}
.wd-category-recent-articles .wd--separator {
  height: 1px;
  width: 10px;
  background-color: var(--wd-gray-300);
}

.wd-blog-pagination {
  display: flex;
  grid-gap: 10px;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.wd-blog-pagination span,
.wd-blog-pagination a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  padding: 12px 16px;
  color: var(--wd-accent-900);
  background-color: var(--wd-accent-100);
  transition: all 0.2s;
  text-decoration: none;
}
.wd-blog-pagination .current,
.wd-blog-pagination a:hover {
  color: #fff;
  background-color: var(--wd-accent-400);
}
.wd-blog-pagination i {
  font-size: 12px;
  line-height: 1em;
}

.wd-alert-box {
  display: flex;
  padding: 30px;
  background-color: #f0f0f0;
}
.wd-alert-box a {
  color: inherit;
}
.wd-alert-box a:hover {
  color: inherit;
}

.wp-block-wd-alert-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wd-alert-box-inner {
  flex: 1;
  text-align: center;
}

.wd-alert-box-style-info {
  color: #164e69;
  background-color: #d9edf7;
}

.wd-alert-box-style-notice {
  color: #663f00;
  background-color: #fff3df;
}

.wd-alert-box-style-success {
  color: #27592b;
  background-color: #e8f5e9;
}

.wd-alert-box-style-warning {
  color: #990017;
  background-color: #ffebee;
}

.wd-button {
  display: flex;
}
.wd-button .wd--link {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--wd-heading-font-family);
  line-height: 1;
  font-weight: var(--wd-font-weight-700);
  color: #fff;
  text-decoration: none;
}
.wd-button .wd--link:hover {
  color: #fff;
}
.wd-button .wd--style-accent {
  background-color: var(--wd-accent-400);
}
.wd-button .wd--style-accent:hover {
  background-color: var(--wd-accent-500);
}
.wd-button .wd--style-black {
  background-color: #121212;
}
.wd-button .wd--style-black:hover {
  background-color: #000;
}
.wd-button .wd--style-green {
  background-color: #4caf50;
}
.wd-button .wd--style-green:hover {
  background-color: #449c47;
}
.wd-button .wd--style-red {
  background-color: var(--wd-button-red-bg-color);
}
.wd-button .wd--style-red:hover {
  background-color: var(--wd-button-red-bg-hover-color);
}
.wd-button .wd--style-blue {
  background-color: #007cde;
}
.wd-button .wd--style-blue:hover {
  background-color: #0071c7;
}
.wd-button .wd--style-yellow {
  background-color: #ff9800;
}
.wd-button .wd--style-yellow:hover {
  background-color: #e68a00;
}
.wd-button .wd--size-small {
  padding: 1em;
  font-size: 12px;
}
.wd-button .wd--size-medium {
  padding: 1em 1.5em;
  font-size: 15px;
}
.wd-button .wd--size-large {
  padding: 1.2em 1.75em;
  font-size: 16px;
}
.wd-button .wd--uppercase {
  text-transform: uppercase;
}

.wd-button-align-left {
  justify-content: flex-start;
}

.wd-button-align-center {
  justify-content: center;
}

.wd-button-align-right {
  justify-content: flex-end;
}

.home .wp-block-wd-hero-section {
  margin-top: 0;
  margin-bottom: 0;
}

.wd-hero-section {
  background-color: var(--wd-accent-400);
  background-image: url(../images/hero-bg-waves.svg);
  background-size: 50%;
  background-position: center;
}
.wd-hero-section .wd-h1 {
  color: #fff;
  font-size: 72px;
  line-height: 1em;
  font-weight: var(--wd-font-weight-800);
  text-transform: uppercase;
}
.wd-hero-section .wd-h2 {
  color: #fff;
  font-size: 26px;
}
.wd-hero-section .wd-h2:not(:first-child) {
  margin-top: 15px;
}
.wd-hero-section .wd-h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wd-hero-section .wd-h3:not(:first-child) {
  margin-top: 15px;
}
.wd-hero-section .wd--inner {
  display: flex;
  justify-content: space-between;
  padding-top: calc(var(--wd-header-height) + 50px);
  padding-bottom: 120px;
}
.wd-hero-section .wd--left,
.wd-hero-section .wd--right {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wd-hero-section .wd--left {
  width: 50%;
  text-align: right;
}
.wd-hero-section .wd--left figure {
  background-color: #fff;
  transform: translateX(25px);
}
.wd-hero-section .wd--left img {
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  border: 10px solid #fff;
}
.wd-hero-section .wd--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 80px;
  padding-right: 40px;
  background-color: rgba(0, 0, 0, 0.2);
}
.wd-hero-section .wd--button {
  display: flex;
  margin-top: 30px;
}
.wd-hero-section .wd--button-link {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 0;
  color: #fff;
  background-color: var(--wd-accent-900);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.wd-hero-section .wd--button-link:hover {
  color: #000;
  background-color: #fff;
}

.wd-hero-section-boxes {
  position: relative;
  z-index: 1;
  margin-top: -75px;
  display: flex;
  justify-content: center;
}
.wd-hero-section-boxes .wd--inner {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
}
.wd-hero-section-boxes .wd--box-item {
  position: relative;
  flex: 1;
  margin: 0;
}
.wd-hero-section-boxes .wd--box-item:first-child {
  margin-left: 0;
}
.wd-hero-section-boxes .wd--box-link {
  position: relative;
  z-index: 2;
  display: flex;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 20px;
  color: #fff;
  background-color: var(--wd-accent-700);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  background-image: url(../images/bg-waves.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100%;
  text-decoration: none;
}
.wd-hero-section-boxes .wd--box-link:hover {
  color: #fff;
  background-color: var(--wd-accent-900);
}
.wd-hero-section-boxes .wd--box-image {
  text-align: center;
  margin: 0;
}
.wd-hero-section-boxes .wd--box-image img {
  width: 100px;
  object-fit: contain;
}
.wd-hero-section-boxes .wd--box-title {
  text-align: center;
  font-family: var(--wd-heading-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.wd-hero-section-backend .wd-h1 {
  text-transform: none;
}
.wd-hero-section-backend figure {
  margin: 0;
  display: flex;
}
.wd-hero-section-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.wd-hero-section-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}
.wd-hero-section-backend .block-editor-block-list__layout {
  display: flex;
  grid-gap: 15px;
  flex-wrap: wrap;
}
.wd-hero-section-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  margin: 0;
}
.wd-hero-section-backend .block-editor-inner-blocks {
  flex: 1;
}

.home .wp-block-wd-featured-posts {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--wd-gray-200);
}

.home .wd-featured-posts {
  padding-top: 60px;
  padding-bottom: 70px;
}

.wd-featured-posts .wd-fancy-heading {
  margin-bottom: 40px;
}

.home .wp-block-wd-latest-posts {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--wd-gray-200);
}

.home .wd-latest-posts {
  padding-top: 60px;
  padding-bottom: 70px;
}

.wd-latest-posts .wd-fancy-heading {
  margin-bottom: 40px;
}

.wd-pros-cons {
  display: flex;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-600);
  font-size: 16px;
}
.wd-pros-cons .wd--column {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.wd-pros-cons .wd--column + .wd--column {
  margin-left: 30px;
}
.wd-pros-cons .wd--column ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
}
.wd-pros-cons .wd--column ul li {
  margin-bottom: 10px;
}
.wd-pros-cons .wd--column ul li:last-child {
  margin-bottom: 0;
}
.wd-pros-cons .wd--column ul li:before {
  font-family: "wd-icons";
  font-size: 14px;
  line-height: 1;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.wd-pros-cons .wd--column-pros {
  font-family: var(--wd-gray-800);
}
.wd-pros-cons .wd--column-pros li:before {
  content: "\f067";
  color: var(--wd-pros-color);
}
.wd-pros-cons .wd--column-cons {
  font-family: var(--wd-gray-800);
}
.wd-pros-cons .wd--column-cons li:before {
  content: "\f068";
  color: var(--wd-cons-color);
}
.wd-pros-cons .wd--title {
  font-family: var(--wd-heading-font-family);
  font-size: 18px;
  font-weight: var(--wd-font-weight-800);
  padding-bottom: 20px;
  text-transform: uppercase;
}
.wd-pros-cons .wd--title-pros {
  color: var(--wd-pros-color);
  border-bottom: 2px dotted var(--wd-pros-color);
}
.wd-pros-cons .wd--title-cons {
  color: var(--wd-cons-color);
  border-bottom: 2px dotted var(--wd-cons-color);
}

.wd-pros-cons-backend .wd--empty {
  opacity: 0.5;
}

.wd-compare-table {
  display: flex;
  flex-direction: column;
}
.wd-compare-table figure {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.wd-compare-table figure img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.wd-compare-table .wd--heading {
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 1.2em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  color: var(--wd-table-title-color);
  background-color: var(--wd-table-title-bg-color);
}
.wd-compare-table .wd--items {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wd-gray-200);
}
.wd-compare-table .wd--item {
  display: flex;
  margin: 0;
  padding: 15px;
  transition: box-shadow 0.2s;
  min-height: 130px;
  background-color: #fff;
  border-bottom: 1px solid var(--wd-gray-200);
}
.wd-compare-table .wd--item:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.wd-compare-table .wd--item:last-child {
  border-bottom: 0;
}
.wd-compare-table .wd--column {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.wd-compare-table .wd--column:last-child {
  padding-right: 0;
}
.wd-compare-table .wd--column-2 {
  flex: 3;
}
.wd-compare-table .wd--column-3 {
  flex: 4;
}
.wd-compare-table .wd--column-inner {
  flex: 1;
}
.wd-compare-table .wd--title {
  font-size: 18px;
  line-height: 1.25em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
}
.wd-compare-table .wd--title a,
.wd-compare-table .wd--title div {
  display: inline-flex;
  color: var(--wd-item-title-color);
  text-decoration: none;
}
.wd-compare-table .wd--title a:hover,
.wd-compare-table .wd--title div:hover {
  color: var(--wd-item-title-hover-color);
}
.wd-compare-table .wd--description {
  font-size: 16px;
  line-height: 1.4em;
  color: var(--wd-item-description-color);
}
.wd-compare-table .wd--details {
  font-size: 16px;
  line-height: 1.4em;
  color: var(--wd-item-description-color);
}
.wd-compare-table .wd--details:not(:first-child) {
  margin-top: 4px;
}
.wd-compare-table .wd--details ul {
  margin: 0;
  padding: 0;
}
.wd-compare-table .wd--details ul li {
  margin-left: 16px;
  margin-bottom: 4px;
}
.wd-compare-table .wd--details ul li:last-child {
  margin-bottom: 0;
}
.wd-compare-table .wd--highlight {
  display: inline-flex;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 11px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 4px 6px;
  margin-bottom: 6px;
  color: #fff;
  vertical-align: top;
}
.wd-compare-table .wd--highlight-style-accent {
  border-color: var(--wd-accent-400);
  background-color: var(--wd-accent-400);
}
.wd-compare-table .wd--highlight-style-black {
  background-color: #000;
}
.wd-compare-table .wd--highlight-style-yellow {
  background-color: #ed702b;
}
.wd-compare-table .wd--highlight-style-blue {
  background-color: #007cde;
}
.wd-compare-table .wd--highlight-style-green {
  background-color: #47b04b;
}
.wd-compare-table .wd--highlight-style-red {
  background-color: #d00000;
}
.wd-compare-table .wd--button {
  display: flex;
}
.wd-compare-table .wd--button .wd--button-inner {
  padding: 1em 1.5em;
  font-size: 13px;
  line-height: 1em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--wd-button-red-bg-color);
}
.wd-compare-table .wd--button .wd--button-inner:hover {
  color: #fff;
  background-color: var(--wd-button-red-bg-hover-color);
}

.wd-compare-table-backend .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
}
.wd-compare-table-backend .block-editor-block-list__layout figure {
  cursor: pointer;
}
.wd-compare-table-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px;
}
.wd-compare-table-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
}
.wd-compare-table-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}
.wd-compare-table-backend .wd--heading,
.wd-compare-table-backend .wd--highlight {
  text-transform: none;
}
.wd-compare-table-backend .wd--button-inner {
  text-transform: none;
}

.wp-block-table table th,
.wp-block-table table td {
  border-color: var(--wd-gray-200);
}
.wp-block-table table thead {
  font-family: var(--wd-heading-font-family);
  font-size: 14px;
  border-bottom: none;
  background-color: var(--wd-gray-50);
  background-image: linear-gradient(0deg, var(--wd-gray-100) 0%, var(--wd-gray-50) 100%);
}
.wp-block-table table thead tr th {
  white-space: nowrap;
}
.wp-block-table table tfoot {
  border-top: none;
  background-color: var(--wd-gray-75);
}

.wd-product-card {
  position: relative;
  display: flex;
  grid-gap: 30px;
  flex-direction: column;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: var(--wd-box-shadow);
  transition: all 0.2s;
  --wd-pros-color: #1fc471;
  --wd-cons-color: #dc1515;
}
.wd-product-card:hover {
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-product-card .wd--row {
  flex: 1;
  display: flex;
  grid-gap: 40px;
}
.wd-product-card .wd--column {
  flex: 1;
  display: flex;
}
.wd-product-card .wd--column-inner {
  flex: 1;
}
.wd-product-card .wd--image {
  display: flex;
  justify-content: center;
}
.wd-product-card .wd--image figure {
  margin: 0;
}
.wd-product-card .wd--title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--wd-heading-font-family);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 20px;
  border: 1px solid var(--wd-accent-100);
  background-color: var(--wd-accent-50);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.wd-product-card .wd--title > a {
  color: var(--wd-title-color);
  text-decoration: none;
}
.wd-product-card .wd--specs {
  font-size: 16px;
  padding: 20px;
  border: 1px solid #ffee00;
  background-color: #fffddd;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.wd-product-card .wd--specs ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.wd-product-card .wd--pros-title,
.wd-product-card .wd--cons-title {
  font-family: var(--wd-heading-font-family);
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.wd-product-card .wd--pros-title {
  color: var(--wd-pros-color);
  border-bottom: 2px dotted var(--wd-pros-color);
}
.wd-product-card .wd--cons-title {
  color: var(--wd-cons-color);
  border-bottom: 2px dotted var(--wd-cons-color);
}
.wd-product-card .wd--pros-cons {
  font-size: 16px;
  font-weight: 600;
}
.wd-product-card .wd--pros-cons ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  display: flex;
  grid-gap: 10px;
  flex-direction: column;
}
.wd-product-card .wd--pros-cons ul li:before {
  content: "\f067";
  font-family: "wd-icons";
  font-size: 14px;
  line-height: 1em;
  padding-right: 10px;
  position: relative;
  z-index: -1px;
}
.wd-product-card .wd--pros li:before {
  color: var(--wd-pros-color);
}
.wd-product-card .wd--cons li:before {
  color: var(--wd-cons-color);
}
.wd-product-card .wd--empty {
  opacity: 0.5;
}
.wd-product-card .wd--button {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--wd-gray-200);
  padding-top: 30px;
}
.wd-product-card .wd--button .wd--button-inner {
  padding: 1.2em 2em;
  font-size: 14px;
  line-height: 1em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--wd-button-red-bg-color);
}
.wd-product-card .wd--button .wd--button-inner:hover {
  color: #fff;
  background-color: var(--wd-button-red-bg-hover-color);
}
.wd-product-card .wd--footer {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.wd-product-card-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
}
.wd-product-card-backend .wd--media-buttons button {
  margin: 0 4px;
}
.wd-product-card-backend .wd--image {
  flex-direction: column;
  align-items: center;
}
.wd-product-card-backend .wd--button .wd--button-inner {
  text-transform: inherit;
}

.wd-product-card-alt {
  position: relative;
  display: flex;
  padding: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: var(--wd-box-shadow);
  transition: all 0.2s;
}
.wd-product-card-alt:hover {
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-product-card-alt .wd--highlight {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -18px;
  font-size: 12px;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  line-height: 1em;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  background-color: #000;
}
.wd-product-card-alt .wd--highlight-style-accent {
  border-color: var(--wd-accent-400);
  background-color: var(--wd-accent-400);
}
.wd-product-card-alt .wd--highlight-style-black {
  border-color: #000;
  background-color: #000;
}
.wd-product-card-alt .wd--highlight-style-yellow {
  border-color: #ed702b;
  background-color: #ed702b;
}
.wd-product-card-alt .wd--highlight-style-blue {
  border-color: #007cde;
  background-color: #007cde;
}
.wd-product-card-alt .wd--highlight-style-green {
  border-color: #47b04b;
  background-color: #47b04b;
}
.wd-product-card-alt .wd--highlight-style-red {
  border-color: #d00000;
  background-color: #d00000;
}
.wd-product-card-alt .wd--column {
  display: flex;
  align-items: center;
}
.wd-product-card-alt .wd--column-1 {
  width: 40%;
  margin-right: 40px;
  justify-content: center;
}
.wd-product-card-alt .wd--column-1 figure {
  display: flex;
}
.wd-product-card-alt .wd--column-2 {
  width: 60%;
}
.wd-product-card-alt .wd--column-2:first-child {
  width: 100%;
}
.wd-product-card-alt .wd--column-inner > div {
  margin-bottom: 20px;
}
.wd-product-card-alt .wd--column-inner > div:last-child {
  margin-bottom: 0;
}
.wd-product-card-alt .wd--title {
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 22px;
  line-height: 1.25em;
  color: var(--wd-title-color);
}
.wd-product-card-alt .wd--title a,
.wd-product-card-alt .wd--title .wd--link {
  display: inline-flex;
  color: var(--wd-title-link-color);
  text-decoration: none;
}
.wd-product-card-alt .wd--title a:hover,
.wd-product-card-alt .wd--title .wd--link:hover {
  color: var(--wd-title-link-hover-color);
}
.wd-product-card-alt .wd--subtitle {
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 18px;
  line-height: 1.25em;
  color: var(--wd-subtitle-color);
}
.wd-product-card-alt .wd--content {
  line-height: 1.3em;
  color: var(--wd-description-color);
}
.wd-product-card-alt .wd--content > div {
  margin-bottom: 20px;
}
.wd-product-card-alt .wd--content > div:last-child {
  margin-bottom: 0;
}
.wd-product-card-alt .wd--details ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.wd-product-card-alt .wd--details ul li {
  margin-bottom: 4px;
}
.wd-product-card-alt .wd--details ul li:last-child {
  margin-bottom: 0;
}
.wd-product-card-alt .wd--button {
  display: flex;
}
.wd-product-card-alt .wd--button .wd--button-inner {
  padding: 1em 1.5em;
  font-size: 14px;
  line-height: 1.25em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--wd-button-red-bg-color);
}
.wd-product-card-alt .wd--button .wd--button-inner:hover {
  color: #fff;
  background-color: var(--wd-button-red-bg-hover-color);
}

.wd-product-card-alt-wide {
  width: 100%;
}

.wd-product-card-alt-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
}
.wd-product-card-alt-backend .wd--media-buttons button {
  margin: 0 4px;
}
.wd-product-card-alt-backend .wd--highlight {
  text-transform: none;
}
.wd-product-card-alt-backend .wd--title {
  margin: 0;
}

.wd-top-products .wd-row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.wd-top-products .wd-column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wd-top-products .wd--inner {
  position: relative;
  flex: 1;
  height: 100%;
  padding: 20px;
  box-shadow: var(--wd-box-shadow);
  transition: box-shadow 0.2s;
}
.wd-top-products .wd--inner:hover {
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-top-products .wd--inner > div {
  margin-bottom: 15px;
}
.wd-top-products .wd--inner > div:last-child {
  margin-bottom: 0;
}
.wd-top-products .wd--image figure {
  width: 100%;
  height: 275px;
  margin: 0;
}
.wd-top-products .wd--image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wd-top-products .wd--highlight {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.wd-top-products .wd--highlight + .wd--title {
  margin-top: 6px;
}
.wd-top-products .wd--highlight-style-accent {
  border-color: var(--wd-accent-400);
  background-color: var(--wd-accent-400);
}
.wd-top-products .wd--highlight-style-black {
  background-color: #000;
}
.wd-top-products .wd--highlight-style-yellow {
  background-color: #ed702b;
}
.wd-top-products .wd--highlight-style-blue {
  background-color: #007cde;
}
.wd-top-products .wd--highlight-style-green {
  background-color: #47b04b;
}
.wd-top-products .wd--highlight-style-red {
  background-color: #d00000;
}
.wd-top-products .wd--highlight-inner {
  font-size: 12px;
  line-height: 1em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  padding: 7px 10px;
  text-transform: uppercase;
  color: #fff;
}
.wd-top-products .wd--title {
  font-size: 20px;
  line-height: 1.2em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  display: flex;
  align-items: center;
  transition: all 0.2s;
  min-height: 50px;
  color: var(--wd-title-color);
}
.wd-top-products .wd--title a,
.wd-top-products .wd--title .wd--link {
  display: inline-flex;
  color: var(--wd-title-color);
  text-decoration: none;
}
.wd-top-products .wd--title a:hover,
.wd-top-products .wd--title .wd--link:hover {
  color: var(--wd-title-hover-color);
}
.wd-top-products .wd--subtitle {
  font-size: 18px;
  line-height: 1.25em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  margin-top: 0px;
  color: var(--wd-subtitle-color);
}
.wd-top-products .wd--content {
  flex: 1;
  line-height: 1.3em;
  color: var(--wd-description-color);
}
.wd-top-products .wd--details:not(:first-child) {
  margin-top: 15px;
}
.wd-top-products .wd--details ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.wd-top-products .wd--details ul li {
  margin-bottom: 4px;
}
.wd-top-products .wd--details ul li:last-child {
  margin-bottom: 0;
}
.wd-top-products .wd--button {
  display: flex;
  justify-content: center;
}
.wd-top-products .wd--button .wd--button-inner {
  padding: 0.75em 1.25em;
  font-size: 14px;
  line-height: 1.25em;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--wd-button-red-bg-color);
}
.wd-top-products .wd--button .wd--button-inner:hover {
  background-color: var(--wd-button-red-bg-hover-color);
}

.wd-top-products-backend .block-editor-inner-blocks {
  flex: 1;
  width: 100%;
}
.wd-top-products-backend .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wd-top-products-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 15px 0 0 15px;
}
.wd-top-products-backend .wd-row {
  margin-top: 0;
  margin-bottom: 0;
}
.wd-top-products-backend .wd-column {
  margin: 0;
}
.wd-top-products-backend .wd--title {
  margin: 0;
}
.wd-top-products-backend .wd--highlight-inner {
  text-transform: none;
}
.wd-top-products-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.wd-top-products-backend .wd--media-buttons button {
  margin: 0 4px;
  background-color: #fff;
}

.wd-team-members .wd-row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.wd-team-members .wd-column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wd-team-members .wd--inner {
  flex: 1;
  height: 100%;
  padding: 12px;
  box-shadow: var(--wd-box-shadow);
}
.wd-team-members .wd--description {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.wd-team-members .wd--title {
  display: flex;
  font-family: var(--wd-heading-font-family);
  font-size: 16px;
  font-weight: var(--wd-font-weight-700);
  line-height: 1.4em;
  margin-top: 15px;
  justify-content: center;
}
.wd-team-members .wd--subtitle {
  display: flex;
  justify-content: center;
  font-family: var(--wd-heading-font-family);
  font-size: 14px;
  font-weight: var(--wd-font-weight-600);
  line-height: 1.4em;
  margin-top: 10px;
  color: var(--wd-gray-500);
}
.wd-team-members figure {
  display: flex;
  justify-content: center;
  margin: 0;
}
.wd-team-members .wd--socials {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.wd-team-members .wd--socials a {
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  color: #fff;
  background-color: var(--wd-accent-350);
}
.wd-team-members .wd--socials a:hover {
  background-color: var(--wd-accent-500);
}

.editor-styles-wrapper .wd-team-members-backend {
  padding: 0;
}
.editor-styles-wrapper .wd-team-members-backend .block-editor-inner-blocks {
  flex: 1;
  width: 100%;
}
.editor-styles-wrapper .wd-team-members-backend .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wd-team-members-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px;
}
.editor-styles-wrapper .wd-team-members-backend .wd-row {
  margin-top: 0;
  margin-bottom: 0;
}
.editor-styles-wrapper .wd-team-members-backend .wd-column {
  margin: 0;
}
.editor-styles-wrapper .wd-team-members-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.editor-styles-wrapper .wd-team-members-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}

.wd-links-box {
  padding: 40px;
  border-radius: 5px;
  border: 5px solid var(--wd-accent-400);
  box-shadow: 0 0 10px var(--wd-accent-200);
  font-family: var(--wd-heading-font-family);
}
.wd-links-box .wd--title {
  font-size: 26px;
  font-weight: var(--wd-font-weight-800);
  text-align: center;
}
.wd-links-box .wd--description {
  font-size: 15px;
  font-weight: var(--wd-font-weight-600);
  margin-top: 20px;
  text-align: center;
}
.wd-links-box .wd--links {
  font-size: 15px;
  font-weight: var(--wd-font-weight-700);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--wd-gray-200);
}
.wd-links-box .wd--links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  columns: 4;
}
.wd-links-box .wd--links ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}

.home .wp-block-wd-featured-contents {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--wd-gray-200);
}

.home .wd-featured-contents {
  padding-top: 60px;
  padding-bottom: 70px;
}

.wd-featured-contents .wd-fancy-heading {
  margin-bottom: 40px;
}
.wd-featured-contents .wd-row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.wd-featured-contents .wd-column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wd-featured-contents .wd--link {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: var(--wd-gray-900);
  background-color: #fff;
  box-shadow: var(--wd-box-shadow);
  transition: box-shadow 0.2s;
  text-decoration: none;
}
.wd-featured-contents .wd--link:hover {
  color: var(--wd-gray-900);
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-featured-contents .wd--link:hover figure {
  opacity: 0.8;
}
.wd-featured-contents .wd--link:hover .wd--button {
  color: var(--wd-link-hover-color, var(--wd-accent-600));
}
.wd-featured-contents .wd--description {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.wd-featured-contents .wd--title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--wd-heading-font-family);
  font-size: 16px;
  font-weight: var(--wd-font-weight-700);
  line-height: 1.4em;
  text-transform: uppercase;
  color: var(--wd-title-color);
}
.wd-featured-contents figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  margin: 15px 0 0 0;
  height: 200px;
}
.wd-featured-contents figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wd-featured-contents .wd--button {
  position: relative;
  display: block;
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 15px;
  line-height: 1.1em;
  text-align: center;
  margin-top: 15px;
  color: var(--wd-link-color, var(--wd-accent-400));
}

.wd-featured-contents-backend .block-editor-inner-blocks {
  flex: 1;
  width: 100%;
}
.wd-featured-contents-backend .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wd-featured-contents-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 15px 15px 0 15px;
}
.wd-featured-contents-backend .wd-column {
  margin: 0;
}
.wd-featured-contents-backend .wd--title {
  text-transform: none;
}
.wd-featured-contents-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.wd-featured-contents-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}

.home .wp-block-wd-featured-categories {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--wd-gray-200);
}

.home .wd-featured-categories {
  padding-top: 60px;
  padding-bottom: 70px;
}

.wd-featured-categories .wd-fancy-heading {
  margin-bottom: 40px;
}
.wd-featured-categories .wd-row {
  margin: -5px;
}
.wd-featured-categories .wd-column {
  padding: 5px;
  display: flex;
  max-width: 100%;
}
.wd-featured-categories .wd-column a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.25em;
  font-family: var(--wd-heading-font-family);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  color: inherit;
  border: 2px solid transparent;
  background-color: var(--wd-gray-100);
  text-decoration: none;
}
.wd-featured-categories .wd-column a:hover {
  border-color: currentColor;
}
.wd-featured-categories .wd-column:nth-child(1n) a {
  color: #1194f6;
  background-color: #e1f2ff;
}
.wd-featured-categories .wd-column:nth-child(2n) a {
  color: #ec1561;
  background-color: #fde4ec;
}
.wd-featured-categories .wd-column:nth-child(3n) a {
  color: #47b04b;
  background-color: #e8f5e9;
}
.wd-featured-categories .wd-column:nth-child(4n) a {
  color: #6734ba;
  background-color: #ede7f6;
}
.wd-featured-categories .wd-column:nth-child(5n) a {
  color: #f90;
  background-color: #fff3df;
}
.wd-featured-categories .wd-column:nth-child(6n) a {
  color: #00a7f7;
  background-color: #e0f5ff;
}
.wd-featured-categories .wd-column:nth-child(7n) a {
  color: #009788;
  background-color: #dff2f1;
}
.wd-featured-categories .wd-column:nth-child(8n) a {
  color: #f7412d;
  background-color: #ffebee;
}
.wd-featured-categories .wd-column:nth-child(9n) a {
  color: #a100b7;
  background-color: #f3e5f5;
}
.wd-featured-categories .wd-column:nth-child(10n) a {
  color: #00bcd6;
  background-color: #dff7fa;
}

.home .wp-block-wd-popular-brands {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--wd-gray-200);
}

.home .wd-popular-brands {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wd-popular-brands .wd-row {
  margin: 0;
}
.wd-popular-brands .wd-column {
  padding: 0;
}
.wd-popular-brands figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 125px;
}
.wd-popular-brands figure img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.wd-popular-brands-backend .block-editor-inner-blocks {
  flex: 1;
  width: 100%;
}
.wd-popular-brands-backend .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wd-popular-brands-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 15px 15px 0 15px;
}
.wd-popular-brands-backend .wd-row {
  margin-top: 0;
  margin-bottom: 0;
}
.wd-popular-brands-backend .wd-column {
  margin: 0;
}
.wd-popular-brands-backend figure {
  min-height: 50px;
}
.wd-popular-brands-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.wd-popular-brands-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}

.home .wp-block-wd-popular-contents {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--wd-gray-200);
}

.home .wd-popular-contents {
  padding-top: 60px;
  padding-bottom: 70px;
}

.wd-popular-contents .wd-fancy-heading {
  margin-bottom: 40px;
}
.wd-popular-contents .wd-row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.wd-popular-contents .wd-column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wd-popular-contents .wd--inner {
  flex: 1;
  height: 100%;
  overflow: hidden;
  box-shadow: var(--wd-box-shadow);
}
.wd-popular-contents .wd--scrollable {
  max-height: var(--wd-box-height, 250px);
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
}
.wd-popular-contents .wd--scrollable::-webkit-scrollbar {
  width: 18px;
  background-color: #fff;
}
.wd-popular-contents .wd--scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 6px solid #fff;
  background-color: #bbb;
}
.wd-popular-contents .wd--scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.wd-popular-contents .wd--scrollable::-webkit-scrollbar-thumb:active {
  background-color: #999;
}
.wd-popular-contents .wd--scrollable ul {
  margin: 6px 0 0 14px;
  padding: 0;
  list-style-type: none;
}
.wd-popular-contents .wd--scrollable ul li {
  margin: 0;
  padding: 15px 10px;
  border-bottom: 1px solid var(--wd-gray-200);
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 14px;
  line-height: 1.3em;
}
.wd-popular-contents .wd--scrollable ul li:last-child {
  border-bottom: 0;
}
.wd-popular-contents .wd--scrollable ul li a {
  display: block;
  color: var(--wd-link-color, var(--wd-gray-900));
  text-decoration: none;
}
.wd-popular-contents .wd--scrollable ul li a:hover {
  color: var(--wd-link-hover-color, var(--wd-accent-600));
}
.wd-popular-contents .wd--title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--wd-heading-font-family);
  font-size: 16px;
  font-weight: var(--wd-font-weight-700);
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 15px;
  color: var(--wd-title-color, #fff);
  background-color: var(--wd-title-bg-color, var(--wd-accent-400));
}

.wd-popular-contents-backend .block-editor-inner-blocks {
  flex: 1;
  width: 100%;
}
.wd-popular-contents-backend .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wd-popular-contents-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px;
}
.wd-popular-contents-backend .wd-row {
  margin-top: 0;
  margin-bottom: 0;
}
.wd-popular-contents-backend .wd-column {
  margin: 0;
}
.wd-popular-contents-backend .wd--title {
  text-transform: none;
}
.wd-popular-contents-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.wd-popular-contents-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}

.home .wp-block-wd-popular-products {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--wd-gray-200);
}

.home .wd-popular-products {
  padding-top: 60px;
  padding-bottom: 70px;
}

.wd-popular-products .wd-fancy-heading {
  margin-bottom: 40px;
}
.wd-popular-products .wd-row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.wd-popular-products .wd-column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wd-popular-products .wd--title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--wd-heading-font-family);
  font-size: 16px;
  font-weight: var(--wd-font-weight-600);
  line-height: 1.4em;
  margin-top: 15px;
}
.wd-popular-products .wd--link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  height: 100%;
  color: var(--wd-link-color, var(--wd-gray-900));
  background-color: #fff;
  box-shadow: var(--wd-box-shadow);
  transition: color 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.wd-popular-products .wd--link:hover {
  color: var(--wd-link-hover-color, var(--wd-accent-600));
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-popular-products figure {
  margin: 0;
  width: 150px;
  max-width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wd-popular-products figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wd-popular-products-backend .block-editor-inner-blocks {
  flex: 1;
  width: 100%;
}
.wd-popular-products-backend .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wd-popular-products-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 15px;
}
.wd-popular-products-backend .wd-row {
  margin-top: 0;
  margin-bottom: 0;
}
.wd-popular-products-backend .wd-column {
  margin: 0;
}
.wd-popular-products-backend .wd--media-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.wd-popular-products-backend .wd--media-buttons button:first-child {
  margin-left: -2px;
  margin-right: 2px;
}

.home .wp-block-wd-map {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--wd-gray-200);
}

.home .wd-map {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wd-map {
  background-color: #ffffff;
}
.wd-map .wd-fancy-heading {
  margin-bottom: 40px;
}
.wd-map .wd--svg {
  display: flex;
  justify-content: center;
  font-family: var(--wd-heading-font-family);
}
.wd-map .wd--svg svg {
  width: 70%;
}
.wd-map .wd--svg path,
.wd-map .wd--svg text {
  transition: all 0.2s;
}
.wd-map .wd--svg path {
  fill: #a3d4e1;
  stroke: #ffffff;
}
.wd-map .wd--svg text {
  font-size: 12px;
  line-height: 1em;
  font-weight: var(--wd-font-weight-700);
  fill: #004b5f;
  width: 40px;
  user-select: none;
}
.wd-map .wd--svg a {
  text-decoration: none;
}
.wd-map .wd--svg a:hover path {
  fill: var(--wd-accent-400);
}
.wd-map .wd--svg a:hover text {
  fill: #ffffff;
}
.wd-map .wd--links {
  display: flex;
  justify-content: center;
}
.wd-map .wd--links ul {
  width: 90%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
  text-align: center;
}
.wd-map .wd--links ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wd-map .wd--links ul li:not(:last-child):after {
  content: "•";
  margin: 0 6px;
  opacity: 0.5;
}
.wd-map .wd--links ul li a {
  font-family: var(--wd-heading-font-family);
  font-weight: var(--wd-font-weight-700);
  font-size: 14px;
  line-height: 1.2em;
  color: var(--wd-gray-900);
  text-decoration: none;
}
.wd-map .wd--links ul li a:hover {
  color: var(--wd-accent-400);
}
.wd-map .wd--hint {
  display: none;
  user-select: none;
  position: absolute;
  z-index: 1000;
  font-size: 14px;
  font-weight: var(--wd-font-weight-600);
  line-height: 1em;
  padding: 10px;
  color: #555;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.wd-state-names .components-base-control__field {
  display: flex;
  align-items: center;
}
.wd-state-names label {
  margin-right: 10px;
  width: 20px;
  margin-bottom: 0;
}

.home .wp-block-wd-newsletter-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.wd-newsletter-form .wd--inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wd-newsletter-form .wd--form {
  display: flex;
  grid-gap: 20px;
}
.wd-newsletter-form .wd--form label {
  flex: 1;
  display: flex;
  position: relative;
}
.wd-newsletter-form .wd-icon {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  font-size: 14px;
  margin-top: -8px;
  color: var(--wd-accent-300);
  transition: all 0.2s;
}
.wd-newsletter-form input[type=text],
.wd-newsletter-form input[type=email] {
  padding: 6px 14px;
  padding-left: 22px;
  border: none;
  color: var(--wd-accent-900);
  border-bottom: 2px solid var(--wd-accent-300);
  background-color: transparent;
}
.wd-newsletter-form input[type=text]:focus,
.wd-newsletter-form input[type=email]:focus {
  border-color: var(--wd-accent-500);
}
.wd-newsletter-form input[type=text]:focus + i,
.wd-newsletter-form input[type=email]:focus + i {
  color: var(--wd-accent-500);
}
.wd-newsletter-form input[type=submit] {
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--wd-accent-400);
}
.wd-newsletter-form input[type=submit]:hover {
  background-color: var(--wd-accent-900);
}
.wd-newsletter-form .wd--notice {
  opacity: 0.5;
  font-size: 12px;
  margin-top: 10px;
}

.wd-accordion {
  max-width: 75%;
}
.wd-accordion .wd--item {
  margin-bottom: 10px;
  box-shadow: var(--wd-box-shadow);
  transition: all 0.2s;
}
.wd-accordion .wd--item:first-child .wd--content {
  display: block;
}
.wd-accordion .wd--title {
  position: relative;
  display: flex;
  padding: 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.4em;
  user-select: none;
  transition: all 0.2s;
  padding-right: 30px;
}
.wd-accordion .wd--title:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f054";
  font-family: "wd-icons";
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s;
}
.wd-accordion .wd--content {
  position: relative;
  overflow: hidden;
  display: none;
  padding: 15px;
  border-top: 1px solid var(--wd-gray-200);
}
.wd-accordion .wd--active {
  box-shadow: var(--wd-box-shadow-hover);
}
.wd-accordion .wd--active .wd--title:after {
  transform: rotate(90deg);
}

.wd-accordion-backend .block-editor-block-list__layout .block-list-appender {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.wd-accordion-backend .wd--title {
  cursor: inherit;
  user-select: inherit;
}
.wd-accordion-backend .wd--title span {
  flex: 1;
}
.wd-accordion-backend .wd--content {
  display: block;
}

.wd-clear:before, .wd-clear:after {
  content: " ";
  display: table;
}
.wd-clear:after {
  clear: both;
}

.wd-muted {
  opacity: 0.65;
}

.wd-bold {
  font-weight: bold;
}

.wd-bold-600 {
  font-weight: var(--wd-font-weight-600);
}

.wd-uppercase {
  text-transform: uppercase;
}

.wd-gray-background {
  background-color: var(--wd-gray-50);
}

.wd-fancy-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.wd-fancy-heading .wd-h2 {
  position: relative;
  font-size: 26px;
  font-weight: var(--wd-font-weight-800);
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.wd-fancy-heading .wd-h2:before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/fancy-heading-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.wd-fancy-heading .wd-h2:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--wd-accent-100);
}
.wd-fancy-heading .wd-h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.wd-header-mobile,
.wd-mobile-menu-hamburg,
.wd-header-mobile-overlay {
  display: none;
}

@media only screen and (max-width: 991px) {
  .wd-header-mobile,
.wd-mobile-menu-hamburg,
.wd-header-mobile-overlay {
    display: block;
  }
  .wd-desktop-navigation {
    display: none;
  }
  .wd-header-desktop {
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --wd-spacing-vertical: 20px;
  }
  .wd-blog .wd-row {
    margin-bottom: -30px;
  }
  .wd-blog .wd-column {
    margin-bottom: 30px;
  }
  .wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table;
    float: none;
    clear: left;
    margin: 0 auto;
  }
  .wd-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
  }
  .wd-page-title h1 {
    font-size: 36px;
    width: 100%;
  }
  .wd-page-title p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .wd-page-title-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
  .wd-header-logo a {
    width: 225px;
  }
  .wd-column {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .wd-row .wd-column {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .wd-fancy-heading .wd-h2 {
    flex-direction: column;
    justify-content: center;
  }
  .wd-fancy-heading .wd-h2:after {
    left: calc(50% - 25px);
  }
  .wd-fancy-heading .wd-h2 {
    font-size: 22px;
  }
  .wd-pros-cons {
    flex-direction: column;
  }
  .wd-pros-cons .wd--column + .wd--column {
    margin-left: 0;
    margin-top: 22px;
  }
  .wd-footer .wd-column {
    margin-bottom: 20px;
  }
  .wd-footer .wd-column:last-child {
    margin-bottom: 0;
  }
  .wd-footer .wd-column-1 {
    display: none;
  }
  .wd-footer-inner {
    padding: 40px 0 40px 0;
  }
  .wd-widget {
    margin-bottom: 30px;
  }
  .wd-widget:last-child {
    margin-bottom: 0;
  }
  .wd_widget_toc {
    position: relative;
    top: auto;
  }
  .admin-bar .wd_widget_toc {
    top: auto;
  }
  .wd-single-part {
    margin-top: 30px;
  }
  .wd-single-part-tags-cloud,
.wd-single-part-newsletter,
.wd-single-part-author {
    max-width: 100%;
  }
  .wd-single-part-navigation {
    flex-direction: column;
  }
  .wd-single-part-navigation > div:not(:first-child) {
    margin-top: 20px;
  }
  .wd-single-part-navigation .wd--next {
    margin-left: 0;
  }
  .wd-single-part-navigation .wd--prev {
    margin-right: 0;
  }
  .wd-single-part-newsletter {
    padding: 30px;
    text-align: center;
  }
  .wd-single-part-newsletter .wd--form {
    flex-direction: column;
  }
  .wd-single-part-newsletter .wd--left,
.wd-single-part-newsletter .wd--right {
    width: 100%;
  }
  .wd-single-part-newsletter .wd--left {
    order: 2;
    margin-top: 20px;
    padding-right: 0;
    border-right: 0;
  }
  .wd-single-part-newsletter .wd--right {
    order: 1;
    padding-left: 0;
  }
  .wd-single-part-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .wd-single-part-author .wd--avatar {
    margin-bottom: 10px;
  }
  .wd-single-part-author .wd--avatar img {
    max-width: 80px;
  }
  .wd-single-part-author .wd--social {
    justify-content: center;
  }
  .wd-single-part-related .wd-column {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .wd-page-with-sidebar {
    flex-direction: column;
  }
  .wd-page-with-sidebar .wd-page-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .wd-page-with-sidebar .wd-page-sidebar {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid var(--wd-gray-200);
  }
  .wd-state-links-box {
    padding: 20px;
  }
  .wd-state-links-box .wd--title {
    font-size: 20px;
  }
  .wd-state-links-box .wd--links ul {
    columns: 2;
  }
  .wd-compare-table .wd--highlight {
    text-align: center;
  }
  .wd-compare-table .wd--heading {
    font-size: 18px;
  }
  .wd-compare-table .wd--item {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .wd-compare-table .wd--title {
    font-size: 20px;
    text-align: center;
  }
  .wd-compare-table .wd--column {
    flex: auto;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .wd-compare-table .wd--column:last-child {
    padding-bottom: 0;
  }
  .wd-compare-table .wd--column-1 {
    order: 2;
    width: 40%;
    padding-right: 15px;
  }
  .wd-compare-table .wd--column-2 {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .wd-compare-table .wd--column-3 {
    order: 2;
    width: 60%;
  }
  .wd-compare-table .wd--column-4 {
    order: 3;
    width: 100%;
  }
  .wd-compare-table .wd--column-4 .wd--column-inner {
    display: flex;
    justify-content: center;
  }
  .wd-compare-table .wd--button .wd--button-inner {
    padding: 1em 3em;
  }
  .wd-product-card {
    grid-gap: 20px;
    padding: 20px;
  }
  .wd-product-card .wd--row {
    flex-direction: column;
    grid-gap: 20px;
  }
  .wd-product-card-alt {
    width: 100%;
    border-width: 2px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .wd-product-card-alt .wd--highlight {
    left: -10px;
  }
  .wd-product-card-alt .wd--column {
    width: 100%;
  }
  .wd-product-card-alt .wd--column-1 {
    max-width: 75%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wd-product-card-alt .wd--column-2 .wd--column-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wd-product-card-alt .wd--title {
    font-size: 20px;
    text-align: center;
  }
  .wd-product-card-alt .wd--subtitle {
    font-size: 16px;
    text-align: center;
  }
  .wd-product-card-alt .wd--button {
    justify-content: center;
  }
  .wd-top-products {
    flex-direction: column;
  }
  .wd-top-products figure {
    width: 75%;
    height: 200px;
  }
  .wd-top-products .wd--item {
    padding: 15px;
    margin-left: 0;
    margin-bottom: 30px;
    align-items: center;
  }
  .wd-top-products .wd--title {
    font-size: 18px;
    margin-top: 10px;
    min-height: auto;
  }
  .wd-top-products .wd--subtitle {
    font-size: 16px;
  }
  .wd_widget_author {
    display: none;
  }
  .wd-page-author-meta {
    display: block;
  }
  .wd-hero-section .wd-h1 {
    font-size: 36px;
  }
  .wd-hero-section .wd-h2 {
    font-size: 20px;
  }
  .wd-hero-section .wd--inner {
    flex-direction: column;
    text-align: center;
    padding-top: calc(var(--wd-header-height) + 40px);
    padding-bottom: 40px;
  }
  .wd-hero-section .wd--left,
.wd-hero-section .wd--right {
    width: 100%;
    margin: 0;
  }
  .wd-hero-section .wd--left {
    padding: 0;
  }
  .wd-hero-section .wd--left img,
.wd-hero-section .wd--left figure {
    transform: none;
  }
  .wd-hero-section .wd--right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wd-hero-section .wd--button {
    font-size: 16px;
    justify-content: center;
  }
  .wd-hero-section-boxes {
    margin-top: 30px;
  }
  .wd-hero-section-boxes .wd--inner {
    width: 100%;
    grid-gap: 20px;
    flex-direction: column;
  }
  .wd-hero-section-boxes .wd--box-link {
    margin: 0 20px;
    padding: 20px;
    min-height: auto;
  }
  .wd-hero-section-boxes .wd--box-link img {
    width: 75px;
  }
  .home .wd-featured-contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .wd-featured-contents .wd-fancy-heading {
    margin-bottom: 20px;
  }
  .wd-featured-contents figure {
    height: 150px;
  }
  .home .wd-featured-categories {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wd-featured-categories .wd-fancy-heading {
    margin-bottom: 20px;
  }
  .wd-featured-categories .wd-column {
    flex-basis: 50%;
    width: 50%;
  }
  .home .wd-popular-products {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .wd-popular-products .wd-row {
    margin: -10px;
  }
  .wd-popular-products .wd-column {
    padding: 10px;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .wd-popular-products .wd--link {
    padding: 10px;
  }
  .wd-popular-products .wd--title {
    margin-top: 10px;
  }
  .wd-popular-products figure {
    width: 120px;
    height: 120px;
  }
  .home .wd-popular-brands {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wd-popular-brands .wd-column {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .wd-popular-brands figure {
    height: 80px;
  }
  .home .wd-map {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wd-map .wd-fancy-heading {
    margin-bottom: 20px;
  }
  .wd-map svg {
    width: 100%;
  }
  .wd-map .wd--links ul {
    width: 100%;
  }
  .home .wd-popular-contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .wd-popular-contents .wd-fancy-heading {
    margin-bottom: 20px;
  }
  .home .wd-latest-posts {
    padding-top: 40px;
  }
  .home .wd-latest-posts .wd-fancy-heading {
    margin-bottom: 20px;
  }
  .home .wd-featured-posts {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .home .wd-featured-posts .wd-fancy-heading {
    margin-bottom: 20px;
  }
  .wd-category-banner {
    padding-bottom: 30px;
  }
  .wd-category-banner .wd--row {
    grid-gap: 30px;
    flex-direction: column;
  }
  .wd-category-banner .wd--column {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wd-category {
    grid-gap: 0;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .wd-category .wd--left a {
    min-height: 200px;
  }
  .wd-category .wd--center {
    padding: 20px;
  }
  .wd-category .wd--list {
    padding: 0 20px 20px 20px;
  }
  .wd-category-featured-articles {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .wd-category-featured-articles .wd-fancy-heading {
    padding-bottom: 0;
  }
  .wd-category-featured-articles .wd--articles {
    grid-gap: 30px;
    flex-direction: column;
  }
  .wd-category-featured-articles .wd--column {
    border: none;
  }
  .wd-category-featured-articles .wd--column:last-child {
    border-bottom: none;
  }
  .wd-category-search {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--wd-gray-200);
    background-color: var(--wd-gray-50);
  }
  .wd-category-recent-articles .wd-fancy-heading {
    margin-top: 0;
  }
  .wd-category-recent-articles .wd--title {
    font-size: 20px;
  }
  .home .wp-block-wd-newsletter-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home .wp-block-wd-newsletter-form .wd--form {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .wp-block-wd-newsletter-form .wd--form label {
    flex: 1;
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .home .wp-block-wd-newsletter-form .wd--form input[type=submit] {
    flex: 1;
    padding: 1.2em;
  }
  .wd-blog-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wd-comments + .wd-comment-respond {
    padding-top: 20px;
  }
}
