@charset "UTF-8";
/*!
Theme Name:   RBpazt
Theme URI:    https://demo.leebrosus.com/rbpazt/
Author:       HP
Author URI:   https://leebrosus.com/
Description:  RBpazt is an elegant and attractive WooCommerce WordPress Theme for product landing page purposes. RBpazt integrates with the best eCommerce solution - WooCommerce plugin, so you can sell anything online easily. You can use RBpazt as a shopping website, or a showcase website for your stunning products.
Version:      2.2.2
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  rbpazt
Tags:         one product, single product, product launch page, landing page, product one page, responsive, clean, creative, multipurpose, modern, ecommerce, woocommerce, wordpress, elementor, marketing
*/
@font-face {
  font-family: "RBpazt-heading";
  src: url("assets/fonts/custom/RBpazt-headingRegular.eot");
  src: url("assets/fonts/custom/RBpazt-headingRegular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/custom/RBpazt-headingRegular.woff2") format("woff2"), url("assets/fonts/custom/RBpazt-headingRegular.woff") format("woff"), url("assets/fonts/custom/RBpazt-headingRegular.svg#RBpazt-headingRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rbpazt-icon";
  src: url("./assets/fonts/rbpazt-icon.eot");
  src: url("./assets/fonts/rbpazt-icon.eot?#iefix") format("eot"), url("./assets/fonts/rbpazt-icon.woff2") format("woff2"), url("./assets/fonts/rbpazt-icon.woff") format("woff"), url("./assets/fonts/rbpazt-icon.ttf") format("truetype"), url("./assets/fonts/rbpazt-icon.svg#rbpazt-icon") format("svg");
}
@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
[class*=rbpazt-icon-] {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
	1.3 Icons
2.0 Header
	2.1 Main Naivgation
	2.2 Breadcrumb
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Utilities
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--primary);
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--accent);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, a.more-link,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button, a.more-link {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, a.more-link,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, a.more-link,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], a[disabled].more-link,
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, a.more-link::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.bypostauthor {
  display: block;
}

.sticky {
  box-sizing: border-box;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --primary: #FFC801;
  --primary_hover: #e6b400;
  --secondary: #103178;
  --secondary_hover: #0e2c6c;
  --text: #767676;
  --accent: #222;
  --light: #9f9f9f;
  --dark: #000;
  --border: #E4E4E4;
  --background: #ffffff;
  --background_light: #F0F2F5;
  --container: 1440px;
  --e-global-typography-text-font-family: "DM Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --e-global-typography-accent-font-family: "RBpazt-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
a.more-link,
input,
textarea {
  font-size: 16px;
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

.elementor-button {
  line-height: 1.5;
}

select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--e-global-typography-accent-font-family);
  clear: both;
  margin: 0 0 0.5407911001em;
  color: var(--accent);
  font-weight: 700;
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}

h1,
.alpha {
  font-size: 52px;
  line-height: 64px;
}

h2,
.beta {
  font-size: 42px;
  line-height: 50px;
}

h3,
.gamma {
  font-size: 32px;
  line-height: 40px;
}

h4,
.delta {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
dl + h2,
dl + header h2,
dl + h3,
dl + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1.41575em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.41575em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 20px;
  color: var(--accent);
  font-style: italic;
  margin-left: 60px;
}
blockquote p {
  position: relative;
}
blockquote p:first-child:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e05d";
  color: var(--primary);
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -60px;
  text-shadow: none;
  z-index: -1;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.wp-block-quote.has-text-align-right, .wp-block-quote.has-text-align-right {
  border-color: var(--primary);
  padding-right: 30px;
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  font-weight: 700;
  background: transparent;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.41575em;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--primary_hover);
}

:focus {
  outline: none;
}

.rbpazt-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.skeleton-body .skeleton-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.skeleton-body .skeleton-item:before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0), linear-gradient(var(--background_light) 100%, transparent 0);
}
.skeleton-body .skeleton-item:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  animation: skeletonloading 1.5s infinite;
}
.skeleton-body .skeleton-product:before {
  padding-top: calc(100% + 120px);
  background-size: 100% 80%, 55% 15px, 85% 20px, 55% 15px;
  background-position: left 0, center calc(80% + 25px), center calc(80% + 55px), center calc(80% + 85px);
}
.skeleton-body .skeleton-product-list-2 {
  border-bottom: 1px solid var(--border);
}
.skeleton-body .skeleton-product-list-2:before {
  height: 110px;
  background-size: 110px 100%, calc(100% - 120px) 20px, calc(70% - 120px) 15px, calc(80% - 120px) 20px;
  background-position: left 0, 130px 0, 130px 30px, 130px 60px;
  margin: 15px 0;
}
.skeleton-body .skeleton-widget:before {
  height: 315px;
  background-size: 100% 30px, 70% 20px, 50% 20px, 80% 20px, 40% 20px, 30% 20px, 50% 20px;
  background-position: left 10px, left 65px, left 105px, left 145px, left 185px, left 225px, left 265px;
}
.skeleton-body .skeleton-post-grid-style-1:before {
  padding-top: 80%;
  background-size: 100% 100%;
  background-position: left 0;
}
.skeleton-body .skeleton-post-grid-style-2:before {
  padding-top: 80%;
  background-size: 100% calc(100% - 100px), 55% 15px, 85% 20px, 55% 15px;
  background-position: center 0, center calc(100% - 70px), center calc(100% - 40px), center 100%;
}
.skeleton-body .skeleton-single-product-summary:nth-child(even):before {
  margin-bottom: 2rem;
  min-height: 285px;
  background-size: 50% 25px, 24% 20px, 34% 30px, 100% 90px, 30% 30px, 52% 30px, 30% 30px, 52% 30px;
  background-position: left 0, left 35px, left 65px, left 105px, left 215px, calc(31% * 100 / (100 - 52)) 215px, left 255px, calc(31% * 100 / (100 - 52)) 255px;
}
.skeleton-body .skeleton-single-product-summary:nth-child(odd):before {
  margin-bottom: 2rem;
  min-height: 185px;
  background-size: 30% 30px, 52% 30px, 50% 30px, 40% 30px, 49% 35px, 49% 35px;
  background-position: left 0, calc(31% * 100 / (100 - 52)) 0, left 50px, calc(51% * 100 / (100 - 40)) 50px, left 100px, 100% 100px;
}
.skeleton-body .skeleton-single-product-image:before {
  padding-top: 125%;
  background-size: 100% 78%, 18% 16%, 18% 16%, 18% 16%, 18% 16%;
  background-position: left 0, 0 95%, calc(20% * 100 / (100 - 18)) 95%, calc(40% * 100 / (100 - 18)) 95%, calc(60% * 100 / (100 - 18)) 95%;
}
.skeleton-body .skeleton-blog-thumbnail:before {
  padding-bottom: 69.2307692308%;
  background-size: 100% 100%;
  background-position: left 0;
}
.skeleton-body .skeleton-image-box {
  position: relative;
}
.skeleton-body .skeleton-image-box:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100% calc(100% - 50px), 45% 20px, 70% 15px;
  background-position: left 0, left calc(100% - 20px), left 100%;
}

@keyframes skeletonloading {
  from {
    transform: skewX(-45deg) translateX(-80%);
  }
  to {
    transform: skewX(-45deg) translateX(80%);
  }
}
/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.site {
  overflow-x: hidden;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bg-primary {
  background-color: var(--primary);
}

.shape-primary .elementor-shape-fill {
  fill: var(--primary);
}

.color-primary {
  color: var(--primary);
}

.outline-primary {
  outline-color: var(--primary);
}

.bd-primary {
  border-color: var(--primary);
}

.bd-t-primary {
  border-top-color: var(--primary);
}

.bd-b-primary {
  border-bottom-color: var(--primary);
}

.bd-r-primary {
  border-right-color: var(--primary);
}

.bd-l-primary {
  border-left-color: var(--primary);
}

.bg-primary_hover {
  background-color: var(--primary_hover);
}

.shape-primary_hover .elementor-shape-fill {
  fill: var(--primary_hover);
}

.color-primary_hover {
  color: var(--primary_hover);
}

.outline-primary_hover {
  outline-color: var(--primary_hover);
}

.bd-primary_hover {
  border-color: var(--primary_hover);
}

.bd-t-primary_hover {
  border-top-color: var(--primary_hover);
}

.bd-b-primary_hover {
  border-bottom-color: var(--primary_hover);
}

.bd-r-primary_hover {
  border-right-color: var(--primary_hover);
}

.bd-l-primary_hover {
  border-left-color: var(--primary_hover);
}

.bg-body {
  background-color: var(--text);
}

.shape-body .elementor-shape-fill {
  fill: var(--text);
}

.color-body {
  color: var(--text);
}

.outline-body {
  outline-color: var(--text);
}

.bd-body {
  border-color: var(--text);
}

.bd-t-body {
  border-top-color: var(--text);
}

.bd-b-body {
  border-bottom-color: var(--text);
}

.bd-r-body {
  border-right-color: var(--text);
}

.bd-l-body {
  border-left-color: var(--text);
}

.bg-heading {
  background-color: var(--accent);
}

.shape-heading .elementor-shape-fill {
  fill: var(--accent);
}

.color-heading {
  color: var(--accent);
}

.outline-heading {
  outline-color: var(--accent);
}

.bd-heading {
  border-color: var(--accent);
}

.bd-t-heading {
  border-top-color: var(--accent);
}

.bd-b-heading {
  border-bottom-color: var(--accent);
}

.bd-r-heading {
  border-right-color: var(--accent);
}

.bd-l-heading {
  border-left-color: var(--accent);
}

.bg-light {
  background-color: var(--light);
}

.shape-light .elementor-shape-fill {
  fill: var(--light);
}

.color-light {
  color: var(--light);
}

.outline-light {
  outline-color: var(--light);
}

.bd-light {
  border-color: var(--light);
}

.bd-t-light {
  border-top-color: var(--light);
}

.bd-b-light {
  border-bottom-color: var(--light);
}

.bd-r-light {
  border-right-color: var(--light);
}

.bd-l-light {
  border-left-color: var(--light);
}

.bg-dark {
  background-color: var(--dark);
}

.shape-dark .elementor-shape-fill {
  fill: var(--dark);
}

.color-dark {
  color: var(--dark);
}

.outline-dark {
  outline-color: var(--dark);
}

.bd-dark {
  border-color: var(--dark);
}

.bd-t-dark {
  border-top-color: var(--dark);
}

.bd-b-dark {
  border-bottom-color: var(--dark);
}

.bd-r-dark {
  border-right-color: var(--dark);
}

.bd-l-dark {
  border-left-color: var(--dark);
}

.bg-border {
  background-color: var(--border);
}

.shape-border .elementor-shape-fill {
  fill: var(--border);
}

.color-border {
  color: var(--border);
}

.outline-border {
  outline-color: var(--border);
}

.bd-border {
  border-color: var(--border);
}

.bd-t-border {
  border-top-color: var(--border);
}

.bd-b-border {
  border-bottom-color: var(--border);
}

.bd-r-border {
  border-right-color: var(--border);
}

.bd-l-border {
  border-left-color: var(--border);
}

.bg-background {
  background-color: var(--background);
}

.shape-background .elementor-shape-fill {
  fill: var(--background);
}

.color-background {
  color: var(--background);
}

.outline-background {
  outline-color: var(--background);
}

.bd-background {
  border-color: var(--background);
}

.bd-t-background {
  border-top-color: var(--background);
}

.bd-b-background {
  border-bottom-color: var(--background);
}

.bd-r-background {
  border-right-color: var(--background);
}

.bd-l-background {
  border-left-color: var(--background);
}

.lazyloaded {
  transition: all 0.3s !important;
}

#page .site-content {
  margin-top: 4.235801032em;
  margin-bottom: 2.2906835em;
}
@media (max-width: 767px) {
  #page .site-content {
    margin-top: 1.41575em;
    margin-bottom: 1.41575em;
  }
}
body.home #page .site-content, body.page-template-template-homepage #page .site-content {
  margin-top: 0;
}
body.home #page .rbpazt-breadcrumb {
  display: none;
}

.hp-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.hp-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.hp-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.hp-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.hp-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

[data-elementor-columns] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
[data-elementor-columns] .column-item {
  padding-left: 15px;
  padding-right: 15px;
}

[data-elementor-columns-mobile="1"] .column-item {
  flex: 0 0 100%;
  max-width: 100%;
}

[data-elementor-columns-mobile="2"] .column-item {
  flex: 0 0 50%;
  max-width: 50%;
}

[data-elementor-columns-mobile="3"] .column-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

[data-elementor-columns-mobile="4"] .column-item {
  flex: 0 0 25%;
  max-width: 25%;
}

[data-elementor-columns-mobile="5"] .column-item {
  flex: 0 0 20%;
  max-width: 20%;
}

[data-elementor-columns-mobile="6"] .column-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (min-width: 768px) {
  [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [data-elementor-columns-tablet="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }

  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  [data-elementor-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  [data-elementor-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  [data-elementor-columns="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [data-elementor-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [data-elementor-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }

  [data-elementor-columns="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: var(--container);
}
@media (min-width: 768px) and (max-width: var(--container)) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
.container.no-padding {
  padding: 0;
}
@media (max-width: 1200px) {
  .container.no-padding.padding-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

[class*=" column-"], [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet-hide-down {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desktop-hide-down {
    display: none !important;
  }
}
/*-------------------------------------------------------------

2.0 Header
--------------------------------------------------------------*/
.site-header {
  margin-bottom: 2.617924em;
  border-bottom: 1px solid;
  border-color: var(--border);
  background: #fff;
}

.header-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-wrap .site-navigation .menu-toggle {
  margin-top: auto;
  position: absolute;
  right: 0;
  top: 12px;
}

.site-branding {
  margin-bottom: 0;
  margin-right: 2.2906835em;
  display: block;
  clear: both;
}
@media (max-width: 1023px) {
  .site-branding {
    float: left;
    position: relative;
    z-index: 4;
    max-width: calc(100% - 120px);
  }
}
.site-branding .custom-logo-link + .site-branding-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
@media (min-width: 1024px) {
  .site-branding .site-description {
    display: block;
  }
}
.site-branding .logo {
  margin: 0;
}

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle, a.menu-toggle.more-link {
  cursor: pointer;
  text-align: left;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
  display: block;
  margin-left: auto;
}
@media (min-width: 1024px) {
  button.menu-toggle, a.menu-toggle.more-link {
    display: none;
  }
}
button.menu-toggle:hover, a.menu-toggle.more-link:hover {
  background-image: none;
}
button.menu-toggle span:before, a.menu-toggle.more-link span:before {
  transition: all, ease, 0.2s;
}
button.menu-toggle:before, a.menu-toggle.more-link:before, button.menu-toggle:after, a.menu-toggle.more-link:after,
button.menu-toggle span:before,
a.menu-toggle.more-link span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
  background-color: var(--accent);
}
button.menu-toggle:before, a.menu-toggle.more-link:before {
  transform: translateY(-4px);
}
button.menu-toggle:after, a.menu-toggle.more-link:after {
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled a.menu-toggle.more-link::before, .toggled button.menu-toggle::after, .toggled a.menu-toggle.more-link::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after, .toggled a.menu-toggle.more-link::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before, .toggled a.menu-toggle.more-link span::before {
  opacity: 0;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  color: var(--primary);
}

.site-navigation, .main-navigation {
  position: relative;
}
.site-navigation div.menu, .main-navigation div.menu {
  display: none;
}
.site-navigation div.menu:last-child, .main-navigation div.menu:last-child {
  display: block;
}
.site-navigation .menu, .main-navigation .menu {
  clear: both;
}
.site-navigation ul, .main-navigation ul {
  list-style: none;
}
.site-navigation ul.menu, .main-navigation ul.menu {
  margin-left: 0;
  margin-bottom: 0;
}
.site-navigation ul.menu ul, .main-navigation ul.menu ul {
  display: block;
  margin-left: 1.41575em;
}
.site-navigation ul li, .main-navigation ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  .site-header .site-navigation ul li, .site-header .main-navigation ul li {
    display: block;
  }
}
.site-navigation ul li.menu-item.current-menu-parent > a, .site-navigation ul li.menu-item.current-menu-item > a, .site-navigation ul li.menu-item.current-menu-ancestor > a, .main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a, .main-navigation ul li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
@media (max-width: 767px) {
  .site-navigation ul li.menu-item.current-menu-parent > a, .site-navigation ul li.menu-item.current-menu-item > a, .site-navigation ul li.menu-item.current-menu-ancestor > a, .main-navigation ul li.menu-item.current-menu-parent > a, .main-navigation ul li.menu-item.current-menu-item > a, .main-navigation ul li.menu-item.current-menu-ancestor > a {
    background: var(--background_light);
    color: var(--secondary);
  }
}
.site-navigation ul li.menu-item.current-menu-parent .menu-title:before, .site-navigation ul li.menu-item.current-menu-item .menu-title:before, .site-navigation ul li.menu-item.current-menu-ancestor .menu-title:before, .main-navigation ul li.menu-item.current-menu-parent .menu-title:before, .main-navigation ul li.menu-item.current-menu-item .menu-title:before, .main-navigation ul li.menu-item.current-menu-ancestor .menu-title:before {
  width: 100%;
}
.site-navigation ul li.menu-item .sub-menu .menu-item:hover, .main-navigation ul li.menu-item .sub-menu .menu-item:hover {
  background: rgba(0, 0, 0, 0.035);
}
.site-navigation ul li.menu-item .sub-menu .menu-item:hover > a, .main-navigation ul li.menu-item .sub-menu .menu-item:hover > a {
  color: var(--secondary);
}
.site-navigation ul li a, .main-navigation ul li a {
  color: var(--accent);
  padding: 0.6180469716em;
  display: block;
}
.site-navigation ul li a:hover, .main-navigation ul li a:hover {
  color: var(--primary);
}
@media (max-width: 767px) {
  .site-navigation ul li a:hover, .main-navigation ul li a:hover {
    background: var(--background_light);
    color: var(--secondary);
  }
}
.site-navigation.toggled .primary-navigation ul.menu, .main-navigation.toggled .primary-navigation ul.menu {
  max-height: 999px;
}
.site-navigation .dropdown-toggle, .main-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 14px 1.4em;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
}
.site-navigation .dropdown-toggle::after, .main-navigation .dropdown-toggle::after {
  content: "\e037";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.site-navigation .dropdown-toggle:focus, .main-navigation .dropdown-toggle:focus {
  outline: none;
}
.site-navigation .dropdown-toggle:hover, .main-navigation .dropdown-toggle:hover {
  background: transparent;
}
.site-navigation .dropdown-toggle.toggled-on:after, .main-navigation .dropdown-toggle.toggled-on:after {
  content: "\e03a";
}
@media (min-width: 1024px) {
  .site-navigation .dropdown-toggle, .main-navigation .dropdown-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .site-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
    margin: 0;
  }
  .site-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}

@media (min-width: 1024px) {
  .site-navigation div.menu {
    display: block;
  }
  .site-navigation ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .site-navigation ul li .menu-title {
    position: relative;
  }
  .site-navigation ul li .menu-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--primary);
    transition: all 0.3s ease;
  }
  .site-navigation ul li:hover .menu-title:before, .site-navigation ul li.focus .menu-title:before {
    width: 100%;
  }
  .site-navigation ul li:hover > ul, .site-navigation ul li.focus > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-navigation ul li:hover > ul li > ul, .site-navigation ul li.focus > ul li > ul {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .site-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .site-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-navigation ul li:hover > ul li:hover > ul, .site-navigation ul li:hover > ul li.focus > ul, .site-navigation ul li.focus > ul li:hover > ul, .site-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site-navigation ul ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: 1em;
    /* 1 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-navigation ul ul.sub-menu li {
    display: block;
    min-width: 260px;
  }
  .site-navigation ul ul.sub-menu .menu-title:before {
    display: none;
  }
  .site-navigation ul.menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none;
  }
  .site-navigation ul.menu > li > a {
    padding: 0.907em 1em;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .site-navigation ul.menu > li.menu-item-has-children:hover::after, .site-navigation ul.menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .site-navigation ul.menu > li.menu-item-has-children > a:after, .site-navigation ul.menu > li.page_item_has_children > a:after, .site-navigation ul.menu > li.has-mega-menu > a:after {
    font-family: "rbpazt-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    content: "\e037";
    margin-left: 0.7em;
    font-size: 9px;
    font-weight: 700;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .site-navigation ul.menu ul.sub-menu {
    margin: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item a {
    padding: 8px 40px 8px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--text);
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item a:before {
    content: "";
    width: 9px;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    top: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 25px;
    opacity: 0;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item:hover > a {
    padding: 8px 20px 8px 45px;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item:hover > a:before {
    opacity: 1;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .site-navigation ul.menu ul.sub-menu ul {
    margin: 0;
  }
  .site-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .site-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {
    font-family: "rbpazt-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    content: "\e037";
    float: right;
    margin-left: 10px;
    font-size: 8px;
    font-weight: 700;
    line-height: 2.5;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*-------------------------------------------------------------
2.2 Breadcrumb
--------------------------------------------------------------*/
.elementor-widget-woocommerce-breadcrumb .rbpazt-woocommerce-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 15px;
  line-height: 1.1;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--secondary);
}
.woocommerce-breadcrumb a {
  color: var(--text);
}
.woocommerce-breadcrumb a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.woocommerce-breadcrumb i {
  display: inline-block;
  color: var(--text);
  margin: 0 10px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.home .main-breadcrumb {
  display: none;
}

.hidden-rbpazt-title-yes .rbpazt-woocommerce-title {
  display: none;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

@media (min-width: 1024px) {
  .content-area {
    width: 100%;
    float: left;
  }
  .rbpazt-content-has-sidebar .content-area {
    width: calc(100% - 380px);
  }
  .rbpazt-sidebar-left .content-area {
    float: right;
  }

  .widget-area {
    width: 330px;
    float: right;
  }
  .rbpazt-sidebar-left .widget-area {
    float: left;
  }

  .left-sidebar .content-area {
    float: right;
  }
  .left-sidebar .widget-area {
    float: left;
  }

  .content-area,
.widget-area {
    margin-bottom: 2.2906835em;
  }
}
/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.blog .hentry, .archive .hentry, .search .hentry {
  padding-bottom: 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--border);
}
.blog .hentry:last-child, .archive .hentry:last-child, .search .hentry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.hentry .entry-header .posted-on,
.hentry .entry-header .post-comments,
.hentry .entry-header .byline {
  color: var(--light);
}
.hentry .entry-header .post-author {
  color: var(--light);
}
.hentry .entry-taxonomy {
  margin: 1.618em 0;
  margin-bottom: 2em;
}
.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}
.hentry strong,
.hentry th,
.hentry dt {
  color: var(--accent);
}
@media (max-width: 567px) {
  .blog .hentry, .archive .hentry, .search .hentry {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.post-thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.post-thumbnail img + .posted-on {
  position: absolute;
  left: 0;
  bottom: 0;
}

.search .page-content > article {
  padding-bottom: 20px;
  margin: 0 0 50px;
  border-bottom: 1px solid var(--border);
}

.entry-date.date-style {
  padding: 16px;
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 80px;
}
.entry-date.date-style span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.entry-date.date-style span.day {
  font-size: 24px;
  line-height: 1.15;
}

.more-link-wrap {
  padding-top: 0.7em;
  margin-bottom: 0;
  position: relative;
}

.post-nav-links span, .post-nav-links a {
  font-weight: 500;
  display: inline-block;
  padding: 0 5px;
}

.page-header .entry-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.entry-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
.entry-title.alpha a {
  font-size: 30px;
}
@media (max-width: 567px) {
  .entry-title.alpha a {
    font-size: 24px;
  }
}
.entry-title a {
  color: var(--accent);
}
.entry-title a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.sticky .entry-title:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e06d";
  margin-right: 0.5407911001em;
  vertical-align: middle;
  font-size: 24px;
}

.post-meta {
  display: flex;
  align-items: center;
  color: var(--light);
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.post-meta > div {
  margin-right: 25px;
}
.post-meta > div:last-child {
  margin-right: 0;
}
.post-meta i {
  margin-right: 5px;
  vertical-align: middle;
}
.post-meta a {
  color: var(--light);
  text-decoration: underline;
}
.post-meta a:hover {
  color: var(--secondary);
}

.tags-links {
  color: var(--light);
}
.tags-links .label {
  color: var(--accent);
}
.tags-links a {
  display: inline-block;
  color: var(--light);
  text-transform: capitalize;
}
.tags-links a:hover {
  color: var(--primary);
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page .post-tags {
  margin-bottom: 50px;
}

.single .hentry .page-header {
  margin-bottom: 30px;
}
.single .hentry .entry-title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 12px;
}
.single .nav-links {
  display: flex;
}
@media (max-width: 567px) {
  .single .nav-links {
    display: block;
  }
}
.single .nav-links > div {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.single .nav-links .nav-previous {
  justify-content: flex-start;
  margin-right: auto;
}
.single .nav-links .nav-previous a:before {
  font-size: 30px;
}
.single .nav-links .nav-next {
  justify-content: flex-end;
  margin-left: auto;
}
.single .nav-links .nav-next a:after {
  font-size: 30px;
}
.single .post-tags, .single .entry-content {
  margin-bottom: 0;
}
.single .entry-content + .post-tags {
  margin-top: 20px;
}
.single .post-thumbnail {
  margin-bottom: 20px;
}
.single .entry-meta {
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.single.single-post .entry-content p {
  margin-bottom: 1.65em;
}

.entry-meta {
  display: flex;
  align-items: center;
  color: var(--light);
  margin-bottom: 15px;
}
.entry-meta > div {
  margin-right: 25px;
}
.entry-meta > div:last-child {
  margin-right: 0;
}
.entry-meta i {
  margin-right: 5px;
  margin-top: -5px;
}
.entry-meta a {
  color: var(--light);
}
.entry-meta a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.site-main {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: calc(100vh - 300px);
}
@media (min-width: 1024px) {
  .site-main {
    margin-top: 50px;
  }
}
.shop_filter_canvas .site-main {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .shop_filter_canvas .site-main {
    margin-top: 50px;
  }
}

.home .page-header {
  display: none;
}

.author-wrapper {
  margin: 110px auto 50px;
  position: relative;
  text-align: center;
  padding: 75px 65px 32px;
  background-color: #fff;
  box-shadow: 0 0.3rem 2.9rem 0 rgba(0, 0, 0, 0.1);
}
.author-wrapper img {
  border-radius: 100%;
  position: absolute;
  width: 110px;
  left: 50%;
  margin-left: -55px;
  border: 2px solid #fff;
  top: -55px;
  box-shadow: 0 0.2rem 1.9rem 0 rgba(0, 0, 0, 0.12);
}
.author-wrapper .about-heading {
  font-size: 14px;
  text-transform: none;
  color: var(--light);
  display: block;
  margin-bottom: 3px;
  font-style: italic;
  font-weight: 300;
}
.author-wrapper .author-name {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding-left: 3px;
  margin-bottom: 14px;
}
.author-wrapper .author-link {
  margin-top: 15px;
  text-decoration: underline;
  display: block;
}

.blog-style-grid > article {
  break-inside: avoid-column;
}

.rbpazt-social-share {
  margin-top: 25px;
}
.rbpazt-social-share a {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}
.rbpazt-social-share a span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.rbpazt-social-share a.social-twitter {
  background-color: #00aced;
}
.rbpazt-social-share a.social-twitter:hover {
  background-color: #0087ba;
}
.rbpazt-social-share a.social-facebook {
  background-color: #3b5998;
}
.rbpazt-social-share a.social-facebook:hover {
  background-color: #2d4373;
}
.rbpazt-social-share a.social-pinterest {
  background-color: #cb2027;
}
.rbpazt-social-share a.social-pinterest:hover {
  background-color: #9f191f;
}
.rbpazt-social-share a.social-linkedin {
  background-color: #007bb6;
}
.rbpazt-social-share a.social-linkedin:hover {
  background-color: #005983;
}
.rbpazt-social-share a.social-envelope {
  background-color: #dd4b39;
}
.rbpazt-social-share a.social-envelope:hover {
  background-color: #c23321;
}

.blog-style-grid .column-item {
  margin-bottom: 30px;
}
.blog-style-grid article.hentry {
  text-align: center;
  margin: 0;
  border: none;
}
.blog-style-grid article.hentry .post-meta {
  justify-content: center;
  margin-bottom: 15px;
}
.blog-style-grid article.hentry .entry-title {
  margin-bottom: 20px;
  padding: 0;
}
.blog-style-grid .post-thumbnail {
  margin-bottom: 0;
}
.blog-style-grid .post-thumbnail .posted-on {
  margin-bottom: -20px;
}
.blog-style-grid .post-thumbnail img + .posted-on {
  left: 50%;
  transform: translateX(-50%);
}
.blog-style-grid .entry-content {
  padding: 50px 30px 40px;
  background-color: #fff;
}

@keyframes border-slide {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    left: 0;
    right: unset;
    width: 100%;
  }
}
/**
 * Front-end + editor styles
 */
.single .hentry .entry-content,
.single .editor-styles-wrapper {
  line-height: 1.8;
  /* Text + Media block */
  /* Blockquote Large Style 2 */
  /* Pullquote */
  /* Regular pullquote aligned left or right */
  /* Pullquote solid color style */
  /* Pullquote wide and fullwidth */
}
.single .hentry .entry-content p a:not(.wp-block-button__link):not(.button),
.single .hentry .entry-content table a,
.single .hentry .entry-content dl a,
.single .hentry .entry-content .wp-block-latest-posts a,
.single .hentry .entry-content .wp-block-categories a,
.single .hentry .entry-content .wp-block-archives a,
.single .hentry .entry-content .wp-block-latest-comments__comment-author,
.single .hentry .entry-content .wp-block-latest-comments__comment-link,
.single .editor-styles-wrapper p a:not(.wp-block-button__link):not(.button),
.single .editor-styles-wrapper table a,
.single .editor-styles-wrapper dl a,
.single .editor-styles-wrapper .wp-block-latest-posts a,
.single .editor-styles-wrapper .wp-block-categories a,
.single .editor-styles-wrapper .wp-block-archives a,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-author,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-link {
  color: var(--text);
  box-shadow: inset 0 -1px 0 var(--text);
}
.single .hentry .entry-content p a:not(.wp-block-button__link):not(.button):hover,
.single .hentry .entry-content table a:hover,
.single .hentry .entry-content dl a:hover,
.single .hentry .entry-content .wp-block-latest-posts a:hover,
.single .hentry .entry-content .wp-block-categories a:hover,
.single .hentry .entry-content .wp-block-archives a:hover,
.single .hentry .entry-content .wp-block-latest-comments__comment-author:hover,
.single .hentry .entry-content .wp-block-latest-comments__comment-link:hover,
.single .editor-styles-wrapper p a:not(.wp-block-button__link):not(.button):hover,
.single .editor-styles-wrapper table a:hover,
.single .editor-styles-wrapper dl a:hover,
.single .editor-styles-wrapper .wp-block-latest-posts a:hover,
.single .editor-styles-wrapper .wp-block-categories a:hover,
.single .editor-styles-wrapper .wp-block-archives a:hover,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-author:hover,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-link:hover {
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 var(--primary);
}
.single .hentry .entry-content .wp-block-latest-posts__post-date,
.single .hentry .entry-content .wp-block-latest-posts__post-author,
.single .hentry .entry-content .wp-block-latest-comments__comment-date,
.single .editor-styles-wrapper .wp-block-latest-posts__post-date,
.single .editor-styles-wrapper .wp-block-latest-posts__post-author,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-date {
  display: block;
  font-size: 12px;
  color: var(--light);
  font-style: italic;
}
.single .hentry .entry-content .wp-block-latest-posts.wp-block-latest-posts__list,
.single .editor-styles-wrapper .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: disc;
}
.single .hentry .entry-content .wp-block-media-text,
.single .editor-styles-wrapper .wp-block-media-text {
  margin: 40px 0;
}
.single .hentry .entry-content p.has-drop-cap:not(:focus)::first-letter,
.single .editor-styles-wrapper p.has-drop-cap:not(:focus)::first-letter {
  font-size: 100px;
  margin: 12px 20px 10px 0;
  line-height: 0.618;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: 500;
  color: var(--accent);
}
@media (max-width: 567px) {
  .single .hentry .entry-content p.has-drop-cap:not(:focus)::first-letter,
.single .editor-styles-wrapper p.has-drop-cap:not(:focus)::first-letter {
    font-size: 75px;
  }
}
.single .hentry .entry-content ul,
.single .hentry .entry-content ol,
.single .editor-styles-wrapper ul,
.single .editor-styles-wrapper ol {
  margin: 1.7em 0 1.7em 40px;
}
.single .hentry .entry-content ul ul, .single .hentry .entry-content ul ol,
.single .hentry .entry-content ol ul,
.single .hentry .entry-content ol ol,
.single .editor-styles-wrapper ul ul,
.single .editor-styles-wrapper ul ol,
.single .editor-styles-wrapper ol ul,
.single .editor-styles-wrapper ol ol {
  margin: 0 0 0 40px;
}
.single .hentry .entry-content ul.wp-block-gallery,
.single .editor-styles-wrapper ul.wp-block-gallery {
  margin: 40px 0 14px;
}
.single .hentry .entry-content ul.blocks-gallery-grid,
.single .hentry .entry-content ol.wp-block-latest-comments,
.single .hentry .entry-content ul.wc-block-grid__products,
.single .editor-styles-wrapper ul.blocks-gallery-grid,
.single .editor-styles-wrapper ol.wp-block-latest-comments,
.single .editor-styles-wrapper ul.wc-block-grid__products {
  margin: 0;
}
.single .hentry .entry-content ul.blocks-gallery-grid + .blocks-gallery-caption,
.single .hentry .entry-content ol.wp-block-latest-comments + .blocks-gallery-caption,
.single .hentry .entry-content ul.wc-block-grid__products + .blocks-gallery-caption,
.single .editor-styles-wrapper ul.blocks-gallery-grid + .blocks-gallery-caption,
.single .editor-styles-wrapper ol.wp-block-latest-comments + .blocks-gallery-caption,
.single .editor-styles-wrapper ul.wc-block-grid__products + .blocks-gallery-caption {
  margin-top: -5px;
  margin-bottom: 15px;
}
.single .hentry .entry-content ul li,
.single .editor-styles-wrapper ul li {
  list-style: disc;
}
.single .hentry .entry-content ol li,
.single .editor-styles-wrapper ol li {
  list-style: decimal;
}
.single .hentry .entry-content ul li,
.single .hentry .entry-content ol li,
.single .editor-styles-wrapper ul li,
.single .editor-styles-wrapper ol li {
  margin-bottom: 4px;
  padding-left: 6px;
}
.single .hentry .entry-content ul.blocks-gallery-grid li,
.single .hentry .entry-content ol.wp-block-latest-comments li,
.single .hentry .entry-content ul.wc-block-grid__products li,
.single .editor-styles-wrapper ul.blocks-gallery-grid li,
.single .editor-styles-wrapper ol.wp-block-latest-comments li,
.single .editor-styles-wrapper ul.wc-block-grid__products li {
  padding-left: 0;
}
.single .hentry .entry-content ul.wc-block-grid__products li,
.single .editor-styles-wrapper ul.wc-block-grid__products li {
  list-style: none;
}
.single .hentry .entry-content dt,
.single .editor-styles-wrapper dt {
  font-weight: bold;
}
.single .hentry .entry-content dd,
.single .editor-styles-wrapper dd {
  margin: 0;
  padding: 0 0 0.5em 0;
}
.single .hentry .entry-content .wp-block-media-text,
.single .editor-styles-wrapper .wp-block-media-text {
  margin: 40px 0;
}
.single .hentry .entry-content .wp-block-media-text__content p,
.single .editor-styles-wrapper .wp-block-media-text__content p {
  margin-bottom: 20px;
}
.single .hentry .entry-content .wp-block-media-text__content p:last-child,
.single .editor-styles-wrapper .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.single .hentry .entry-content .wp-block-media-text__content :first-child,
.single .editor-styles-wrapper .wp-block-media-text__content :first-child {
  margin-top: 0;
}
.single .hentry .entry-content .wp-block-cover, .single .hentry .entry-content .wp-block-cover-image,
.single .editor-styles-wrapper .wp-block-cover,
.single .editor-styles-wrapper .wp-block-cover-image {
  min-height: 300px;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover-text, .single .hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
  font-size: 22px !important;
}
.single .hentry .entry-content .has-small-font-size,
.single .editor-styles-wrapper .has-small-font-size {
  font-size: 0.875em;
}
.single .hentry .entry-content .has-medium-font-size,
.single .editor-styles-wrapper .has-medium-font-size {
  font-size: 1.41575em;
}
.single .hentry .entry-content .has-large-font-size,
.single .editor-styles-wrapper .has-large-font-size {
  font-size: 1.618em;
}
.single .hentry .entry-content .has-huge-font-size,
.single .editor-styles-wrapper .has-huge-font-size {
  font-size: 2.2906835em;
}
.single .hentry .entry-content .wp-block-audio,
.single .editor-styles-wrapper .wp-block-audio {
  margin-bottom: 1.41575em;
  width: 100%;
}
.single .hentry .entry-content .wp-block-audio audio,
.single .editor-styles-wrapper .wp-block-audio audio {
  width: 100%;
}
.single .hentry .entry-content .wp-block-audio.alignleft audio, .single .hentry .entry-content .wp-block-audio.alignright audio,
.single .editor-styles-wrapper .wp-block-audio.alignleft audio,
.single .editor-styles-wrapper .wp-block-audio.alignright audio {
  max-width: 284px;
}
.single .hentry .entry-content .wp-block-audio.aligncenter,
.single .editor-styles-wrapper .wp-block-audio.aligncenter {
  margin: 0 auto 1.41575em;
  max-width: 48.3870967742%;
}
.single .hentry .entry-content .wp-block-video,
.single .editor-styles-wrapper .wp-block-video {
  margin-bottom: 1.41575em;
}
.single .hentry .entry-content .wp-block-video video,
.single .editor-styles-wrapper .wp-block-video video {
  width: 100%;
}
.single .hentry .entry-content .wp-block-button,
.single .editor-styles-wrapper .wp-block-button {
  margin-bottom: 1.41575em;
}
.single .hentry .entry-content .wp-block-button .wp-block-button__link,
.single .editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-size: 1em;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: calc(1.07em - 2px) 3.2em;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: 700;
}
.single .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .single .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .single .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active, .single .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.single .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.single .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
.single .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:active,
.single .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: transparent;
  border: 2px solid currentColor;
}
.single .hentry .entry-content .wp-block-latest-posts li,
.single .editor-styles-wrapper .wp-block-latest-posts li {
  margin: 0;
}
.single .hentry .entry-content .wp-block-latest-posts.has-dates li,
.single .editor-styles-wrapper .wp-block-latest-posts.has-dates li {
  margin: 0 0 1em;
}
.single .hentry .entry-content .wp-block-latest-posts.is-grid,
.single .editor-styles-wrapper .wp-block-latest-posts.is-grid {
  margin: 0;
}
.single .hentry .entry-content .wp-block-latest-posts.is-grid li,
.single .editor-styles-wrapper .wp-block-latest-posts.is-grid li {
  margin: 0 1em 0 0;
}
.single .hentry .entry-content .wp-block-latest-posts.is-grid.has-dates li,
.single .editor-styles-wrapper .wp-block-latest-posts.is-grid.has-dates li {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .single .hentry .entry-content .wp-block-latest-posts.columns-2 li,
.single .editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
.single .editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-3 li,
.single .editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
    margin-right: 3.2258064516%;
    width: 31.1827956989%;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
.single .editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-4 li,
.single .editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
.single .editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-5 li,
.single .editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
    margin-right: 3.2258064516%;
    width: 17.4193548387%;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
.single .editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-6 li,
.single .editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
    margin-right: 3.2258064516%;
    width: 13.9784946237%;
  }
  .single .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
.single .editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.single .hentry .entry-content .wp-block-latest-posts cite,
.single .editor-styles-wrapper .wp-block-latest-posts cite {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.single .hentry .entry-content .wp-block-pullquote,
.single .editor-styles-wrapper .wp-block-pullquote {
  margin: 35px 0;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 40px;
}
.single .hentry .entry-content .wp-block-pullquote.alignleft, .single .hentry .entry-content .wp-block-pullquote.alignright,
.single .editor-styles-wrapper .wp-block-pullquote.alignleft,
.single .editor-styles-wrapper .wp-block-pullquote.alignright {
  padding: 45px 25px;
  margin: 8px 30px 20px 0;
  max-width: 290px;
}
.single .hentry .entry-content .wp-block-pullquote.alignleft p, .single .hentry .entry-content .wp-block-pullquote.alignright p,
.single .editor-styles-wrapper .wp-block-pullquote.alignleft p,
.single .editor-styles-wrapper .wp-block-pullquote.alignright p {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 20px !important;
}
.single .hentry .entry-content .wp-block-pullquote.alignleft,
.single .editor-styles-wrapper .wp-block-pullquote.alignleft {
  margin-left: -10%;
}
.single .hentry .entry-content .wp-block-pullquote.alignright,
.single .editor-styles-wrapper .wp-block-pullquote.alignright {
  margin-right: -10%;
}
.single .hentry .entry-content .wp-block-pullquote blockquote,
.single .editor-styles-wrapper .wp-block-pullquote blockquote {
  float: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.single .hentry .entry-content .wp-block-pullquote blockquote p,
.single .editor-styles-wrapper .wp-block-pullquote blockquote p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  font-style: italic;
  z-index: 2;
}
.single .hentry .entry-content .wp-block-pullquote blockquote p:before,
.single .editor-styles-wrapper .wp-block-pullquote blockquote p:before {
  display: none;
}
.single .hentry .entry-content .wp-block-pullquote blockquote cite,
.single .editor-styles-wrapper .wp-block-pullquote blockquote cite {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.single .hentry .entry-content .wp-block-pullquote.is-style-solid-color,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
  margin: 35px 0;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 40px;
}
.single .hentry .entry-content blockquote.wp-block-quote p:last-child,
.single .hentry .entry-content blockquote p:last-child,
.single .editor-styles-wrapper blockquote.wp-block-quote p:last-child,
.single .editor-styles-wrapper blockquote p:last-child {
  margin-bottom: 0;
}
.single .hentry .entry-content blockquote.wp-block-quote cite,
.single .hentry .entry-content .wp-block-pullquote blockquote cite,
.single .editor-styles-wrapper blockquote.wp-block-quote cite,
.single .editor-styles-wrapper .wp-block-pullquote blockquote cite {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.single .hentry .entry-content .wp-block-quote p,
.single .hentry .entry-content .wp-block-quote.is-large p,
.single .hentry .entry-content .wp-block-quote.is-style-large p,
.single .editor-styles-wrapper .wp-block-quote p,
.single .editor-styles-wrapper .wp-block-quote.is-large p,
.single .editor-styles-wrapper .wp-block-quote.is-style-large p {
  font-size: 27px;
  line-height: 40px;
  color: #000;
  position: relative;
  font-style: italic;
}
.single .hentry .entry-content .wp-block-quote.is-large p,
.single .hentry .entry-content .wp-block-quote.is-style-large p,
.single .editor-styles-wrapper .wp-block-quote.is-large p,
.single .editor-styles-wrapper .wp-block-quote.is-style-large p {
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
}
.single .hentry .entry-content .wp-block-quote p a,
.single .hentry .entry-content .wp-block-pullquote p a,
.single .editor-styles-wrapper .wp-block-quote p a,
.single .editor-styles-wrapper .wp-block-pullquote p a {
  text-decoration: underline;
  box-shadow: none;
}
.single .hentry .entry-content .wp-block-quote p a:hover,
.single .hentry .entry-content .wp-block-pullquote p a:hover,
.single .editor-styles-wrapper .wp-block-quote p a:hover,
.single .editor-styles-wrapper .wp-block-pullquote p a:hover {
  box-shadow: none;
}
.single .hentry .entry-content blockquote.wp-block-quote,
.single .editor-styles-wrapper blockquote.wp-block-quote {
  border: none;
  padding: 20px 60px 50px;
  margin: 0;
}
.single .hentry .entry-content blockquote.wp-block-quote.has-text-align-right p:first-child:before,
.single .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-right p:first-child:before {
  right: -60px;
  left: inherit;
}
.single .hentry .entry-content blockquote.wp-block-quote p:last-child,
.single .hentry .entry-content blockquote p:last-child,
.single .editor-styles-wrapper blockquote.wp-block-quote p:last-child,
.single .editor-styles-wrapper blockquote p:last-child {
  margin-bottom: 0;
}
.single .hentry .entry-content blockquote.wp-block-quote cite,
.single .hentry .entry-content .wp-block-pullquote blockquote cite,
.single .editor-styles-wrapper blockquote.wp-block-quote cite,
.single .editor-styles-wrapper .wp-block-pullquote blockquote cite {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.single .hentry .entry-content .wp-block-quote.is-large cite,
.single .hentry .entry-content .wp-block-quote.is-large footer,
.single .hentry .entry-content .wp-block-quote.is-style-large cite,
.single .hentry .entry-content .wp-block-quote.is-style-large footer,
.single .editor-styles-wrapper .wp-block-quote.is-large cite,
.single .editor-styles-wrapper .wp-block-quote.is-large footer,
.single .editor-styles-wrapper .wp-block-quote.is-style-large cite,
.single .editor-styles-wrapper .wp-block-quote.is-style-large footer {
  text-align: left;
}
.single .hentry .entry-content blockquote.wp-block-quote cite,
.single .editor-styles-wrapper blockquote.wp-block-quote cite {
  margin-top: -20px;
}
.single .hentry .entry-content blockquote.wp-block-quote cite img,
.single .editor-styles-wrapper blockquote.wp-block-quote cite img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  box-shadow: 0 0.2rem 1.9rem 0 rgba(0, 0, 0, 0.08);
  border: 2px solid #fff;
}
.single .hentry .entry-content blockquote.wp-block-quote.is-style-large,
.single .editor-styles-wrapper blockquote.wp-block-quote.is-style-large {
  background: #f78a74;
  padding: 60px 65px 55px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  font-weight: 600;
}
@media (max-width: 567px) {
  .single .hentry .entry-content blockquote.wp-block-quote.is-style-large,
.single .editor-styles-wrapper blockquote.wp-block-quote.is-style-large {
    padding: 30px;
  }
}
.single .hentry .entry-content blockquote.wp-block-quote.is-style-large p,
.single .editor-styles-wrapper blockquote.wp-block-quote.is-style-large p {
  z-index: 2;
  color: #fff;
}
.single .hentry .entry-content blockquote.wp-block-quote.is-style-large p a,
.single .editor-styles-wrapper blockquote.wp-block-quote.is-style-large p a {
  color: #fff;
  text-decoration: underline;
}
.single .hentry .entry-content blockquote.wp-block-quote.is-style-large p:first-child:before,
.single .editor-styles-wrapper blockquote.wp-block-quote.is-style-large p:first-child:before {
  font-size: 500px;
  font-style: normal;
  position: absolute;
  color: #ff9885;
  left: -100px;
  top: -125px;
  z-index: -1;
}
.single .hentry .entry-content blockquote.wp-block-quote.is-style-large cite,
.single .editor-styles-wrapper blockquote.wp-block-quote.is-style-large cite {
  z-index: 2;
  position: relative;
  color: #fff;
}
.single .hentry .entry-content .wp-block-pullquote, .single .hentry .entry-content .wp-block-pullquote.is-style-solid-color,
.single .editor-styles-wrapper .wp-block-pullquote,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
  margin: 35px 0;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 40px;
}
.single .hentry .entry-content .wp-block-pullquote p,
.single .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
.single .editor-styles-wrapper .wp-block-pullquote p,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  font-style: italic;
  z-index: 2;
}
.single .hentry .entry-content .wp-block-pullquote p:last-child,
.single .editor-styles-wrapper .wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.single .hentry .entry-content .wp-block-pullquote.alignleft,
.single .hentry .entry-content .wp-block-pullquote.alignright,
.single .editor-styles-wrapper .wp-block-pullquote.alignleft,
.single .editor-styles-wrapper .wp-block-pullquote.alignright {
  padding: 45px 25px;
  margin: 8px 0 20px;
}
.single .hentry .entry-content .wp-block-pullquote.alignleft p,
.single .hentry .entry-content .wp-block-pullquote.alignright p,
.single .hentry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft p,
.single .hentry .entry-content .wp-block-pullquote.is-style-solid-color.alignright p,
.single .editor-styles-wrapper .wp-block-pullquote.alignleft p,
.single .editor-styles-wrapper .wp-block-pullquote.alignright p,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignleft p,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignright p {
  font-size: 20px;
  line-height: 31px;
}
.single .hentry .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: center;
}
.single .hentry .entry-content .wp-block-pullquote.alignwide p,
.single .editor-styles-wrapper .wp-block-pullquote.alignwide p {
  font-size: 34px;
  line-height: 1.45;
}
.single .hentry .entry-content .wp-block-pullquote.alignfull p,
.single .editor-styles-wrapper .wp-block-pullquote.alignfull p {
  font-size: 42px;
  line-height: 1.5;
}
.single .hentry .entry-content .wp-block-pullquote.alignfull,
.single .editor-styles-wrapper .wp-block-pullquote.alignfull {
  padding: 4em 8em;
}
.single .hentry .entry-content .wp-block-pullquote.alignfull p,
.single .hentry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull blockquote p,
.single .editor-styles-wrapper .wp-block-pullquote.alignfull p,
.single .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignfull blockquote p {
  margin-bottom: 30px;
}
.single .hentry .entry-content .wp-block-pullquote.alignleft,
.single .editor-styles-wrapper .wp-block-pullquote.alignleft {
  margin-right: 35px;
}
.single .hentry .entry-content .wp-block-pullquote.alignright,
.single .editor-styles-wrapper .wp-block-pullquote.alignright {
  margin-left: 35px;
}
.single .hentry .entry-content .wp-block-image figure,
.single .editor-styles-wrapper .wp-block-image figure {
  margin-bottom: 1.41575em;
}
.single .hentry .entry-content .wp-block-image .alignleft,
.single .editor-styles-wrapper .wp-block-image .alignleft {
  margin-right: 1.41575em;
}
.single .hentry .entry-content .wp-block-image .alignright,
.single .editor-styles-wrapper .wp-block-image .alignright {
  margin-left: 1.41575em;
}
.single .hentry .entry-content .wp-block-image figcaption,
.single .editor-styles-wrapper .wp-block-image figcaption {
  margin: 0;
  padding: 0.875em 0;
  font-size: 0.875em;
  font-style: italic;
}
.single .hentry .entry-content figure.wp-block-image,
.single .editor-styles-wrapper figure.wp-block-image {
  margin: 0 0 1.41575em;
}
.single .hentry .entry-content div.wp-block-image,
.single .editor-styles-wrapper div.wp-block-image {
  display: inline;
}
.single .hentry .entry-content .wp-block-cover, .single .hentry .entry-content .wp-block-cover-image,
.single .editor-styles-wrapper .wp-block-cover,
.single .editor-styles-wrapper .wp-block-cover-image {
  min-height: 300px;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover-text, .single .hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
  font-size: 22px !important;
}
.single .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
  font-size: 1.618em;
  font-weight: 300;
  line-height: 1.618;
  padding: 1em;
  width: calc(100vw - 1em);
  max-width: calc(100vw - 1em);
  color: #fff;
  z-index: 1;
}
@media (min-width: 568px) {
  .single .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    padding: 1em;
    font-size: 2.2906835em;
    width: calc(8 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
  }
}
@media (min-width: 768px) {
  .single .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    font-size: 2.2906835em;
    width: calc(6 * (100vw / 12));
    max-width: calc(6 * (100vw / 12));
  }
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  padding: 2.617924em 1em;
  width: calc(100vw - 1em);
  max-width: calc(100vw - 1em);
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1),
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2 {
  font-size: 2.617924em;
  margin-bottom: 0.3342343017em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3 {
  font-size: 2.2906835em;
  margin-bottom: 0.3819820591em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4 {
  font-size: 1.618em;
  margin-bottom: 0.5407911001em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5 {
  font-size: 1.41575em;
  margin-bottom: 0.6180469716em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
  font-size: 1.41575em;
  margin-bottom: 0.6180469716em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
  font-size: 1.1em;
}
.single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color) {
  color: #fff;
}
@media (min-width: 568px) {
  .single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(8 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
  }
}
@media (min-width: 768px) {
  .single .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.single .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(6 * (100vw / 12));
    max-width: calc(6 * (100vw / 12));
    padding-top: 6.8535260698em;
    padding-bottom: 6.8535260698em;
  }
}
.single .hentry .entry-content .wp-block-gallery,
.single .editor-styles-wrapper .wp-block-gallery {
  margin: 0 0 1.41575em;
}
.single .hentry .entry-content .wp-block-gallery.alignleft,
.single .editor-styles-wrapper .wp-block-gallery.alignleft {
  margin-right: 1.41575em;
}
.single .hentry .entry-content .wp-block-gallery.alignright,
.single .editor-styles-wrapper .wp-block-gallery.alignright {
  margin-left: 1.41575em;
}
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
  width: 48.3870967742%;
  margin: 0 3.2258064516% 3.2258064516% 0;
  flex-grow: 1;
}
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even), .single .hentry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1em;
  padding: 2.2906835em 1.41575em 0.6180469716em;
}
@media (min-width: 600px) {
  .single .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.single .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    margin: 0 3.2258064516% 3.2258064516% 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 31.1827956989%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 17.4193548387%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 13.9784946237%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 11.5207373272%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image, .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
.single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
.single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 9.6774193548%;
  }
  .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
.single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 1.5873015873%;
    margin-right: 1.5873015873%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 49.2063492063%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 32.2751322751%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 23.8095238095%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 18.7301587302%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 15.3439153439%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 12.925170068%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 11.1111111111%;
  }
  body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
body:not(.page-template-template-fullwidth-php):not(.rbpazt-full-width-content) .single .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}
.single .hentry .entry-content .wp-block-separator,
.single .editor-styles-wrapper .wp-block-separator {
  margin: 45px auto;
  background-color: var(--border);
  height: 2px;
  border: 0;
  clear: both;
}
.single .hentry .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.single .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 10%;
}
.single .hentry .entry-content .wp-block-embed-twitter,
.single .editor-styles-wrapper .wp-block-embed-twitter {
  overflow: hidden;
}
.single .hentry .entry-content .wp-block-table,
.single .editor-styles-wrapper .wp-block-table {
  border-collapse: separate;
}
.single .hentry .entry-content .wp-block-table td,
.single .hentry .entry-content .wp-block-table th,
.single .editor-styles-wrapper .wp-block-table td,
.single .editor-styles-wrapper .wp-block-table th {
  border: 0;
  padding: 1em 1.41575em;
  word-break: normal;
}
.single .hentry .entry-content .wp-block-table thead th,
.single .editor-styles-wrapper .wp-block-table thead th {
  padding: 1.41575em;
}
.single .hentry .entry-content .wp-block-file,
.single .editor-styles-wrapper .wp-block-file {
  margin-bottom: 1.41575em;
}
.single .hentry .entry-content .wp-block-file .wp-block-file__button,
.single .editor-styles-wrapper .wp-block-file .wp-block-file__button {
  font-size: 0.875em;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  opacity: 1;
}
.single .hentry .entry-content .wp-block-code,
.single .hentry .entry-content .wp-block-preformatted pre,
.single .editor-styles-wrapper .wp-block-code,
.single .editor-styles-wrapper .wp-block-preformatted pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
}
.single .hentry .entry-content .wp-block-code,
.single .editor-styles-wrapper .wp-block-code {
  border: none;
  border-radius: 0;
  padding: 1.618em;
}
.single .hentry .entry-content .wp-block-columns,
.single .editor-styles-wrapper .wp-block-columns {
  margin-bottom: 0;
}
.single .hentry .entry-content .wp-block-columns .wp-block-column,
.single .editor-styles-wrapper .wp-block-columns .wp-block-column {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .single .hentry .entry-content .wp-block-columns .wp-block-column,
.single .editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-left: 0;
    padding-right: 3.2258064516%;
    margin-left: 0;
  }
  .single .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.single .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
.single .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
    padding-right: 0;
  }
}
@media (min-width: 782px) {
  .single .hentry .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n),
.single .editor-styles-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n),
.single .editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n),
.single .editor-styles-wrapper .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n),
.single .editor-styles-wrapper .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n),
.single .editor-styles-wrapper .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n) {
    margin-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns .wp-block-column,
.single .editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-right: 0;
  }
  .single .hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child),
.single .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 0;
  }
  .single .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.single .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    padding-right: 0;
    margin-right: 3.2258064516%;
  }
}
.single .hentry .entry-content .wp-block-rss a,
.single .hentry .entry-content .wp-block-latest-comments a,
.single .hentry .entry-content .wp-block-tag-cloud a,
.single .editor-styles-wrapper .wp-block-rss a,
.single .editor-styles-wrapper .wp-block-latest-comments a,
.single .editor-styles-wrapper .wp-block-tag-cloud a {
  color: var(--accent);
}
.single .hentry .entry-content .wp-block-rss a:hover,
.single .hentry .entry-content .wp-block-latest-comments a:hover,
.single .hentry .entry-content .wp-block-tag-cloud a:hover,
.single .editor-styles-wrapper .wp-block-rss a:hover,
.single .editor-styles-wrapper .wp-block-latest-comments a:hover,
.single .editor-styles-wrapper .wp-block-tag-cloud a:hover {
  color: var(--primary);
}
.single .hentry .entry-content .wp-block-latest-comments,
.single .editor-styles-wrapper .wp-block-latest-comments {
  margin: 0 0 1.41575em;
}
.single .hentry .entry-content .wp-block-latest-comments__comment-avatar,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-avatar {
  margin-top: 0.3819820591em;
}
.single .hentry .entry-content .wp-block-latest-comments__comment,
.single .editor-styles-wrapper .wp-block-latest-comments__comment {
  font-size: 1em;
  margin: 0 0 1em;
}
.single .hentry .entry-content .wp-block-latest-comments__comment-date,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-date {
  font-size: 0.875em;
}
.single .hentry .entry-content .wp-block-latest-comments__comment-excerpt p,
.single .editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
  margin: 0.5407911001em 0 1em;
  font-size: 1em;
  line-height: 1.618;
}
.single .hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.single .hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.single .editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.single .editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.706325903em;
}
.single .hentry .entry-content .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment,
.single .editor-styles-wrapper .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment {
  margin: 0;
  line-height: 1.618;
}
.single .hentry .entry-content .wp-block-latest-comments br,
.single .editor-styles-wrapper .wp-block-latest-comments br {
  display: inline;
  content: "";
}
.single .hentry .entry-content .wp-block-cover-text,
.single .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.single .hentry .entry-content .wp-block-cover-image-text,
.single .hentry .entry-content section.wp-block-cover-image h2,
.single .editor-styles-wrapper .wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text,
.single .editor-styles-wrapper .wp-block-cover-image-text,
.single .editor-styles-wrapper section.wp-block-cover-image h2 {
  color: #fff;
}
.single .hentry .entry-content .wp-block-cover-text a,
.single .hentry .entry-content .wp-block-cover p.wp-block-cover-text a,
.single .hentry .entry-content .wp-block-cover-image-text a,
.single .hentry .entry-content section.wp-block-cover-image h2 a,
.single .editor-styles-wrapper .wp-block-cover-text a,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a,
.single .editor-styles-wrapper .wp-block-cover-image-text a,
.single .editor-styles-wrapper section.wp-block-cover-image h2 a {
  color: #fff;
  box-shadow: inset 0 -1px 0 #fff;
}
.single .hentry .entry-content .wp-block-cover-text a:active, .single .hentry .entry-content .wp-block-cover-text a:focus, .single .hentry .entry-content .wp-block-cover-text a:hover,
.single .hentry .entry-content .wp-block-cover p.wp-block-cover-text a:active,
.single .hentry .entry-content .wp-block-cover p.wp-block-cover-text a:focus,
.single .hentry .entry-content .wp-block-cover p.wp-block-cover-text a:hover,
.single .hentry .entry-content .wp-block-cover-image-text a:active,
.single .hentry .entry-content .wp-block-cover-image-text a:focus,
.single .hentry .entry-content .wp-block-cover-image-text a:hover,
.single .hentry .entry-content section.wp-block-cover-image h2 a:active,
.single .hentry .entry-content section.wp-block-cover-image h2 a:focus,
.single .hentry .entry-content section.wp-block-cover-image h2 a:hover,
.single .editor-styles-wrapper .wp-block-cover-text a:active,
.single .editor-styles-wrapper .wp-block-cover-text a:focus,
.single .editor-styles-wrapper .wp-block-cover-text a:hover,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a:active,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a:focus,
.single .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text a:hover,
.single .editor-styles-wrapper .wp-block-cover-image-text a:active,
.single .editor-styles-wrapper .wp-block-cover-image-text a:focus,
.single .editor-styles-wrapper .wp-block-cover-image-text a:hover,
.single .editor-styles-wrapper section.wp-block-cover-image h2 a:active,
.single .editor-styles-wrapper section.wp-block-cover-image h2 a:focus,
.single .editor-styles-wrapper section.wp-block-cover-image h2 a:hover {
  box-shadow: none;
  color: #fff;
}
body.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) .hentry .entry-content .alignwide {
  margin-left: calc(25% - 25vw);
  width: calc(50vw + 50%);
  max-width: calc(50vw + 50%);
}
body.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) .hentry .entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
body.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) .editor-styles-wrapper .alignwide {
  margin-left: calc(25% - 25vw);
  width: calc(50vw + 50%);
  max-width: calc(50vw + 50%);
}
body.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) .editor-styles-wrapper .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

:root {
  --scroll-bar: 8px;
}

body.has-scrollbar.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
}
body.has-scrollbar.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) .hentry .entry-content .alignfull {
  max-width: calc(100vw - 20px) !important;
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
}

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar.single:not(.rbpazt-content-has-sidebar):not(.elementor-page) .hentry .entry-content .alignfull {
    max-width: calc(100vw - var(--scroll-bar)) !important;
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
  }
}
.wp-block-cover-image {
  margin-bottom: 1em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-search .wp-block-search__button {
  border: none;
}
.wp-block-search .wp-block-search__label {
  display: none;
}

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.site-footer .copyright-bar {
  background-color: var(--dark);
}
.site-footer .site-info {
  color: #fff;
  padding: 1.618em 0;
  text-align: center;
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.618em;
  margin-bottom: 1em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.618em;
  margin-bottom: 1em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none;
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
  font-weight: 600;
}
table td,
table th {
  padding: 1em 20px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: 600;
}
table thead th {
  padding: 15px;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
  border: 1px solid;
  border-color: var(--border);
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 .page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .error404 .page-content {
    display: flex;
    flex: 1 1;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
  }
}
.error404 .content-wrap {
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .error404 .content-wrap {
    max-width: 476px;
    margin: 0 auto;
    text-align: center;
  }
}
.error404 .img-404 {
  display: block;
  width: 500px;
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .error404 .img-404 {
    width: inherit;
    max-width: 350px;
  }
}
.error404 .page-title {
  margin-bottom: 20px;
  color: #222;
}
@media (max-width: 768px) {
  .error404 .page-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.error404 .error-text {
  font-size: 14px;
  line-height: 22px;
  color: #656766;
  margin-bottom: 4em;
}
.error404 .return-home {
  color: var(--accent);
  text-decoration: underline;
}
.error404 .return-home:hover {
  color: var(--primary_hover);
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  position: relative;
  padding-top: 60px;
}
#comments .comment-content p a:not(.wp-block-button__link):not(.button),
#comments .comment-content table a,
#comments .comment-content dl a {
  color: var(--accent);
  box-shadow: inset 0 -1px 0 var(--primary);
  font-weight: 500;
}
#comments .comment-content p a:not(.wp-block-button__link):not(.button):hover,
#comments .comment-content table a:hover,
#comments .comment-content dl a:hover {
  color: var(--primary);
}
.royate-content-has-sidebar #comments .title-comments {
  text-align: left;
}
#comments .comment-list-wrap {
  margin-bottom: 2.2906835em;
}
#comments .comment-form p {
  margin-bottom: 1em;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
  margin-bottom: 30px;
}
#comments .comment-form label[for=comment], #comments .comment-form label[for=author], #comments .comment-form label[for=email], #comments .comment-form label[for=url] {
  font-size: 14px;
  display: inherit;
  margin-bottom: 0.3em;
}
#comments .comment-form .comment-notes, #comments .comment-form .logged-in-as, #comments .comment-form .comment-form-cookies-consent, #comments .comment-form .comment-form-comment {
  margin-bottom: 25px;
}
#comments .comment-form .comment-notes a, #comments .comment-form .logged-in-as a, #comments .comment-form .comment-form-cookies-consent a, #comments .comment-form .comment-form-comment a {
  text-decoration: underline;
  color: var(--text);
}
#comments .comment-form .comment-notes a:hover, #comments .comment-form .logged-in-as a:hover, #comments .comment-form .comment-form-cookies-consent a:hover, #comments .comment-form .comment-form-comment a:hover {
  color: var(--primary);
}
#comments .title-comment {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#comments .title-comment:before, #comments .title-comment:after {
  content: "";
  border-bottom: 1px solid;
  border-color: var(--border);
  flex: 1;
}
#comments .title-comment:before {
  margin-right: 30px;
}
#comments .title-comment:after {
  margin-left: 30px;
}
#comments .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-comment {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  order: 1;
  padding: 0 15px;
}
#comments .comment-form-cookies-consent {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .form-submit {
  order: 3;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
}
#comments .comment-list > li:last-child .comment-body {
  margin-bottom: 0;
}
#comments .comment-list .comment-body {
  min-height: 100px;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid;
  border-color: var(--border);
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body::after {
  clear: both;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-body {
    padding-left: 85px;
  }
}
#comments .comment-list .trackback .comment-body, #comments .comment-list .pingback .comment-body {
  padding-left: 0;
}
#comments .comment-list .comment-meta {
  position: relative;
  margin-bottom: 12px;
}
#comments .comment-list .comment-meta .avatar {
  width: 60px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0 0.2rem 1.9rem 0 rgba(0, 0, 0, 0.08);
  border: 2px solid #fff;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-meta .avatar {
    position: absolute;
    left: -85px;
    top: 0;
  }
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
  margin-right: 20px;
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--light);
  display: block;
  font-size: 13px;
  text-transform: none;
  font-style: italic;
}
#comments .comment-list .comment-meta a.comment-date:hover {
  color: var(--primary);
}
#comments .comment-list .comment-meta cite {
  color: var(--accent);
  font-style: normal;
  font-weight: 600;
}
#comments .comment-list .comment-meta cite a {
  color: var(--accent);
}
#comments .comment-list .comment-meta cite a:hover {
  color: var(--primary);
}
#comments .comment-list .reply {
  margin-top: 5px;
  text-transform: uppercase;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}
#comments .comment-list .reply::after {
  clear: both;
}
#comments .comment-list .reply a {
  color: var(--accent);
  display: inline-block;
  margin-right: 1em;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .reply a.comment-reply-link:before {
  content: "\e060";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-right: 5px;
  line-height: inherit;
  vertical-align: top;
}
#comments .comment-list .reply a.comment-edit-link:before {
  content: "\e041";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-right: 5px;
  line-height: inherit;
  vertical-align: top;
}
#comments .comment-list .children {
  list-style: none;
}
#comments .comment-list #respond {
  padding: 1.41575em 1.618em 1em;
  margin-top: 24px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.0125);
  border: 1px solid;
  border-color: var(--border);
  width: 100%;
  margin-right: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#commentform > p, #commentform .comment-form-rating {
  padding: 0 15px;
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

#respond {
  position: relative;
}
#respond .comment-form-comment label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 2;
  font-weight: 600;
  color: var(--accent);
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .comment-form-cookies-consent label {
  font-size: 14px;
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond #reply-title {
  color: var(--accent);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.5em;
  text-align: center;
  transition: transform, ease, 0.3s;
  color: var(--accent);
}
#respond #cancel-comment-reply-link::before {
  content: "\e06e";
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  display: block;
}
#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}
#respond.loading {
  opacity: 0.8;
}
#respond.loading::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}

@media (max-width: 767px) {
  #comments {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #comments .comment-list .comment-body {
    margin-bottom: 20px;
  }
  #comments .comment-list .comment-content {
    padding-bottom: 10px;
  }
  #comments .comment-list .comment-meta {
    margin-bottom: 5px;
  }
  #comments .comment-list #reply-title {
    font-size: 18px;
  }

  .comment-list-wrap .comment-meta .avatar {
    display: none !important;
  }
  .comment-list-wrap + #respond {
    margin-top: 40px;
  }
}
/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618em;
}

button, a.more-link,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

button, a.more-link,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  border: none;
  border-radius: 3px;
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--accent);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 16px 3.2em;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
button::after, a.more-link::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after,
.button::after,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
.added_to_cart::after {
  display: none;
}
button:hover, a.more-link:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
  background-color: var(--primary_hover);
  border-color: var(--primary_hover);
  color: #000;
}
button.loading, a.loading.more-link,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
.added_to_cart.loading {
  opacity: 0.5;
  position: relative;
}
button.loading::after, a.loading.more-link::after,
input[type=button].loading::after,
input[type=reset].loading::after,
input[type=submit].loading::after,
.button.loading::after,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading::after,
.added_to_cart.loading::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
button.small, a.small.more-link,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
.added_to_cart.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
button.disabled, a.disabled.more-link, button:disabled, a.more-link:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, a.disabled.more-link:hover, button:disabled:hover, a.more-link:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
  opacity: 0.5 !important;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #616161;
}

button::-moz-focus-inner, a.more-link::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 10px 1em;
  background-color: var(--background);
  color: var(--text);
  border-width: 1px;
  font-size: 15px;
  border-style: solid;
  border-color: var(--border);
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 0;
  outline: 0;
  transition: all ease-in-out 0.3s;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: var(--text);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--accent);
}
.form-light input[type=text],
.form-light input[type=number],
.form-light input[type=email],
.form-light input[type=tel],
.form-light input[type=url],
.form-light input[type=password],
.form-light input[type=search],
.form-light textarea,
.form-light .input-text {
  color: #fff;
}
.form-light input[type=text]::placeholder,
.form-light input[type=number]::placeholder,
.form-light input[type=email]::placeholder,
.form-light input[type=tel]::placeholder,
.form-light input[type=url]::placeholder,
.form-light input[type=password]::placeholder,
.form-light input[type=search]::placeholder,
.form-light textarea::placeholder,
.form-light .input-text::placeholder {
  color: #fff;
}

select {
  padding: 0.63em 28px 0.63em 1.41575em;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  background-color: var(--background);
  border: 1px solid;
  border-color: var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("./assets/images/base/select_arrow.png");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  border-radius: 0;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
  border-color: var(--border);
  border-radius: 0;
}
fieldset legend {
  font-weight: 700;
  color: var(--accent);
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41575em;
}
.gallery::before, .gallery::after {
  content: "";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.5407911001em 0;
  font-size: 0.875em;
  color: var(--light);
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
.site-main nav.navigation {
  clear: both;
}
.site-main nav.navigation::before, .site-main nav.navigation::after {
  content: "";
  display: table;
}
.site-main nav.navigation::after {
  clear: both;
}

nav.post-navigation {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 40px;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  padding-top: 30px;
  padding-bottom: 30px;
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  color: var(--accent);
}
nav.post-navigation .nav-previous a:hover .nav-content,
nav.post-navigation .nav-next a:hover .nav-content {
  color: var(--secondary);
  box-shadow: inset 0 -1px 0 var(--primary);
}
nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.375;
}
@media (max-width: 767px) {
  nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
    display: none;
  }
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: block;
  color: var(--light);
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
nav.post-navigation .nav-previous {
  float: left;
  width: 50%;
  padding-right: 15px;
  border: none;
}
nav.post-navigation .nav-previous img {
  margin-right: 20px;
}
nav.post-navigation .nav-previous + .nav-next {
  border-left: 1px solid var(--border);
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 15px;
  border: none;
}
nav.post-navigation .nav-next img {
  margin-left: 20px;
}

.pagination,
.woocommerce-pagination {
  background: var(--background_light);
  padding: 11px 16px;
  text-align: center;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  width: 100%;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-right: 20px;
}
.pagination .page-numbers li:last-child,
.woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
.pagination .page-numbers li .page-numbers i,
.woocommerce-pagination .page-numbers li .page-numbers i {
  font-size: 19px;
}
.pagination .page-numbers li .page-numbers:hover, .pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  border-bottom: 2px solid var(--accent);
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}

.post-nav-links,
.page-links {
  padding-top: 20px;
}
.post-nav-links > *,
.page-links > * {
  box-sizing: content-box;
  min-width: 34px;
  min-height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: var(--accent);
}
.post-nav-links > *:hover,
.page-links > *:hover {
  background-color: var(--primary);
  color: #fff;
}
.post-nav-links > *.current,
.page-links > *.current {
  background-color: var(--primary);
  color: #fff;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  body.woocommerce #secondary {
    display: none;
  }
}
@media (max-width: 1023px) {
  #secondary {
    margin-top: 30px;
  }
}
#secondary .widget {
  margin-bottom: 30px;
  border: 1px solid var(--border);
  padding: 0 15px;
}
#secondary .widget > * {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -1px;
  margin-bottom: -1px;
}
#secondary .widget > *.wp-block-group {
  margin: 0;
}
#secondary .widget > *[id*=archives-dropdown] {
  margin: 15px 0;
}
#secondary .widget .wp-calendar-table caption {
  padding-top: 0;
}
#secondary .widget .wp-block-group__inner-container > h2,
#secondary .widget .widget-title,
#secondary .widget .widgettitle {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -1px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 26px;
  color: var(--accent);
  background-color: var(--background_light);
  font-family: var(--e-global-typography-accent-font-family);
}
#secondary .widget .wp-block-group__inner-container > h2 ~ *,
#secondary .widget .widget-title ~ *,
#secondary .widget .widgettitle ~ * {
  margin: 20px 0;
  padding-left: 5px;
}

.widget select {
  margin-bottom: 1em;
  max-width: 100%;
}
.widget [class*=-count] {
  display: inline-block;
  text-align: center;
  color: var(--text);
  font-size: 14px;
}
.widget [class*=current-] > a > [class*=-count] {
  color: var(--secondary);
}
.widget li a:hover > [class*=-count] {
  color: var(--secondary);
}
.widget.widget_recent_entries li {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom-color: var(--border);
}
.widget.widget_recent_entries li:first-child {
  padding-top: 0;
}
.widget.widget_recent_entries li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
}
.widget.widget_recent_entries .recent-posts-thumbnail img {
  margin-right: 1em;
  border-radius: 0;
  width: 90px;
  height: 80px;
  object-fit: cover;
}
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.widget.widget_recent_entries .post-title {
  font-size: 14px;
  display: block;
  color: var(--accent);
  margin-bottom: 0.5407911001em;
  font-weight: 500;
  line-height: 1.28;
}
.widget.widget_recent_entries .post-title span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget.widget_recent_entries .post-date,
.widget.widget_recent_entries .post-comments {
  color: var(--light);
  font-style: italic;
  font-size: 14px;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget ul ul {
  margin-top: 10px;
  margin-left: 1.618em;
  margin-bottom: 0;
}
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget.widget_rss .rsswidget {
  display: inline-block;
  color: var(--accent);
}
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--light);
}
.widget.widget_rss cite {
  text-decoration: underline;
}
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget.widget_rss li a.rsswidget {
  font-weight: 700;
  line-height: 1.41575em;
}

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41575em;
  border-color: var(--border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--primary);
}

.widget.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
  margin-bottom: 1.25em;
}
.widget.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  font-size: 11px !important;
  text-transform: uppercase;
  padding: 6px 15px;
  border: 2px solid;
  line-height: 1;
  border-color: var(--border);
  display: inline-block;
  margin: 5px 5px 5px 0;
  color: var(--text);
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff !important;
  text-decoration: none;
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  color: var(--light);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  color: var(--accent);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before {
  opacity: 1 !important;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a {
  color: var(--primary);
}

.widget-area .widget a.button {
  font-weight: 700 !important;
}

.widget_search {
  padding: 0;
  border: 0;
}

.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.widget_product_search form::before,
.site-search form::before {
  font-size: 20px;
  color: var(--accent);
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e022";
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translate(0, -50%);
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
  border: 1px solid;
  background-color: var(--background_light);
  border-color: var(--border);
  width: 100%;
  line-height: 1;
  padding: 1em 1.5em;
  padding-right: 60px;
  flex: 1;
}
.widget_search form input[type=text]:focus,
.widget_search form input[type=search]:focus,
.widget_product_search form input[type=text]:focus,
.widget_product_search form input[type=search]:focus,
.site-search form input[type=text]:focus,
.site-search form input[type=search]:focus {
  border-color: var(--primary);
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_search form a[type=submit].more-link,
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit],
.widget_product_search form a[type=submit].more-link,
.site-search form input[type=submit],
.site-search form button[type=submit],
.site-search form a[type=submit].more-link {
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  box-shadow: none;
}
.widget_search form input[type=submit]:hover, .widget_search form input[type=submit]:focus, .widget_search form input[type=submit]:active,
.widget_search form button[type=submit]:hover,
.widget_search form a[type=submit].more-link:hover,
.widget_search form button[type=submit]:focus,
.widget_search form a[type=submit].more-link:focus,
.widget_search form button[type=submit]:active,
.widget_search form a[type=submit].more-link:active,
.widget_product_search form input[type=submit]:hover,
.widget_product_search form input[type=submit]:focus,
.widget_product_search form input[type=submit]:active,
.widget_product_search form button[type=submit]:hover,
.widget_product_search form a[type=submit].more-link:hover,
.widget_product_search form button[type=submit]:focus,
.widget_product_search form a[type=submit].more-link:focus,
.widget_product_search form button[type=submit]:active,
.widget_product_search form a[type=submit].more-link:active,
.site-search form input[type=submit]:hover,
.site-search form input[type=submit]:focus,
.site-search form input[type=submit]:active,
.site-search form button[type=submit]:hover,
.site-search form a[type=submit].more-link:hover,
.site-search form button[type=submit]:focus,
.site-search form a[type=submit].more-link:focus,
.site-search form button[type=submit]:active,
.site-search form a[type=submit].more-link:active {
  background: transparent;
}

.site-search form {
  margin-bottom: 0;
}

.widget_archive li a,
.widget_categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget_archive select,
.widget_categories select {
  margin-bottom: 0;
}

.widget_categories form,
.widget_text form {
  margin: 0;
}
.widget_categories p,
.widget_text p {
  margin: 0;
}

.wp-block-archives-list ul li,
.widget_product_brands ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_meta ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.618em;
  text-transform: capitalize;
}
.wp-block-archives-list ul .children,
.widget_product_brands ul .children,
.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_meta ul .children,
.widget_layered_nav_filters ul .children {
  margin-top: 10px;
}

.widget_recent_comments a {
  text-decoration: underline;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}

.widget_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 0;
}

.rbpazt-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.rbpazt-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: var(--text);
}
.rbpazt-canvas-filter a:not(.button):hover,
.widget-area a:not(.button):hover {
  color: var(--secondary);
  text-decoration: underline;
}

.widget_calendar .calendar_wrap, .wp-block-calendar .calendar_wrap {
  margin-bottom: 1.41575em;
}
.widget_calendar table th, .widget_calendar table td, .wp-block-calendar table th, .wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--border);
}
.widget_calendar table th, .wp-block-calendar table th {
  background: #ddd;
  color: var(--accent);
}

#woosq-popup .thumbnails img {
  object-fit: cover;
  width: 100%;
}

.single-product div.product .summary.entry-summary .woosw-btn:before {
  margin: 0;
}

/*--------------------------------------------------------------
16.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

/*--------------------------------------------------------------
19.0 Slick
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.rbpazt-carousel {
  display: none;
}
.rbpazt-carousel.slick-initialized {
  display: block;
}
@media (max-width: 767px) {
  .rbpazt-carousel {
    overflow: hidden;
  }
}

.woocommerce-carousel .slick-list {
  padding-bottom: 15px;
  margin-bottom: -15px;
  padding-top: 15px;
  margin-top: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-carousel .products {
  display: none;
}
.woocommerce-carousel .products.slick-initialized {
  display: block;
}
.woocommerce-carousel .products .product {
  margin-bottom: 0;
}
.woocommerce-carousel .slick-dots {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .woocommerce-carousel {
    overflow: hidden;
  }
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.carousel-visibility-yes .slick-list {
  overflow: visible;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: transparent;
  border: 1px solid var(--border);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 !important;
  outline: none;
  z-index: 99;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
  content: none !important;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  outline: none;
  color: #fff;
  background: var(--primary_hover);
  border-color: var(--primary_hover);
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before {
  color: #fff;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #A2A4A3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
  font-size: 20px;
}
.slick-slider .slick-arrow {
  opacity: 0;
}
.slick-slider .slick-prev {
  left: -65px;
}
.slick-slider .slick-prev:before {
  content: "\e054";
}
.slick-slider .slick-next {
  right: -65px;
}
.slick-slider .slick-next:before {
  content: "\e055";
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.arrow-always-show-yes .slick-slider .slick-arrow {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: -35px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button, .slick-dots li a.more-link {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all ease 0.2s;
  box-shadow: none;
}
.slick-dots li button:hover, .slick-dots li a.more-link:hover, .slick-dots li button:focus, .slick-dots li a.more-link:focus {
  outline: none;
  background-color: transparent;
}
.slick-dots li button:hover:before, .slick-dots li a.more-link:hover:before, .slick-dots li button:focus:before, .slick-dots li a.more-link:focus:before {
  background-color: var(--primary);
}
.slick-dots li button:before, .slick-dots li a.more-link:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #bcbcbc;
  border-radius: 6px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease 0.2s;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active a.more-link {
  width: 42px;
}
.slick-dots li.slick-active button:before, .slick-dots li.slick-active a.more-link:before {
  background-color: var(--primary);
}

/*--------------------------------------------------------------
19.1 Tooltipster
--------------------------------------------------------------*/
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  /*overflow:auto;*/
  border-color: black;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: -2px;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: -2px;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: -2px;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -2px;
  height: 10px;
  margin-left: -9px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.rbpazt-product-tooltipster {
  display: block !important;
}
.rbpazt-product-tooltipster .tooltipster-content {
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  font-size: 13px;
}
.rbpazt-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000;
}
.rbpazt-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px);
}
.rbpazt-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
}

/*--------------------------------------------------------------
19.2 Fullpage
--------------------------------------------------------------*/
/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 100%;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 13px;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 22px;
  width: 6px;
  margin: -11px 0 0 -3px;
  border-radius: 6px;
}

#fp-nav ul li a.active {
  height: 22px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*--------------------------------------------------------------
20.0 Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, a.mfp-close.more-link,
button.mfp-arrow,
a.mfp-arrow.more-link {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner, a.more-link::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  background-color: transparent !important;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent !important;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.contactform-content,
.mailchimp-content {
  position: relative;
  width: auto;
  margin: 20px auto;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Styles for dialog window */
#view-360 {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  background-color: transparent !important;
  padding: 5px;
  width: auto;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  color: var(--primary);
  background-color: transparent;
}

.side-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  background-color: var(--background);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 9999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .side-wrap {
    width: 440px;
    transform: translate3d(440px, 0, 0);
  }
}
.side-wrap .side-heading {
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: flex-end;
  line-height: 1;
}
.side-wrap .side-title {
  flex: 1 1 auto;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  padding: 20px 15px;
  display: block;
  border-bottom: 2px solid;
  border-color: var(--border);
}
.side-wrap.active {
  transform: none;
}
.side-wrap.active + .side-overlay {
  visibility: visible;
  opacity: 1;
}

.close-side {
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.close-side:before, .close-side:after {
  content: "\20";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background-color: var(--accent);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.close-side:before {
  transform: rotate(45deg);
}
.close-side:hover:before, .close-side:hover:after {
  transform: rotate(0);
}

.side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.site-wishlist-side .wishlist-side-wrap-content {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.site-wishlist-side .rbpazt-wishlist-content-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
.site-wishlist-side .rbpazt-wishlist-content-scroll .rbpazt-wishlist-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
}
.site-wishlist-side .rbpazt-wishlist-bottom {
  padding: 20px 15px;
  margin: 0;
  border-top: 2px solid;
  border-top-color: var(--border);
}
.site-wishlist-side .rbpazt-wishlist-bottom a.button {
  display: block;
  text-align: center;
}
.site-wishlist-side table.woosw-content-items .woosw-content-item--actions {
  display: none;
}

#woosw-area {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0;
  color: var(--light);
}

.rbpazt-wishlist-content.loadding {
  position: relative;
}
.rbpazt-wishlist-content.loadding::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.rbpazt-wishlist-content table.woosw-content-items td, .rbpazt-wishlist-content table.woosw-content-items th {
  padding: 0;
}
.rbpazt-wishlist-content table.woosw-content-items tr {
  display: flex;
  padding: 15px 22px 15px 15px;
  border-bottom: 1px solid var(--border);
}
.rbpazt-wishlist-content table.woosw-content-items tr:last-child {
  border-bottom: 0;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--remove {
  order: 4;
  padding-left: 10px;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--remove span {
  cursor: pointer;
  position: relative;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--remove span:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e00a";
  font-size: 18px;
  margin-top: -6px;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--remove span:hover {
  color: red;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--remove span.removing:before {
  opacity: 0;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--remove span.removing::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--image {
  padding-right: 1em;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--image img {
  max-width: 80px;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--info {
  flex: 1 1 auto;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--info .woosw-content-item--name a {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 10px;
  line-height: 22px;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--info .woosw-content-item--name a:hover {
  color: var(--primary);
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--info .woosw-content-item--price {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--info .woosw-content-item--price del {
  font-size: 12px;
  color: var(--light);
  font-weight: 400;
}
.rbpazt-wishlist-content table.woosw-content-items td.woosw-content-item--info .woosw-content-item--time {
  color: var(--light);
  font-size: 14px;
}

.site-account-side form.rbpazt-login-form-ajax {
  margin-bottom: 5px;
  padding: 15px;
}
.site-account-side form.rbpazt-login-form-ajax label {
  display: block;
  margin-bottom: 15px;
}
.site-account-side form.rbpazt-login-form-ajax input {
  width: 100%;
}
.site-account-side form.rbpazt-login-form-ajax .label {
  color: var(--accent);
  display: block;
  margin-bottom: 5px;
}
.site-account-side form.rbpazt-login-form-ajax button[type=submit], .site-account-side form.rbpazt-login-form-ajax a[type=submit].more-link {
  display: block;
  width: 100%;
  margin-top: 23px;
}
.site-account-side form.rbpazt-login-form-ajax.loadding {
  position: relative;
}
.site-account-side form.rbpazt-login-form-ajax.loadding::after {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e065" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.site-account-side .login-form-bottom {
  border-top: 2px solid;
  border-color: var(--border);
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
}
.site-account-side a.lostpass-link {
  color: var(--light);
  font-size: 14px;
  font-style: italic;
  text-decoration: underline dashed;
  text-align: center;
  display: block;
}
.site-account-side a.lostpass-link:hover {
  color: var(--primary);
}
.site-account-side a.register-link {
  font-weight: 600;
}
.site-account-side .result-error {
  padding: 0 10px;
  font-size: 14px;
  border-left: 4px solid #E0B252;
  margin-bottom: 15px;
  font-style: italic;
  background: #ebebeb;
  border-radius: 3px;
}

.rbpazt-modal {
  --modal-rounded: 5px;
  --modal-width: 500px;
  --modal-spacing: 2rem;
  --modal-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: var(--modal-index);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbpazt-modal.open {
  opacity: 1;
  visibility: visible;
}
.rbpazt-modal.open .modal-content {
  opacity: 1;
  visibility: visible;
}
.rbpazt-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  cursor: url(./assets/images/cursor/light-close.png) 16 16, pointer;
}
.rbpazt-modal .modal-content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: var(--modal-width);
  max-width: calc(100vw - 50px);
  cursor: auto;
}
.rbpazt-modal .modal-content-header {
  position: relative;
  margin: 0 0 20px;
}
.rbpazt-modal .modal-title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}
.rbpazt-modal .modal-description {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 26px;
  margin: 10px 0 0;
}
.rbpazt-modal .modal-content-wrap {
  position: relative;
  overflow-y: auto;
  border-radius: var(--modal-rounded);
  background: #fff;
  max-height: calc(100vh - 60px);
}
.handheld .rbpazt-modal .modal-content-wrap {
  overflow-y: scroll;
}
.rbpazt-modal .modal-content-inner {
  padding: var(--modal-spacing);
}

.button-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  transform: translate(50%, -50%);
  cursor: pointer;
  text-align: center;
  color: var(--accent);
  z-index: 1;
}
.button-close-modal:before {
  font-family: "rbpazt-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  content: "\e06f";
}
.button-close-modal:hover {
  background: var(--accent);
  color: #fff;
}

/*--------------------------------------------------------------
21.0 Icons
--------------------------------------------------------------*/
.rbpazt-icon-almonds:before {
  content: "\e001";
}

.rbpazt-icon-carrot:before {
  content: "\e002";
}

.rbpazt-icon-cart:before {
  content: "\e003";
}

.rbpazt-icon-check-square:before {
  content: "\e004";
}

.rbpazt-icon-cherry:before {
  content: "\e005";
}

.rbpazt-icon-close:before {
  content: "\e006";
}

.rbpazt-icon-collapse:before {
  content: "\e007";
}

.rbpazt-icon-copy:before {
  content: "\e008";
}

.rbpazt-icon-credit-card:before {
  content: "\e009";
}

.rbpazt-icon-delete:before {
  content: "\e00a";
}

.rbpazt-icon-dropdown:before {
  content: "\e00b";
}

.rbpazt-icon-expand:before {
  content: "\e00c";
}

.rbpazt-icon-favourite:before {
  content: "\e00d";
}

.rbpazt-icon-filter:before {
  content: "\e00e";
}

.rbpazt-icon-fish:before {
  content: "\e00f";
}

.rbpazt-icon-headphone:before {
  content: "\e010";
}

.rbpazt-icon-history:before {
  content: "\e011";
}

.rbpazt-icon-leaf:before {
  content: "\e012";
}

.rbpazt-icon-lettuce:before {
  content: "\e013";
}

.rbpazt-icon-live-support:before {
  content: "\e014";
}

.rbpazt-icon-location-1:before {
  content: "\e015";
}

.rbpazt-icon-mail-1:before {
  content: "\e016";
}

.rbpazt-icon-minus-square:before {
  content: "\e017";
}

.rbpazt-icon-open-can:before {
  content: "\e018";
}

.rbpazt-icon-organic:before {
  content: "\e019";
}

.rbpazt-icon-paper-bags:before {
  content: "\e01a";
}

.rbpazt-icon-phone-1:before {
  content: "\e01b";
}

.rbpazt-icon-phone-plus:before {
  content: "\e01c";
}

.rbpazt-icon-plus-square:before {
  content: "\e01d";
}

.rbpazt-icon-radio-checked:before {
  content: "\e01e";
}

.rbpazt-icon-radio-checked2:before {
  content: "\e01f";
}

.rbpazt-icon-radio-unchecked:before {
  content: "\e020";
}

.rbpazt-icon-rocket:before {
  content: "\e021";
}

.rbpazt-icon-search:before {
  content: "\e022";
}

.rbpazt-icon-shield:before {
  content: "\e023";
}

.rbpazt-icon-shipping:before {
  content: "\e024";
}

.rbpazt-icon-shop-leaf:before {
  content: "\e025";
}

.rbpazt-icon-short-arrow-left:before {
  content: "\e026";
}

.rbpazt-icon-sprout:before {
  content: "\e027";
}

.rbpazt-icon-tag:before {
  content: "\e028";
}

.rbpazt-icon-tofu:before {
  content: "\e029";
}

.rbpazt-icon-user:before {
  content: "\e02a";
}

.rbpazt-icon-360:before {
  content: "\e02b";
}

.rbpazt-icon-angle-down:before {
  content: "\e02c";
}

.rbpazt-icon-angle-left:before {
  content: "\e02d";
}

.rbpazt-icon-angle-right:before {
  content: "\e02e";
}

.rbpazt-icon-angle-up:before {
  content: "\e02f";
}

.rbpazt-icon-arrow-down:before {
  content: "\e030";
}

.rbpazt-icon-arrow-left:before {
  content: "\e031";
}

.rbpazt-icon-arrow-right:before {
  content: "\e032";
}

.rbpazt-icon-arrow-up:before {
  content: "\e033";
}

.rbpazt-icon-bars:before {
  content: "\e034";
}

.rbpazt-icon-calendar:before {
  content: "\e035";
}

.rbpazt-icon-cart-empty:before {
  content: "\e036";
}

.rbpazt-icon-chevron-down:before {
  content: "\e037";
}

.rbpazt-icon-chevron-left:before {
  content: "\e038";
}

.rbpazt-icon-chevron-right:before {
  content: "\e039";
}

.rbpazt-icon-chevron-up:before {
  content: "\e03a";
}

.rbpazt-icon-clock:before {
  content: "\e03b";
}

.rbpazt-icon-cloud-download-alt:before {
  content: "\e03c";
}

.rbpazt-icon-color-lens:before {
  content: "\e03d";
}

.rbpazt-icon-comment:before {
  content: "\e03e";
}

.rbpazt-icon-comments:before {
  content: "\e03f";
}

.rbpazt-icon-coupon:before {
  content: "\e040";
}

.rbpazt-icon-edit:before {
  content: "\e041";
}

.rbpazt-icon-envelope:before {
  content: "\e042";
}

.rbpazt-icon-expand-alt:before {
  content: "\e043";
}

.rbpazt-icon-external-link-alt:before {
  content: "\e044";
}

.rbpazt-icon-eye:before {
  content: "\e045";
}

.rbpazt-icon-file-alt:before {
  content: "\e046";
}

.rbpazt-icon-file-archive:before {
  content: "\e047";
}

.rbpazt-icon-folder-open:before {
  content: "\e048";
}

.rbpazt-icon-folder:before {
  content: "\e049";
}

.rbpazt-icon-frown:before {
  content: "\e04a";
}

.rbpazt-icon-gift:before {
  content: "\e04b";
}

.rbpazt-icon-grid:before {
  content: "\e04c";
}

.rbpazt-icon-heart-fill:before {
  content: "\e04d";
}

.rbpazt-icon-heart:before {
  content: "\e04e";
}

.rbpazt-icon-home:before {
  content: "\e04f";
}

.rbpazt-icon-info-circle:before {
  content: "\e050";
}

.rbpazt-icon-instagram:before {
  content: "\e051";
}

.rbpazt-icon-list:before {
  content: "\e052";
}

.rbpazt-icon-long-arrow-alt-down:before {
  content: "\e053";
}

.rbpazt-icon-long-arrow-alt-left:before {
  content: "\e054";
}

.rbpazt-icon-long-arrow-alt-right:before {
  content: "\e055";
}

.rbpazt-icon-long-arrow-alt-up:before {
  content: "\e056";
}

.rbpazt-icon-map-marker-check:before {
  content: "\e057";
}

.rbpazt-icon-meh:before {
  content: "\e058";
}

.rbpazt-icon-minus:before {
  content: "\e059";
}

.rbpazt-icon-money-bill:before {
  content: "\e05a";
}

.rbpazt-icon-pencil-alt:before {
  content: "\e05b";
}

.rbpazt-icon-plus:before {
  content: "\e05c";
}

.rbpazt-icon-quote:before {
  content: "\e05d";
}

.rbpazt-icon-random:before {
  content: "\e05e";
}

.rbpazt-icon-reply-all:before {
  content: "\e05f";
}

.rbpazt-icon-reply:before {
  content: "\e060";
}

.rbpazt-icon-router:before {
  content: "\e061";
}

.rbpazt-icon-shopping-cart:before {
  content: "\e062";
}

.rbpazt-icon-sign-out-alt:before {
  content: "\e063";
}

.rbpazt-icon-smile:before {
  content: "\e064";
}

.rbpazt-icon-spinner:before {
  content: "\e065";
}

.rbpazt-icon-square:before {
  content: "\e066";
}

.rbpazt-icon-star:before {
  content: "\e067";
}

.rbpazt-icon-store:before {
  content: "\e068";
}

.rbpazt-icon-sync:before {
  content: "\e069";
}

.rbpazt-icon-tachometer-alt:before {
  content: "\e06a";
}

.rbpazt-icon-th-large:before {
  content: "\e06b";
}

.rbpazt-icon-th-list:before {
  content: "\e06c";
}

.rbpazt-icon-thumbtack:before {
  content: "\e06d";
}

.rbpazt-icon-times-circle:before {
  content: "\e06e";
}

.rbpazt-icon-times:before {
  content: "\e06f";
}

.rbpazt-icon-truck:before {
  content: "\e070";
}

.rbpazt-icon-video:before {
  content: "\e071";
}

.rbpazt-icon-adobe:before {
  content: "\e072";
}

.rbpazt-icon-amazon:before {
  content: "\e073";
}

.rbpazt-icon-android:before {
  content: "\e074";
}

.rbpazt-icon-angular:before {
  content: "\e075";
}

.rbpazt-icon-apper:before {
  content: "\e076";
}

.rbpazt-icon-apple:before {
  content: "\e077";
}

.rbpazt-icon-atlassian:before {
  content: "\e078";
}

.rbpazt-icon-behance:before {
  content: "\e079";
}

.rbpazt-icon-bitbucket:before {
  content: "\e07a";
}

.rbpazt-icon-bitcoin:before {
  content: "\e07b";
}

.rbpazt-icon-bity:before {
  content: "\e07c";
}

.rbpazt-icon-bluetooth:before {
  content: "\e07d";
}

.rbpazt-icon-btc:before {
  content: "\e07e";
}

.rbpazt-icon-centos:before {
  content: "\e07f";
}

.rbpazt-icon-chrome:before {
  content: "\e080";
}

.rbpazt-icon-codepen:before {
  content: "\e081";
}

.rbpazt-icon-cpanel:before {
  content: "\e082";
}

.rbpazt-icon-discord:before {
  content: "\e083";
}

.rbpazt-icon-dochub:before {
  content: "\e084";
}

.rbpazt-icon-docker:before {
  content: "\e085";
}

.rbpazt-icon-dribbble:before {
  content: "\e086";
}

.rbpazt-icon-dropbox:before {
  content: "\e087";
}

.rbpazt-icon-drupal:before {
  content: "\e088";
}

.rbpazt-icon-ebay:before {
  content: "\e089";
}

.rbpazt-icon-facebook:before {
  content: "\e08a";
}

.rbpazt-icon-figma:before {
  content: "\e08b";
}

.rbpazt-icon-firefox:before {
  content: "\e08c";
}

.rbpazt-icon-google-plus:before {
  content: "\e08d";
}

.rbpazt-icon-google:before {
  content: "\e08e";
}

.rbpazt-icon-grunt:before {
  content: "\e08f";
}

.rbpazt-icon-gulp:before {
  content: "\e090";
}

.rbpazt-icon-html5:before {
  content: "\e091";
}

.rbpazt-icon-joomla:before {
  content: "\e092";
}

.rbpazt-icon-link-brand:before {
  content: "\e093";
}

.rbpazt-icon-linkedin:before {
  content: "\e094";
}

.rbpazt-icon-mailchimp:before {
  content: "\e095";
}

.rbpazt-icon-opencart:before {
  content: "\e096";
}

.rbpazt-icon-paypal:before {
  content: "\e097";
}

.rbpazt-icon-pinterest-p:before {
  content: "\e098";
}

.rbpazt-icon-reddit:before {
  content: "\e099";
}

.rbpazt-icon-skype:before {
  content: "\e09a";
}

.rbpazt-icon-slack:before {
  content: "\e09b";
}

.rbpazt-icon-snapchat:before {
  content: "\e09c";
}

.rbpazt-icon-spotify:before {
  content: "\e09d";
}

.rbpazt-icon-trello:before {
  content: "\e09e";
}

.rbpazt-icon-twitter:before {
  content: "\e09f";
}

.rbpazt-icon-vimeo:before {
  content: "\e0a0";
}

.rbpazt-icon-whatsapp:before {
  content: "\e0a1";
}

.rbpazt-icon-wordpress:before {
  content: "\e0a2";
}

.rbpazt-icon-yoast:before {
  content: "\e0a3";
}

.rbpazt-icon-youtube:before {
  content: "\e0a4";
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #btn-back-to-top {
    display: none !important;
  }
}

#rbpazt-cookie-notice-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: var(--accent);
  color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#rbpazt-cookie-notice-popup.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#rbpazt-cookie-notice-popup .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rbpazt-cookie-notice-popup a.button {
  white-space: nowrap;
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid;
}
@media (max-width: 767px) {
  #rbpazt-cookie-notice-popup a.button {
    padding: 10px;
  }
}
#rbpazt-cookie-notice-popup .cookie-messages {
  line-height: 1.2;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=style.css.map */
