/*============================================================ 
                        CSS OVERVIEWS
                1. GENERAL
                2. LAYOUT
                3. HEADER
                    3.1. Topbar
                    3.2. Header
                    3.3. Header Sticky
                    3.4. Off-Canvas
                          3.4.1. Off-Canvas Left/For Sliding Widget
                          3.4.2. Off-Canvas Right/For Mobile Menu
                    3.5. Extras Menu    
                4. CONTENT
                	4.1. Content Header/Title Bar
                    4.2. Content Body/Gutenberg
                5. WIDGET
                    5.1. Archives/Categories
                    5.2. Calendar
                    5.3. Recent Comments
                    5.4. Recent Posts
                    5.5. RSS
                    5.6. Search
                    5.7. Tag
                    5.8. Menu
                    5.8. Other
                6. FOOTER
                    6.1. Content Bottom
                    6.2. Footer Widget
                    6.3. Copyright
                7. OTHER
                	7.1. Comments
                	7.2. Page Navigation
                	7.3. Page Search/404
                    7.4. Page Author
                    7.5. Social
                    7.6. Gallery
                8. BLOG
                    8.1. Blog Grid
                    8.2. Blog List
                    8.3. Blog Single
                    8.4. Blog Related
                9. WOOCOMMERCE
                    9.1. Widget
                    9.2. Off-Canvas/Filter
                    9.3. Shop Page
                    9.4. Product Single
                    9.5. Cart
                    9.6. Checkout
                    9.7. Other
               10. ELEMENTS
               11. RTL
               12. PROJECT
============================================================*/
/* ============================================================ 
    1. GENERAL
=============================================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
*:after,
*:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
.transition,
a,
a.link:after,
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]),
body.is-loaded:after,
body.is-loaded:before,
.widget.menu-style3 ul li a:after,
table#wp-calendar tbody tr td a:before,
.widget_nav_menu .menu li .menu-item-toggle,
.widget_nav_menu .menu li .menu-item-toggle span:after,
.widget_media_image img,
.gallery-caption,
.post-image img,
.pp-post-thumbnail img,
.projects-filter ul li:before,
.projects-style2 .project-title a:after,
.projects-style2 .project-thumbnail > a img,
.projects-style2 .project-inner,
.site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container:after,
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-footer a:after,
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-footer a:before,
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-icon img,
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-title,
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-subtitle,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-icon-wrap a:before,
.site .elementor-widget-pp-info-list .pp-infolist-icon-wrapper .pp-info-list-icon:after,
.site .elementor-widget-image-box .elementor-image-box-img img,
.site .elementor-widget-image-box .elementor-image-box-title a:after,
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon:before,
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap .pp-post-title a:before,
.site .pp-posts-carousel .pp-post-title:before,
.button:not([class*="product_type_"]).outline:after,
[class*="header-style"] [data-target="off-canvas-left"]:before,
[class*="header-style"] .search-box .widget_search,
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"],
[class*="header-style"] .shopping-cart .sub-menu,
.menu-sliding li .menu-item-toggle,
.menu-sliding li .menu-item-toggle:after,
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  transition: all 0.2s ease-in-out 0s;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
figcaption {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  .alignleft {
    float: left;
    margin: 0 32px 32px 0;
    clear: left;
  }
}
@media only screen and (min-width: 769px) {
  .alignright {
    float: right;
    margin: 0 0 32px 32px;
    clear: right;
  }
}
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.bypostauthor {
  opacity: 1;
}
.sub-menu li a:empty:after {
  display: none;
}
.wrap {
  margin: 0 auto;
  position: relative;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}
html {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a.link {
  position: relative;
  display: inline-block;
}
a.link:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid;
  opacity: 0.2;
}
a.link:hover:after {
  right: 0;
  left: auto;
  width: 0;
}
a.link.colorWhite {
  color: #ffffff;
}
a.link.has-arrow {
  padding-left: 36px;
}
a.link.has-arrow:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: calc(51%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #ffffff;
  line-height: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.link.has-arrow:after {
  bottom: -2px;
}
a.link.has-arrow:hover {
  padding-left: 0;
  padding-right: 36px;
}
a.link.has-arrow:hover:before {
  left: calc(100% - 24px);
}
a.link.has-arrow.style2:after {
  display: none;
}
a.colorWhite:not(:hover) {
  color: #ffffff;
}
a:hover {
  color: inherit;
}
p {
  margin-top: 0;
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: -2%;
  line-height: 1.25;
}
h1[class*="wp-block-"],
h2[class*="wp-block-"],
h3[class*="wp-block-"],
h4[class*="wp-block-"],
h5[class*="wp-block-"],
h6[class*="wp-block-"] {
  margin-bottom: 20px;
  clear: both;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0;
}
h1.no-margin-bottom,
h2.no-margin-bottom,
h3.no-margin-bottom,
h4.no-margin-bottom,
h5.no-margin-bottom,
h6.no-margin-bottom {
  margin-bottom: 0;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin: 0;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
h1 b:after,
h2 b:after,
h3 b:after,
h4 b:after,
h5 b:after,
h6 b:after,
h1 strong:after,
h2 strong:after,
h3 strong:after,
h4 strong:after,
h5 strong:after,
h6 strong:after {
  content: ".";
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 36px;
  line-height: 48px;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 6%;
  text-transform: uppercase;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
b,
strong {
  font-weight: 500;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #009ba8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #009ba8;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #009ba8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #009ba8;
}
textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  font-family: inherit;
  font-weight: inherit;
  background-color: #ffffff;
  border-radius: 0;
}
textarea:disabled,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):disabled {
  cursor: no-drop;
}
textarea:focus,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
  background-color: #ffffff;
}
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]) {
  font-family: inherit;
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 48px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 8%;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.16);
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  text-decoration-color: rgba(255, 255, 255, 0.32);
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled,
.button:not([class*="product_type_"]):disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled,
.button:not([class*="product_type_"]).disabled {
  cursor: no-drop;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
button:disabled:hover,
.button:not([class*="product_type_"]):disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:hover,
.button:not([class*="product_type_"]).disabled:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
input[type="checkbox"] {
  height: auto;
  line-height: inherit;
}
textarea {
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: red;
}
input[type="date"] {
  max-height: 50px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
}
body select {
  outline: 0;
  max-width: 100%;
  position: relative;
  text-indent: 0.01px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  font-family: inherit;
  appearance: none;
  box-sizing: border-box;
  font-weight: inherit;
  border-radius: 0;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #76667E;
}
code {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
}
blockquote {
  margin: 64px 0;
  padding: 0 32px;
  position: relative;
  border-left: 1px solid;
}
blockquote.has-text-align-right {
  border-right: 1px solid;
  border-left: none;
}
cite {
  margin: 16px 0 0 0;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  opacity: 0.6;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit !important;
}
table thead th {
  padding: 14px 30px;
  text-align: left;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
}
table tbody tr td,
table tbody tr th {
  padding: 14px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tfoot tr th,
table tfoot tr td {
  padding: 14px 30px;
}
table a.button {
  display: block;
  padding: 10px;
  text-align: center;
}
table.style2 thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom-width: 1px;
}
table.style2 thead th:first-child {
  padding-left: 0;
}
table.style2 thead th:last-child {
  padding-right: 0;
}
table.style2 tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
table.style2 tbody tr td:first-child {
  padding-left: 0;
}
table.style2 tbody tr td:last-child {
  padding-right: 0;
}
table.style2 tbody tr td:last-child .button {
  width: 100%;
  display: block;
}
dl dt {
  font-weight: 500;
}
dl dd {
  margin: 0 0 20px 40px;
}
pre {
  font-size: 12px;
  overflow: auto;
  background-image: linear-gradient(#ffffff 50%, rgba(0, 0, 0, 0.05) 50%);
  background-size: 40px 40px;
  display: block;
  line-height: 20px;
  padding: 0 0 0 7px;
}
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
  margin-top: 0;
  line-height: 40px;
  margin-bottom: 20px;
}
pre cite {
  margin: 20px 0;
}
figure {
  margin: 30px 0;
}
figcaption {
  margin: 10px 0;
}
article:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================================ 
    2. LAYOUT
=============================================================*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 150%;
}
body:not(.is-loaded):after,
body:not(.is-loaded):before {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
body.is-loaded:after,
body.is-loaded:before {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
body:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #ffffff;
}
body:before {
  content: "\ead7";
  font-family: "Nucleo";
  font-size: 64px;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 9999999;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  animation: iconlab-spin 1s infinite linear;
}
body:not(.page-template-template-fullwidth) .content-body {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  body:not(.page-template-template-fullwidth) .content-body {
    padding-bottom: 120px;
  }
}
body.content-header-primary .content-header {
  color: #ffffff;
  padding-bottom: 44px;
  margin-bottom: -1px;
}
body.content-header-primary .content-header .page-title-inner,
body.content-header-primary .content-header a:not(:hover) {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  body.content-header-primary .content-header {
    padding-bottom: 60px;
  }
}
body.bgWhite {
  background-color: #ffffff;
}
.page-template-template-fullwidth.elementor-page .site-content .content-header,
.elementor-template-full-width .site-content .content-header {
  margin-bottom: 0;
}
.page-template-template-fullwidth.elementor-page .content-body-inner.wrap,
.elementor-template-full-width .content-body-inner.wrap {
  width: 100%;
  max-width: 100%;
}
.page-template-default .content[role="main"] {
  margin-bottom: 60px;
}
.page-template-default .comments-area {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 1025px) {
  .page-template-default #main-content {
    padding: 0 17.01031%;
  }
}
.layout-wide .site.wrap {
  width: 100%;
  max-width: 100%;
}
.layout-boxed .site {
  overflow: hidden;
}
.layout-boxed .site .site-content {
  background: #ffffff;
}
.sidebar-right #main-content {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-right #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-right .main-sidebar {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-right .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
.sidebar-left #main-content {
  float: right;
}
@media only screen and (max-width: 768px) {
  .sidebar-left #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.sidebar-left .main-sidebar {
  float: left;
}
@media only screen and (max-width: 768px) {
  .sidebar-left .main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}
.main-sidebar {
  position: relative;
}
.main-sidebar .main-sidebar-inner {
  padding-top: 44px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1025px) {
  .main-sidebar .main-sidebar-inner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  [class*="sidebar-"] .main-sidebar {
    width: 32%;
    padding-left: 3.8095%;
  }
  [class*="sidebar-"] #main-content {
    width: 68%;
  }
}
.post-content-extras .edit-link {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 10px;
  margin-top: 30px;
}
.post-content-extras .edit-link a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  display: inline-block;
}
[data-grid-normal]:after,
[data-grid]:after {
  content: "";
  display: table;
  clear: both;
}
[data-grid-normal] .post,
[data-grid] .post,
[data-grid-normal] .product,
[data-grid] .product,
[data-grid-normal] .project,
[data-grid] .project {
  float: left;
}
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="5"] .project {
  width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="5"] .product,
[data-grid][data-columns="5"] .product {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product {
    width: 33.3333333%;
  }
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="2"] .post,
  [data-grid][data-columns="2"] .post,
  [data-grid-normal][data-columns="2"] .product,
  [data-grid][data-columns="2"] .product,
  [data-grid-normal][data-columns="2"] .project,
  [data-grid][data-columns="2"] .project {
    width: 50%;
  }
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(n),
[data-grid][data-columns="2"] .post:nth-of-type(n),
[data-grid-normal][data-columns="2"] .product:nth-of-type(n),
[data-grid][data-columns="2"] .product:nth-of-type(n),
[data-grid-normal][data-columns="2"] .project:nth-of-type(n),
[data-grid][data-columns="2"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid][data-columns="2"] .project:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="3"] .post,
  [data-grid][data-columns="3"] .post,
  [data-grid-normal][data-columns="3"] .product,
  [data-grid][data-columns="3"] .product,
  [data-grid-normal][data-columns="3"] .project,
  [data-grid][data-columns="3"] .project {
    width: 33.3333333%;
  }
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(n),
[data-grid][data-columns="3"] .post:nth-of-type(n),
[data-grid-normal][data-columns="3"] .product:nth-of-type(n),
[data-grid][data-columns="3"] .product:nth-of-type(n),
[data-grid-normal][data-columns="3"] .project:nth-of-type(n),
[data-grid][data-columns="3"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid][data-columns="3"] .project:nth-of-type(3n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="4"] .post,
  [data-grid][data-columns="4"] .post,
  [data-grid-normal][data-columns="4"] .product,
  [data-grid][data-columns="4"] .product,
  [data-grid-normal][data-columns="4"] .project,
  [data-grid][data-columns="4"] .project {
    width: 25%;
  }
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(n),
[data-grid][data-columns="4"] .post:nth-of-type(n),
[data-grid-normal][data-columns="4"] .product:nth-of-type(n),
[data-grid][data-columns="4"] .product:nth-of-type(n),
[data-grid-normal][data-columns="4"] .project:nth-of-type(n),
[data-grid][data-columns="4"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid][data-columns="4"] .project:nth-of-type(4n+1) {
  clear: both;
}
@media only screen and (min-width: 1025px) {
  [data-grid-normal][data-columns="5"] .post,
  [data-grid][data-columns="5"] .post,
  [data-grid-normal][data-columns="5"] .product,
  [data-grid][data-columns="5"] .product,
  [data-grid-normal][data-columns="5"] .project,
  [data-grid][data-columns="5"] .project {
    width: 20%;
  }
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(n),
[data-grid][data-columns="5"] .post:nth-of-type(n),
[data-grid-normal][data-columns="5"] .product:nth-of-type(n),
[data-grid][data-columns="5"] .product:nth-of-type(n),
[data-grid-normal][data-columns="5"] .project:nth-of-type(n),
[data-grid][data-columns="5"] .project:nth-of-type(n) {
  clear: none;
}
[data-grid-normal][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid][data-columns="5"] .project:nth-of-type(5n+1) {
  clear: both;
}
aside {
  float: left;
}
aside[data-width="1"],
aside[data-width="2"],
aside[data-width="3"],
aside[data-width="4"],
aside[data-width="5"],
aside[data-width="6"],
aside[data-width="7"],
aside[data-width="8"],
aside[data-width="9"],
aside[data-width="10"],
aside[data-width="11"],
aside[data-width="12"] {
  width: 100%;
}
aside[data-width="1"]:last-child,
aside[data-width="2"]:last-child,
aside[data-width="3"]:last-child,
aside[data-width="4"]:last-child,
aside[data-width="5"]:last-child,
aside[data-width="6"]:last-child,
aside[data-width="7"]:last-child,
aside[data-width="8"]:last-child,
aside[data-width="9"]:last-child,
aside[data-width="10"]:last-child,
aside[data-width="11"]:last-child,
aside[data-width="12"]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  aside[data-width="1"] {
    width: 8.33333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="2"] {
    width: 16.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="3"] {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="4"] {
    width: 33.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="5"] {
    width: 41.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="6"] {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="7"] {
    width: 58.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="8"] {
    width: 66.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="9"] {
    width: 75%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="10"] {
    width: 83.3333333%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="11"] {
    width: 91.6666666%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside[data-width="12"] {
    width: 100%;
    margin-bottom: 0;
  }
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignwide {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: -26%;
    clear: both;
    width: 152%;
    max-width: 152%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .single:not([class*="sidebar-"]) .alignwide {
    left: calc(calc(-50vw + (200% / 2) - 50%));
    width: 100vw;
    max-width: 100vw;
    padding-left: 2.857vw;
    padding-right: 2.857vw;
  }
}
@media only screen and (min-width: 769px) {
  .single:not([class*="sidebar-"]) .alignfull {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: calc(calc(-50vw + (200% / 2) - 50%));
    clear: both;
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignleft {
    margin-left: -26%;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignright {
    margin-right: -26%;
    margin-top: 2px;
  }
}
/* ============================================================ 
    3. HEADER
=============================================================*/
/* ============================================================ 
    3.1. Topbar
=============================================================*/
.site-topbar {
  z-index: 10;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  flex-grow: 1;
}
.site-topbar .site-topbar-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
}
.site-topbar .site-topbar-inner:after {
  display: none;
}
.site-topbar .menu-top {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-topbar .menu-top {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 36px;
    flex-shrink: 0;
  }
  .site-topbar .menu-top li {
    position: relative;
  }
  .site-topbar .menu-top li.menu-item-has-children > a:after {
    content: "";
    width: 6px;
    height: 6px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform-origin: center center;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu {
    list-style: none;
    padding: 24px 0;
    margin: 0;
    position: absolute;
    left: -32px;
    top: 100%;
    visibility: hidden;
    min-width: 220px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  .site-topbar .menu-top li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .site-topbar .menu-top li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 4px 32px;
    color: rgba(255, 255, 255, 0.6);
  }
  .site-topbar .menu-top li .sub-menu li[class*="current"] > a,
  .site-topbar .menu-top li .sub-menu li:hover > a {
    color: #ffffff;
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children > a {
    padding-right: 48px;
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children > a:after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
  }
  .site-topbar .menu-top li .sub-menu li.menu-item-has-children:hover > a:after {
    background-color: #ffffff;
  }
  .site-topbar .menu-top li .sub-menu li .sub-menu {
    left: 100%;
    top: -24px;
  }
  .site-topbar .menu-top li:hover > .sub-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  .site-topbar .menu-top li:hover.menu-item-has-children > a:after {
    transform: rotate(180deg);
  }
  .site-topbar .menu-top > li:after {
    content: "/";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
  }
  .site-topbar .menu-top > li:first-child:after {
    display: none;
  }
  .site-topbar .menu-top > li > a {
    padding: 12px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.site-topbar .topbar-text {
  display: flex;
  flex-grow: 1;
  gap: 12px;
  overflow: hidden;
  padding: 12px 0;
}
/* ============================================================ 
    4. CONTENT
=============================================================*/
.site-content {
  clear: both;
  /* ============================================================ 
	    4.1. Content Header
	=============================================================*/
  /* ============================================================ 
	    4.2. Content Body/Gutenberg
	=============================================================*/
}
.site-content .content-header {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 44px;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header {
    margin-bottom: 60px;
  }
}
.site-content .content-header.content-header-left .page-title-wrap {
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header.content-header-left .page-title-wrap .page-title-inner {
    width: 600px;
  }
}
.site-content .content-header .post-meta-single {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .post-meta-single {
    gap: 24px;
    margin: 40px 0 0 0;
  }
}
.site-content .content-header .post-meta-single .post-meta-author {
  position: relative;
  padding: 0 0 0 36px;
  flex-shrink: 0;
}
.site-content .content-header .post-meta-single .post-meta-author img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(1);
  width: 24px;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .post-meta-single .post-meta-author {
    padding: 0 0 0 48px;
  }
  .site-content .content-header .post-meta-single .post-meta-author img {
    width: 36px;
  }
}
.site-content .content-header .post-meta-single li span {
  opacity: 0.5;
}
.site-content .content-header .subtitle {
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header .subtitle {
    margin-top: 40px;
  }
}
.site-content .content-header #go-back {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header #go-back {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .site-content .content-header #go-back i {
    font-size: 12px;
  }
}
.site-content .page-title-wrap {
  position: relative;
  z-index: 2;
  padding-top: 44px;
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-wrap {
    width: 65.9794%;
  }
}
.site-content .page-title-wrap:empty {
  display: none;
}
.site-content .page-title-inner {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-content .page-title-inner:after {
  content: ".";
}
.site-content .page-title-inner:empty {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-content .page-title-inner {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-inner {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: -8px;
  }
}
.site-content span[id*="more-"] {
  margin: 30px 0;
  display: inline-block;
}
.site-content .post-password-form {
  position: relative;
}
.site-content .post-password-form p:last-child {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.site-content .post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  width: 100%;
}
.site-content .post-password-form input[type="password"]:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  line-height: 20px;
}
.site-content .wp-block-spacer {
  margin-bottom: 0;
}
.site-content .wp-block-accordion {
  padding-top: 16px;
}
.site-content .wp-block-accordion .wp-block-accordion-item {
  margin: 0;
}
.site-content .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}
.site-content .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading button {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  background: none;
}
.site-content .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
  margin: 0;
  padding-right: 24px;
  white-space: normal;
  text-decoration: none;
}
.site-content .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  text-indent: -9999px;
  font-size: 0;
  width: 16px;
  height: 16px;
}
.site-content .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon:before {
  content: "\eb1c";
  font-family: "Nucleo";
  font-size: 16px;
  font-weight: normal;
  text-indent: 0;
}
.site-content .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel {
  font-size: 15px;
  padding: 8px 0 32px 0;
}
.site-content .wp-block-button {
  margin-bottom: 30px;
}
.site-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.site-content .wp-block-button.is-style-outline .wp-block-button__link {
  line-height: 14px;
}
.site-content .wp-block-button.button a {
  padding: 0;
  background-color: transparent;
  text-decoration: none !important;
  line-height: 20px;
  font-size: 12px;
}
.site-content .wp-block-button__link {
  padding: 14px 40px;
  font-size: 15px;
  line-height: 18px;
  background-image: none;
}
.site-content .wp-block-button__link:hover {
  color: #ffffff;
}
.site-content .wp-block-preformatted,
.site-content .wp-block-code,
.site-content .wp-block-verse {
  font-size: 12px;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.site-content .wp-block-group.has-background {
  padding: 8%;
}
.site-content .wp-block-table.is-style-stripes table {
  border: none;
}
.site-content .wp-block-table.is-style-stripes table tr td,
.site-content .wp-block-table.is-style-stripes table tr th {
  border: none;
}
.site-content .wp-block-table.is-style-stripes .has-fixed-layout {
  border: none;
}
.site-content .wp-block-table.is-style-regular tr:hover {
  background: rgba(0, 0, 0, 0.06);
}
.site-content .wp-block-table tr {
  background: transparent;
}
.site-content .wp-block-table tr td,
.site-content .wp-block-table tr th {
  padding: 10px 30px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-content .wp-block-table:not(.is-style-stripes) tr:hover {
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-cover.alignleft,
  .site-content .wp-block-cover-image.alignleft,
  .site-content .wp-block-video.alignleft,
  .site-content .wp-block-audio.alignleft,
  .site-content .wp-block-embed.alignleft,
  .site-content .wp-block-pullquote.alignleft {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-cover.alignright,
  .site-content .wp-block-cover-image.alignright,
  .site-content .wp-block-video.alignright,
  .site-content .wp-block-audio.alignright,
  .site-content .wp-block-embed.alignright,
  .site-content .wp-block-pullquote.alignright {
    margin-left: 40px;
  }
}
.site-content .wp-block-quote {
  border-width: 1px;
  padding: 0 32px;
  margin-top: 1.75em;
}
.site-content .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
.site-content .has-drop-cap:not(:focus)::first-letter {
  margin: -4px 24px 16px 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}
.site-content .has-medium-font-size {
  line-height: 1.4;
}
.site-content .has-medium-font-size.has-drop-cap::first-letter {
  margin-top: -3px;
  font-size: 64px;
}
.site-content .has-large-font-size,
.site-content .has-larger-font-size {
  line-height: 1.3;
}
.site-content .has-huge-font-size,
.site-content [style="font-size:46px"] {
  line-height: 1.25;
}
.site-content blockquote.is-style-large {
  margin: 32px 0 48px 0;
  border: none;
  text-align: center;
  background: none;
}
.site-content blockquote.is-style-large p {
  line-height: 36px;
  font-style: normal;
  font-size: 28px;
}
.site-content blockquote.is-style-large cite {
  text-align: inherit;
  font-size: 15px;
  position: relative;
}
.site-content blockquote.is-style-large cite:before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.site-content blockquote.is-style-large:not(.is-style-plain) cite {
  text-align: inherit;
}
.site-content blockquote p + cite {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 6%;
  text-transform: uppercase;
}
.site-content .wp-block-pullquote blockquote:after,
.site-content .wp-block-pullquote blockquote:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .site-content .wp-block-pullquote.alignleft,
  .site-content .wp-block-pullquote.alignright {
    width: 100%;
    max-width: 100%;
    margin: 32px 0;
  }
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright {
  padding-left: 0;
  padding-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 24px 0;
  margin-top: 4px;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft p,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright p {
  font-size: 14px;
  line-height: 20px;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft p:last-of-type,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright p:last-of-type {
  margin-bottom: 0;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}
.site-content .wp-block-pullquote.is-style-solid-color {
  padding: 0;
}
.site-content .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 32px 12%;
  margin: 0;
  max-width: 100%;
  border: none;
  text-align: center;
  background: none;
  border-radius: 0;
}
.site-content .wp-block-pullquote cite {
  margin-top: 24px;
  line-height: 20px;
}
.site-content .wp-block-pullquote.style2 {
  padding: 56px 0 0 0;
  border: none;
}
.site-content .wp-block-pullquote.style2:after,
.site-content .wp-block-pullquote.style2:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.site-content .wp-block-pullquote.style2:before {
  margin-left: -16px;
}
.site-content .wp-block-pullquote.style2:after {
  margin-right: -16px;
}
.site-content .wp-block-pullquote.style2 blockquote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .site-content .wp-block-pullquote.style2 blockquote {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -2%;
    font-weight: 500;
  }
}
.site-content .wp-block-pullquote.style2 cite {
  margin-top: 4px;
  opacity: 1;
}
.site-content p.wp-block-subhead {
  font-size: 1rem;
}
.site-content .wp-block-image {
  margin-bottom: 32px;
}
.site-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.site-content .wp-block-image figcaption {
  margin: 16px 0;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignleft {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignright {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.wp-block-gallery-is-layout-flex {
    gap: 32px;
  }
  .site-content .wp-block-gallery.wp-block-gallery-is-layout-flex .wp-block-image {
    flex-basis: 0;
  }
}
.site-content .wp-block-gallery .blocks-gallery-image,
.site-content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em;
  overflow: hidden;
}
.site-content .wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 48px;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignleft {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignright {
    margin-left: 32px;
  }
}
.site-content .wp-block-gallery.rounded img {
  border-radius: 4px;
}
.site-content .is-grid[class*="columns-"] {
  width: 100%;
}
.site-content .wp-block-gallery[class*="columns-"]:not(.alignfull):not(.alignwide),
.site-content .wp-block-text-columns[class*="columns-"]:not(.alignfull):not(.alignwide) {
  width: 100%;
}
.site-content .wp-block-columns {
  margin-bottom: 32px;
}
.site-content .wp-block-columns .wp-block-column {
  margin-bottom: 32px;
}
.site-content .wp-block-columns.no-margin-top {
  margin-top: 0;
}
.site-content .wp-block-columns.no-margin-bottom {
  margin-bottom: 0;
}
.site-content .wp-block-columns.no-margin {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .site-content .wp-block-columns.counter {
    padding: 32px 0 0;
  }
  .site-content .wp-block-columns.counter .has-x-large-font-size {
    font-size: 64px !important;
  }
}
.site-content .wp-block-columns.counter .wp-block-heading {
  margin: 0;
}
.site-content .wp-block-columns.counter .has-x-large-font-size {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}
.site-content .wp-block-columns.counter .has-small-font-size {
  line-height: 20px;
}
.site-content .wp-block-embed__wrapper {
  margin-bottom: 12px;
}
.site-content hr,
.site-content .wp-block-separator {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.site-content iframe {
  width: 100%;
}
.site-content .wp-block-embed iframe {
  max-width: 100%;
}
/* ============================================================ 
    5. WIDGET
=============================================================*/
.widget.widget_media_image img[src$=".svg"] {
  width: auto;
}
.widget.widget_media_image .rounded {
  border-radius: 0;
}
.widget .widget-title,
.widget .wp-block-group h2 {
  font-family: inherit;
  position: relative;
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: inherit;
  opacity: 0.5;
}
.widget ul {
  margin: 0;
}
.widget ul li .children,
.widget ul li .sub-menu {
  margin: 12px 0 12px 20px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 280px;
}
.widget.menu-style2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
.widget.menu-style2 ul li {
  margin: 0;
}
.widget.menu-style2 ul li a {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 769px) {
  .widget.menu-style2 ul {
    gap: 24px 32px;
  }
  .widget.menu-style2 ul li a {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .widget.menu-style2 ul {
    gap: 32px 32px;
  }
  .widget.menu-style2 ul li a {
    font-size: 56px;
    line-height: 64px;
  }
}
.widget.menu-style3 ul li {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px 0;
  position: relative;
}
.widget.menu-style3 ul li:last-child {
  padding-bottom: 0;
}
.widget.menu-style3 ul li a {
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget.menu-style3 ul li a:after {
  content: "\eaf0";
  font-family: "Nucleo";
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .widget.menu-style3 ul li {
    padding: 24px 0;
  }
  .widget.menu-style3 ul li a {
    font-size: 28px;
    line-height: 32px;
  }
  .widget.menu-style3 ul li a:after {
    content: "\eaf0";
    font-family: "Nucleo";
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .widget.menu-style3 ul li {
    padding: 32px 0;
  }
  .widget.menu-style3 ul li a {
    font-size: 36px;
    line-height: 44px;
    overflow: hidden;
  }
  .widget.menu-style3 ul li a:before {
    content: "\eaf0";
    font-family: "Nucleo";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: -24px;
    transition: all 0.2s ease-in-out 0s;
  }
  .widget.menu-style3 ul li a:hover {
    padding-left: 48px;
  }
  .widget.menu-style3 ul li a:hover:before {
    left: 0;
    transform: translateY(-50%);
  }
  .widget.menu-style3 ul li a:hover:after {
    transform: translate(100%, -100%);
  }
}
@media only screen and (min-width: 769px) {
  .widget.menu-style4 ul li a {
    font-size: 20px;
    line-height: 32px;
  }
  .widget.menu-style4 ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease-in-out 0s;
  }
  .widget.menu-style4 ul li a:hover:after {
    width: 0;
    left: auto;
    right: 0;
  }
}
/* ============================================================ 
    5.1 Archives/Categories
=============================================================*/
.widget,
[class*="wp-block-"] {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .widget,
  [class*="wp-block-"] {
    margin-bottom: 40px;
  }
  .widget:last-child,
  [class*="wp-block-"]:last-child {
    margin-bottom: 0;
  }
}
.widget:last-child,
[class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.widget select,
[class*="wp-block-"] select {
  width: 100%;
}
.widget ul,
[class*="wp-block-"] ul,
.widget.wp-block-archives,
[class*="wp-block-"].wp-block-archives {
  padding: 0;
  margin-top: 0;
}
.widget ul li,
[class*="wp-block-"] ul li,
.widget.wp-block-archives li,
[class*="wp-block-"].wp-block-archives li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
}
.widget ul li:last-child,
[class*="wp-block-"] ul li:last-child,
.widget.wp-block-archives li:last-child,
[class*="wp-block-"].wp-block-archives li:last-child {
  margin-bottom: 0;
}
.widget ul li > a,
[class*="wp-block-"] ul li > a,
.widget.wp-block-archives li > a,
[class*="wp-block-"].wp-block-archives li > a {
  position: relative;
  display: inline-block;
}
.widget ul li ul li,
[class*="wp-block-"] ul li ul li,
.widget.wp-block-archives li ul li,
[class*="wp-block-"].wp-block-archives li ul li {
  padding-left: 0;
}
.widget ul li ul li:before,
[class*="wp-block-"] ul li ul li:before,
.widget.wp-block-archives li ul li:before,
[class*="wp-block-"].wp-block-archives li ul li:before {
  display: none;
}
.widget .mc4wp-form input,
[class*="wp-block-"] .mc4wp-form input {
  width: 100%;
}
.widget_archive label,
.widget_categories label,
.wp-block-archives-dropdown label,
.wp-block-archives label {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.widget_archive label:before,
.widget_categories label:before,
.wp-block-archives-dropdown label:before,
.wp-block-archives label:before {
  content: "";
  position: absolute;
  text-indent: 0;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #666;
}
.wp-block-categories-dropdown:before {
  content: "";
  position: absolute;
  text-indent: 0;
  right: 22px;
  bottom: 22px;
  width: 6px;
  height: 6px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #666;
  z-index: 1;
}
/* ============================================================ 
    5.2. Calendar
=============================================================*/
.calendar_wrap {
  position: relative;
}
table#wp-calendar {
  border-collapse: separate;
  border: none;
  font-size: 14px;
}
table#wp-calendar caption {
  line-height: 24px;
  padding: 0 0 16px 0;
}
table#wp-calendar thead th {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
}
table#wp-calendar tbody tr td {
  padding: 8px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}
table#wp-calendar tbody tr td a {
  background: none;
  display: block;
  font-weight: 500;
}
table#wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
}
table#wp-calendar #today {
  position: relative;
}
.wp-calendar-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a {
  font-weight: normal;
  text-indent: -9999px;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.wp-calendar-nav span[class*="wp-calendar-nav"] a:before {
  content: "";
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #666;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translate(-50%, -50%);
}
.wp-calendar-nav span.wp-calendar-nav-next a {
  left: auto;
  right: 0;
}
.wp-calendar-nav span.wp-calendar-nav-next a:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.wp-block-calendar {
  position: relative;
}
.wp-block-calendar .wp-calendar-table a {
  text-decoration: none;
}
/* ============================================================ 
    5.3. Recent Comments
=============================================================*/
.widget_recent_comments ul li {
  margin-bottom: 12px;
  padding: 0;
}
.widget_recent_comments ul li:before {
  display: none;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .highlight:after,
.widget_recent_comments .highlight:before {
  display: none;
}
.wp-block-latest-comments {
  padding: 0;
  margin-top: 0;
}
.wp-block-latest-comments [class*="wp-block-"] {
  margin-bottom: 12px;
  line-height: 160%;
  padding: 0;
}
.wp-block-latest-comments [class*="wp-block-"]:before {
  display: none;
}
.wp-block-latest-comments [class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-excerpt"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments [class*="comment-meta"] {
  margin-bottom: 0;
}
.wp-block-latest-comments [class*="comment-meta"] p {
  margin: 0;
  font-size: 100%;
}
.wp-block-latest-comments .highlight:after,
.wp-block-latest-comments .highlight:before {
  display: none;
}
.wp-block-latest-comments time {
  opacity: 0.7;
  margin: 5px 0 10px 0;
}
/* ============================================================ 
    5.4. Recent Posts
=============================================================*/
.widget_recent_entries ul li {
  margin-bottom: 20px;
  padding: 0;
}
.widget_recent_entries ul li:before {
  display: none;
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries .post-date {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  opacity: 0.5;
}
.widget_recent_entries .highlight:after,
.widget_recent_entries .highlight:before {
  display: none;
}
.wp-block-latest-posts,
.wp-block-latest-posts__list {
  margin-top: 0;
  padding: 0;
}
.wp-block-latest-posts li,
.wp-block-latest-posts__list li {
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-latest-posts li:before,
.wp-block-latest-posts__list li:before {
  display: none;
}
.wp-block-latest-posts li:last-child,
.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts li time,
.wp-block-latest-posts__list li time {
  font-size: 13px;
  color: inherit;
  opacity: 0.7;
}
.wp-block-latest-posts .highlight:after,
.wp-block-latest-posts__list .highlight:after,
.wp-block-latest-posts .highlight:before,
.wp-block-latest-posts__list .highlight:before {
  display: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:before {
  display: none;
}
/* ============================================================ 
    5.5. RSS
=============================================================*/
.widget_rss .widget-title .rss-widget-icon {
  display: none;
}
.widget_rss .widget-title .rsswidget:first-child {
  display: none;
}
.widget_rss a {
  font-weight: 500;
}
.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 12px 0;
  opacity: 0.5;
}
.widget_rss .rssSummary {
  font-size: 15px;
}
.widget_rss ul li {
  margin-bottom: 32px;
  padding: 0;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss cite {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.wp-block-rss {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.wp-block-rss li {
  margin-bottom: 12px;
  padding: 0;
}
.wp-block-rss li:before {
  display: none;
}
.wp-block-rss li:last-child {
  margin-bottom: 0;
}
/* ============================================================ 
    5.6. Search
=============================================================*/
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form label .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.widget_search .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\eb0c";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_search .search-form label .search-field {
  width: 100%;
}
.widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 50px;
  width: 50px;
  border: none;
  padding: 0;
  opacity: 0;
}
.wp-block-search label.wp-block-search__label {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.wp-block-search label.wp-block-search__label:before {
  text-indent: 0;
  content: "\eb0c";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
}
.wp-block-search input {
  margin: 0;
}
.wp-block-search button[type="submit"].wp-block-search__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
/* ============================================================ 
    5.7. Tag
=============================================================*/
.tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 16px !important;
}
.tagcloud a:before,
.wp-block-tag-cloud a:before {
  content: "#";
  margin-right: 4px;
}
.tagcloud a.gallery,
.wp-block-tag-cloud a.gallery {
  margin: 0;
}
.tagcloud a.link:after,
.wp-block-tag-cloud a.link:after {
  display: none;
}
.tagcloud a .tag-link-count,
.wp-block-tag-cloud a .tag-link-count {
  opacity: 0.5;
}
/* ============================================================ 
    5.8. Menu
=============================================================*/
.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu sub,
.widget_nav_menu sup {
  opacity: 0.7;
}
.widget_nav_menu .menu li {
  position: relative;
  padding: 0;
}
.widget_nav_menu .menu li:before {
  display: none;
}
.widget_nav_menu .menu li a {
  display: inline-block;
  position: relative;
}
.widget_nav_menu .menu li:hover > .menu-item-toggle {
  border-color: rgba(0, 0, 0, 0.16);
}
.widget_nav_menu .menu li .menu-item-toggle {
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
}
.widget_nav_menu .menu li .menu-item-toggle span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #666;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_nav_menu .menu li.menu-item-expand > .sub-menu,
.widget_nav_menu .menu li.menu-item-expand > .dw-sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.widget_nav_menu .menu li.menu-item-expand > .menu-item-toggle span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.widget_nav_menu .menu li .sub-menu {
  display: none;
  visibility: hidden;
  position: static;
  background: transparent;
  margin: 12px 0 12px 20px;
  opacity: 0;
}
/* ============================================================ 
    5.9. Other
=============================================================*/
.widget_media_image figure {
  margin: 0;
}
.widget_media_image .wp-caption-text {
  margin: 20px 0 0 0;
  line-height: 1.6;
}
.widget_text .wp-caption {
  margin-bottom: 20px;
}
.widget_text .wp-caption img {
  margin-bottom: 10px;
}
.widget_text img {
  margin: 16px 0 20px 0;
}
.widget_text .textwidget p + .wp-caption + p + form {
  position: relative;
}
.widget_text .textwidget p + .wp-caption + p + form:after {
  text-indent: 0;
  content: "";
  position: absolute;
  right: 22px;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.widget ul li a.wp-block-latest-posts__post-title:after,
.widget ol li a.wp-block-latest-comments__comment-link:after,
.widget ul#recentcomments li > a:after,
.widget.widget_recent_entries ul li a:after,
.widget.widget_recent_comments ul li > a:after,
.widget.widget_rss ul li a.rsswidget:after,
.wp-block-latest-comments__comment-link:after,
.wp-block-latest-posts__post-title:after,
.widget ul li a.wp-block-latest-posts__post-title:before,
.widget ol li a.wp-block-latest-comments__comment-link:before,
.widget ul#recentcomments li > a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_recent_comments ul li > a:before,
.widget.widget_rss ul li a.rsswidget:before,
.wp-block-latest-comments__comment-link:before,
.wp-block-latest-posts__post-title:before {
  display: none;
}
/* ============================================================ 
    6. FOOTER
=============================================================*/
.site-footer {
  position: relative;
  padding: 0;
  color: #ffffff;
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.site-footer .widget table#wp-calendar tbody tr td,
.site-footer .widget.widget_rss cite,
.site-footer .widget .menu li:hover > .menu-item-toggle,
.site-footer .widget .wp-calendar-nav span[class*="wp-calendar-nav"] a {
  border-color: rgba(255, 255, 255, 0.16);
}
.site-footer a:not(:hover) {
  color: #ffffff;
}
.site-footer input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
  border-color: #ffffff;
}
.site-footer dl {
  margin: 0;
  padding: 0;
}
.site-footer dl:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer dl dt {
  font-weight: normal;
  float: left;
  opacity: 0.7;
}
.site-footer dl dd {
  margin: 0 0 16px 120px;
}
.site-footer .wpcf7-form {
  gap: 16px;
}
.site-footer .wpcf7-form .form-row .wpcf7-acceptance {
  padding: 0;
}
.site-footer .wpcf7-form .form-row .wpcf7-acceptance input[type="checkbox"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.site-footer .wpcf7-form .form-row .wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #ffffff;
  border-color: transparent;
}
.site-footer .wpcf7-form .form-row .wpcf7-acceptance .wpcf7-list-item-label {
  opacity: 0.7;
}
.site-footer .quick-request {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  flex-direction: row;
}
.site-footer .quick-request .field:not(:last-child) {
  padding: 8px 12px;
  flex: 1 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.site-footer .quick-request .field:not(:last-child) label {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.site-footer .quick-request .field:not(:last-child) label > span:not(.wpcf7-form-control-wrap) {
  opacity: 0.5;
}
.site-footer .quick-request .field:last-child {
  position: relative;
}
.site-footer .quick-request .field:last-child:after {
  content: "\eb11";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.site-footer .quick-request .field:last-child p {
  height: 100%;
}
.site-footer .quick-request .field:last-child input[type="submit"] {
  padding: 8px 64px 42px 12px;
  height: 100%;
}
.site-footer .quick-request input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  background-color: transparent;
  padding: 8px 0;
  border: none;
  line-height: 19px;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.site-footer .custom-review {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media only screen and (min-width: 605px) {
  .site-footer .custom-review {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .site-footer .custom-review {
    gap: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer .custom-review {
    margin-top: 256px;
    gap: 32px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .site-footer .custom-review {
    gap: 24px;
  }
}
.site-footer .custom-review li {
  margin: 0;
  display: flex;
  gap: 12px;
}
.site-footer .custom-review li img {
  margin: 0;
}
.site-footer .custom-review li p {
  margin: 0;
}
.site-footer .custom-review li i {
  font-size: 12px;
  line-height: 24px;
}
.site-footer .custom-review li span {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.site-footer .custom-review li span:first-child {
  line-height: 24px;
}
.site-footer .custom-review li span.opc {
  opacity: 0.5;
}
.site-footer .custom-review li span:not(.opc) {
  font-weight: 500;
}
.site-footer .custom-review li span.star {
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .site-footer img.footer-logo {
    height: 48px !important;
    width: auto;
  }
}
.site-footer .content-bottom-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .content-bottom-widgets.content-bottom-full .wrap {
  width: 100%;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap {
  margin: 0 -16px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .content-bottom-widgets .content-bottom-aside-wrap {
    padding-bottom: 40px;
  }
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
  padding: 80px 16px 80px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.site-footer .footer-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
.site-footer .footer-widgets .footer-widgets-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-widgets .footer-widgets-inner {
    padding: 20px 0;
  }
}
.site-footer .footer-widgets .footer-aside-wrap {
  margin: 0 -16px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 60px 16px 20px;
}
.site-footer .footer-widgets .footer-aside-wrap aside:empty {
  padding-top: 1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-widgets .footer-aside-wrap aside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.site-footer .footer-copyright {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 0 40px 0;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-copyright {
    padding: 60px 0;
  }
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
.site-footer .footer-copyright .copyright-content {
  grid-column: 1/12;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .copyright-content {
    grid-column: 1/6;
  }
}
.site-footer .footer-copyright .copyright-content span {
  font-size: 14px;
  display: block;
  opacity: 0.7;
}
.site-footer .footer-copyright .social-icons {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .social-icons {
    grid-column: 7/12;
    display: flex;
  }
}
.site-footer .footer-copyright .social-icons a i {
  font-size: 24px;
}
.site-footer .footer-copyright .social-icons a:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .social-icons a:after {
    display: block;
    font-size: 20px;
    line-height: 32px;
    opacity: 0.5;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(255, 255, 255, 0.3);
  }
}
.site-footer .footer-copyright .go-to-top {
  grid-column: 12/13;
  display: none;
  justify-content: flex-end;
}
.site-footer .footer-copyright .go-to-top a {
  display: block;
  width: 32px;
  height: 32px;
}
.site-footer .footer-copyright .go-to-top a:before {
  content: "\eb1b";
  font-family: "Nucleo";
  font-size: 32px;
}
.site-footer .footer-copyright .go-to-top a span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-copyright .go-to-top {
    display: flex;
  }
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
}
.comments-area .comment-list {
  position: relative;
  z-index: 4;
  padding: 44px 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .comments-area .comment-list {
    padding: 60px 0;
  }
}
.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
  padding: 20px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.comments-area .comment-list .trackback:first-child,
.comments-area .comment-list .pingback:first-child {
  padding-top: 0;
}
.comments-area .comment-list .trackback .edit-link a,
.comments-area .comment-list .pingback .edit-link a {
  font-size: 13px;
  font-weight: normal;
  opacity: 0.5;
}
.comments-area .comment-list .trackback .edit-link a:hover,
.comments-area .comment-list .pingback .edit-link a:hover {
  opacity: 1;
}
.comments-area .comment-list > .comment {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  padding: 32px 0;
  position: relative;
}
.comments-area .comment-list > .comment:last-child {
  border: none;
  padding-bottom: 0;
}
.comments-area .comment-list > .comment:first-child {
  padding-top: 0;
}
.comments-area .comment-list > .comment .depth-2 #respond .comment-form .form-submit:before {
  width: calc(40% - 32px);
}
.comments-area .comment-list > .comment .comment-meta {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}
.comments-area .comment-list > .comment .comment-meta .comment-author img {
  width: 36px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata {
  line-height: 16px;
  font-size: 12px;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata > a {
  color: inherit;
  opacity: 0.7;
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata .comment-edit-link {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 6px;
  padding-left: 8px;
  opacity: 0;
}
.comments-area .comment-list > .comment .comment-meta .says {
  display: none;
}
.comments-area .comment-list > .comment .comment-content {
  font-size: 15px;
}
.comments-area .comment-list > .comment .reply {
  margin: 24px 0 0;
}
.comments-area .comment-list > .comment .reply a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 6%;
  text-transform: uppercase;
}
.comments-area .comment-list > .comment .comment-body:hover > .comment-meta .comment-metadata .comment-edit-link {
  opacity: 1;
}
.comments-area .comment-list .children {
  margin: 32px 0 0;
  padding: 0 0 0 42px;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list .children {
    padding-left: 64px;
  }
}
.comments-area .comment-list .children li {
  padding: 32px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.12);
}
.comments-area .comment-list .children > li:last-child {
  padding-bottom: 0;
}
.comments-area .comment-list #respond {
  position: relative;
}
.comments-area .comment-list #respond .comment-reply-title {
  border: none;
  text-decoration: none;
  text-align: left;
  padding: 12px 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list #respond .comment-reply-title small {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: -21px;
  left: 56px;
}
.comments-area .comment-list #respond .comment-reply-title small a {
  display: block;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: rgba(0, 0, 0, 0.16);
}
.comments-area .comment-list #respond .comment-reply-title:after {
  display: none;
}
.comments-area .no-comments {
  text-align: center;
}
.comments-area #respond .comment-form {
  margin: 0 -16px;
  padding-top: 44px;
}
@media only screen and (min-width: 1025px) {
  .comments-area #respond .comment-form {
    padding-top: 60px;
  }
}
.comments-area #respond .comment-form .comment-notes,
.comments-area #respond .comment-form .logged-in-as {
  display: none;
}
.comments-area #respond .comment-form .comment-form-author,
.comments-area #respond .comment-form .comment-form-email,
.comments-area #respond .comment-form .comment-form-url {
  display: flex;
  margin: 0;
  padding: 0 16px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 769px) {
  .comments-area #respond .comment-form .comment-form-author,
  .comments-area #respond .comment-form .comment-form-email,
  .comments-area #respond .comment-form .comment-form-url {
    float: left;
    width: 33.33333333%;
  }
}
.comments-area #respond .comment-form .comment-form-author label,
.comments-area #respond .comment-form .comment-form-email label,
.comments-area #respond .comment-form .comment-form-url label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 14px;
  height: 36px;
  display: flex;
  align-items: center;
}
.comments-area #respond .comment-form .comment-form-author input,
.comments-area #respond .comment-form .comment-form-email input,
.comments-area #respond .comment-form .comment-form-url input {
  border: none;
  line-height: 16px;
  padding: 4px 12px;
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  background-color: transparent;
  width: 100%;
  transition: none;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-author input:focus,
.comments-area #respond .comment-form .comment-form-email input:focus,
.comments-area #respond .comment-form .comment-form-url input:focus {
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-comment {
  padding: 0 16px;
  margin-bottom: 48px;
}
.comments-area #respond .comment-form .comment-form-comment label {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.comments-area #respond .comment-form .comment-form-comment textarea {
  font-size: 15px;
  border: none;
  flex-grow: 1;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px);
  background-size: 100% 32px;
  line-height: 32px !important;
  height: 97px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.comments-area #respond .comment-form .comment-form-comment textarea:focus {
  box-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px);
}
.comments-area #respond .comment-form .comment-form-cookies-consent {
  clear: both;
  padding: 0 16px;
  gap: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 48px 0;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\eb12";
  font-family: "Nucleo";
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.32);
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:after {
  display: block;
}
.comments-area #respond .comment-form .form-submit {
  margin: 0;
  padding: 0 16px;
  position: relative;
  display: block;
}
.comments-area #respond .comment-form .form-submit input {
  padding: 12px 82px;
}
.logged-in .comments-area #respond .form-submit {
  float: none;
  margin: 0;
}
/* ============================================================ 
	7.2. Page Navigation
=============================================================*/
.navigation,
.pp-posts-pagination {
  clear: both;
}
.navigation:after,
.pp-posts-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .pagination,
.pp-posts-pagination .pagination {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}
.navigation .page-numbers:not(.next),
.pp-posts-pagination .page-numbers:not(.next) {
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 24px;
}
.navigation .page-numbers:not(.next).prev,
.pp-posts-pagination .page-numbers:not(.next).prev {
  display: none;
}
.navigation .page-numbers:not(.next).dots,
.pp-posts-pagination .page-numbers:not(.next).dots {
  border: none;
  width: auto;
}
.navigation .page-numbers:not(.next).current,
.pp-posts-pagination .page-numbers:not(.next).current {
  background-color: #ffffff;
  border-color: transparent;
}
.navigation .page-numbers.next,
.pp-posts-pagination .page-numbers.next {
  display: none;
}
@media only screen and (min-width: 605px) {
  .navigation .page-numbers.next,
  .pp-posts-pagination .page-numbers.next {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 64px;
    line-height: 1;
    font-weight: 500;
  }
  .navigation .page-numbers.next:after,
  .pp-posts-pagination .page-numbers.next:after {
    content: ".";
  }
}
.navigation.comment-navigation,
.pp-posts-pagination.comment-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.navigation.comment-navigation .screen-reader-text,
.pp-posts-pagination.comment-navigation .screen-reader-text {
  display: none;
}
.navigation.comment-navigation > div,
.pp-posts-pagination.comment-navigation > div {
  display: inline-block;
}
.navigation.comment-navigation > div a,
.pp-posts-pagination.comment-navigation > div a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 7px 20px 5px 20px;
  color: inherit;
  margin: 0 5px 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}
.navigation.comment-navigation > div a:hover,
.pp-posts-pagination.comment-navigation > div a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navigation.comment-navigation > div.nav-previous a,
.pp-posts-pagination.comment-navigation > div.nav-previous a {
  margin-left: 0;
}
.navigation.comment-navigation > div.nav-next a,
.pp-posts-pagination.comment-navigation > div.nav-next a {
  margin-right: 0;
}
.navigation .nav-links,
.pp-posts-pagination .nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.navigation .nav-links li a span,
.pp-posts-pagination .nav-links li a span {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}
.navigation .nav-links li a span:after,
.pp-posts-pagination .nav-links li a span:after {
  content: ".";
}
@media only screen and (min-width: 1025px) {
  .navigation .nav-links li a span,
  .pp-posts-pagination .nav-links li a span {
    font-size: 64px;
  }
}
.page-links {
  display: flex;
  align-items: center;
  gap: 8px;
  clear: both;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}
.page-links .post-page-numbers {
  width: 24px;
  border-radius: 50%;
  text-align: center;
}
.page-links .post-page-numbers.current {
  background-color: #ffffff;
}
/* ============================================================ 
	7.3. Page Search
=============================================================*/
.search-results .main-content .search-form,
.search-no-results .main-content .search-form,
.error404 .main-content .search-form {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .search-results .main-content .search-form,
  .search-no-results .main-content .search-form,
  .error404 .main-content .search-form {
    margin-bottom: 92px;
    padding: 0 17.01031%;
  }
  .search-results .main-content .search-form:hover .screen-reader-text,
  .search-no-results .main-content .search-form:hover .screen-reader-text,
  .error404 .main-content .search-form:hover .screen-reader-text {
    background-color: #fff;
  }
}
.search-results .main-content .search-form label .screen-reader-text,
.search-no-results .main-content .search-form label .screen-reader-text,
.error404 .main-content .search-form label .screen-reader-text {
  overflow: visible;
  clip: inherit;
  clip-path: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  margin: 0;
  text-indent: -9999px;
  border-radius: 16px;
}
@media only screen and (min-width: 1025px) {
  .search-results .main-content .search-form label .screen-reader-text,
  .search-no-results .main-content .search-form label .screen-reader-text,
  .error404 .main-content .search-form label .screen-reader-text {
    right: 17.01031%;
  }
}
.search-results .main-content .search-form label .screen-reader-text:before,
.search-no-results .main-content .search-form label .screen-reader-text:before,
.error404 .main-content .search-form label .screen-reader-text:before {
  text-indent: 0;
  content: "\eb0c";
  font-family: "Nucleo";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-results .main-content .search-form label input[type="search"].search-field,
.search-no-results .main-content .search-form label input[type="search"].search-field,
.error404 .main-content .search-form label input[type="search"].search-field {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
}
.search-results .main-content .search-form label input[type="search"].search-field:not(:focus),
.search-no-results .main-content .search-form label input[type="search"].search-field:not(:focus),
.error404 .main-content .search-form label input[type="search"].search-field:not(:focus) {
  border-bottom-color: rgba(0, 0, 0, 0.16);
}
.search-results .main-content .search-form .search-submit,
.search-no-results .main-content .search-form .search-submit,
.error404 .main-content .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .search-results .main-content .search-form .search-submit,
  .search-no-results .main-content .search-form .search-submit,
  .error404 .main-content .search-form .search-submit {
    right: 17.01031%;
  }
}
.search-results .main-content .search-results,
.search-no-results .main-content .search-results,
.error404 .main-content .search-results {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-results,
  .search-no-results .main-content .search-results,
  .error404 .main-content .search-results {
    gap: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-results .main-content .search-results,
  .search-no-results .main-content .search-results,
  .error404 .main-content .search-results {
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.search-results .main-content .search-results .post,
.search-no-results .main-content .search-results .post,
.error404 .main-content .search-results .post {
  position: relative;
}
.search-results .main-content .search-results .post:hover a .post-date,
.search-no-results .main-content .search-results .post:hover a .post-date,
.error404 .main-content .search-results .post:hover a .post-date,
.search-results .main-content .search-results .post:hover a .post-index,
.search-no-results .main-content .search-results .post:hover a .post-index,
.error404 .main-content .search-results .post:hover a .post-index,
.search-results .main-content .search-results .post:hover a:before,
.search-no-results .main-content .search-results .post:hover a:before,
.error404 .main-content .search-results .post:hover a:before {
  opacity: 1;
}
.search-results .main-content .search-results .post a,
.search-no-results .main-content .search-results .post a,
.error404 .main-content .search-results .post a {
  padding: 24px;
  display: flex;
  position: relative;
  height: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: none;
}
.search-results .main-content .search-results .post a:hover,
.search-no-results .main-content .search-results .post a:hover,
.error404 .main-content .search-results .post a:hover {
  background-color: #ffffff;
  z-index: 3;
}
.search-results .main-content .search-results .post a:hover:before,
.search-no-results .main-content .search-results .post a:hover:before,
.error404 .main-content .search-results .post a:hover:before {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-results .post a,
  .search-no-results .main-content .search-results .post a,
  .error404 .main-content .search-results .post a {
    margin: 0;
  }
}
.search-results .main-content .search-results .post a:before,
.search-no-results .main-content .search-results .post a:before,
.error404 .main-content .search-results .post a:before {
  content: "\eb10";
  font-family: "Nucleo";
  position: absolute;
  top: 24px;
  font-size: 12px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  right: 24px;
}
.search-results .main-content .search-results .post .post-title span,
.search-no-results .main-content .search-results .post .post-title span,
.error404 .main-content .search-results .post .post-title span {
  display: block;
}
.search-results .main-content .search-results .post .post-title .post-title-inner,
.search-no-results .main-content .search-results .post .post-title .post-title-inner,
.error404 .main-content .search-results .post .post-title .post-title-inner {
  position: relative;
  margin-bottom: 4px;
  padding-right: 36px;
}
.search-results .main-content .search-results .post .post-date,
.search-no-results .main-content .search-results .post .post-date,
.error404 .main-content .search-results .post .post-date {
  font-size: 14px;
  line-height: 20px;
}
.search-results .navigation,
.search-no-results .navigation,
.error404 .navigation {
  margin-top: 44px;
}
@media only screen and (min-width: 1025px) {
  .search-results .navigation,
  .search-no-results .navigation,
  .error404 .navigation {
    margin-top: 80px;
  }
}
.search-no-results .main-content .search-form,
.error404 .main-content .search-form {
  margin-bottom: 0;
}
.search-no-results .wp-block-tag-cloud a,
.error404 .wp-block-tag-cloud a {
  margin: 0 !important;
}
/* ============================================================ 
	7.6. Page Author
=============================================================*/
.author.archive .post-author-box {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .author.archive .post-author-box {
    margin-bottom: 48px;
  }
}
.author.archive .post-author-box .author-data,
.author.archive .post-author-box .author-recent-posts {
  display: none;
}
.author.archive .post-author-box img {
  width: 48px;
  border-radius: 50%;
}
.post-author-box .author-data {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-bottom: 24px;
  padding-top: 32px;
}
.post-author-box .author-data:after {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 48px;
  background: #000;
  left: 0;
}
.post-author-box .author-recent-posts {
  margin: 24px 0 0 0;
  padding: 0;
  counter-reset: my-badass-counter;
}
.post-author-box .author-recent-posts li {
  list-style: none;
  position: relative;
  padding-left: 36px;
}
.post-author-box .author-recent-posts li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}
/* ============================================================ 
	7.5. Social
=============================================================*/
.social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1025px) {
  .social-icons {
    gap: 64px;
  }
}
.social-icons a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 1025px) {
  .social-icons a:after {
    content: attr(data-tooltip);
  }
}
/* ============================================================ 
	7.6. Gallery
=============================================================*/
.gallery {
  margin: 0 -5px 20px -5px;
  position: relative;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery .gallery-item {
  float: left;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
}
.gallery .gallery-item .gallery-icon {
  overflow: hidden;
}
.gallery .gallery-item:hover .gallery-caption {
  margin-bottom: 0;
}
.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery.gallery-columns-1.gallery-size-medium .gallery-item:nth-of-type(1n+1),
.gallery.gallery-columns-1.gallery-size-thumbnail .gallery-item:nth-of-type(1n+1) {
  clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-2.gallery-size-thumbnail .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333%;
}
.gallery.gallery-columns-3.gallery-size-thumbnail .gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-4.gallery-size-thumbnail .gallery-item:nth-of-type(4n+1) {
  clear: left;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-5.gallery-size-thumbnail .gallery-item:nth-of-type(5n+1) {
  clear: left;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666667%;
}
.gallery.gallery-columns-6.gallery-size-thumbnail .gallery-item:nth-of-type(6n+1) {
  clear: left;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857143%;
}
.gallery.gallery-columns-7 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-8 .gallery-caption {
  display: none;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111%;
}
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-caption {
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin-bottom: -100%;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.85);
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.delay-1 {
  animation-delay: 0s;
}
.delay-2 {
  animation-delay: 0.2s;
}
.delay-3 {
  animation-delay: 0.4s;
}
.delay-4 {
  animation-delay: 0.6s;
}
.delay-5 {
  animation-delay: 0.8s;
}
.delay-6 {
  animation-delay: 1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* ============================================================ 
    8. BLOG
=============================================================*/
.blog.home #go-back {
  display: none;
}
.post-title {
  margin: 0;
  word-break: break-word;
}
.post-title:after {
  content: ".";
}
.post-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.post-title .highlight:after,
.post-title .highlight:before {
  display: none;
}
.post-meta-author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-meta-author img {
  margin-right: 8px;
  border-radius: 50%;
}
.post-tags {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .post-tags {
    padding-bottom: 48px;
  }
}
.post-tags a {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 8px 16px;
  display: flex;
  gap: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
.post-tags a:before {
  content: "#";
}
.post-tags a:hover {
  background-color: #ffffff;
}
.post-tags:empty {
  display: none;
}
.post-image,
.pp-post-thumbnail {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.post-image a,
.pp-post-thumbnail a {
  display: block;
  position: relative;
}
.post-image a:after,
.pp-post-thumbnail a:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-image a:before,
.pp-post-thumbnail a:before {
  content: "\eaf1";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-190%, 90%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.post-image img,
.pp-post-thumbnail img {
  width: 100%;
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.blog-grid .main-content {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 44px;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .main-content {
    padding-top: 60px;
  }
}
.blog-grid .content-inner[data-grid-normal],
.blog-grid .content-inner[data-grid] {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after,
.blog-grid .content-inner[data-grid]:after {
  display: none;
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .hentry {
    padding-bottom: 32px;
  }
}
.blog-grid .hentry.sticky .post-inner {
  background-color: #ffffff;
  padding: 32px;
}
.blog-grid .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
.blog-grid .hentry.has-post-thumbnail .post-image {
  margin-bottom: 24px;
}
.blog-grid .hentry .post-inner:hover .post-image a:after {
  width: 100%;
}
.blog-grid .hentry .post-inner:hover .post-image a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.blog-grid .hentry .post-inner:hover .post-image img {
  filter: grayscale(1);
}
.blog-grid .post-header {
  margin-bottom: 20px;
}
.blog-grid .post-content {
  font-size: 15px;
}
.blog-grid .post-content .wp-block-group.has-background {
  margin-bottom: 32px;
}
.blog-grid .post-meta {
  margin-top: 32px;
}
.blog-grid .post-meta .post-author {
  font-size: 14px;
  line-height: 20px;
}
.blog-grid .post-meta .post-date {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
}
.blog-grid .post-categories {
  margin-bottom: 12px;
}
.blog-grid .post-categories a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 6%;
  font-weight: 500;
}
.blog-grid .post-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .post-title {
    font-size: 28px;
    line-height: 32px;
    width: 90%;
  }
}
/* ============================================================ 
    8.2. Blog List
=============================================================*/
.blog-list .main-content {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .blog-list .main-content {
    padding-left: 17.01031%;
    overflow: hidden;
  }
}
.blog-list .hentry {
  padding: 44px 0 60px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1025px) {
  .blog-list .hentry {
    padding: 60px 0 120px;
    flex-direction: row-reverse;
    gap: 32px;
    border: none;
  }
}
.blog-list .hentry:hover .post-image a:after {
  width: 100%;
}
.blog-list .hentry:hover .post-image a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.blog-list .hentry:hover .post-image img {
  filter: grayscale(1);
}
.blog-list .hentry:not(.has-post-thumbnail) .post-image {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .blog-list .hentry:not(.has-post-thumbnail) .post-wrap {
    padding-right: 0;
  }
}
.blog-list .hentry.has-post-thumbnail .post-image {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .blog-list .hentry.has-post-thumbnail .post-image {
    flex-shrink: 0;
    width: 38.605%;
    margin: 0;
  }
  .blog-list .hentry.has-post-thumbnail .post-image img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
  }
}
.blog-list .hentry:after {
  display: none;
}
.blog-list .post-wrap {
  flex-grow: 1;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-wrap {
    padding-right: 32px;
    display: flex;
    flex-direction: column;
  }
}
.blog-list .post-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-list .post-content {
    font-size: 15px;
  }
}
.blog-list .post-content .wp-block-group.has-background {
  margin-bottom: 32px;
}
.blog-list .post-meta {
  order: 3;
  margin-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-meta {
    position: absolute;
    left: 0;
    margin: 0;
  }
  .blog-list .post-meta:after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 1680px;
    background-color: rgba(0, 0, 0, 0.16);
    height: 1px;
  }
}
.blog-list .post-meta .post-author {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-meta .post-author {
    font-size: 12px;
    line-height: 20px;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-list .post-meta .post-date {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.5;
  }
}
.blog-list .post-categories {
  margin-bottom: 12px;
}
.blog-list .post-categories a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 6%;
  font-weight: 500;
}
.blog-list .post-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-title {
    font-size: 36px;
    line-height: 48px;
    width: 90%;
  }
}
.blog-list .post-footer {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-footer {
    display: flex;
    margin-top: 32px;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
  }
  .blog-list .post-footer .button {
    width: 232px;
    padding: 12px;
  }
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
.single .main-content > .hentry .post-content a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.16);
}
.single .main-content > .hentry .post-content a:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
}
.single-post #main-content {
  position: relative;
  padding-top: 44px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .single-post #main-content {
    padding-top: 60px;
    padding-left: 17.01031%;
  }
}
.single-post #main-content > .hentry > .post-content {
  margin-bottom: 44px;
}
@media only screen and (min-width: 1025px) {
  .single-post #main-content > .hentry > .post-content {
    margin-bottom: 60px;
  }
}
.single-post #main-content > .hentry.has-post-thumbnail .post-thumbnail {
  margin-bottom: 44px;
}
@media only screen and (min-width: 1025px) {
  .single-post #main-content > .hentry.has-post-thumbnail .post-thumbnail {
    margin-bottom: 60px;
  }
}
.single-post #main-content > .hentry.has-post-thumbnail .post-thumbnail .featured-image-caption {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  display: block;
  opacity: 0.5;
}
.single-post .post-content-inner {
  position: relative;
  margin-bottom: 44px;
}
@media only screen and (min-width: 1025px) {
  .single-post .post-content-inner {
    margin-bottom: 60px;
  }
}
.single-post .post-date-left {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .single-post .post-date-left {
    position: absolute;
    left: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    display: block;
  }
}
.single-post .navigation {
  margin-top: 44px;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .single-post .navigation {
    margin-top: 92px;
  }
}
.single-post .navigation a {
  text-decoration: none !important;
}
/* ============================================================ 
    8.4. Blog Related
=============================================================*/
#related-posts {
  clear: both;
}
#related-posts .grid-posts {
  padding-top: 44px;
}
@media only screen and (min-width: 1025px) {
  #related-posts .grid-posts {
    padding-top: 60px;
  }
}
.related-posts-title,
.comments-title,
.comment-reply-title {
  padding-top: 44px;
  margin: 0 0 -20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  border-top: 1px solid rgba(0, 0, 0, 0.32);
  opacity: 0.5;
}
@media only screen and (min-width: 1025px) {
  .related-posts-title,
  .comments-title,
  .comment-reply-title {
    padding-top: 60px;
    margin: 0;
    position: absolute;
    left: 0;
    width: 232px;
    max-width: 20.641%;
    border-top: none;
    opacity: 1;
  }
  .related-posts-title:after,
  .comments-title:after,
  .comment-reply-title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1680px;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.16);
  }
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
.projects-filter {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .projects-filter {
    width: calc(17.01031% - 32px);
    flex-shrink: 0;
    margin-bottom: 32px;
  }
}
.projects-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 40px;
  position: sticky;
  top: 0;
  display: flex;
  gap: 24px;
  flex-direction: row;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 1025px) {
  .projects-filter ul {
    padding-top: 60px;
    flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .projects-filter ul {
    justify-content: flex-start !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .projects-filter ul::-webkit-scrollbar {
    display: none;
  }
}
.projects-filter ul li {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.projects-filter ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 0;
}
.projects-filter ul li:hover:before,
.projects-filter ul li.active:before {
  opacity: 1;
}
.projects-filter ul li.active a {
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .page-template-template-projects .main-content {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-template-template-projects .content-inner {
    flex-grow: 1;
    padding-top: 60px;
  }
  .page-template-template-projects .content-inner:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 1025px) {
  .page-template-template-projects.projects-style2 .content-inner,
  .page-template-template-projects.projects-style3 .content-inner {
    padding-top: 0;
  }
  .page-template-template-projects.projects-style2 .content-inner:before,
  .page-template-template-projects.projects-style3 .content-inner:before {
    display: none;
  }
}
.projects-style1 .project-inner {
  position: relative;
  overflow: hidden;
}
.projects-style1 .project-inner * {
  transition: none;
}
.projects-style1 .project-inner:hover {
  color: #ffffff;
}
.projects-style1 .project-inner:hover a {
  color: #ffffff;
}
.projects-style1 .project-inner:hover .project-thumbnail a:after {
  height: 0;
}
.projects-style1 .project-inner:hover .project-info .client-thumb img {
  height: 40px;
  filter: drop-shadow(0 40px 0 #ffffff);
  transform: translateY(-100%);
}
.projects-style1 .project-inner:hover .project-info .client-thumb + .project-title {
  display: block;
}
.projects-style1 .project-inner:hover .project-categories:before {
  background: #ffffff;
  border: none;
}
.projects-style1 .project-thumbnail {
  margin: 0;
}
.projects-style1 .project-thumbnail img {
  filter: blur(8px);
  transform: scale(1.1);
  mix-blend-mode: exclusion;
}
.projects-style1 .project-thumbnail > a {
  display: block;
  position: relative;
}
.projects-style1 .project-thumbnail > a:after {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.projects-style1 .project-thumbnail > a:before {
  content: "\eaf1";
  font-family: "Nucleo";
  top: 18px;
  right: 18px;
  font-size: 16px;
  width: 40px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  z-index: 3;
}
.projects-style1 .project-categories {
  position: absolute;
  top: 24px;
  left: 32px;
  padding-left: 16px;
  z-index: 3;
}
.projects-style1 .project-categories:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-radius: 50%;
}
.projects-style1 .project-categories a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6%;
  font-weight: 500;
}
.projects-style1 .project-categories a:after {
  content: ", ";
}
.projects-style1 .project-categories a:last-child:after {
  display: none;
}
.projects-style1 .project-summary {
  position: absolute;
  bottom: 24px;
  left: 32px;
  right: 32px;
  z-index: 3;
}
.projects-style1 .project-info {
  width: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.projects-style1 .project-info .client-thumb {
  overflow: hidden;
}
.projects-style1 .project-info .client-thumb + .project-title {
  display: none;
}
.projects-style1 .project-info .project-title {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.projects-style2 .projects-filter ul {
  padding-top: 32px;
}
.projects-style2 .projects-items {
  padding-top: 0 !important;
}
.projects-style2 .projects-items:before {
  display: none;
}
.projects-style2 .client-thumb {
  display: none;
}
.projects-style2 .project-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 32px 0;
}
.projects-style2 .project-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 36px;
  position: relative;
}
.projects-style2 .project-title a:after {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 32px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 24px;
  background: #ffffff;
}
.projects-style2 .project-thumbnail {
  margin: 0;
  display: flex;
  gap: 28px;
  flex-direction: column;
}
.projects-style2 .project-thumbnail > a {
  display: block;
  position: relative;
}
.projects-style2 .project-thumbnail > a:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style2 .project-thumbnail > a:before {
  content: "\eaf1";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-190%, 90%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style2 .project-inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.projects-style2 .project-inner:hover .project-title a:after {
  color: #ffffff;
}
.projects-style2 .project-inner:hover .project-thumbnail {
  margin: 0;
}
.projects-style2 .project-inner:hover .project-thumbnail > a:after {
  width: 100%;
}
.projects-style2 .project-inner:hover .project-thumbnail > a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.projects-style2 .project-inner:hover .project-thumbnail > a img {
  filter: grayscale(1);
}
.projects-style2 .project-categories {
  display: none;
}
.projects-style3 .projects-items {
  padding-top: 0 !important;
}
.projects-style3 .projects-items:before {
  display: none;
}
.projects-style3 .project-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.projects-style3 .project-inner * {
  transition: none;
}
.projects-style3 .project-inner:hover {
  color: #ffffff;
  border: none;
}
.projects-style3 .project-inner:hover a {
  color: #ffffff;
}
.projects-style3 .project-inner:hover .project-thumbnail img {
  opacity: 1;
}
.projects-style3 .project-inner:hover .project-info .client-thumb img {
  height: 40px;
  filter: drop-shadow(0 40px 0 #ffffff);
  transform: translateY(-100%);
}
.projects-style3 .project-inner:hover .project-info .client-thumb + .project-title {
  display: block;
}
.projects-style3 .project-inner:hover .project-categories:before {
  background: #ffffff;
  border: none;
}
.projects-style3 .project-thumbnail {
  margin: 0;
}
.projects-style3 .project-thumbnail img {
  filter: blur(8px);
  transform: scale(1.1);
  mix-blend-mode: exclusion;
  opacity: 0;
}
.projects-style3 .project-thumbnail > a {
  display: block;
  position: relative;
}
.projects-style3 .project-thumbnail > a:before {
  content: "\eb10";
  font-family: "Nucleo";
  top: 24px;
  right: 24px;
  font-size: 12px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 3;
}
.projects-style3 .project-categories {
  position: absolute;
  top: 24px;
  left: 32px;
  padding-left: 16px;
  z-index: 3;
}
.projects-style3 .project-categories:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-radius: 50%;
}
.projects-style3 .project-categories a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6%;
  font-weight: 500;
}
.projects-style3 .project-categories a:after {
  content: ", ";
}
.projects-style3 .project-categories a:last-child:after {
  display: none;
}
.projects-style3 .project-summary {
  position: absolute;
  bottom: 24px;
  left: 32px;
  right: 32px;
  z-index: 3;
}
.projects-style3 .project-info {
  width: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.projects-style3 .project-info .client-thumb {
  overflow: hidden;
}
.projects-style3 .project-info .client-thumb + .project-title {
  display: none;
}
.projects-style3 .project-info .project-title {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.single-nproject:not([class*="sidebar-"]) .main-content {
  position: relative;
  padding-top: 44px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1025px) {
  .single-nproject:not([class*="sidebar-"]) .main-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-nproject:not([class*="sidebar-"]) .main-content > .hentry {
    padding: 0 17.01031%;
  }
}
#projects-related {
  clear: both;
  position: relative;
  margin-top: 44px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  #projects-related {
    margin-top: 92px;
    padding-left: 17.01031%;
  }
}
#projects-related .grid-projects {
  margin: 0 -8px;
  padding-top: 44px;
}
#projects-related .grid-projects .hentry {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1025px) {
  #projects-related .grid-projects {
    padding-top: 60px;
    margin: 0 -16px;
  }
  #projects-related .grid-projects .hentry {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.projects-shortcode .projects-wrap .widget-title {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 40px;
  margin: 0 0 32px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode .projects-wrap {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-bottom: 92px;
  }
  .projects-shortcode .projects-wrap .widget-title {
    width: calc(17.01031% - 32px);
    flex-shrink: 0;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode .projects-items {
    flex-grow: 1;
    padding-top: 60px;
  }
  .projects-shortcode .projects-items:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.16);
  }
}
.projects-shortcode .projects-items {
  margin: 0 -16px;
  clear: both;
}
.projects-shortcode .projects-items .project {
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1280px) {
  #site .projects-items {
    margin-left: -12px;
    margin-right: -12px;
  }
  #site .projects-items .project {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  #site .projects-items {
    margin-left: -8px;
    margin-right: -8px;
  }
  #site .projects-items .project {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
#site .projects-shortcode.no-gap .projects-items {
  margin: 0;
}
#site .projects-shortcode.no-gap .projects-items .project {
  padding: 0;
  margin: 0;
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
#site [class*="swiper"] .swiper-pagination {
  text-align: inherit;
  display: flex;
  align-items: flex-end;
}
#site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet {
  height: 1px !important;
  border-radius: 0;
}
#site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px !important;
}
@media only screen and (max-width: 1680px) {
  .site .e-con.e-flex > .e-con-inner {
    max-width: 92.381%;
  }
  .site .e-con.e-flex > .e-con.e-grid.fix-width {
    max-width: inherit;
  }
}
.site .elementor-image-box-title,
.site .pp-info-list-title,
.site .elementor-icon-box-title,
.site .pp-post-title,
.site .elementor-heading-title,
.site .pp-info-box-title,
.site .pp-info-box-subtitle,
.site .pp-contact-form-title,
.site .pp-dual-heading,
.site .pp-tm-name,
.site .pp-counter-title {
  margin: 0;
}
.site .pp-info-list-item-inner:hover path,
.site .pp-info-box:hover .pp-info-box-icon path,
.site .elementor-icon-list-item:hover path,
.site .pp-counter:hover path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
.site .pp-info-list-title:after {
  content: ".";
}
.site .sticky-element {
  position: sticky;
  top: 60px;
}
.site .bg-blur {
  backdrop-filter: blur(20px);
}
.site .bg-blur .contactBox .wpcf7-acceptance {
  color: #ffffff;
}
.site .bg-blur .contactBox .wpcf7-acceptance input[type="checkbox"] {
  border-color: rgba(255, 255, 255, 0.16);
}
.site .bg-blur .contactBox .wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
}
.site .bg-blur.elementor-widget-pp-contact-form-7:after,
.site .bg-blur.elementor-widget-pp-contact-form-7:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -32px;
  bottom: -32px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.site .bg-blur.elementor-widget-pp-contact-form-7:after {
  left: auto;
  right: -1px;
}
.site .bg-blur.elementor-widget-pp-contact-form-7 .pp-contact-form:after,
.site .bg-blur.elementor-widget-pp-contact-form-7 .pp-contact-form:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -32px;
  right: -32px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.site .bg-blur.elementor-widget-pp-contact-form-7 .pp-contact-form:after {
  top: auto;
  bottom: -1px;
}
.site .pp-contact-form-title {
  margin-bottom: 20px;
}
.site .pp-contact-form-description {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1025px) {
  .site .pp-contact-form-description {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .hidden-desktop {
    display: none;
  }
}
.site .elementor-element .center_x {
  transform: translateX(-50%);
  text-align: center;
}
.site .elementor-element .center_y {
  transform: translateY(-50%);
}
.site .elementor-element .center_xy {
  transform: translate(-50%, -50%);
}
.site .elementor-element .large .elementor-heading-title {
  white-space: nowrap;
}
.site .elementor-element .large .elementor-heading-title:after {
  display: none;
}
.site .elementor-element .large[class*="center_"] {
  max-width: inherit !important;
}
@media only screen and (max-width: 768px) {
  .site .elementor-element .hidden-mobile {
    display: none;
  }
}
.site .elementor-element .height-1 {
  height: 10%;
}
.site .elementor-element .height-2 {
  height: 20%;
}
.site .elementor-element .height-3 {
  height: 30%;
}
.site .elementor-element .height-4 {
  height: 40%;
}
.site .elementor-element .height-5 {
  height: 50%;
}
.site .elementor-element .height-6 {
  height: 60%;
}
.site .elementor-element .height-7 {
  height: 70%;
}
.site .elementor-element .height-8 {
  height: 80%;
}
.site .elementor-element .height-9 {
  height: 90%;
}
.site .elementor-element .height-10 {
  height: 100%;
}
.site .elementor-heading-title:after {
  content: ".";
}
.site h6.elementor-heading-title {
  padding-left: 16px;
}
.site h6.elementor-heading-title:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.site .pp-dual-heading-block .pp-dual-heading .pp-second-text {
  white-space: normal;
}
.site .pp-dual-heading-block .pp-second-text:after {
  content: ".";
}
.site .pp-counter-icon {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
.site .elementor-widget-pp-buttons.pp-buttons-halign-mobile-stretch .pp-button-content-inner,
.site .elementor-widget-pp-buttons.pp-buttons-halign-stretch .pp-button-content-inner,
.site .elementor-widget-pp-buttons.pp-buttons-halign-tablet-stretch .pp-button-content-inner {
  justify-content: space-between;
  width: 100%;
}
.site .pp-button.link {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.site .pp-button .pp-button-icon-number {
  width: 16px;
}
.site .elementor-button-link#go-back {
  background: none;
  padding: 0 0 0 20px;
  border-radius: 0;
}
.site .elementor-button-link#go-back:before {
  content: "\eb0e";
  font-family: "Nucleo";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: normal;
}
.site .bgPrimary .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container:after {
  background-color: transparent;
  line-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.site .bgPrimary .elementor-widget-pp-info-box-carousel .pp-info-box:hover > a .pp-info-box-title-container:after {
  background-color: #ffffff;
}
.site .pp-list-items.pp-inline-items {
  gap: 12px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box {
  position: relative;
  z-index: 2;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container:after {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 32px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 24px;
  background: #ffffff;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container .pp-info-box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 36px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box:hover > a .pp-info-box-title-container:after {
  color: #ffffff;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box:hover .pp-info-box-footer a:after {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box:hover .pp-info-box-footer a:before {
  opacity: 1;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box:hover .pp-info-box-icon-wrap a:before {
  color: #ffffff;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-icon {
  display: block;
  text-align: inherit;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-description p {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-description ul li {
  margin-bottom: 4px;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-description ul li:last-child {
  margin: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-footer a:after {
  content: "";
  position: absolute;
  left: -16px;
  top: -16px;
  right: 0;
  bottom: -16px;
  background-color: #ffffff;
  z-index: -1;
  visibility: hidden;
  transform: scale(0.9);
  opacity: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box .pp-info-box-footer a:before {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 32px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 0;
  text-align: center;
  line-height: 24px;
  text-indent: 0;
  opacity: 0;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-title-wrap {
  overflow: hidden;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-icon {
  overflow: hidden;
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-icon:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-icon:before {
  content: "\eaf1";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-190%, 90%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-subtitle {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  transform: translateY(100%);
  opacity: 0;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box:hover .pp-info-box-title {
  transform: translateY(-100%);
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box:hover .pp-info-box-subtitle {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box:hover .pp-info-box-icon:after {
  width: 100%;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box:hover .pp-info-box-icon:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box:hover .pp-info-box-icon img {
  filter: grayscale(1);
}
.site .elementor-widget-pp-info-box-carousel.pp-info-box-above-title .pp-info-box:not(:hover) a > .pp-info-box-content .pp-info-box-title-container:after {
  background-color: transparent;
}
.site .elementor-widget-pp-info-box-carousel.pp-info-box-left .pp-info-box {
  gap: 12px;
}
.site .elementor-widget-pp-info-box-carousel.pp-info-box-below-title .pp-info-box:hover + .pp-info-box {
  border-color: transparent;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-button {
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-icon-wrap a {
  position: relative;
  display: block;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-icon-wrap a:before {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 12px;
  text-indent: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-icon-wrap a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-list .pp-info-list-container,
.site .elementor-widget-pp-info-list .pp-info-list-item {
  overflow: visible;
}
.site .elementor-widget-pp-info-list .pp-infolist-icon-wrapper {
  position: relative;
  z-index: 2;
}
.site .elementor-widget-pp-info-list .pp-infolist-icon-wrapper .pp-info-list-icon:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  opacity: 0;
  border-radius: 100%;
}
.site .elementor-widget-pp-info-list .pp-infolist-icon-wrapper .pp-icon:after {
  border: 1px solid;
}
.site .elementor-widget-pp-info-list .pp-info-list-item:hover .pp-infolist-icon-wrapper .pp-info-list-icon.pp-icon:after {
  opacity: 0.2;
}
.site .elementor-widget-pp-info-list .pp-info-list-item:hover .pp-infolist-icon-wrapper .pp-info-list-icon.pp-info-list-number {
  border-color: transparent;
  color: #ffffff;
}
.site .elementor-widget-pp-info-list .pp-info-list-item:hover .pp-infolist-icon-wrapper .pp-info-list-icon.pp-info-list-number:after {
  opacity: 1;
}
.site .elementor-widget-image-box.elementor-position-left .elementor-image-box-img,
.site .elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
  flex: 1 1;
}
@media only screen and (max-width: 768px) {
  .site .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 16px;
  }
}
.site .elementor-widget-image-box:hover .elementor-image-box-img a:after {
  width: 100%;
}
.site .elementor-widget-image-box:hover .elementor-image-box-img a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.site .elementor-widget-image-box:hover .elementor-image-box-img img {
  filter: grayscale(1);
}
.site .elementor-widget-image-box:hover .elementor-image-box-title a:after {
  color: #ffffff;
}
.site .elementor-widget-image-box .elementor-image-box-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.site .elementor-widget-image-box .elementor-image-box-img a {
  display: block;
  position: relative;
}
.site .elementor-widget-image-box .elementor-image-box-img a:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-image-box .elementor-image-box-img a:before {
  content: "\eaf1";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-190%, 90%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site .elementor-widget-image-box .elementor-image-box-img img {
  width: 100%;
}
.site .elementor-widget-image-box .elementor-image-box-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 36px;
  position: relative;
}
.site .elementor-widget-image-box .elementor-image-box-title a:after {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 32px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 24px;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-tab-title {
  position: relative;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon {
  position: relative;
  width: 16px;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon .pp-icon {
  display: none;
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-toggle-icon:before {
  content: "\eb1c";
  font-family: "Nucleo";
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-toggle-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site .elementor-widget-pp-advanced-accordion.style2 {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-advanced-accordion.style2 .pp-accordion-title-text {
  display: flex;
  gap: 32px;
  padding-right: 24px;
}
.site .elementor-widget-pp-advanced-accordion.style2 .pp-accordion-title-text:before {
  content: counter(my-badass-counter) ".";
  counter-increment: my-badass-counter;
  font-weight: normal;
  width: 24px;
  flex-shrink: 0;
}
.site .elementor-widget-n-accordion .e-n-accordion {
  counter-reset: my-badass-counter;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-n-accordion .e-n-accordion {
    display: flex;
    justify-content: space-between;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    border-top: none;
  }
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item:after {
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    top: 0;
    height: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item:hover:after {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] {
    width: 50%;
    flex-shrink: 0;
    padding-right: 0;
  }
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] summary:before {
    font-size: 48px;
  }
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item[open] summary .e-n-accordion-item-title-text {
    font-size: 28px;
    line-height: 32px;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item summary {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    height: 100%;
    justify-content: space-between;
  }
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item summary:before {
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    line-height: 1;
    font-size: 24px;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title-icon {
  position: absolute;
  right: 0;
  width: 16px;
}
.site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title-icon span:before {
  content: "\eb0d";
  font-family: "Nucleo";
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title-icon span svg {
  display: none;
}
.site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title-icon span.e-opened:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title-icon {
    display: none;
  }
}
.site .elementor-widget-pp-team-member .pp-tm-image {
  display: block;
}
.site .elementor-widget-pp-team-member .pp-tm-description a.link i {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin: 0 4px 0 0;
}
.site .elementor-widget-pp-team-member .pp-tm-description a.link:after {
  width: 0;
  right: 0;
  left: auto;
  opacity: 0.4;
}
.site .elementor-widget-pp-team-member .pp-tm-description a.link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.site .elementor-widget-pp-team-member.style2 .pp-tm {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-pp-team-member.style2 .pp-tm {
    gap: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-team-member.style2 .pp-tm {
    gap: 32px;
  }
}
.site .elementor-widget-pp-team-member.style2 .pp-tm .pp-tm-image {
  flex-shrink: 0;
}
.site .elementor-widget-pp-team-member.style2 .pp-tm .pp-tm-content {
  flex-grow: 1;
}
.site .elementor-widget-video:hover .elementor-custom-embed-play svg {
  transform: scale(1.2);
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table {
  display: flex;
  flex-direction: column;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-head {
  order: 1;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-price-wrap {
  order: 2;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-button-wrap {
  order: 3;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-footer {
  order: 4;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-features {
  order: 5;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-price-value {
  margin-right: 16px;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-title {
  margin-top: 0;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-price-duration span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.site .elementor-widget-pp-pricing-table .pp-pricing-table-button {
  width: 100%;
}
.site .elementor-widget-text-editor .button {
  margin-top: 12px;
}
.site .pp-posts-grid .pp-post-terms-wrap {
  display: flex;
}
.site .pp-posts-grid .pp-post {
  position: relative;
}
.site .pp-posts-grid .pp-post:hover .pp-post-thumbnail a:after {
  width: 100%;
}
.site .pp-posts-grid .pp-post:hover .pp-post-thumbnail a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.site .pp-posts-grid .pp-post:hover .pp-post-thumbnail img {
  filter: grayscale(1);
}
@media only screen and (min-width: 769px) {
  .site .elementor-grid-1 .pp-post .pp-post-thumbnail-wrap img {
    opacity: 0.6;
  }
}
.site .elementor-grid-1 .pp-post:hover .pp-post-title a:before {
  background-color: #ffffff;
}
.site .elementor-grid-1 .pp-post:hover .pp-post-thumbnail a img {
  filter: none;
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap,
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-terms-wrap,
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-terms-wrap + .pp-post-title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #ffffff;
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap a,
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-terms-wrap a,
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-terms-wrap + .pp-post-title a {
  color: #ffffff;
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap {
  right: 0;
  backdrop-filter: blur(10px);
  width: 34.375%;
}
@media only screen and (max-width: 768px) {
  .site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap {
    position: static;
    width: 100%;
  }
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vh;
  background-color: #ffffff;
  left: 16px;
  bottom: 0;
  opacity: 0.3;
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  background-color: #ffffff;
  right: 0;
  top: 16px;
  opacity: 0.3;
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-content-wrap .pp-post-title a:before {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 32px;
  height: 24px;
  position: absolute;
  left: 32px;
  bottom: 16px;
  text-align: center;
  line-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-terms-wrap {
  bottom: 56px;
  left: 32px;
}
.site .elementor-grid-1 .pp-post-thumbnail + .pp-post-terms-wrap + .pp-post-title {
  bottom: 32px;
  left: 32px;
}
.site .elementor-grid-1 .pp-post-thumbnail a:after,
.site .elementor-grid-1 .pp-post-thumbnail a:before {
  display: none;
}
.site .pp-posts-carousel .pp-post {
  position: relative;
}
.site .pp-posts-carousel .pp-post:hover .pp-post-title:before {
  color: #ffffff;
}
.site .pp-posts-carousel .pp-post:hover .pp-post-thumbnail a:after {
  width: 100%;
}
.site .pp-posts-carousel .pp-post:hover .pp-post-thumbnail a:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.site .pp-posts-carousel .pp-post:hover .pp-post-thumbnail img {
  filter: grayscale(1);
}
.site .pp-posts-carousel .pp-post-terms-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.site .pp-posts-carousel .pp-post-title:before {
  content: "\eb10";
  font-family: "Nucleo";
  font-size: 12px;
  width: 28px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 20px;
  background: #ffffff;
}
.list-style1,
.list-style2,
.list-style3 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  counter-reset: my-badass-counter;
}
.list-style1 li,
.list-style2 li,
.list-style3 li {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1025px) {
  .list-style1 li,
  .list-style2 li,
  .list-style3 li {
    margin-bottom: 24px;
  }
}
.list-style1 li:before,
.list-style2 li:before,
.list-style3 li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list-style1.min-gap li,
.list-style2.min-gap li,
.list-style3.min-gap li {
  margin-bottom: 8px;
}
.list-style1.min-gap li:last-child,
.list-style2.min-gap li:last-child,
.list-style3.min-gap li:last-child {
  margin: 0;
}
.list-style2 li:before {
  content: "\eb12";
  font-family: "Nucleo";
}
.list-style3 li:before {
  content: "\eb0d";
  font-family: "Nucleo";
  transform: rotate(45deg);
}
.wpcf7-form.submitting label,
.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.3;
}
.wpcf7-form p .ajax-loader,
.wpcf7-form p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.button:not([class*="product_type_"]) {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}
.button:not([class*="product_type_"]):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  transform-origin: 0% 100%;
  background-color: #000;
  transition: all 0.35s ease-in-out 0s;
}
.button:not([class*="product_type_"]):hover:before {
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button:not([class*="product_type_"]):hover:after {
  opacity: 0;
}
.button:not([class*="product_type_"]).outline {
  background-color: transparent;
}
.button:not([class*="product_type_"]).outline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
}
.button:not([class*="product_type_"]).outline.colorPrimary {
  text-decoration-color: rgba(0, 0, 0, 0.16);
}
.button:not([class*="product_type_"]).outline.colorPrimary:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.16);
}
.button:not([class*="product_type_"]).white {
  background-color: #ffffff;
  text-decoration-color: rgba(0, 0, 0, 0.16);
}
.button:not([class*="product_type_"]).white:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.16);
}
.button:not([class*="product_type_"]).full {
  width: 100%;
  text-align: center;
  display: block;
}
.highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.highlight:before,
.highlight:after {
  content: "";
  z-index: -1;
  border: 2px solid;
  position: absolute;
  left: 50%;
  top: 55%;
  width: 110%;
  border-radius: 80%;
  height: 120%;
  transform: translate(-50%, -50%) rotate(-2deg);
}
.highlight:before {
  border-top-width: 0;
}
.highlight:after {
  transform: translate(-50%, -50%) rotate(-5deg);
  border-left-width: 0;
  border-bottom-width: 0;
  height: 130%;
}
.highlight.style2:before {
  display: none;
}
.highlight.style2:after {
  top: 110%;
  width: 100%;
  height: 30%;
  border-top-width: 2px;
  border-right-width: 0;
  transform: translate(-50%, -50%) rotate(-1.5deg);
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wpcf7-form.submitting .wpcf7-form-control-wrap {
  opacity: 0.5;
}
.wpcf7-form .contactBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: my-badass-counter;
}
.wpcf7-form .contactBox h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .wpcf7-form .contactBox h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .wpcf7-form .contactBox h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
.wpcf7-form .contactBox h3:before {
  counter-increment: my-badass-counter;
  width: 17px;
  font-weight: normal;
  display: inline-block;
}
.wpcf7-form .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #666;
}
.wpcf7-form .form-row.ui-grid {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 605px) {
  .wpcf7-form .form-row.ui-grid {
    flex-direction: row;
  }
}
.wpcf7-form .form-row.ui-grid .field {
  flex: 1 1;
}
.wpcf7-form .form-row input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form .form-row select {
  width: 100%;
}
.wpcf7-form .form-row textarea {
  width: 100%;
  display: block;
  height: 104px;
}
.wpcf7-form .form-row .wpcf7-checkbox,
.wpcf7-form .form-row .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item label {
  position: relative;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 20px;
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: block;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item input:after,
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item input:after {
  display: none;
}
.wpcf7-form .form-row .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.wpcf7-form .form-row .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: #ffffff;
  border-color: transparent;
}
.wpcf7-form .form-row .wpcf7-acceptance {
  padding: 16px 0;
  display: block;
}
.wpcf7-form .form-row .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-form .form-row .wpcf7-acceptance input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.wpcf7-form .form-row .wpcf7-acceptance input[type="checkbox"]:after {
  content: "\eb12";
  font-family: "Nucleo";
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.wpcf7-form .form-row .wpcf7-acceptance input[type="checkbox"]:checked {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.32);
}
.wpcf7-form .form-row .wpcf7-acceptance input[type="checkbox"]:checked:after {
  display: block;
}
.wpcf7-form .form-row .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
}
.wpcf7-form .form-row .wpcf7-submit {
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 4px 0;
}
.wpcf7-form .wpcf7-form-control-wrap[class*="textarea"] {
  display: flex;
}
.wpcf7-form p {
  position: relative;
}
.wpcf7-form p .ajax-loader,
.wpcf7-form p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-form p:empty {
  display: none;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
/* ============================================================ 
    3.2. Header
=============================================================*/
[class*="header-style"] {
  padding: 12px 0;
}
@media only screen and (min-width: 769px) {
  [class*="header-style"] {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] {
    padding: 32px 0;
  }
}
[class*="header-style"]:not(.site-header-sticky) {
  position: relative;
  z-index: 9;
}
[class*="header-style"].header-full .wrap {
  width: 100%;
}
[class*="header-style"].header-shadow {
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
[class*="header-style"].header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
}
[class*="header-style"].header-transparent + .site-content .content-header,
[class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header {
  padding-top: 76px;
}
@media only screen and (min-width: 769px) {
  [class*="header-style"].header-transparent + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"].header-transparent + .site-content .content-header,
  [class*="header-style"].header-transparent + .site-header-sticky + .site-content .content-header {
    padding-top: 116px;
  }
}
[class*="header-style"] .site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .site-header-inner {
    gap: 48px;
  }
}
[class*="header-style"] .site-header-inner:after {
  display: none;
}
[class*="header-style"] .header-brand {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
[class*="header-style"] .header-brand a {
  display: block;
}
[class*="header-style"] .header-content-right {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 601px) {
  [class*="header-style"] .header-content-right {
    gap: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  [class*="header-style"] .header-content-right {
    gap: 48px;
  }
}
[class*="header-style"] .header-info-text .gtranslate_wrapper {
  position: relative;
}
@media only screen and (max-width: 568px) {
  [class*="header-style"] .header-info-text .gtranslate_wrapper {
    z-index: 0;
  }
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt-selected {
  background: transparent;
  text-transform: capitalize;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  font-size: 16px;
  font-weight: normal;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
  display: none;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
  position: static;
  top: 0;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  display: none;
  background-image: none;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang:before {
  content: "\eb1f";
  font-family: "Nucleo";
  font-size: 12px;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options {
  position: absolute;
  top: calc(100% + 14px);
  left: -22px;
  padding: 0;
  transition: visibility 0s linear 0.1s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: perspective(200px) rotateX(-15deg);
  transform-origin: top center;
  backface-visibility: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options.gt-open {
  visibility: visible;
  transition: visibility 0s linear 0s, transform 0.48s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.24s cubic-bezier(0.23, 1, 0.32, 1);
  transform: perspective(200px) rotateX(0);
  opacity: 1;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  display: block;
  padding: 12px 42px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  left: 24px;
  transform: translateY(-50%) scale(1);
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl:hover,
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl.gt-current {
  color: #ffffff;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl:hover:before,
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl.gt-current:before {
  background: #ffffff;
}
[class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl img {
  display: none;
}
[class*="header-style"] [data-target="off-canvas-left"] {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
[class*="header-style"] [data-target="off-canvas-left"]:before {
  content: "\eb0d";
  font-family: "Nucleo";
  font-size: 12px;
}
[class*="header-style"] .navigator:not(.menu-extras) {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator:not(.menu-extras) {
    display: block;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 48px;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li {
    position: relative;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li > a {
    position: relative;
    padding: 14px 0;
    white-space: nowrap;
    display: block;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -24px;
    top: 100%;
    visibility: hidden;
    min-width: 240px;
    transition: visibility 0s linear 0.1s, transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(200px) rotateX(-15deg);
    transform-origin: top center;
    backface-visibility: hidden;
    opacity: 0;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li.menu-item-has-children > a:before {
    display: none;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li a {
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    display: block;
    padding: 12px 52px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:last-child > a {
    border-bottom: none;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    left: 24px;
    transform: translateY(-50%) scale(1);
    background: rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:hover:before,
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li[class*="current-"]:before {
    background: #ffffff;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:hover > a,
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li[class*="current-"] > a {
    color: #ffffff;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:hover:before {
    transform: translateY(-50%) scale(1.6);
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li.title:before {
    display: none;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li.title a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2%;
    font-weight: 500;
    padding: 8px 52px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li:hover > .sub-menu {
    visibility: visible;
    transition: visibility 0s linear 0s, transform 0.48s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(200px) rotateX(0);
    opacity: 1;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li > a:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li:hover > a:after,
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary > li[class*="current-"] > a:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  [class*="header-style"] .navigator:not(.menu-extras) .menu-primary {
    gap: 32px;
  }
}
.header-style1 nav.navigator,
.header-style1 + .header-style nav.navigator {
  position: absolute;
  width: 65.9794%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-light .site-header {
  color: #ffffff;
}
.header-light .site-header .header-brand {
  overflow: hidden;
}
.header-light .site-header .header-brand img {
  filter: drop-shadow(0 52px 0 #ffffff);
  transform: translateY(-100%);
}
.header-light .site-header .navigator li > a {
  color: #ffffff;
}
.header-light .site-header .navigator li:hover > a,
.header-light .site-header .navigator li[class*="current_page_item"] > a {
  color: #ffffff;
}
.header-light .site-header .off-canvas-toggle {
  color: #ffffff;
}
.header-light .site-header .search-box.active label input.search-field[type="search"] {
  border-color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 568px) {
  .header-light .site-header .menu-extras .search-box.active .widget_search label input.search-field[type="search"] {
    color: rgba(0, 0, 0, 0.6);
  }
}
/* ============================================================ 
    3.3. Header Sticky
=============================================================*/
.admin-bar #site-header-sticky,
.admin-bar div.elementor-element.custom-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar #site-header-sticky,
  .admin-bar div.elementor-element.custom-header {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar #site-header-sticky,
  .admin-bar div.elementor-element.custom-header {
    top: 0;
  }
}
.admin-bar .site .sticky-element,
.admin-bar .site .projects-filter ul {
  top: 32px;
}
#site-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  transform: translateY(-100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e8e6e0 95%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header-sticky.header-shadow:not(.active) {
  box-shadow: none;
}
#site-header-sticky:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 30%);
  backface-visibility: hidden;
}
.site.scrolling_up #site-header-sticky.active {
  transform: translateY(0);
}
@media only screen and (min-width: 1025px) {
  .site.scrolling_up #site-header-sticky.active + .site-content .sticky-element,
  .site.scrolling_up #site-header-sticky.active + .site-content .projects-filter ul {
    transform: translateY(116px);
  }
}
.site.scrolling_down #site-header-sticky.active {
  box-shadow: none;
}
.site .sticky-element {
  position: sticky;
  top: 0;
  z-index: 6;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
/* ============================================================ 
    3.5. Extras Menu
=============================================================*/
[class*="header-style"] .extras:empty {
  display: none;
}
[class*="header-style"] .menu-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0 ;
  padding: 0;
  gap: 28px;
}
@media only screen and (min-width: 1281px) {
  [class*="header-style"] .menu-extras {
    gap: 48px;
  }
}
[class*="header-style"] .menu-extras > li > a {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
[class*="header-style"] .menu-extras > li i {
  font-size: 12px;
}
@media only screen and (max-width: 568px) {
  [class*="header-style"] .menu-extras .search-box.active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    z-index: 3;
  }
  [class*="header-style"] .menu-extras .search-box.active > a {
    display: none;
  }
  [class*="header-style"] .menu-extras .search-box.active .widget_search {
    width: 100%;
    padding: 0 20px;
  }
  [class*="header-style"] .menu-extras .search-box.active .widget_search label input.search-field[type="search"] {
    width: 100%;
    border: none;
  }
  [class*="header-style"] .menu-extras .search-box.active .widget_search .search-form .search-submit {
    width: 48px;
    height: 48px;
    right: -20px;
  }
  [class*="header-style"] .menu-extras .search-box.active .widget_search .screen-reader-text {
    display: block;
    width: 48px;
    height: 48px;
    right: -20px;
  }
}
[class*="header-style"] .search-box {
  position: relative;
  order: 2;
}
[class*="header-style"] .search-box .widget_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  visibility: hidden;
  z-index: 3;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text {
  display: none;
}
[class*="header-style"] .search-box .widget_search .search-form .search-submit {
  height: 28px;
  width: 28px;
  border: none;
}
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"] {
  height: 48px;
  width: 120px;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
}
[class*="header-style"] .search-box.active .widget_search {
  visibility: visible;
  opacity: 1;
}
[class*="header-style"] .search-box.active label input.search-field[type="search"] {
  width: 240px;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .search-box.active label input.search-field[type="search"] {
    width: 320px;
  }
}
[class*="header-style"] .search-box.active > a i {
  background: #ffffff;
  padding: 8px;
  border-radius: 50%;
}
[class*="header-style"] .search-box.active > a span {
  display: none;
}
[class*="header-style"] .search-box.active + .shopping-cart {
  display: none;
}
[class*="header-style"] .shopping-cart .sub-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .shopping-cart .sub-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 100%;
  right: 0;
}
[class*="header-style"] .shopping-cart .widget_shopping_cart_content {
  width: 300px;
  border: none;
}
[class*="header-style"] .shopping-cart:hover .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
[class*="header-style"] .shopping-cart .shopping-cart-count {
  align-items: flex-start;
  gap: 4px;
}
[class*="header-style"] .shopping-cart .shopping-cart-count .shopping-cart-items-count {
  font-size: 12px;
  line-height: 1;
}
/* ============================================================ 
    3.4. Off-Canvas
=============================================================*/
.site {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site {
    overflow: hidden;
  }
}
.site:before {
  content: "";
  z-index: 11;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
/* ============================================================ 
    3.4.1. Off-Canvas Left/For Sliding Widget
=============================================================*/
.off-canvas-left {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  padding: 144px 0 44px 0;
  z-index: 8;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateX(-100%);
  color: #ffffff;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 1025px) {
  .off-canvas-left {
    padding: 160px 0 60px 0;
  }
}
.off-canvas-left .off-canvas-toggle {
  display: inline-block;
  height: 0;
  width: 0;
}
.off-canvas-left .off-canvas-wrap {
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .off-canvas-left .off-canvas-wrap {
    height: 100%;
    justify-content: flex-end;
  }
}
.off-canvas-left .widget {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media only screen and (min-width: 1025px) {
  .off-canvas-left .widget {
    padding-bottom: 60px;
  }
}
.off-canvas-left .widget:last-child {
  padding-bottom: 0;
  border: none;
}
.off-canvas-left .widget table#wp-calendar tbody tr td,
.off-canvas-left .widget.widget_rss cite,
.off-canvas-left .widget .menu li:hover > .menu-item-toggle,
.off-canvas-left .widget .wp-calendar-nav span[class*="wp-calendar-nav"] a {
  border-color: rgba(255, 255, 255, 0.16);
}
.off-canvas-left a:not(:hover) {
  color: #ffffff;
}
.off-canvas-left input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
  border-color: #ffffff;
}
.off-canvas-left ul.info {
  display: flex;
  gap: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1025px) {
  .off-canvas-left ul.info {
    grid-template-columns: repeat(4, 1fr);
  }
}
.off-canvas-left ul.info li {
  margin: 0;
}
.off-canvas-left-active [class*="header-style"] {
  position: fixed;
}
.off-canvas-left-active [class*="header-style"] .navigator,
.off-canvas-left-active [class*="header-style"] .header-info-text {
  display: none;
}
.off-canvas-left-active [class*="header-style"] .header-brand {
  overflow: hidden;
}
.off-canvas-left-active [class*="header-style"] .header-brand a img {
  filter: drop-shadow(0 52px 0 #ffffff);
  transform: translateY(-100%);
}
.off-canvas-left-active [class*="header-style"] [data-target="off-canvas-left"] {
  color: #ffffff;
}
.off-canvas-left-active [class*="header-style"] [data-target="off-canvas-left"]:before {
  transform: rotate(135deg);
}
.off-canvas-left-active .off-canvas-left {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
/* ============================================================ 
    3.4.2. Off-Canvas Right/For Mobile Menu
=============================================================*/
.sliding-menu {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  visibility: hidden;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.sliding-menu .off-canvas-wrap {
  height: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sliding-menu .off-canvas-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  z-index: 3;
  flex-shrink: 0;
  left: 30px;
  order: 1;
}
.sliding-menu .off-canvas-toggle:before {
  content: "\eaff";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class*="sliding-"] .off-canvas-wrap .social-icons {
  order: 4;
  gap: 10px;
  display: flex;
  padding: 0 30px;
}
@media only screen and (min-width: 1025px) {
  [class*="sliding-"] .off-canvas-wrap .social-icons {
    display: none;
  }
}
[class*="sliding-"] .off-canvas-wrap .social-icons a {
  flex: 1 1;
  border-radius: 0;
}
[class*="sliding-"] .off-canvas-wrap .social-icons a:hover {
  border-color: rgba(11, 38, 59, 0.3);
  box-shadow: none;
}
.sliding-slide .sliding-menu {
  width: 80%;
}
@media only screen and (min-width: 605px) {
  .sliding-slide .sliding-menu {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .sliding-slide .sliding-menu {
    width: 480px;
  }
}
.sliding-overlay .sliding-menu {
  background-color: transparent;
  width: 100%;
  transform: scale(1.3) translate(0, 0);
  opacity: 0;
  box-shadow: none;
}
.sliding-overlay .sliding-menu a.off-canvas-toggle {
  position: absolute;
  right: 3%;
  top: 24px;
  left: auto;
}
.sliding-overlay .sliding-menu .menu-sliding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.off-canvas-right-active.sliding-slide .sliding-menu {
  visibility: visible;
  transform: translateX(0);
}
.off-canvas-right-active.sliding-overlay .sliding-menu {
  visibility: visible;
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.off-canvas-right-active .site:before {
  visibility: visible;
  opacity: 0.9;
}
.menu-sliding {
  margin: 20px 0 0 0;
  padding: 0 32px;
  flex-grow: 1;
  order: 2;
  height: calc(100% - 85px);
  overflow: scroll;
}
.menu-sliding li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}
.menu-sliding li i,
.menu-sliding li img {
  display: none;
}
.menu-sliding li > .sub-menu,
.menu-sliding li > .children {
  display: none;
}
.menu-sliding li .menu-item-toggle {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
}
.menu-sliding li .menu-item-toggle:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-sliding li.menu-item-has-children > a {
  padding-right: 80px;
}
.menu-sliding li.menu-item-expand > .sub-menu,
.menu-sliding li.menu-item-expand > .children {
  display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
  margin: 4px 0 24px 0;
  padding: 0;
}
.menu-sliding li .sub-menu li .menu-item-toggle,
.menu-sliding li .children li .menu-item-toggle {
  height: 24px;
  background: transparent;
  top: 0;
}
.menu-sliding li .sub-menu li a,
.menu-sliding li .children li a {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-sliding li .sub-menu li .sub-menu,
.menu-sliding li .children li .sub-menu,
.menu-sliding li .sub-menu li .children,
.menu-sliding li .children li .children {
  padding-left: 24px;
  margin-top: 16px;
}
.menu-sliding li a {
  display: block;
  position: relative;
  line-height: 24px;
}
.menu-sliding > li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(11, 38, 59, 0.1);
}
.menu-sliding > li:last-child {
  border: none;
}
.menu-sliding > li > a {
  padding: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.menu-sliding > li:not([class*="current"]) > a {
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  .sliding-desktop-off div[class*="header-style"] a[data-target="off-canvas-right"] {
    display: none;
  }
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:before,
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  display: none;
}
.off-canvas-right-active div[class*="header-style"] a[data-target="off-canvas-right"]:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.admin-bar .sliding-menu .off-canvas-wrap {
  padding-top: 62px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .sliding-menu .off-canvas-wrap {
    padding-top: 76px;
  }
}
.translated-rtl,
.rtl {
  direction: rtl;
  unicode-bidi: embed;
}
@media only screen and (min-width: 1025px) {
  .translated-rtl [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu,
  .rtl [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu {
    right: -24px;
    left: auto;
  }
  .translated-rtl [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:before,
  .rtl [class*="header-style"] .navigator:not(.menu-extras) .menu-primary li .sub-menu li:before {
    right: 24px;
    left: auto;
  }
}
.translated-rtl [class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options,
.rtl [class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options {
  right: -22px;
  left: auto;
}
.translated-rtl [class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl:before,
.rtl [class*="header-style"] .header-info-text .gtranslate_wrapper .gt_float_switcher .gt_options a.nturl:before {
  right: 24px;
  left: auto;
}
.translated-rtl [class*="header-style"] .search-box .widget_search,
.rtl [class*="header-style"] .search-box .widget_search,
.translated-rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container:after,
.rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container:after {
  right: auto;
  left: 0;
}
.translated-rtl .site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-subtitle,
.rtl .site .elementor-widget-pp-info-box-carousel.style2 .pp-info-box-subtitle {
  right: 0;
  left: auto;
}
.translated-rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container .pp-info-box-title,
.rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box > a .pp-info-box-title-container .pp-info-box-title {
  padding-left: 36px;
  padding-right: 0;
}
.translated-rtl .swiper-wrapper,
.rtl .swiper-wrapper {
  direction: ltr;
}
.translated-rtl .swiper-wrapper *,
.rtl .swiper-wrapper * {
  direction: rtl;
}
.translated-rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box,
.rtl .site .elementor-widget-pp-info-box-carousel .pp-info-box {
  text-align: right !important;
}
.translated-rtl #site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet,
.rtl #site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}
.translated-rtl #site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:first-child,
.rtl #site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.translated-rtl #site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:last-child-child,
.rtl #site [class*="swiper"] .swiper-pagination .swiper-pagination-bullet:last-child-child {
  margin-right: 0;
}
.translated-rtl .pp-dual-heading,
.rtl .pp-dual-heading {
  align-items: normal;
}
