/*============================================================ 
                        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,
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,
.navigation .nav-links li a .meta-nav,
.pp-posts-pagination .nav-links li a .meta-nav,
.navigation .nav-links li a .post-title,
.pp-posts-pagination .nav-links li a .post-title,
.search-results .main-content .search-results .post .post-index,
.search-no-results .main-content .search-results .post .post-index,
.error404 .main-content .search-results .post .post-index,
.social-icons a i:before,
.social-icons a:before,
.gallery-caption,
.icons-wrap li,
.icons-wrap li i,
.post-image img,
.pp-post-thumbnail-wrap img,
.blog-grid .hentry,
.projects-style1 .project-thumbnail img,
#projects-related .hentry .project-thumbnail .featured-image > img,
#projects-related .hentry .client-thumb,
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-button:after,
.site .pp-slider-arrow,
.site .elementor-widget-n-accordion .e-n-accordion-item-title:after,
.site .elementor-widget-n-accordion .e-n-accordion-item-title:before,
.site .elementor-widget-slider_revolution .eits-tab sr7-tabs-wrap .sr7-tab,
.site .elementor-widget-slider_revolution .eits-tab sr7-tabs-wrap .sr7-tab:after,
.site .elementor-widget-slider_revolution .eits-nav,
.button:not([class*="product_type_"]).outline:after,
.header-style1 .menu-primary li.btn a:after,
.header-style1 + .header-style .menu-primary li.btn a:after,
.header-style2 .menu-primary li.btn a:after,
.header-style2 + .header-style .menu-primary li.btn a:after,
.header-style3 .menu-primary > li > a:before,
.header-style3 + .header-style .menu-primary > li > a:before,
.header-style3 .navigator .menu-primary li .sub-menu li > a:before,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li > a:before,
[class*="header-style"] .search-box .widget_search,
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"],
.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: 13px;
  line-height: 1.3;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  .alignleft {
    float: left;
    margin: 0 30px 30px 0;
    clear: left;
  }
}
@media only screen and (min-width: 769px) {
  .alignright {
    float: right;
    margin: 0 0 30px 30px;
    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: 1px;
  border-bottom: 1px solid;
  opacity: 0.12;
}
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;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: normal;
  line-height: 1.125;
}
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;
}
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;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
img {
  border: medium none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
b,
strong {
  font-weight: 600;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(13, 24, 43, 0.6);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(13, 24, 43, 0.6);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(13, 24, 43, 0.6);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(13, 24, 43, 0.6);
}
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: 15px;
  line-height: 18px;
  padding: 15px 20px;
  font-family: inherit;
  font-weight: inherit;
  background-color: rgba(13, 24, 43, 0.1);
  border-radius: 0;
}
textarea:disabled,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):disabled {
  cursor: no-drop;
}
input[type="submit"],
input[type="button"],
button,
.button:not([class*="product_type_"]) {
  font-family: inherit;
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 24px;
  padding: 12px 60px;
  text-align: center;
  border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:not([class*="product_type_"]):hover {
  color: #ffffff;
}
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(13, 24, 43, 0.12);
  color: rgba(13, 24, 43, 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(13, 24, 43, 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: 15px;
  line-height: 18px;
  padding: 15px 20px;
  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: 50px 0;
  padding: 0 32px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  border-left: 8px solid;
}
blockquote.has-text-align-right {
  border-right: 8px solid;
  border-left: none;
}
cite {
  margin: 15px 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(13, 24, 43, 0.1);
}
table tbody tr td,
table tbody tr th {
  padding: 14px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(13, 24, 43, 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 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  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: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%;
}
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(13, 24, 43, 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: 160%;
}
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.hide-down-arrow .site-content .down-arrow {
  display: none;
}
body.header-transparent .site-header {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
}
body.header-transparent .content-header {
  padding-top: 104px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 1025px) {
  body.header-transparent .content-header {
    padding-top: 136px;
    margin-bottom: 80px;
  }
}
.page-template-template-fullwidth .site-content .content-header,
.elementor-template-full-width .site-content .content-header {
  margin-bottom: 0;
}
.page-template-template-fullwidth .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;
}
.layout-wide .site.wrap {
  width: 100%;
  max-width: 100%;
}
.layout-boxed .site {
  overflow: hidden;
}
.layout-boxed .site .site-content {
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .sidebar-right .content-body-inner:before,
  .sidebar-left .content-body-inner:before {
    position: absolute;
    background: rgba(13, 24, 43, 0.1);
    top: 0;
    width: 1px;
    bottom: 0;
  }
}
.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;
  }
}
@media only screen and (min-width: 1025px) {
  .sidebar-right.single-post .post-detail {
    flex-direction: row-reverse;
  }
}
.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;
  }
}
@media only screen and (min-width: 1025px) {
  .sidebar-left.single-nproject .project-detail {
    flex-direction: row-reverse;
  }
}
.main-sidebar {
  position: relative;
}
.post-content-extras .edit-link {
  text-align: right;
  border-top: 1px solid rgba(13, 24, 43, 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: 33.3333333%;
  }
}
[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: -25%;
    clear: both;
    width: 150%;
    max-width: 150%;
  }
}
@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: -25%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .single:not([class*="sidebar-"]) .alignright {
    margin-right: -25%;
    margin-top: 5px;
  }
}
/* ============================================================ 
    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;
}
.site-topbar .topbar-text .marquee__item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-topbar .topbar-text i {
  font-size: 24px;
}
/* ============================================================ 
    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;
}
.site-content .content-header.content-header-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: rgba(255, 255, 255, 0.5);
}
.site-content .content-header.content-header-featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}
.site-content .content-header.content-header-featured:after {
  display: none;
}
.site-content .content-header.content-header-featured h1 {
  color: #ffffff;
}
.site-content .page-title-wrap {
  position: relative;
  z-index: 2;
  padding: 24px 0 48px 0;
}
.site-content .page-title-wrap:empty {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-wrap {
    padding: 40px 0 80px 0;
  }
}
.site-content .page-title {
  position: relative;
}
.site-content .page-title-inner {
  margin: 0;
  line-height: 1;
  font-size: 7.2vw;
  word-break: break-word;
  font-weight: normal;
}
.site-content .page-title-inner span {
  color: transparent;
  -webkit-text-stroke: 1px #0D182B;
}
@media only screen and (min-width: 1025px) {
  .site-content .page-title-inner span {
    -webkit-text-stroke: 1.5px #0D182B;
  }
}
.site-content .breadcrumbs {
  padding: 24px 0;
  border-top: 1px solid rgba(13, 24, 43, 0.12);
}
.site-content .breadcrumbs .breadcrumbs-inner {
  line-height: 24px;
  font-size: 14px;
  display: flex;
  gap: 12px;
}
.site-content .subtitle {
  margin-top: 12px;
}
.site-content .down-arrow {
  position: absolute;
  right: 0;
  bottom: 48px;
  display: none;
}
@media only screen and (min-width: 769px) {
  .site-content .down-arrow {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .site-content .down-arrow {
    bottom: 80px;
  }
}
.site-content .down-arrow a {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
}
.site-content .down-arrow a:before {
  content: "";
  width: 2px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 22px;
  background-color: #ffffff;
  animation-name: move;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.site-content .down-arrow a span {
  display: none;
}
.site-content .content-header-center .page-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .site-content .content-header-center .page-title-wrap {
    width: 66%;
    margin: 0 auto;
  }
  .site-content .content-header-center .page-title-wrap .subtitle {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-content .content-header-inline .page-title-inner {
  width: 29%;
}
.site-content .content-header-inline .page-title-inner span {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 75%;
}
.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: 10px;
  align-items: flex-end;
}
.site-content .post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  width: 100%;
}
.site-content .post-password-form input[type="password"]:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  padding: 15px 20px;
  line-height: 18px;
}
.site-content .wp-block-spacer {
  margin-bottom: 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__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;
}
.site-content .wp-block-group.has-background {
  padding: 5%;
}
.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(13, 24, 43, 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(13, 24, 43, 0.1);
}
.site-content .wp-block-table:not(.is-style-stripes) tr:hover {
  background: rgba(13, 24, 43, 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: 8px;
  padding: 0 32px;
}
@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: 30px 0;
  }
}
.site-content .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
.site-content .has-drop-cap:not(:focus)::first-letter {
  margin: 0 24px 11px 0;
  font-size: 56px;
  line-height: 1;
}
.site-content .has-small-font-size {
  font-size: 14px;
  line-height: 1.5rem;
}
.site-content .has-medium-font-size {
  line-height: 1.5;
  font-size: 1.125rem;
}
.site-content .has-large-font-size {
  line-height: 1.5;
  font-size: 1.25rem;
}
.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: 14px;
}
.site-content .wp-block-pullquote blockquote:after,
.site-content .wp-block-pullquote blockquote:before {
  display: none;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 30px 12%;
}
.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: 8px;
}
.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;
  font-weight: normal;
  line-height: 160%;
}
.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 p {
  font-size: 32px;
  line-height: 40px;
}
.site-content .wp-block-pullquote cite {
  margin-top: 16px;
}
.site-content p.wp-block-subhead {
  font-size: 1rem;
}
.site-content .wp-block-image {
  margin: 40px 0;
}
.site-content .wp-block-image figcaption {
  margin: 15px 0;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignleft {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-image .alignright {
    margin-left: 30px;
  }
}
.site-content .wp-block-image:after {
  display: table;
  clear: both;
}
.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: 45px;
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignleft {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .site-content .wp-block-gallery.alignright {
    margin-left: 30px;
  }
}
.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: 30px;
}
.site-content .wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}
.site-content .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
.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;
}
.site-content .wp-block-embed__wrapper {
  margin-bottom: 10px;
}
.site-content hr,
.site-content .wp-block-separator {
  border: none;
  height: 1px;
  background: rgba(13, 24, 43, 0.12);
}
.site-content iframe {
  width: 100%;
}
.site-content .wp-block-embed iframe {
  max-width: 100%;
}
/* ============================================================ 
    5. WIDGET
=============================================================*/
.widget {
  line-height: 24px;
}
@media only screen and (min-width: 769px) {
  .widget.sticky-element .menu,
  .widget.sticky-element img.image {
    margin-bottom: 80px;
  }
}
.widget.sticky-element .menu {
  border-left: 1px solid rgba(13, 24, 43, 0.12);
  padding-left: 24px;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.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 24px 0;
  padding-top: 32px;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  font-weight: normal;
}
.widget .widget-title:after,
.widget .wp-block-group h2:after {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 48px;
  background: #000;
  left: 0;
}
.widget ul {
  margin: 0;
}
.widget ul li .children,
.widget ul li .sub-menu {
  margin: 12px 0 12px 12px;
}
.widget select[name="monster-widget-just-testing"] option {
  width: 240px;
}
/* ============================================================ 
    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: 12px;
  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;
  line-height: 24px;
}
.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: #000;
}
.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);
}
/* ============================================================ 
    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: 14px;
  font-weight: normal;
}
table#wp-calendar tbody tr td {
  padding: 8px;
  border: none;
  border-top: 1px solid rgba(13, 24, 43, 0.1);
  position: relative;
  text-align: center;
}
table#wp-calendar tbody tr td a {
  background: none;
  display: block;
  font-weight: 600;
}
table#wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
}
table#wp-calendar tbody tr td a:hover:before {
  opacity: 0.3;
}
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-radius: 0;
}
.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: #000;
  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: 15px;
  padding: 0;
}
.widget_recent_comments ul li:before {
  display: none;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .comment-author-link a {
  color: inherit;
}
.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: 15px;
  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-author"] {
  color: inherit;
}
.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 {
  line-height: 1.4;
}
.widget_recent_entries ul li {
  margin-bottom: 15px;
  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: 10px;
  font-size: 12px;
  display: block;
  font-weight: inherit;
}
.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 {
  font-weight: 800;
}
.widget_rss .widget-title .rsswidget:first-child {
  display: none;
}
.widget_rss .rss-date {
  display: block;
  font-size: 12px;
  margin: 2px 0 10px 0;
  opacity: 0.7;
}
.widget_rss ul li {
  margin-bottom: 30px;
  padding: 0;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss cite {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(13, 24, 43, 0.1);
  opacity: 1;
}
.wp-block-rss {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.wp-block-rss li {
  margin-bottom: 15px;
  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: "\eaae";
  font-family: "Nucleo";
  font-size: 18px;
  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: 1;
  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: "\eaae";
  font-family: "Nucleo";
  font-size: 18px;
  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: "#";
  opacity: 0.4;
}
.tagcloud a.gallery,
.wp-block-tag-cloud a.gallery {
  margin: 0;
}
.tagcloud a.link:after,
.wp-block-tag-cloud a.link:after {
  display: none;
}
/* ============================================================ 
    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(13, 24, 43, 0.12);
}
.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: #000;
  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 16px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .widget_nav_menu.menu-style2 .menu > li {
    border-top: 1px solid rgba(13, 24, 43, 0.08);
    padding-top: 12px;
  }
  .widget_nav_menu.menu-style2 .menu > li .menu-item-toggle {
    top: 12px;
  }
  .widget_nav_menu.menu-style2 .menu > li .sub-menu {
    margin: 24px 0;
  }
  .widget_nav_menu.menu-style2 .menu > li .sub-menu li a {
    color: inherit;
  }
}
@media only screen and (min-width: 769px) {
  .widget_nav_menu.menu-style2 .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .widget_nav_menu.menu-style2 .menu > li {
    flex: 1 1;
    margin: 0;
    padding: 0;
  }
  .widget_nav_menu.menu-style2 .menu > li > a {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .widget_nav_menu.menu-style2 .menu .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0;
  }
  .widget_nav_menu.menu-style2 .menu .sub-menu li {
    margin-bottom: 16px;
  }
  .widget_nav_menu.menu-style2 .menu .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .widget_nav_menu.menu-style2 .menu .sub-menu li a {
    color: inherit;
  }
  .widget_nav_menu.menu-style2 .menu .menu-item-toggle {
    display: none;
  }
}
.widget_nav_menu.menu-style2 .badge {
  font-size: 14px;
  color: #ffffff;
  background: #ccc;
  padding: 2px 12px;
  margin-left: 4px;
  border-radius: 20px;
}
/* ============================================================ 
    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: 15px 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: -1;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.widget ul li a.wp-block-latest-posts__post-title,
.widget ol li a.wp-block-latest-comments__comment-link,
.widget ul#recentcomments li > a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li > a,
.widget.widget_rss ul li a.rsswidget,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__post-title {
  display: inline;
}
.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;
  overflow: hidden;
  padding: 40px 0;
  /* ============================================================ 
	    6.1. Content Bottom
	=============================================================*/
  /* ============================================================ 
	    6.2. Footer Widget
	=============================================================*/
  /* ============================================================ 
	    6.3. Copyright
	=============================================================*/
}
.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 -15px;
}
.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: 40px 15px 40px;
}
.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: 20px;
    padding-bottom: 20px;
  }
}
.site-footer .footer-widgets {
  position: relative;
  z-index: 1;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
  width: 100%;
}
.site-footer .footer-widgets .footer-aside-wrap {
  margin: 0 -15px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 40px 15px 40px;
}
.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 {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 22px;
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
  width: 100%;
  max-width: 100%;
}
.site-footer .footer-copyright .copyright-bar {
  padding: 16px 0;
  align-items: center;
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .footer-copyright .copyright-content {
  text-align: center;
  flex-grow: 1;
}
.site-footer .footer-copyright .go-to-top {
  display: none;
}
@media only screen and (min-width: 376px) {
  .site-footer .footer-copyright .go-to-top {
    display: block;
    order: 3;
  }
  .site-footer .footer-copyright .go-to-top a {
    display: block;
    z-index: 3;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    visibility: hidden;
    position: relative;
    border-radius: 100%;
    opacity: 0;
  }
  .site-footer .footer-copyright .go-to-top a:before {
    content: "\eaf9";
    font-family: "Nucleo";
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    line-height: 1;
  }
  .site-footer .footer-copyright .go-to-top a:hover {
    color: #ffffff;
  }
  .site-footer .footer-copyright .go-to-top a span {
    display: none;
  }
  .site-footer .footer-copyright .go-to-top.active a {
    visibility: visible;
    opacity: 1;
  }
}
.site-footer .footer-copyright .go-to-top + .copyright-content {
  text-align: left;
}
.site-footer .infoBox {
  border-top: 1px solid rgba(13, 24, 43, 0.2);
  border-bottom: 1px solid rgba(13, 24, 43, 0.2);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .site-footer .infoBox {
    white-space: nowrap;
    gap: 48px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .site-footer .infoBox::-webkit-scrollbar {
    display: none;
  }
}
.site-footer .infoBox li {
  margin: 0;
}
.site-footer .infoBox li i {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: top;
  font-weight: 600;
}
.site-footer .infoBox li:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer .ctaBox h2 {
  margin: 0 0 20px 0;
  font-size: 7.2vw;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .site-footer .ctaBox h2 {
    margin-bottom: 52px;
  }
}
/* ============================================================ 
	7. OTHER PAGES
=============================================================*/
/* ============================================================ 
	7.1. Comments
=============================================================*/
.comments-area {
  clear: both;
  position: relative;
  margin-top: 80px;
}
@media only screen and (min-width: 1025px) {
  .comments-area {
    margin-top: 120px;
  }
}
.comments-area .comments-title {
  font-family: inherit;
  position: relative;
  margin: 48px 0 24px 0;
  padding-top: 32px;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .comments-area .comments-title {
    margin: 80px 0 24px 0;
  }
}
.comments-area .comments-title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 48px;
  background: #000;
  left: 0;
}
.comments-area .comment-list {
  position: relative;
  z-index: 4;
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
}
.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
  padding: 20px 0;
  border-bottom: 1px solid rgba(13, 24, 43, 0.12);
}
.comments-area .comment-list .trackback:first-child,
.comments-area .comment-list .pingback:first-child {
  margin-top: 20px;
}
.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 solid rgba(13, 24, 43, 0.12);
  padding: 32px 0;
  position: relative;
}
.comments-area .comment-list > .comment:last-child {
  border: none;
}
.comments-area .comment-list > .comment:first-child {
  padding-top: 0;
}
.comments-area .comment-list > .comment .comment-meta {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.comments-area .comment-list > .comment .comment-meta .comment-author img {
  width: 32px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-meta .comment-author img {
    width: 48px;
    margin-right: 16px;
  }
}
.comments-area .comment-list > .comment .comment-meta .comment-metadata {
  line-height: 24px;
  font-size: 13px;
}
.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(13, 24, 43, 0.12);
  margin-left: 6px;
  padding-left: 8px;
  font-weight: 600;
  text-transform: lowercase;
  opacity: 0;
}
.comments-area .comment-list > .comment .comment-meta .says {
  display: none;
}
.comments-area .comment-list > .comment .comment-content {
  margin-left: 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .comment-content {
    margin-left: 64px;
  }
}
.comments-area .comment-list > .comment .reply {
  margin: 24px 0 0 42px;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list > .comment .reply {
    margin-left: 64px;
  }
}
.comments-area .comment-list > .comment .reply a {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.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 solid rgba(13, 24, 43, 0.12);
}
.comments-area .comment-list .children > li:last-child {
  padding-bottom: 0;
}
.comments-area .comment-list #respond {
  margin: 0 0 0 42px;
  padding: 40px 0;
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .comments-area .comment-list #respond {
    margin-left: 64px;
  }
}
.comments-area .comment-list #respond .comment-reply-title small {
  margin-left: 12px;
  font-size: 100%;
}
.comments-area .comment-list #respond .comment-reply-title small a {
  position: static;
  border-left: 1px solid rgba(13, 24, 43, 0.3);
  display: inline-block;
  line-height: 1;
  padding-left: 10px;
}
.comments-area .comment-list #respond .comment-reply-title small a:not(:hover) {
  color: inherit;
  opacity: 0.5;
}
.comments-area .comment-list #respond .comment-reply-title small a:after,
.comments-area .comment-list #respond .comment-reply-title small a:before {
  display: none;
}
.comments-area .comment-list #respond #commentform {
  display: block !important;
}
.comments-area .no-comments {
  text-align: center;
}
.comments-area #respond {
  position: relative;
  z-index: 3;
}
.comments-area #respond .comment-reply-title {
  position: relative;
  margin: 0 0 24px 0;
  padding-top: 32px;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  font-weight: normal;
}
.comments-area #respond .comment-reply-title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 48px;
  background: #000;
  left: 0;
}
.comments-area #respond .comment-form {
  margin: 0 -15px;
}
.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 15px;
  margin-bottom: 40px;
}
@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(13, 24, 43, 0.12);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  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(13, 24, 43, 0.12);
  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(13, 24, 43, 0.3);
  box-shadow: none;
}
.comments-area #respond .comment-form .comment-form-comment {
  padding: 0 15px;
  margin-bottom: 40px;
}
.comments-area #respond .comment-form .comment-form-comment label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.comments-area #respond .comment-form .comment-form-comment textarea {
  font-size: 13px;
  border: none;
  flex-grow: 1;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(rgba(13, 24, 43, 0.12) 1px, transparent 1px);
  background-size: 100% 32px;
  line-height: 32px !important;
  height: 129px;
  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(13, 24, 43, 0.3) 1px, transparent 1px);
}
.comments-area #respond .comment-form .comment-form-cookies-consent {
  clear: both;
  padding: 0 15px;
  gap: 12px;
  display: flex;
  align-items: center;
  margin: 48px 0;
  font-size: 13px;
  line-height: 20px;
}
.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(13, 24, 43, 0.12);
  cursor: pointer;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.comments-area #respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "\ea1c";
  font-family: "Nucleo";
  position: absolute;
  font-size: 18px;
  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-color: rgba(13, 24, 43, 0);
}
.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 15px;
  position: relative;
  display: inline-block;
}
.comments-area #respond .comment-form .form-submit:after {
  content: "\eaf1";
  font-size: 24px;
  margin-left: 36px;
  font-family: "Nucleo";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.comments-area #respond .comment-form .form-submit input {
  padding: 0 64px 0 0;
  background-color: transparent;
  font-size: 32px;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid transparent;
}
.logged-in .comments-area #respond .form-submit {
  float: none;
  margin: 0;
}
/* ============================================================ 
	7.2. Page Navigation
=============================================================*/
.navigation,
.pp-posts-pagination {
  margin-bottom: 48px;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .navigation,
  .pp-posts-pagination {
    margin-bottom: 80px;
  }
}
.navigation:after,
.pp-posts-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .pagination,
.pp-posts-pagination .pagination {
  position: relative;
}
.navigation .pagination:after,
.pp-posts-pagination .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .page-numbers,
.pp-posts-pagination .page-numbers {
  margin-right: 24px;
}
.navigation .page-numbers.current,
.pp-posts-pagination .page-numbers.current {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.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(13, 24, 43, 0.1);
  background: #ffffff;
  padding: 7px 20px 5px 20px;
  color: inherit;
  margin: 0 5px 5px 5px;
  box-shadow: 0 2px 4px rgba(13, 24, 43, 0.06);
  border-radius: 50px;
}
.navigation.comment-navigation > div a:hover,
.pp-posts-pagination.comment-navigation > div a:hover {
  border: 1px solid rgba(13, 24, 43, 0.2);
  box-shadow: 0 2px 4px rgba(13, 24, 43, 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: 24px 0 0 0;
  list-style: none;
  display: flex;
  gap: 24px;
  flex-direction: row;
}
.navigation .nav-links li,
.pp-posts-pagination .nav-links li {
  flex: 1 1;
  border: 1px solid rgba(13, 24, 43, 0.12);
  padding: 12px 24px;
}
.navigation .nav-links li.disabled,
.pp-posts-pagination .nav-links li.disabled {
  display: none;
}
.navigation .nav-links li a,
.pp-posts-pagination .nav-links li a {
  display: block;
  line-height: 20px;
}
.navigation .nav-links li a span,
.pp-posts-pagination .nav-links li a span {
  line-height: 20px;
  display: inline-block;
}
.navigation .nav-links li a .meta-nav,
.pp-posts-pagination .nav-links li a .meta-nav {
  display: block;
  margin-bottom: 4px;
}
.navigation .nav-links li a .post-title,
.pp-posts-pagination .nav-links li a .post-title {
  font-size: 14px;
  display: inline;
}
.navigation .nav-links li a:not(:hover) .post-title,
.pp-posts-pagination .nav-links li a:not(:hover) .post-title {
  opacity: 0.5;
}
.navigation .nav-links li a:hover .meta-nav,
.pp-posts-pagination .nav-links li a:hover .meta-nav {
  opacity: 0.5;
}
.navigation .nav-links li a:hover .post-title,
.pp-posts-pagination .nav-links li a:hover .post-title {
  box-shadow: inset 0 -1px 0 0 rgba(13, 24, 43, 0.2);
}
@media only screen and (min-width: 1025px) {
  .navigation .nav-links,
  .pp-posts-pagination .nav-links {
    border-top: 1px solid rgba(13, 24, 43, 0.12);
    padding-top: 24px;
    margin-top: 48px;
  }
  .navigation .nav-links li,
  .pp-posts-pagination .nav-links li {
    border: none;
    padding: 0;
  }
}
.page-links {
  display: flex;
  align-items: center;
  gap: 7px;
  clear: both;
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-top: 24px;
}
.page-links .page-links-title {
  margin-right: 4px;
}
.page-links .post-page-numbers {
  width: 32px;
  text-align: center;
}
.page-links .post-page-numbers.current span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #ccc;
  border-radius: 50%;
}
/* ============================================================ 
	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;
}
.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: 50px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
.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: "\eaae";
  font-family: "Nucleo";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-results .main-content .search-form label .search-field,
.search-no-results .main-content .search-form label .search-field,
.error404 .main-content .search-form label .search-field {
  width: 100%;
}
.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: 50px;
  height: 50px;
  text-indent: -9999px;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-form label .search-field,
  .search-no-results .main-content .search-form label .search-field,
  .error404 .main-content .search-form label .search-field {
    padding: 20px 30px;
    font-size: 24px;
    font-weight: 300;
  }
  .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 {
    width: 72px;
    height: 72px;
  }
  .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 {
    font-size: 24px;
  }
  .search-results .main-content .search-form .search-submit,
  .search-no-results .main-content .search-form .search-submit,
  .error404 .main-content .search-form .search-submit {
    width: 72px;
    height: 72px;
  }
}
@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 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }
}
.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;
}
@media only screen and (min-width: 769px) {
  .search-results .main-content .search-results .post,
  .search-no-results .main-content .search-results .post,
  .error404 .main-content .search-results .post {
    width: calc(50% - 15px);
  }
}
.search-results .main-content .search-results .post a,
.search-no-results .main-content .search-results .post a,
.error404 .main-content .search-results .post a {
  display: flex;
  padding: 20px 70px;
  position: relative;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: rgba(13, 24, 43, 0.05);
  border-radius: 0;
  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;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.16);
}
.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 {
  opacity: 1;
}
@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: "\eaf1";
  font-family: "Nucleo";
  position: absolute;
  top: 50%;
  font-size: 24px;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0.3;
}
.search-results .main-content .search-results .post .post-index,
.search-no-results .main-content .search-results .post .post-index,
.error404 .main-content .search-results .post .post-index {
  width: 72px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.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;
  line-height: 1.3;
}
.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;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.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: 16px;
  opacity: 0.5;
}
.search-results .navigation,
.search-no-results .navigation,
.error404 .navigation {
  margin-top: 40px;
}
.search-results .navigation .page-numbers.next,
.search-no-results .navigation .page-numbers.next,
.error404 .navigation .page-numbers.next {
  width: calc(50% - 5px);
}
.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: 4px;
}
.social-icons a {
  position: relative;
}
.social-icons a i {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
}
.social-icons a i:before {
  visibility: hidden;
  opacity: 0;
}
.social-icons a i.slab-logo-fb-simple {
  background: #3B5998;
}
.social-icons a i.slab-logo-twitter {
  background: #000;
}
.social-icons a i.slab-logo-instagram {
  background: #B341C2;
}
.social-icons a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-tooltip);
  font-size: 14px;
  color: #ffffff;
}
.social-icons a:hover i:before {
  visibility: visible;
  opacity: 1;
}
.social-icons a:hover:before {
  opacity: 0;
}
/* ============================================================ 
	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(13, 24, 43, 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(13, 24, 43, 0.85);
}
.icons-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media only screen and (min-width: 1025px) {
  .icons-wrap {
    justify-content: space-between;
  }
}
.icons-wrap li {
  text-align: center;
  padding: 25px 15px 20px;
  background: #ffffff;
  width: calc(33.333333% - 15px);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.16);
}
.icons-wrap li:hover {
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 769px) {
  .icons-wrap li {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .icons-wrap li {
    width: calc(12.5% - 15px);
  }
}
.icons-wrap li i {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.icons-wrap li p {
  font-size: 12px;
  line-height: 1.2;
  font-family: monospace, monospace;
  opacity: 0.7;
}
.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  gap: 32px;
}
.marquee__item {
  animation-duration: 8s ;
  animation-iteration-count: infinite ;
  animation-name: marquee-content;
  animation-timing-function: linear ;
}
.marquee:hover .marquee__item {
  animation-play-state: paused ;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes mq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mqrtl {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee-content {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
    text-shadow: 0 0 15px;
  }
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@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;
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/* ============================================================ 
    8. BLOG
=============================================================*/
.post-title {
  margin: 0;
  word-break: break-word;
}
.post-title a {
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.post-title .highlight:after,
.post-title .highlight:before {
  display: none;
}
.post-meta {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 7px 0;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.post-meta .post-date {
  flex-shrink: 0;
}
.post-meta .post-date:after {
  content: "/";
  opacity: 0.5;
}
.post-image,
.pp-post-thumbnail-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.post-image a,
.pp-post-thumbnail-wrap a {
  display: block;
  position: relative;
  cursor: url(../../assets/img/icon-arrow.svg), auto;
  cursor: -webkit-image-set(url(../../assets/img/icon-view.png) 1x, url(../../assets/img/icon-view@2x.png) 2x), auto;
}
.post-image img,
.pp-post-thumbnail-wrap img {
  width: 100%;
}
.site-content .addtoany_list {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 8px;
}
.site-content .addtoany_list[class*="a2a_kit_size_"] a:not(.addtoany_special_service) {
  padding: 0;
}
.site-content .addtoany_list[class*="a2a_kit_size_"] a:not(.addtoany_special_service) > span {
  height: 44px;
  line-height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.site-content .addtoany_list[class*="a2a_kit_size_"] a:not(.addtoany_special_service) > span svg {
  width: 24px;
}
/* ============================================================ 
    8.1. Blog Grid
=============================================================*/
.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;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
}
@media only screen and (min-width: 544px) and (max-width: 1024px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:not(:last-child):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:not(:last-child):after {
    display: block;
  }
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after,
  .blog-grid .content-inner[data-grid][data-columns="2"] .post:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(3n):after,
  .blog-grid .content-inner[data-grid][data-columns="3"] .post:nth-child(3n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(4n):after,
  .blog-grid .content-inner[data-grid][data-columns="4"] .post:nth-child(4n):after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(5n):after,
  .blog-grid .content-inner[data-grid][data-columns="5"] .post:nth-child(5n):after {
    display: none;
  }
}
.blog-grid .post-inner {
  position: relative;
}
.blog-grid .hentry {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  .blog-grid .hentry {
    padding-bottom: 32px;
  }
}
.blog-grid .hentry:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  display: none;
}
.blog-grid .hentry.sticky {
  z-index: 4;
}
.blog-grid .hentry.sticky .post-inner {
  padding: 24px;
}
.blog-grid .hentry.sticky .post-categories a {
  background: #ffffff;
}
.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-title a {
  box-shadow: inset 0 -20px 0 0 #4af3f8;
}
.blog-grid .hentry .post-inner:hover .blog-readmore {
  color: #ffffff;
}
.blog-grid .post-title {
  margin: 0 0 24px 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}
.blog-grid .post-content {
  margin-bottom: 36px;
  word-break: break-word;
  font-size: 15px;
}
.blog-grid .post-content > .wp-block-group.has-background {
  padding: 24px;
  margin-bottom: 0;
}
.blog-grid .blog-readmore {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border: 1px solid rgba(13, 24, 43, 0.2);
  border-radius: 50%;
}
.blog-grid .blog-readmore:before {
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
}
.blog-grid .blog-readmore span {
  display: none;
}
/* ============================================================ 
    8.2. Blog List
=============================================================*/
.blog-list .hentry {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .blog-list .hentry {
    flex-direction: row;
    gap: 60px;
    margin-bottom: 60px;
  }
}
.blog-list .hentry .post-wrap {
  border-bottom: 1px solid rgba(13, 24, 43, 0.12);
  padding-bottom: 40px;
  flex-grow: 1;
}
.blog-list .hentry:after {
  display: none;
}
.blog-list .hentry:first-child {
  border-top: 1px solid rgba(13, 24, 43, 0.12);
  padding-top: 40px;
}
.blog-list .hentry:last-of-type .post-wrap {
  border-bottom: none;
  padding-bottom: 0;
}
.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 .post-meta-data {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data {
    flex-shrink: 0;
    width: 99px;
    display: block;
  }
}
.blog-list .post-meta-data .post-comments a {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 100%;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-comments a {
    border: 2px solid #ffffff;
    line-height: 26px;
    right: -2px;
    top: -2px;
  }
}
.blog-list .post-meta-data .post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.blog-list .post-meta-data .post-author span {
  display: block;
}
.blog-list .post-meta-data .post-author img {
  width: 30px;
  margin: 0 6px 0 0;
  border-radius: 100%;
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-author {
    gap: 0;
    flex-direction: column;
    border-bottom: 1px solid rgba(13, 24, 43, 0.12);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .blog-list .post-meta-data .post-author img {
    margin: 0 0 8px 0;
    width: 100%;
  }
}
.blog-list .post-meta-data .post-date {
  border-left: 1px solid rgba(13, 24, 43, 0.12);
  padding-left: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  .blog-list .post-meta-data .post-date {
    border: none;
    margin: 0;
    padding: 0;
  }
  .blog-list .post-meta-data .post-date .post-day {
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 4px;
  }
}
.blog-list .post-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.375;
  font-weight: 300;
}
@media only screen and (min-width: 1025px) {
  .blog-list .post-title {
    font-size: 36px;
  }
}
.blog-list .post-categories {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}
.blog-list .post-image {
  margin-bottom: 28px;
}
.blog-list .post-image .post-categories {
  display: none;
}
.blog-list .post-content {
  word-break: break-word;
  margin-bottom: 36px;
}
.blog-list .post-content > .wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 30px;
}
.blog-list .blog-readmore {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
  padding-right: 36px;
}
.blog-list .blog-readmore:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: calc(51%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .blog-list[class*="sidebar"] .hentry {
    gap: 40px;
  }
  .blog-list[class*="sidebar"] .hentry .post-meta-data {
    width: 60px;
  }
}
/* ============================================================ 
    8.3. Blog Single
=============================================================*/
.single-post .site-content .down-arrow {
  bottom: 65px;
}
@media only screen and (min-width: 1025px) {
  .single-post .site-content .down-arrow {
    bottom: 97px;
  }
}
.single-post .site-content .down-arrow + .post-meta-top li.share {
  margin-right: 52px;
}
.single-post .post-meta-top {
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap: 32px;
  justify-content: space-between;
  border-top: 1px solid rgba(13, 24, 43, 0.2);
  border-bottom: 1px solid rgba(13, 24, 43, 0.2);
  padding: 16px 0;
}
@media only screen and (min-width: 1025px) {
  .single-post .post-meta-top {
    margin-top: 48px;
    gap: 120px;
    justify-content: flex-start;
  }
}
.single-post .post-meta-top .post-meta-single {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 22px;
  width: 100%;
}
.single-post .post-meta-top .post-meta-single li:not(:first-child):not(.share) {
  margin-right: 8px;
}
@media only screen and (min-width: 769px) {
  .single-post .post-meta-top .post-meta-single li:not(:first-child):not(.share) {
    margin-right: 32px;
  }
}
.single-post .post-meta-top .post-meta-single li:first-child {
  display: none;
}
@media only screen and (min-width: 769px) {
  .single-post .post-meta-top .post-meta-single li:first-child {
    display: block;
  }
}
.single-post .post-meta-top .post-meta-single img {
  border-radius: 50%;
}
.single-post .post-meta-top .post-meta-single .prefix {
  display: block;
  font-size: 14px;
}
.single-post .post-meta-top .addtoany_list {
  flex-grow: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .single-post .post-meta-top .addtoany_list {
    display: none;
  }
}
.single-post .post-meta-top li.share {
  flex-grow: 1;
}
.single-post .post-meta-top li.share:empty {
  display: none;
}
.single-post .post-meta-right {
  margin-top: 40px;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 1025px) {
  .single-post .post-meta-right {
    margin-top: 0;
  }
}
.single-post .post-meta-right .post-author-box {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  line-height: 24px;
  position: relative;
}
.single-post .post-meta-right .post-author-box:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.single-post .post-meta-right .post-author-box img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
}
.single-post .post-meta-right .post-author-box ul li {
  margin-bottom: 12px;
}
.single-post .post-meta-right .post-author-box ul li:last-child {
  margin-bottom: 0;
}
.single-post .post-meta-right .post-author-box ul li a {
  display: inline;
}
.single-post .post-meta-right .post-author-box ul li a:hover {
  box-shadow: inset 0 -1px 0 0 rgba(13, 24, 43, 0.2);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .single-post .post-meta-right .post-author-box {
    padding: 40px;
  }
  .single-post .post-meta-right .post-author-box:after {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post .post-meta-right .post-author-box {
    padding: 0;
  }
  .single-post .post-meta-right .post-author-box:after {
    display: none;
  }
  .single-post .post-meta-right .post-author-box img {
    display: none;
  }
}
.single-post .post-meta-right .navigation {
  margin: 0;
}
.single-post .post-meta-right .navigation .go-back {
  display: none;
}
.single-post .hentry {
  position: relative;
  z-index: 4;
}
.single-post .hentry:after {
  display: none;
}
.single-post .hentry.has-post-thumbnail .post-thumbnail {
  margin-bottom: 48px;
}
.single-post .hentry .post-detail .post-detail-inner,
.single-post .hentry .post-detail .post-content {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .single-post .hentry .post-detail {
    display: flex;
    gap: 80px;
  }
  .single-post .hentry .post-detail .post-detail-inner {
    flex-grow: 1;
  }
  .single-post .hentry .post-detail .post-meta-right {
    width: 240px;
    position: sticky;
    top: 80px;
    height: 80%;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post.admin-bar .post-detail .post-meta-right {
    top: 112px;
  }
}
.single-post .post-thumbnail {
  position: relative;
}
.single-post .post-thumbnail img + .featured-image-caption {
  display: block;
}
.single-post .post-thumbnail .featured-image-caption {
  font-size: 13px;
  line-height: 24px;
  display: none;
  padding: 20px 0;
}
.single-post .post-thumbnail .featured-image-caption:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 48px;
  height: 8px;
  background: rgba(13, 24, 43, 0.12);
}
.single-post .post-content {
  margin-bottom: 48px;
}
.single-post .post-footer {
  position: relative;
  clear: both;
}
.single-post .post-footer .post-categories,
.single-post .post-footer .post-tags {
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 16px;
}
.single-post .post-footer .post-categories a:after {
  display: none;
}
.single-post .post-footer .post-tags {
  margin: 0;
}
.single-post .post-footer .post-tags a {
  text-transform: capitalize;
}
.single-post .post-footer .post-tags a:before {
  content: "#";
  opacity: 0.4;
}
.single-post .post-footer .post-tags a.gallery {
  margin: 0;
}
.single-post .post-footer .post-tags a:first-child {
  position: relative;
  padding-left: 16px;
}
.single-post .post-footer .post-tags a:first-child:after {
  content: "";
  position: absolute;
  height: 16px;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  background: rgba(13, 24, 43, 0.2);
  width: 1px;
}
.single-post .main-sidebar,
.single-post .main-content {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1025px) {
  .single-post .main-sidebar,
  .single-post .main-content {
    margin-bottom: 80px;
  }
}
/* ============================================================ 
    8.4. Blog Related
=============================================================*/
#related-posts {
  padding-top: 48px;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #related-posts {
    padding-top: 80px;
  }
}
#related-posts:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  z-index: -1;
  top: 0;
  bottom: 0;
}
#related-posts .hentry {
  display: flex;
  position: relative;
  flex-direction: column;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #related-posts .hentry {
    flex-shrink: 0;
  }
}
#related-posts .hentry:after {
  display: none;
}
#related-posts .hentry .post-inner {
  height: 100%;
}
#related-posts .hentry.has-post-thumbnail .post-image {
  margin: 0;
  flex-shrink: 0;
  width: 100%;
}
#related-posts .hentry.has-post-thumbnail .post-image .featured-image {
  padding-bottom: 40%;
  overflow: hidden;
}
#related-posts .hentry.has-post-thumbnail .post-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
#related-posts .hentry .post-categories {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
#related-posts .hentry .post-categories a:not(:hover) {
  opacity: 0.5;
}
#related-posts .hentry .post-header {
  margin: 0;
  padding: 24px 24px 96px 24px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#related-posts .hentry .post-header > a:not(.blog-readmore) {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  word-break: break-word;
}
#related-posts .hentry .blog-readmore {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
#related-posts .grid-posts {
  gap: 1px;
  flex-wrap: inherit;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #related-posts .grid-posts {
    width: calc(104% + 5px);
    padding-right: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #related-posts .grid-posts::-webkit-scrollbar {
    display: none;
  }
}
.related-posts-title,
.projects-related-title {
  margin: 0 0 48px 0;
  font-size: 7.2vw;
  line-height: 1;
  width: 30%;
}
.related-posts-title span,
.projects-related-title span {
  position: absolute;
  top: 48px;
  right: 0;
  text-align: right;
  width: 75%;
  color: transparent;
  -webkit-text-stroke: 1px #0D182B;
}
@media only screen and (min-width: 1025px) {
  .related-posts-title span,
  .projects-related-title span {
    top: 80px;
    -webkit-text-stroke: 1.5px #0D182B;
  }
}
/* ============================================================ 
    12. PROJECT
=============================================================*/
[class*="projects-style"] .project-title {
  margin: 0;
  font-family: inherit;
}
[class*="projects-style"] .project-thumbnail {
  margin: 0;
}
[class*="projects-style"] .project-thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: url(../../assets/img/icon-arrow.svg), auto;
  cursor: -webkit-image-set(url(../../assets/img/icon-view.png) 1x, url(../../assets/img/icon-view@2x.png) 2x), auto;
}
[class*="projects-style"] .project-thumbnail a img {
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
[class*="projects-style"].fix-br .projects-filter {
  border-top: none;
}
.projects-filter {
  margin-bottom: 24px;
  position: sticky;
  z-index: 3;
  top: 0;
  background: #ffffff;
  border-top: 1px solid rgba(13, 24, 43, 0.12);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 769px) {
  .projects-filter {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .projects-filter {
    margin-bottom: 48px;
  }
}
.projects-filter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.projects-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.projects-filter ul li a {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  display: block;
  position: relative;
  white-space: nowrap;
}
.projects-filter ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
.projects-filter ul li:not(.active) a,
.projects-filter ul li li a:not(:hover) {
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  .projects-filter ul {
    gap: 24px;
    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;
  }
}
.admin-bar .projects-filter {
  top: 32px;
}
.projects-style1 .project-inner {
  position: relative;
  padding-bottom: 4px;
}
@media only screen and (min-width: 1025px) {
  .projects-style1 .project-inner {
    padding-bottom: 48px;
  }
}
.projects-style1 .project-inner:hover .project-readmore {
  color: #ffffff;
}
.projects-style1 .project-inner:hover .project-thumbnail img {
  filter: blur(3px);
  transform: scale(1.12);
}
.projects-style1 .project-info {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(13, 24, 43, 0.12);
}
.projects-style1 .client-thumb {
  position: absolute;
  left: 24px;
  top: 24px;
}
.projects-style1 .project-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  flex-shrink: 0;
  width: 33%;
}
.projects-style1 .project-summary {
  font-size: 14px;
  line-height: 20px;
}
.projects-style1 .project-readmore {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid rgba(13, 24, 43, 0.2);
  border-radius: 50%;
}
.projects-style1 .project-readmore:before {
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
}
.projects-style1 .project-readmore span {
  display: none;
}
.projects-style2 .client-thumb {
  margin-bottom: 24px;
}
.projects-style2 .project-inner {
  position: relative;
}
.projects-style2 .project-inner:hover .project-info:after {
  transform: scale(1.1);
}
.projects-style2 .project-inner:not(:hover) .project-info:after {
  background: #ffffff;
}
.projects-style2 .project-info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 260px;
  padding: 24px;
  z-index: 2;
}
.projects-style2 .project-info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (max-width: 1024px) {
  .projects-style2 .project-info {
    position: static;
    padding: 24px 0 0 0;
    width: 100%;
  }
  .projects-style2 .project-info:after {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .projects-style2 .project-info {
    bottom: 30px;
    left: 30px;
    width: 260px;
    padding: 32px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .projects-style2 .project-info {
    padding: 32px 48px 32px 32px;
    width: 300px;
  }
}
@media only screen and (min-width: 1441px) {
  .projects-style2 .project-info {
    bottom: 40px;
    left: 40px;
  }
}
.projects-style2 .project-info .client-thumb {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .projects-style2 .project-info .client-thumb {
    display: block;
  }
}
.projects-style2 .project-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: none;
}
.projects-style2 .project-summary {
  font-size: 14px;
  line-height: 22px;
}
.projects-style2 .project-readmore:before {
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}
.projects-style2 .project-readmore:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: url(../../assets/img/icon-arrow.svg), auto;
  cursor: -webkit-image-set(url(../../assets/img/icon-view.png) 1x, url(../../assets/img/icon-view@2x.png) 2x), auto;
}
.projects-style2 .project-readmore span {
  display: none;
}
.projects-style2.custom .projects-filter ul {
  gap: 48px;
}
@media only screen and (min-width: 1025px) {
  .projects-style2.custom .projects-filter ul {
    gap: 64px;
  }
}
.projects-style2.custom .projects-items .project .project-thumbnail a {
  padding-bottom: calc(50% - 15px);
}
.projects-style2.custom .projects-items .project .project-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .projects-style2.custom .projects-items .project:first-child .project-thumbnail a {
    padding-bottom: 100%;
  }
}
.projects-style3 .project-inner {
  position: relative;
  overflow: hidden;
}
.projects-style3 .project-inner:hover .project-info {
  transform: translateY(0);
}
.projects-style3 .project-summary {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
}
.projects-style3 a {
  display: block;
}
.projects-style3 .project-info {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.projects-style3 .client-thumb {
  margin-bottom: 24px;
}
.projects-style3 .project-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: none;
}
.projects-style3 .project-title a:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: url(../../assets/img/icon-arrow.svg), auto;
  cursor: -webkit-image-set(url(../../assets/img/icon-view.png) 1x, url(../../assets/img/icon-view@2x.png) 2x), auto;
}
.projects-style3 .project-readmore {
  display: none;
}
.single-nproject .main-sidebar,
.single-nproject .main-content {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1025px) {
  .single-nproject .main-sidebar,
  .single-nproject .main-content {
    margin-bottom: 80px;
  }
}
.single-nproject .hentry {
  position: relative;
  z-index: 4;
}
.single-nproject .hentry:after {
  display: none;
}
.single-nproject .hentry.has-post-thumbnail .project-thumbnail {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .single-nproject .hentry {
    padding-bottom: 100px;
  }
}
.single-nproject .project-thumbnail {
  position: relative;
}
.single-nproject .project-thumbnail img + .featured-image-caption {
  display: block;
}
.single-nproject .project-thumbnail .featured-image-caption {
  font-size: 13px;
  line-height: 24px;
  display: none;
  padding: 20px 0;
}
.single-nproject .project-thumbnail .featured-image-caption:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 48px;
  height: 8px;
  background: rgba(13, 24, 43, 0.12);
}
@media only screen and (min-width: 1025px) {
  .single-nproject .project-detail {
    display: flex;
    gap: 80px;
    flex-direction: row;
  }
  .single-nproject .project-detail .project-detail-inner {
    flex-grow: 1;
  }
  .single-nproject .project-detail .project-meta-right {
    width: 240px;
    position: sticky;
    top: 80px;
    height: 80%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .single-nproject.admin-bar .project-detail .project-meta-right {
    top: 112px;
  }
}
.single-nproject .project-meta-right {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 40px;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.single-nproject .project-meta-right .project-meta {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .single-nproject .project-meta-right .project-meta {
    flex-direction: column;
  }
}
.single-nproject .project-meta-right .project-meta span {
  flex: 1 1;
}
.single-nproject .project-meta-right .project-meta span:empty {
  display: none;
}
.single-nproject .project-meta-right .project-meta span:before {
  display: block;
  opacity: 0.7;
}
.single-nproject .project-meta-right .project-meta span.project-categories:before {
  content: "Service";
}
.single-nproject .project-meta-right .project-meta span.project-tags:before {
  content: "Technology";
}
.single-nproject .project-meta-right .project-meta span a {
  margin: 0 24px 0 0;
  position: relative;
}
.single-nproject .project-meta-right .project-meta span a:after {
  content: "/";
  position: absolute;
  right: -15px;
  color: rgba(13, 24, 43, 0.3);
}
.single-nproject .project-meta-right .project-meta span a:last-of-type {
  margin: 0;
}
.single-nproject .project-meta-right .project-meta span a:last-of-type:after {
  display: none;
}
.single-nproject .project-meta-right .project-meta span a:hover {
  box-shadow: inset 0 -1px 0 0 rgba(13, 24, 43, 0.2);
}
.single-nproject .project-meta-right .addtoany_list {
  flex-direction: column;
}
.single-nproject .project-meta-right .addtoany_list a {
  padding: 0;
}
.single-nproject .navigation {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .single-nproject .navigation {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .single-nproject .navigation .nav-links {
    margin: 0;
  }
}
#projects-related {
  padding-top: 48px;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #projects-related {
    padding-top: 80px;
  }
}
#projects-related:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  z-index: -1;
  top: 0;
  bottom: 0;
}
#projects-related .hentry {
  display: flex;
  position: relative;
  flex-direction: column;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #projects-related .hentry {
    flex-shrink: 0;
  }
}
#projects-related .hentry:after {
  display: none;
}
#projects-related .hentry .project-inner {
  height: 100%;
}
#projects-related .hentry .project-inner:hover .project-readmore {
  color: #ffffff;
}
#projects-related .hentry .project-inner:hover .client-thumb {
  opacity: 1;
}
#projects-related .hentry .project-inner:hover .featured-image > img {
  filter: blur(5px);
  transform: scale(1.1);
}
#projects-related .hentry .project-thumbnail {
  margin: 0;
  overflow: hidden;
}
#projects-related .hentry .project-thumbnail a {
  cursor: url(../../assets/img/icon-arrow.svg), auto;
  cursor: -webkit-image-set(url(../../assets/img/icon-view.png) 1x, url(../../assets/img/icon-view@2x.png) 2x), auto;
}
#projects-related .hentry .project-thumbnail .featured-image {
  padding-bottom: 40%;
  overflow: hidden;
  display: block;
}
#projects-related .hentry .project-thumbnail .featured-image > img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
#projects-related .hentry .client-thumb {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#projects-related .hentry .project-info {
  padding: 24px 24px 96px 24px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#projects-related .hentry .project-title {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
#projects-related .hentry .project-summary {
  font-size: 14px;
  line-height: 20px;
}
#projects-related .hentry .project-readmore {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border: 1px solid rgba(13, 24, 43, 0.2);
  border-radius: 50%;
}
#projects-related .hentry .project-readmore:before {
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
}
#projects-related .hentry .project-readmore span {
  display: none;
}
#projects-related .grid-projects {
  gap: 1px;
  flex-wrap: inherit;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #projects-related .grid-projects {
    width: calc(104% + 5px);
    padding-right: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #projects-related .grid-projects::-webkit-scrollbar {
    display: none;
  }
}
.projects-shortcode .projects-wrap {
  position: relative;
}
.projects-shortcode .projects-items {
  margin: 0 -15px;
  clear: both;
}
.projects-shortcode .projects-items .project {
  padding: 0 15px;
  margin-bottom: 30px;
}
.projects-shortcode .projects-filter .widget-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .projects-shortcode .projects-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
  }
  .projects-shortcode .projects-filter .widget-title {
    padding: 0;
    font-size: 20px;
  }
}
/* ============================================================ 
    10. ELEMENTS
=============================================================*/
@media only screen and (max-width: 1680px) {
  div[data-elementor-type="wp-page"] .elementor-element:not(.e-con-full) .e-con-inner {
    max-width: 92%;
  }
}
@media only screen and (min-width: 1681px) {
  #site .elementor-widget-heading .elementor-heading-title,
  #site .site-content .page-title-inner,
  #site .site-footer .ctaBox h2 {
    font-size: 120px;
  }
}
.site .elementor-image-box-img a,
.site .pp-post-thumbnail-wrap {
  cursor: url(../../assets/img/icon-arrow.svg), auto;
  cursor: -webkit-image-set(url(../../assets/img/icon-view.png) 1x, url(../../assets/img/icon-view@2x.png) 2x), auto;
}
.site .elementor-widget-image-box .elementor-image-box-title {
  margin-top: 0;
}
.site .elementor-widget-image-box.elementor-position-top .elementor-image-box-description {
  margin-top: 4px;
}
@media only screen and (min-width: 1280px) {
  .site .elementor-widget-image-box.elementor-position-top .elementor-image-box-description {
    padding-top: 20px;
    max-width: 360px;
    position: relative;
    margin-top: 0;
  }
  .site .elementor-widget-image-box.elementor-position-top .elementor-image-box-description:after,
  .site .elementor-widget-image-box.elementor-position-top .elementor-image-box-description:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 4px;
    height: 1px;
    background-color: rgba(13, 24, 43, 0.12);
  }
  .site .elementor-widget-image-box.elementor-position-top .elementor-image-box-description:before {
    width: 0;
    right: 0;
    left: auto;
    transition: all 0.2s ease-in-out 0s;
  }
}
@media only screen and (min-width: 1280px) {
  .site .elementor-widget-image-box.elementor-position-top .elementor-image-box-content {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .site .elementor-widget-image-box.elementor-position-top .elementor-image-box-content .elementor-image-box-title {
    max-width: 36%;
  }
}
.site .elementor-widget-image-box.elementor-position-top:hover .elementor-image-box-description:before {
  width: 100%;
  left: 0;
  right: auto;
}
.site .elementor-widget-image-box.elementor-position-right .elementor-image-box-content,
.site .elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
  padding: 24px;
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-image-box.elementor-position-right .elementor-image-box-content,
  .site .elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
    width: 50%;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-image-box.elementor-position-right .elementor-image-box-content,
  .site .elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
    padding: 40px;
  }
}
.site .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper,
.site .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
  height: 100%;
}
.site .elementor-widget-image-box.elementor-position-right .elementor-image-box-img a,
.site .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a {
  padding-bottom: 50%;
  position: relative;
  display: block;
}
.site .elementor-widget-image-box.elementor-position-right .elementor-image-box-img a img,
.site .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-image-box.elementor-position-right .elementor-image-box-img,
  .site .elementor-widget-image-box.elementor-position-left .elementor-image-box-img {
    height: 100%;
  }
  .site .elementor-widget-image-box.elementor-position-right .elementor-image-box-img a,
  .site .elementor-widget-image-box.elementor-position-left .elementor-image-box-img a {
    padding-bottom: 100%;
    height: 100%;
  }
}
.site .elementor-widget-image-box.elementor-position-right:hover .elementor-image-box-title a,
.site .elementor-widget-image-box.elementor-position-left:hover .elementor-image-box-title a {
  box-shadow: inset 0 -20px 0 0 #4af3f8;
}
.site .pp-button.has-arrow .pp-button-title {
  position: relative;
  padding-right: 36px;
}
.site .pp-button.has-arrow .pp-button-title:after {
  content: "\eaf1";
  font-size: 16px;
  font-family: "Nucleo";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site .elementor-widget-pp-counter .pp-counter-layout-1 .pp-counter-title {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-counter .pp-counter-layout-1 .pp-counter-title {
    left: 40px;
    top: 40px;
    right: 40px;
  }
}
.site .elementor-widget-pp-counter .pp-counter-layout-1 .pp-counter-number-wrap {
  justify-content: inherit;
}
.site .elementor-widget-pp-counter .pp-counter-layout-2 {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.site .elementor-widget-pp-counter .pp-counter-layout-2 .pp-counter-number-wrap {
  justify-content: flex-start;
}
.site .elementor-widget-pp-counter .pp-counter-layout-2 .pp-counter-title {
  position: absolute;
  top: 0;
}
.site .elementor-widget-pp-counter .pp-counter-layout-3 .pp-counter-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.site .elementor-widget-pp-counter .pp-counter-layout-3 .pp-counter-number-wrap {
  justify-content: inherit;
}
.site .pp-tm {
  display: flex;
  flex-direction: column;
}
.site .pp-tm .pp-tm-name {
  margin-top: 0;
}
.site .pp-tm .pp-tm-position-divider-wrap .pp-tm-divider {
  display: block;
}
.site .elementor-widget-pp-team-member-carousel .pp-tm {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.site .elementor-widget-pp-team-member-carousel .pp-tm:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  border-left: 1px dotted;
  opacity: 0.7;
}
.site .pp-info-box .pp-info-box-title {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-title {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-subtitle {
  margin-top: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-title-wrap {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-button {
  text-align: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-button:after {
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 24px;
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-button:after {
    right: 40px;
  }
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container .pp-info-box-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-title {
  padding-left: 86px;
  padding-right: 25%;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-title {
    padding-left: 112px;
    padding-right: 0;
  }
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box-icon-wrap {
  position: absolute;
}
.site .elementor-widget-pp-info-box-carousel .pp-info-box-container.pp-info-box-carousel .pp-info-box:hover .pp-info-box-icon-wrap .pp-icon {
  transform: rotate(180deg);
}
.site .elementor-widget-pp-info-box-carousel.elementor-grid-2 .pp-info-box {
  position: relative;
}
.site .elementor-widget-pp-info-box-carousel.elementor-grid-2 .pp-info-box:hover .pp-info-box-icon-wrap .pp-icon {
  transform: rotate(180deg);
}
.site .elementor-widget-pp-info-box-carousel.elementor-grid-2 .pp-info-box .pp-info-box-button:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site .elementor-widget-pp-info-box-carousel.elementor-grid-2 .pp-info-box:nth-child(2n) {
    padding-right: 0;
  }
  .site .elementor-widget-pp-info-box-carousel.elementor-grid-2 .pp-info-box:nth-child(2n + 1) {
    padding-left: 0;
  }
}
.site .elementor-widget-pp-info-box-carousel.pp-info-box-below-title .pp-info-box:hover {
  z-index: 2;
  box-shadow: 0 4px 36px rgba(13, 24, 43, 0.12);
}
.site .pp-slider-arrow {
  position: relative;
  margin: 24px 4px 0 4px;
  transform: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 80px;
  height: 40px;
  background-color: transparent;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .site .pp-slider-arrow {
    width: 120px;
    margin: 32px 4px 0 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .pp-slider-arrow {
    margin: 48px 4px 0 4px;
  }
}
.site .pp-slider-arrow:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.site .pp-slider-arrow:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 24px;
  line-height: 38px;
  color: inherit;
}
.site .pp-slider-arrow[class*="button-prev"]:before {
  content: "\ead0";
}
.site .pp-slider-arrow.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: transparent;
  cursor: no-drop;
}
.site .pp-slider-arrow.swiper-button-disabled:before {
  opacity: 0.3;
}
.site .pp-slider-arrow[class*="-prev"] {
  margin-left: 0;
}
.site .pp-slider-arrow[class*="-next"] {
  margin-right: 0;
}
.site .pp-slider-arrow svg {
  display: none;
}
.site .swiper-container-wrap-dots-outside .swiper-pagination {
  position: absolute;
  width: auto;
  left: auto;
  right: 0;
}
.site .swiper-container-wrap-dots-outside .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.site .swiper-container-wrap-dots-outside .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.site .elementor-widget-pp-info-list .pp-info-list-title {
  margin-top: 0;
  position: relative;
}
.site .elementor-widget-pp-info-list .pp-info-list-title:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 1px;
  width: 48px;
}
.site .elementor-widget-pp-info-list .pp-info-list-number {
  position: absolute;
  left: 0;
  top: 0;
}
.site .elementor-widget-testimonial .elementor-testimonial-content {
  margin-bottom: 24px;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-testimonial .elementor-testimonial-content {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-testimonial .elementor-testimonial-content {
    margin-bottom: 48px;
  }
}
.site .elementor-widget-testimonial .elementor-testimonial-wrapper {
  position: relative;
}
.site .elementor-widget-testimonial .elementor-testimonial-wrapper:after,
.site .elementor-widget-testimonial .elementor-testimonial-wrapper:before {
  content: "";
  width: 16px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(60% 0, 100% 0, 70% 100%, 0% 100%);
}
.site .elementor-widget-testimonial .elementor-testimonial-wrapper:before {
  right: 16px;
}
@media only screen and (min-width: 769px) {
  .site .elementor-widget-testimonial .elementor-testimonial-wrapper:after,
  .site .elementor-widget-testimonial .elementor-testimonial-wrapper:before {
    width: 24px;
    height: 32px;
  }
  .site .elementor-widget-testimonial .elementor-testimonial-wrapper:before {
    right: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-testimonial .elementor-testimonial-wrapper:after,
  .site .elementor-widget-testimonial .elementor-testimonial-wrapper:before {
    width: 32px;
    height: 48px;
  }
  .site .elementor-widget-testimonial .elementor-testimonial-wrapper:before {
    right: 32px;
  }
}
.site .elementor-widget-pp-dual-heading .pp-dual-heading {
  margin: 0;
}
.site .elementor-widget-pp-dual-heading .pp-dual-heading .pp-first-text span {
  margin-right: 24px;
  opacity: 0.5;
}
.site .elementor-widget-pp-dual-heading.pp-dual-heading-inline .pp-first-text {
  vertical-align: text-top;
}
.site .pp-fancy-heading {
  margin: 0;
}
.site .elementor-widget-pp-posts .pp-post {
  position: relative;
}
.site .elementor-widget-pp-posts .pp-post:hover .pp-post-title a {
  box-shadow: inset 0 -20px 0 0 #4af3f8;
}
.site .elementor-widget-pp-posts .pp-post-meta {
  padding: 4px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.site .elementor-widget-pp-posts .pp-post-title {
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion {
    display: flex;
    flex-direction: row;
    counter-reset: my-badass-counter;
    min-height: 400px;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion * {
    transition: none;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item {
    position: relative;
    overflow: visible;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:before {
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title {
    justify-content: inherit;
    font-weight: normal;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-title:before {
    content: "/";
    margin-right: 24px;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item .pp-accordion-tab-content {
    display: none !important;
    height: auto !important;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:not(.pp-accordion-item-active) {
    width: 112px;
    flex-shrink: 0;
    padding-top: 92px;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:not(.pp-accordion-item-active):before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:not(.pp-accordion-item-active) .pp-accordion-tab-title {
    transform-origin: center;
    transform: rotate(90deg) translateY(0);
    white-space: nowrap;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active {
    padding: 0 8%;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active:before {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 32px;
    display: inline-block;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-tab-title {
    margin-bottom: 32px;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-tab-content {
    display: block !important;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1280px) {
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:not(.pp-accordion-item-active) {
    width: 72px;
    flex-shrink: 0;
    padding-top: 92px;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item:not(.pp-accordion-item-active) {
    width: 84px;
    flex-shrink: 0;
    padding-top: 92px;
  }
  .site .elementor-widget-pp-advanced-accordion .pp-advanced-accordion .pp-accordion-item.pp-accordion-item-active {
    padding: 0 6%;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion {
  counter-reset: my-badass-counter;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title {
  position: relative;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title:after {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  position: absolute;
  left: 0;
  top: 24px;
  opacity: 0.36;
}
@media only screen and (max-width: 768px) {
  .site .elementor-widget-n-accordion .e-n-accordion-item-title:after {
    font-size: 14px;
    line-height: 1.25em;
    top: 20px;
  }
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.36;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"]:after {
  opacity: 1;
}
.site .elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"]:before {
  transform: rotate(90deg) translateX(-50%);
  opacity: 1;
}
.site .awards table tr th,
.site .awards table tr td {
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.1);
}
.site .awards table tr th:first-child,
.site .awards table tr td:first-child {
  padding-left: 0;
}
.site .awards table tr th:last-child,
.site .awards table tr td:last-child {
  padding-right: 0;
  text-align: right;
}
.site .elementor-widget-slider_revolution .custom-slider sr7-bg canvas {
  mix-blend-mode: multiply;
}
.site .elementor-widget-slider_revolution .custom-slider .eits-nav {
  border-color: transparent;
  background-color: #ffffff;
}
.site .elementor-widget-slider_revolution .eits-tab {
  width: 50% !important;
}
.site .elementor-widget-slider_revolution .eits-tab .sr7-tabs-mask {
  width: 100% !important;
}
.site .elementor-widget-slider_revolution .eits-tab sr7-tabs-wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.site .elementor-widget-slider_revolution .eits-tab sr7-tabs-wrap .sr7-tab {
  width: auto !important;
  position: relative !important;
  transform: none !important;
}
.site .elementor-widget-slider_revolution .eits-tab sr7-tabs-wrap .sr7-tab:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: calc(100% - 1px);
  height: 1px;
}
.site .elementor-widget-slider_revolution .eits-tab sr7-tabs-wrap .sr7-tab.selected:after {
  width: 100%;
}
.site .elementor-widget-slider_revolution .eits-nav {
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 120px;
  height: 40px;
  background-color: transparent;
  border-radius: 20px;
}
.site .elementor-widget-slider_revolution .eits-nav:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.site .elementor-widget-slider_revolution .eits-nav:before {
  content: "\eaa9";
  font-family: "Nucleo";
  font-size: 24px;
  line-height: 38px;
  color: inherit;
}
.site .elementor-widget-slider_revolution .eits-nav.sr7-leftarrow:before {
  content: "\ead0";
}
.site .custom-sticky {
  position: sticky;
  top: 0;
}
.site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper {
  overflow: visible;
}
.site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:after,
.site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:before {
  bottom: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  margin-left: -8px;
}
.site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:after {
  margin-left: 8px;
}
@media only screen and (min-width: 769px) {
  .site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:after,
  .site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:before {
    bottom: calc(100% + 32px);
    margin-left: -12px;
  }
  .site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:after {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:after,
  .site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:before {
    bottom: calc(100% + 48px);
    margin-left: -16px;
  }
  .site .custom-sticky.elementor-widget-testimonial .elementor-testimonial-wrapper:after {
    margin-left: 16px;
  }
}
.site .custom-sticky.elementor-widget-pp-info-box .pp-info-box-description {
  padding-bottom: 24px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .site .custom-sticky.elementor-widget-pp-info-box .pp-info-box-description {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .site .custom-sticky.elementor-widget-pp-info-box .pp-info-box-description {
    padding-bottom: 40px;
  }
}
.site .custom-sticky.elementor-widget-pp-info-box .pp-info-box-description:after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  right: 0;
  left: 0;
  bottom: 0;
}
.list-style1,
.list-style2 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  counter-reset: my-badass-counter;
}
.list-style1 li,
.list-style2 li {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 769px) {
  .list-style1 li,
  .list-style2 li {
    padding: 0 0 0 48px;
  }
}
.list-style1 li:before,
.list-style2 li:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter) " /";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.list-style1[class*="columns-"] li,
.list-style2[class*="columns-"] li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 605px) {
  .list-style1[class*="columns-"],
  .list-style2[class*="columns-"] {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .list-style1[class*="columns-"] li,
  .list-style2[class*="columns-"] li {
    width: calc(50% - 15px);
    margin-bottom: -10px;
  }
}
.list-style2 li:before {
  content: "";
  width: 16px;
  height: 1px;
  top: 12px;
  background-color: #000;
  opacity: 0.7;
}
@media only screen and (min-width: 769px) {
  .list-style2 li:before {
    width: 24px;
  }
}
.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_"]).accent:hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]).white {
  background-color: #ffffff;
}
.button:not([class*="product_type_"]).white:hover {
  color: #ffffff;
}
.button:not([class*="product_type_"]).dark {
  color: #ffffff;
}
.button:not([class*="product_type_"]).sm {
  padding: 8px 40px;
}
@media only screen and (min-width: 1025px) {
  .button:not([class*="product_type_"]).lg {
    padding: 16px 80px;
    font-size: 20px;
  }
}
.button:not([class*="product_type_"]).rounded {
  border-radius: 50px;
}
.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.rounded:after {
  border-radius: 50px;
}
.button:not([class*="product_type_"]).full {
  width: 100%;
  text-align: center;
  display: block;
}
.button:not([class*="product_type_"]) i {
  font-size: 16px;
  vertical-align: top;
  line-height: 24px;
  margin-left: 20px;
}
.button:not([class*="product_type_"]).has-arrow:after {
  margin-left: 20px;
  vertical-align: top;
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
}
.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);
}
.gr-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
.gr-btn .button {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .gr-btn {
    gap: 30px;
    flex-direction: row;
  }
  .gr-btn .button {
    width: 370px;
  }
}
.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;
}
.wpcf7-form .contactBox .form-row.ui-dropdown p {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(13, 24, 43, 0.12);
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form .contactBox .form-row.ui-dropdown p {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .wpcf7-form .contactBox .form-row.ui-dropdown p br {
    display: none;
  }
  .wpcf7-form .contactBox .form-row.ui-dropdown p label {
    padding-bottom: 0;
  }
  .wpcf7-form .contactBox .form-row.ui-dropdown p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form .contactBox .form-row.ui-dropdown label {
  flex-shrink: 0;
  width: 80px;
}
@media only screen and (min-width: 1025px) {
  .wpcf7-form .contactBox .form-row.ui-dropdown label {
    width: 120px;
  }
}
.wpcf7-form .contactBox .form-row.ui-dropdown .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.wpcf7-form .contactBox .form-row.ui-dropdown .wpcf7-form-control-wrap select.wpcf7-select {
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.wpcf7-form .contactBox .form-row.ui-dropdown .wpcf7-form-control-wrap:before {
  right: 4px;
}
.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: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.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.ui-btn {
  display: inline-block;
}
.wpcf7-form .form-row.ui-btn p {
  display: inline-block;
}
.wpcf7-form .form-row.ui-btn p:after {
  content: "\eaf1";
  font-size: 24px;
  font-family: "Nucleo";
  position: absolute;
  right: 0;
  bottom: 14px;
}
.wpcf7-form .form-row label {
  padding: 12px 0;
  display: inline-block;
  opacity: 0.68;
}
.wpcf7-form .form-row input.wpcf7-form-control,
.wpcf7-form .form-row select,
.wpcf7-form .form-row textarea {
  width: 100%;
}
.wpcf7-form .form-row textarea {
  display: block;
  height: 54px;
}
.wpcf7-form .form-row textarea:focus {
  height: 80px;
}
.wpcf7-form .form-row .wpcf7-submit {
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 4px 0;
}
.wpcf7-form .wpcf7-form-control-wrap[class*="textarea"] {
  display: flex;
}
.wpcf7-form input[type="submit"] {
  width: auto;
}
.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: 24px 0;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] {
    padding: 40px 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: 104px;
}
@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: 136px;
  }
}
[class*="header-style"] .site-header-inner {
  display: flex;
  align-items: center;
}
[class*="header-style"] .header-brand {
  flex-shrink: 0;
  margin-right: 24px;
}
[class*="header-style"] .social-icons {
  display: flex;
}
[class*="header-style"] .navigator:not(.menu-extras) {
  flex-grow: 1;
}
[class*="header-style"] .navigator .menu-primary {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator .menu-primary {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary:hover > li:not(.btn) {
    opacity: 0.3;
  }
  [class*="header-style"] .navigator .menu-primary:hover > li:not(.btn):hover {
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary li {
    position: relative;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu {
    list-style: none;
    padding: 24px 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    visibility: hidden;
    min-width: 280px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li {
    padding: 0;
    margin: 0;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li a {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 4px 32px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.menu-item-has-children > a {
    padding-right: 48px;
  }
  [class*="header-style"] .navigator .menu-primary 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);
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li.menu-item-has-children:hover > a:after {
    background-color: #ffffff;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li[class*="current"] > a,
  [class*="header-style"] .navigator .menu-primary li .sub-menu li:hover > a {
    color: #ffffff;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu {
    left: 100%;
    top: -24px;
  }
  [class*="header-style"] .navigator .menu-primary li .sub-menu li .sub-menu:after {
    left: 0;
    bottom: 0;
    top: 0;
    height: auto;
    width: 4px;
  }
  [class*="header-style"] .navigator .menu-primary li:hover > .sub-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  [class*="header-style"] .navigator .menu-primary li:hover.menu-item-has-children > a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > a {
    padding-right: 18px;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform-origin: center center;
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary > li {
    transition: all 0.2s ease-in-out 0s;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li {
    opacity: 0;
    transition-duration: 250ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+1) {
    transition-delay: 60ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+2) {
    transition-delay: 120ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+3) {
    transition-delay: 180ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+4) {
    transition-delay: 240ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+5) {
    transition-delay: 300ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+6) {
    transition-delay: 360ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+7) {
    transition-delay: 420ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+8) {
    transition-delay: 480ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children > .sub-menu > li:nth-child(n+9) {
    transition-delay: 540ms;
  }
  [class*="header-style"] .navigator .menu-primary li.menu-item-has-children:hover > .sub-menu > li {
    opacity: 1;
  }
}
[class*="header-style"] .navigator > a {
  display: none;
}
@media only screen and (min-width: 1025px) {
  [class*="header-style"] .navigator > a {
    display: block;
    width: 30px;
    height: 45px;
    text-indent: -9999px;
    position: relative;
  }
  [class*="header-style"] .navigator > a:before,
  [class*="header-style"] .navigator > a span:after,
  [class*="header-style"] .navigator > a span:before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    text-indent: 0;
    left: 50%;
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
  }
  [class*="header-style"] .navigator > a span:before {
    margin-top: -8px;
  }
  [class*="header-style"] .navigator > a span:after {
    margin-top: 8px;
  }
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"] {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 48px 8px 0;
  margin-left: 32px;
  line-height: 28px;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:after,
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:before {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  top: 16px;
  height: 1px;
  background-color: #ccc;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"]:after {
  top: auto;
  bottom: 16px;
}
[class*="header-style"] .site-header-inner a[data-target="off-canvas-right"] span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #ccc;
}
.header-style1 .menu-primary,
.header-style1 + .header-style .menu-primary {
  counter-reset: my-badass-counter;
  gap: 32px;
}
.header-style1 .menu-primary > li > a,
.header-style1 + .header-style .menu-primary > li > a {
  font-size: 20px;
  line-height: 28px;
  padding: 8px 0;
  display: block;
}
.header-style1 .menu-primary > li > a:before,
.header-style1 + .header-style .menu-primary > li > a:before {
  font-size: 12px;
  line-height: 20px;
  min-width: 32px;
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  font-weight: normal;
  text-align: center;
  opacity: 0.6;
}
@media only screen and (max-width: 1280px) {
  .header-style1 .menu-primary,
  .header-style1 + .header-style .menu-primary {
    gap: 28px;
  }
  .header-style1 .menu-primary > li > a,
  .header-style1 + .header-style .menu-primary > li > a {
    font-size: 18px;
  }
}
.header-style1 .menu-primary li.btn a,
.header-style1 + .header-style .menu-primary li.btn a {
  padding: 8px 24px;
  border-radius: 24px;
}
.header-style1 .menu-primary li.btn a:before,
.header-style1 + .header-style .menu-primary li.btn a:before {
  display: none;
}
.header-style1 .menu-primary li.btn a:after,
.header-style1 + .header-style .menu-primary li.btn a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 24px;
}
.header-style1 .menu-primary li.btn a:hover,
.header-style1 + .header-style .menu-primary li.btn a:hover {
  background-color: transparent;
}
.header-style2 .menu-primary,
.header-style2 + .header-style .menu-primary {
  counter-reset: my-badass-counter;
  gap: 32px;
}
.header-style2 .menu-primary > li > a,
.header-style2 + .header-style .menu-primary > li > a {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  display: block;
}
.header-style2 .menu-primary > li > a:before,
.header-style2 + .header-style .menu-primary > li > a:before {
  font-size: 12px;
  line-height: 20px;
  min-width: 32px;
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  font-weight: normal;
  text-align: center;
  opacity: 0.6;
}
.header-style2 .menu-primary > li:not(.btn) > a:after,
.header-style2 + .header-style .menu-primary > li:not(.btn) > a:after {
  display: none;
}
.header-style2 .menu-primary > li.menu-item-has-children > a,
.header-style2 + .header-style .menu-primary > li.menu-item-has-children > a {
  padding-right: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .header-style2 .menu-primary,
  .header-style2 + .header-style .menu-primary {
    gap: 24px;
  }
  .header-style2 .menu-primary > li > a,
  .header-style2 + .header-style .menu-primary > li > a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-style2 .menu-primary,
  .header-style2 + .header-style .menu-primary {
    gap: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-style2 .menu-primary > li > a,
  .header-style2 + .header-style .menu-primary > li > a {
    font-size: 18px;
  }
}
.header-style2 .menu-primary li.btn a,
.header-style2 + .header-style .menu-primary li.btn a {
  padding: 8px 24px;
  border-radius: 24px;
}
.header-style2 .menu-primary li.btn a:before,
.header-style2 + .header-style .menu-primary li.btn a:before {
  display: none;
}
.header-style2 .menu-primary li.btn a:after,
.header-style2 + .header-style .menu-primary li.btn a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 1px;
  border: 1px solid;
  border-radius: 24px;
}
.header-style3 .menu-primary,
.header-style3 + .header-style .menu-primary {
  counter-reset: my-badass-counter;
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 1441px) {
  .header-style3 .menu-primary.menu > li.menu-item-has-children > a,
  .header-style3 + .header-style .menu-primary.menu > li.menu-item-has-children > a {
    padding-right: 24px;
  }
}
.header-style3 .menu-primary > li > a,
.header-style3 + .header-style .menu-primary > li > a {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 24px 7px;
  display: block;
}
.header-style3 .menu-primary > li > a:before,
.header-style3 + .header-style .menu-primary > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid;
  z-index: -1;
  border-radius: 24px;
}
.header-style3 .menu-primary > li:not(.btn) > a:after,
.header-style3 + .header-style .menu-primary > li:not(.btn) > a:after {
  display: none;
}
.header-style3 .menu-primary > li[class*="current"] > a,
.header-style3 + .header-style .menu-primary > li[class*="current"] > a {
  color: #fff;
}
.header-style3 .menu-primary li.btn a:after,
.header-style3 + .header-style .menu-primary li.btn a:after {
  content: "\eaf1";
  font-family: "Nucleo";
  font-size: 16px;
  line-height: 1;
  margin-left: 16px;
}
@media only screen and (max-width: 1440px) {
  .header-style3 .menu-primary,
  .header-style3 + .header-style .menu-primary {
    gap: 8px;
  }
  .header-style3 .menu-primary > li > a,
  .header-style3 + .header-style .menu-primary > li > a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-style3 .menu-primary > li > a,
  .header-style3 + .header-style .menu-primary > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}
.header-style3 .navigator .menu-primary li .sub-menu,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu {
  padding: 0;
  background-color: transparent;
  counter-reset: my-badass-counter;
}
.header-style3 .navigator .menu-primary li .sub-menu li,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li {
  margin-bottom: 2px;
}
.header-style3 .navigator .menu-primary li .sub-menu li > a:before,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li > a:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  display: inline-block;
  width: 40px;
  opacity: 0.6;
}
.header-style3 .navigator .menu-primary li .sub-menu li:hover > a:before,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li:hover > a:before,
.header-style3 .navigator .menu-primary li .sub-menu li[class*="current"] > a:before,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li[class*="current"] > a:before {
  opacity: 1;
}
.header-style3 .navigator .menu-primary li .sub-menu li a,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li a {
  padding: 8px 48px 8px 24px;
  border-radius: 24px;
}
.header-style3 .navigator .menu-primary li .sub-menu li .sub-menu,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li .sub-menu {
  top: 0;
  left: calc(100% + 2px);
}
.header-style3 .navigator .menu-primary li .sub-menu li .sub-menu:after,
.header-style3 + .header-style .navigator .menu-primary li .sub-menu li .sub-menu:after {
  width: 2px;
  left: -2px;
}
/* ============================================================ 
    3.3. Header Sticky
=============================================================*/
.admin-bar #site-header-sticky {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar #site-header-sticky {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar #site-header-sticky {
    top: 0;
  }
}
#site-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #ffffff;
  transform: translateY(-100%);
  padding: 20px 0;
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header-sticky.header-shadow:not(.active) {
  box-shadow: none;
}
.site.scrolling_up #site-header-sticky.active {
  transform: translateY(0);
}
.site.scrolling_up #site-header-sticky + .site-content .projects-filter {
  top: 96px;
}
.site.scrolling_up #site-header-sticky + .site-content .project-detail .project-meta-right,
.site.scrolling_up #site-header-sticky + .site-content .post-detail .post-meta-right {
  top: 176px;
}
.site.scrolling_up #site-header-sticky + .site-content .element-is-sticky .menu,
.site.scrolling_up #site-header-sticky + .site-content .element-is-sticky img.image {
  margin-top: 96px;
}
.site.scrolling_down #site-header-sticky.active {
  box-shadow: none;
}
.admin-bar .site.scrolling_up #site-header-sticky + .site-content .projects-filter {
  top: 128px;
}
.admin-bar .site.scrolling_up #site-header-sticky + .site-content .project-detail .project-meta-right,
.admin-bar .site.scrolling_up #site-header-sticky + .site-content .post-detail .post-meta-right {
  top: 208px;
}
/* ============================================================ 
    3.5. Extras Menu
=============================================================*/
[class*="header-style"] .extras:empty {
  display: none;
}
[class*="header-style"] .menu-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0 0 0 32px;
  padding: 0;
}
[class*="header-style"] .menu-extras > li > a {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*="header-style"] .menu-extras > li i {
  font-size: 24px;
}
[class*="header-style"] .search-box {
  z-index: 3;
}
[class*="header-style"] .search-box a {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
[class*="header-style"] .search-box .widget_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
[class*="header-style"] .search-box .widget_search .search-form label .screen-reader-text:before {
  font-size: 18px;
}
[class*="header-style"] .search-box .widget_search .search-form .search-submit {
  height: 44px;
  width: 44px;
  border: none;
}
[class*="header-style"] .search-box .widget_search label input.search-field[type="search"] {
  height: 44px;
  width: 44px;
  padding: 8px 20px;
  background: #ffffff;
  border-radius: 24px;
}
[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: 270px;
}
@media only screen and (min-width: 801px) {
  [class*="header-style"] .search-box.active label input.search-field[type="search"] {
    width: 370px;
  }
}
[class*="header-style"] .search-box.active > a {
  visibility: hidden;
  opacity: 0;
}
/* ============================================================ 
    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;
  background: rgba(13, 24, 43, 0.3);
  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: calc(100% - 36px);
  background: #ffffff;
  z-index: 99;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateX(-100%);
  opacity: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 415px) {
  .off-canvas-left {
    width: 400px;
  }
}
.off-canvas-left .off-canvas-toggle {
  display: inline-block;
  height: 0;
  width: 0;
}
.off-canvas-left .off-canvas-wrap {
  padding: 45px;
  width: 100%;
  max-height: 100vh;
  max-width: 100%;
  overflow: auto;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.off-canvas-left .off-canvas-wrap .off-canvas-toggle:before {
  content: "\ea21";
  color: #ffffff;
  font-family: "Nucleo";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a:before {
  display: none;
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas-left-active div[class*="header-style"] .navigator > a span:after {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.off-canvas-left-active .off-canvas-left {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.off-canvas-left-active .site:before {
  visibility: visible;
  opacity: 0.8;
}
/* ============================================================ 
    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(13, 24, 43, 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 {
  width: 100%;
  transform: scale(1.3) translate(0, 0);
  opacity: 0;
  box-shadow: none;
}
.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.8;
}
.menu-sliding {
  margin: 20px 0 0 0;
  padding: 0 32px;
  flex-grow: 1;
  order: 2;
  height: calc(100% - 85px);
  overflow: scroll;
  counter-reset: my-badass-counter;
}
.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: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 50%;
}
.menu-sliding li .menu-item-toggle:after {
  content: "";
  width: 8px;
  height: 8px;
  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 0 0 36px;
}
.menu-sliding li .sub-menu li .menu-item-toggle,
.menu-sliding li .children li .menu-item-toggle {
  height: 28px;
  background: transparent;
  top: 0;
}
.menu-sliding li .sub-menu li a,
.menu-sliding li .children li a {
  padding-top: 0;
  padding-bottom: 0;
  color: inherit;
}
.menu-sliding li .sub-menu li a span,
.menu-sliding li .children li a span {
  display: none;
}
.menu-sliding li a {
  display: block;
  line-height: 28px;
  position: relative;
}
.menu-sliding > li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(13, 24, 43, 0.12);
}
.menu-sliding > li:last-child {
  border: none;
}
.menu-sliding > li > a {
  padding: 16px 0;
  font-size: 20px;
}
.menu-sliding > li > a:before {
  counter-increment: my-badass-counter;
  content: counter(my-badass-counter, decimal-leading-zero) " /";
  display: inline-block;
  min-width: 36px;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.6;
}
@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 .off-canvas-left .off-canvas-wrap {
  padding-top: 77px;
}
.admin-bar .off-canvas-left .off-canvas-wrap .off-canvas-toggle {
  top: 32px;
}
.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;
  }
}
.darkmode .site-content {
  color: rgba(255, 255, 255, 0.7);
}
.darkmode .site-content .lines .line {
  background: rgba(255, 255, 255, 0.08);
}
.darkmode .site-content h1,
.darkmode .site-content h2,
.darkmode .site-content h3,
.darkmode .site-content h4,
.darkmode .site-content h5,
.darkmode .site-content h6,
.darkmode .site-content a,
.darkmode .site-content a.link.style2:before,
.darkmode .site-content .elementor-widget-n-accordion.style1 .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
  color: #ffffff;
}
.darkmode .lines .line {
  background: rgba(255, 255, 255, 0.08);
}
.darkmode .site .elementor-element[data-element_type="container"].style1:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
}
.darkmode .site .elementor-element[data-element_type="container"].style1:after {
  display: none;
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+2) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.05);
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+3) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+4) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.darkmode .site .elementor-widget-n-accordion.style1 .e-n-accordion-item:nth-child(n+5) .e-n-accordion-item-title:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.darkmode .site .elementor-widget-pp-info-box .pp-info-box:after {
  background-color: #25163D;
}
.darkmode .site .elementor-widget-pp-info-box .pp-info-box:hover:after {
  background-color: #0E041F;
}
.darkmode .site .elementor-widget-pp-icon-list .pp-list-items .pp-icon-list-item a,
.darkmode .site .elementor-widget-pp-info-list.pp-info-list-icon-horizontal-center .pp-info-list-item-inner {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.darkmode .site input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(:focus),
.darkmode .site textarea:not(:focus),
.darkmode .site select:not(:focus) {
  border-color: rgba(255, 255, 255, 0.2);
}
.darkmode .site .menu-sliding > li {
  border-color: rgba(255, 255, 255, 0.1);
}
.darkmode .site .menu-sliding li .sub-menu li a:before,
.darkmode .site .menu-sliding li .children li a:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.darkmode .site-header-sticky {
  color: rgba(255, 255, 255, 0.7);
}
.darkmode .site-header-sticky a {
  color: #ffffff;
}
.darkmode .off-canvas li[class*="current-"] > a,
.darkmode .off-canvas .header-info-text a {
  color: #ffffff;
}
