/* Theme Name: Theme By Arpan Das
Theme URI: http://www.axiomdp.com.au
Author: Steve Bramley
Author URI: https://www.axiomdp.com.au/
Description: Theme design by AxiomDP
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-by-axiomdp */
/* Styles Structure
1. base
    - form
    - buttons
    - typography
2. Layout
    - html/body 
    - header
    - navigation
    - footer
3. Components
    - hero
    - section
4. Pages
	- home
	- contact
5. Effects
	- parallax
	- animation
	- watermark */
/** Base */
/* 1.1 form */
select {
  background: url(https://www.mineralminingservices.com.au/wp-content/themes/theme-by-axiomdp/assets/img/icn__chevron--select.svg) calc(100% - 12px) center/18px no-repeat;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px !important;
  margin-top: 5px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
input:focus,
select:focus,
textarea:focus {
  border-radius: 4px !important;
}

input:not([type=checkbox]),
button,
select,
optgroup,
textarea {
  background-color: var(--bs-light);
  margin-bottom: 24px !important;
  margin-top: 5px !important;
  padding: 12px 24px;
  font-family: "mundial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  width: 100%;
  border-radius: 4px !important;
  border: 1px solid rgba(36, 36, 54, 0.1);
}

input[type=submit] {
  background: url(assets/img/icn__device--white.svg) calc(50% + 48px) calc(50% + 2px) no-repeat, var(--bs-primary);
  border: 1px solid var(--bs-primary);
  font-family: "mundial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: var(--bs-white);
  padding: 20px 28px;
  position: relative;
  transition: background-color 300ms ease, background-position 300ms ease;
  width: 50%;
}
@media (max-width: 991.98px) {
  input[type=submit] {
    width: 100%;
  }
}

input[type=submit]:hover {
  box-shadow: none;
  background-color: var(--bs-orange-dark);
  background-position: calc(50% + 52px) calc(50% + 2px);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(36, 36, 54, 0.5);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(36, 36, 54, 0.5);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(36, 36, 54, 0.5);
}

input::placeholder,
textarea::placeholder {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(36, 36, 54, 0.5);
}

label {
  font-family: "mundial", sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--bs-dark);
  width: 100%;
}
label span.asterisk {
  color: var(--bs-primary);
  display: inline-block;
  margin-left: 2px;
}

.fields p {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .fields p {
    flex-direction: column;
    gap: 0;
  }
}
.fields p label {
  flex: 1;
  width: 100%;
}

/* 1.2 buttons */
.btn {
  display: inline-flex !important;
  gap: 0.5em;
}

.btn-white,
.btn--naked {
  color: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  position: relative;
}
.btn-white::after,
.btn--naked::after {
  content: "";
  position: relative;
  width: 1em;
  height: 1em;
  right: 0;
  background: url(assets/img/icn__device.svg) center/contain no-repeat;
  transition: right 120ms ease;
  display: inline-block;
}
.btn-white:hover,
.btn--naked:hover {
  border-color: var(--bs-primary) !important;
}
.btn-white:hover::after,
.btn--naked:hover::after {
  right: -0.25em;
}

.btn--naked {
  color: var(--bs-primary) !important;
  border: none !important;
  padding: 0 !important;
  transition: color 120ms ease;
}
.btn--naked:hover {
  background-color: transparent !important;
  color: var(--bs-orange-dark) !important;
  border: none !important;
}

@media (max-width: 991.98px) {
  .btn,
  .btn-primary {
    font-size: 0.818182rem;
  }
}
/* 1.3 typography */
:root {
  font-size: var(--bs-root-font-size);
}
@media (max-width: 1199.98px) {
  :root {
    --bs-root-font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  :root {
    --bs-root-font-size: 14px !important;
  }
}

h1 {
  position: relative;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h1:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 1em;
  top: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  background: url(assets/img/icn__device.svg) center/contain no-repeat;
  left: auto !important;
  right: calc(100% + 0.25em) !important;
  opacity: 1;
}
h1.active:before {
  right: calc(100% + 0.25em) !important;
  opacity: 1;
  left: auto !important;
}
h1 + .lead {
  margin-top: -0.5em;
}

.active h1::before {
  right: calc(100% + 0.25em) !important;
  opacity: 1;
  left: auto !important;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "mundial", serif !important;
}

h2 {
  line-height: 48px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.section-title {
  font-size: 1rem;
  font-family: "mundial", serif !important;
  font-weight: 700 !important;
  padding-bottom: 1em;
  text-transform: uppercase;
  margin-bottom: 1em !important;
  position: relative;
}
.section-title:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid currentColor;
  left: 0;
  top: 100%;
}
.section-title.has-white-color:after {
  opacity: 0.7;
}
.section-title.animated:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 800ms ease 800ms;
  transition: transform 800ms ease 800ms;
  transition: transform 800ms ease 800ms, -webkit-transform 800ms ease 800ms;
}
.section-title.animated.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

h3 {
  line-height: 28px !important;
}

h4 {
  line-height: 23px;
  font-weight: 700 !important;
}

h5 {
  line-height: 22px;
  font-weight: 700 !important;
}

h6 {
  line-height: 28px;
  letter-spacing: -0.01em;
}

.lead {
  font-family: "museo-slab", sans-serif;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin-bottom: 32px !important;
  font-size: 1.25rem;
}
.lead.big {
  font-weight: 600;
  font-size: calc(1.3rem + 0.6vw);
  line-height: 48px;
}
@media (min-width: 1200px) {
  .lead.big {
    font-size: 1.75rem;
  }
}

.small {
  line-height: 15px;
}

h1,
h2,
.h1,
.h2 {
  margin-bottom: 32px !important;
}

h3,
.h3 {
  margin-bottom: 20px !important;
}

h4,
.h4 {
  margin-bottom: 16px !important;
}

ul:not(.nav__primary) li a {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
@media (max-width: 991.98px) {
  ul:not(.nav__primary) li a {
    font-size: 20px;
    line-height: 19px;
  }
}

@media (max-width: 991.98px) {
  header a.nav-link {
    font-family: "mundial", sans-serif;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: -0.015em;
    font-weight: 600;
  }
}
main li {
  margin-bottom: 1rem;
}
main ul.list-tight li {
  margin-bottom: 0;
}

.wp-block-embed.is-type-video iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.7777777778;
}

/* CSS Document */ /** 2. Layout */
/* - 2.1 html/body */
:root {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
}

/* - 2.2 header */
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999;
}
@media (max-width: 991.98px) {
  header {
    position: relative;
    top: unset;
  }
}
header .navbar {
  background-color: var(--bs-white);
  padding: 0;
  transition: background-color 300ms ease;
}
header .navbar > .container {
  justify-content: space-between;
  align-items: center;
  transition: min-height 300ms ease;
  min-height: 0;
}
@media (max-width: 991.98px) {
  header .navbar > .container {
    align-items: flex-start;
  }
  header .navbar > .container .navbar-brand {
    max-width: 145px;
    background-color: transparent;
    mask: url(assets/img/img__logo--mobile.svg) center/contain no-repeat;
    -webkit-mask: url(assets/img/img__logo--mobile.svg) center/contain no-repeat;
    transition: background-color 150ms ease;
  }
  header .navbar > .container .navbar-brand img {
    width: 100%;
    transition: opacity 150ms ease;
  }
  header .navbar > .container .navbar-toggler {
    width: unset;
    margin: 0 !important;
    border: none;
  }
  header .navbar > .container .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar > .container .navbar-toggler .navbar-toggler-icon {
    position: relative;
    background: none;
  }
  header .navbar > .container .navbar-toggler .navbar-toggler-icon::before, header .navbar > .container .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    background-color: var(--bs-grey);
    transition: background-color 150ms ease, -webkit-transform 300ms ease;
    transition: background-color 150ms ease, transform 300ms ease;
    transition: background-color 150ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  }
  header .navbar > .container .navbar-toggler .navbar-toggler-icon:before {
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
  header .navbar > .container .navbar-toggler .navbar-toggler-icon::after {
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
}
header .navbar > .container .navbar-collapse {
  justify-content: flex-end;
}
header .navbar > .container .navbar-collapse .navbar-nav {
  margin-right: 0 !important;
}
header.open nav.navbar {
  background-color: var(--bs-primary);
}
header.open nav.navbar > .container {
  min-height: 100vh;
}
header.open nav.navbar > .container .navbar-brand {
  position: relative;
  background-color: var(--bs-white);
}
header.open nav.navbar > .container .navbar-brand img {
  opacity: 0;
}
header.open nav.navbar > .container .navbar-toggler-icon::before, header.open nav.navbar > .container .navbar-toggler-icon::after {
  background-color: var(--bs-white);
}
header.open nav.navbar > .container .navbar-toggler-icon::before {
  -webkit-transform: rotate(45deg) scaleX(0.85);
          transform: rotate(45deg) scaleX(0.85);
}
header.open nav.navbar > .container .navbar-toggler-icon::after {
  -webkit-transform: rotate(-45deg) scaleX(0.85);
          transform: rotate(-45deg) scaleX(0.85);
}
header.open nav.navbar > .container .navbar-nav {
  text-align: center;
}
@media (min-width: 992px) {
  header.scrolling {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

/* - 2.3 navigation */
:root {
  --bs-nav-link-font-size: 0.9090909rem;
  --bs-nav-link-font-weight: 500;
  --bs-navbar-nav-link-padding-y: 1.5454545rem;
}

@media (max-width: 991.98px) {
  header .navbar-collapse {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-link {
    padding-right: calc(var(--bs-navbar-nav-link-padding-x) * 0.5) !important;
    padding-left: calc(var(--bs-navbar-nav-link-padding-x) * 0.5) !important;
  }
}
header .navbar-nav a {
  position: relative;
  padding-right: 56px;
  padding-top: var(--bs-navbar-nav-link-padding-y);
  padding-bottom: var(--bs-navbar-nav-link-padding-y);
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  header .navbar-nav a {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
}
header .navbar-nav a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  right: 0.5em;
  top: 0.1em;
  margin-left: 1em;
  background: url(assets/img/icn__device.svg) center/contain no-repeat;
  transition: right 300ms ease;
}
header .navbar-nav a:hover {
  color: var(--bs-orange-dark) !important;
}
header .navbar-nav a:hover::after {
  right: 0.4em;
}
@media (max-width: 991.98px) {
  header .navbar-nav a {
    color: var(--bs-white) !important;
    width: unset;
    display: inline-block;
    padding-right: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  header .navbar-nav a::after {
    background: var(--bs-white) !important;
    mask: url(assets/img/icn__device.svg) center/contain no-repeat;
    -webkit-mask: url(assets/img/icn__device.svg) center/contain no-repeat;
  }
  header .navbar-nav a:hover {
    color: var(--bs-white) !important;
  }
}
header .navbar-nav .big {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  transition: opacity 300ms ease, max-height 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, max-height 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, max-height 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  background-color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  header .navbar-nav .big {
    position: relative;
    max-width: 0;
  }
}
header .navbar-nav .sub-menu {
  padding: 24px 0 0 0;
  margin: 0;
  list-style: none;
  position: absolute;
}
@media (max-width: 991.98px) {
  header .navbar-nav .sub-menu {
    position: relative;
    padding-top: 0;
  }
}
header .navbar-nav .sub-menu a {
  background-color: var(--bs-primary);
  color: var(--bs-white) !important;
  padding: 12px 6px 14px 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 300ms ease;
}
@media (max-width: 991.98px) {
  header .navbar-nav .sub-menu a {
    margin: 0;
    border-bottom: unset;
  }
}
header .navbar-nav .sub-menu a::after {
  content: none;
}
header .navbar-nav .sub-menu a:hover {
  background-color: var(--bs-orange-dark);
}
header .navbar-nav li:hover .big {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  max-width: 100%;
}
@media (max-width: 991.98px) {
  header .navbar-nav li:hover .big {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: unset;
  }
}
header .navbar-nav li:not(:nth-child(2)) .sub-menu {
  padding-top: 0;
}
@media (min-width: 992px) {
  header .navbar-nav li:nth-child(2) .big {
    width: 100vw;
    left: 0;
    right: 100vw;
  }
  header .navbar-nav li:nth-child(2) .big .sub-menu {
    position: relative !important;
    display: grid;
    padding: 2.727273rem 0;
    align-content: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar-nav li:nth-child(2) .big .sub-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  header .navbar-nav li:nth-child(2) .big .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #FAC88E;
    border-top: 1px solid #FAC88E;
    margin-bottom: -1px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  header .navbar-nav li:nth-child(2) .big .sub-menu li {
    max-width: calc(50% - 6px);
  }
}
@media (min-width: 992px) {
  header .navbar-nav li:nth-child(2) .big .sub-menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    white-space: break-spaces;
    border: none !important;
    padding-left: 0.6em !important;
  }
  header .navbar-nav li:nth-child(2) .big .sub-menu li a::after {
    content: "";
    background: none;
    background-color: var(--bs-white);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    mask: center/contain no-repeat;
    -webkit-mask: url(assets/img/icn__device.svg) center/contain no-repeat;
    transition: right 300ms ease;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  header .navbar-nav li:nth-child(2) .big .sub-menu li a {
    margin: 0 !important;
    padding: 20px 6px;
    justify-content: flex-start !important;
    text-align: left;
  }
  header .navbar-nav li:nth-child(2) .big .sub-menu li a::after {
    right: -4px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav li:nth-child(2) .big .sub-menu li.menu-heading {
    grid-row-start: 1;
    grid-row-end: 6;
    border: none;
  }
  header .navbar-nav li:nth-child(2) .big .sub-menu li.menu-heading a {
    align-items: flex-start;
    height: auto;
    font-family: "museo-slab", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
  }
  header .navbar-nav li:nth-child(2) .big .sub-menu li.menu-heading a:hover {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav {
    gap: 1rem;
    text-align: center;
  }
  header .navbar-nav .big {
    width: 100%;
  }
  header .navbar-nav > li.nav-item {
    display: grid;
    grid-template-rows: auto 0fr;
    overflow: hidden;
    transition: 0.5s ease;
  }
  header .navbar-nav > li.nav-item a {
    margin: 0 !important;
  }
  header .navbar-nav > li.nav-item:hover {
    grid-template-rows: auto 1fr;
  }
  header .navbar-nav > li.nav-item > :nth-child(2) {
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    max-height: none;
    background-color: transparent;
  }
  header .navbar-nav > li.nav-item .sub-menu {
    display: grid;
  }
}

.container__submenu {
  position: -webkit-sticky;
  position: sticky;
  top: 98px;
  z-index: 3;
  padding-right: 30px;
  font-size: 0.90909091rem;
}
@media (max-width: 1199.98px) {
  .container__submenu {
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .container__submenu {
    display: none;
  }
}

.list__menu--submenu {
  gap: 12px;
}
.list__menu--submenu li {
  position: relative;
}
.list__menu--submenu li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bs-orange);
  border: 1px solid var(--bs-orange);
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  transition: background-color 300ms ease;
  z-index: -1;
}
.list__menu--submenu li a {
  padding: 0.6em 1.2em;
  font-family: "mundial", sans-serif;
  font-weight: 600 !important;
  font-size: inherit !important;
  line-height: 1 !important;
  color: var(--bs-white) !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.015em;
  transition: padding 500ms ease;
}
.list__menu--submenu li:hover a {
  padding: 0.6em 1.8em;
}
.list__menu--submenu li:hover::before {
  background-color: var(--bs-orange-dark);
}

/* - 2.4 footer */
footer {
  background-color: var(--bs-purple);
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  footer {
    text-align: center;
  }
  footer figure.wp-block-image {
    max-width: 234px;
    margin-left: auto;
    margin-right: auto;
  }
  footer figure.wp-block-image img {
    max-width: 100%;
  }
}
footer .section__footer--main .row {
  align-items: center;
}
footer .list__contact-options {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  footer .list__contact-options {
    justify-content: center;
  }
}
footer .list__contact-options p {
  margin-bottom: 0;
}
footer .list__contact-options > p:first-child {
  padding-right: 22px;
  border-right: 1px solid var(--bs-primary);
}
footer .list__contact-options > p:first-child a {
  color: var(--bs-white);
  text-decoration: none;
  transition: color 150ms ease;
}
footer .list__contact-options > p:first-child a:hover {
  color: var(--bs-primary);
}
footer .list__contact-options > p:not(:first-child) {
  position: relative;
  margin-left: 22px;
  width: 1em;
  text-indent: 9999px;
  overflow: hidden;
  display: block;
}
footer .list__contact-options > p:not(:first-child) a {
  display: block;
  width: 1em;
  height: 100%;
  background-color: var(--bs-white);
  transition: background-color 0.5s;
}
footer .list__contact-options > p:not(:first-child) a:hover, footer .list__contact-options > p:not(:first-child) a:focus {
  background-color: var(--bs-orange);
}
footer .list__contact-options > p:not(:first-child).icn__phone {
  -webkit-mask: url(assets/img/icn__phone.svg) center/contain no-repeat;
          mask: url(assets/img/icn__phone.svg) center/contain no-repeat;
}
footer .list__contact-options > p:not(:first-child).icn__email {
  -webkit-mask: url(assets/img/icn__email.svg) center/contain no-repeat;
          mask: url(assets/img/icn__email.svg) center/contain no-repeat;
}
footer .list__contact-options > p:not(:first-child).icn__location {
  -webkit-mask: url(assets/img/icn__location.svg) center/contain no-repeat;
          mask: url(assets/img/icn__location.svg) center/contain no-repeat;
}
footer .list__contact-options > p:not(:first-child).icn__social--linkedIn {
  -webkit-mask: url(assets/img/icn__social--linkedin.svg) center/contain no-repeat;
          mask: url(assets/img/icn__social--linkedin.svg) center/contain no-repeat;
}

.section__footer--aside {
  font-size: 0.72727273rem;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .section__footer--aside .text-right {
    text-align: center !important;
  }
  .section__footer--aside .text-right .has-text-align-right {
    text-align: center !important;
  }
  .section__footer--aside p {
    margin-bottom: 0;
  }
}
.section__footer--aside a {
  color: var(--bs-footer-grey);
  transition: color 150ms ease;
}
.section__footer--aside a:hover {
  color: var(--bs-primary);
}

/* 3. Components */
/* - 3.1 hero */
.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  mask: url(assets/img/msk__hero.svg) right bottom no-repeat;
  -webkit-mask: url(assets/img/msk__hero.svg) right bottom no-repeat;
  padding: 10vh 0;
  min-height: 0;
  -webkit-mask-size: 8057px auto;
          mask-size: 8057px auto;
  background-color: var(--bs-body-color);
}
@media (max-width: 991.98px) {
  .hero {
    mask: unset;
    -webkit-mask: unset;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1770px) {
  .hero {
    -webkit-mask-size: 280vw;
            mask-size: 280vw;
  }
}
.hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
}
.hero.parallaxed span.parallax {
  z-index: 1;
}
.hero h1,
.hero h2 {
  color: var(--bs-white) !important;
  position: relative;
}
.hero .lead:last-child {
  margin-bottom: 0 !important;
}
.hero.animated h1::before {
  left: -74px;
}
.hero.active h1::before {
  left: -54px;
}
.hero:not(.home):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(var(--bs-secondary-rgb), 0.9), transparent);
  top: 0;
  left: 0;
  z-index: 2;
}
.hero.home {
  padding: 0;
  max-height: 50rem;
  margin-bottom: 0;
}
.hero.home .wp-block-cover, .hero.home .wp-block-cover-image {
  padding: 10vh 0 30vh;
}
@media (max-width: 991.98px) {
  .hero.home .wp-block-cover, .hero.home .wp-block-cover-image {
    padding: var(--section-padding) 0 calc(var(--section-padding) * 2);
  }
}
.hero.home .wp-block-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(var(--bs-secondary-rgb), 0.9), transparent);
  top: 0;
  left: 0;
  z-index: 1;
}
.hero img {
  width: 100%;
}

body.service .hero {
  padding-bottom: 15vh;
  padding-top: 15vh;
}
body.service .hero :last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1199.98px) {
  body.service .hero {
    padding-bottom: 15vw;
    padding-top: 15vw;
  }
}

.hero.splide {
  position: relative;
}
.hero.splide .splide__arrows,
.hero.splide .slider-progress {
  display: none;
}
.hero.splide .splide__track {
  height: 100%;
  overflow: visible;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.hero.splide .splide__track.splide__show--1 .splide__list > * {
  width: 100vw;
}
.hero.splide .splide__track.splide__show--1 .splide__list > * img {
  width: 100%;
  height: 100%;
}
.hero.splide .splide__track .splide__list {
  align-items: stretch;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.hero.splide .splide__track .splide__list .wp-block-cover {
  height: 100%;
}
.hero.splide .splide__track .splide__list .wp-block-cover.splide__slide {
  height: 100% !important;
  width: 100vw !important;
}
.hero.splide .splide__slide {
  opacity: 1;
}
.hero.splide .splide__pagination {
  position: absolute;
  right: 1.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 1rem;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
}
@media (max-width: 991.98px) {
  .hero.splide .splide__pagination {
    flex-direction: row;
    height: unset;
    bottom: calc(var(--section-padding) * 2);
    -webkit-transform: none;
            transform: none;
    gap: 0.5rem;
  }
}
.hero.splide .splide__pagination li {
  margin: 0 !important;
  display: block;
}
.hero.splide .splide__pagination li button {
  width: 1em;
  height: 1em;
  display: block;
  padding: 0;
  margin: 0 !important;
  border: none;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 100ms ease;
}
@media (max-width: 991.98px) {
  .hero.splide .splide__pagination li button {
    border-radius: 50% !important;
  }
}
.hero.splide .splide__pagination li button.is-active {
  background-color: var(--bs-white);
}

/* - 3.2 sections */
:root {
  --section-padding: 4rem;
}
@media (min-width: 1400px) {
  :root {
    --section-padding: 6vw;
  }
}
@media (max-width: 991.98px) {
  :root {
    --section-padding: 2rem;
  }
}

main {
  background: url(assets/img/wmk__page--bg.svg) no-repeat;
}
main section:not(.hero) {
  padding: var(--section-padding) 0;
}

.section__cta--footer,
.section__our-workshop {
  position: relative;
}
.section__cta--footer::before,
.section__our-workshop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(39, 39, 59, 0.95) 32.51%, rgba(39, 39, 59, 0) 103.24%);
  z-index: 2;
}
.section__cta--footer .wp-block-cover__inner-container,
.section__our-workshop .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
}

.cards .card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03), 0px 10px 36px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  padding: 32px 32px 96px 32px;
  height: 100%;
}
.cards .card.no-button {
  padding-bottom: 32px;
}
.cards .card .wp-bootstrap-blocks-button {
  position: absolute;
  bottom: 32px;
}

.list__equipment {
  display: grid;
  flex-wrap: wrap;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  font-size: 0.818181rem;
}
@media (max-width: 991.98px) {
  .list__equipment {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .list__equipment {
    grid-template-columns: 1fr;
  }
}
.list__equipment .scb-container,
.list__equipment .card {
  flex: 1;
  width: 100%;
}
.list__equipment .scb-container .wp-block-heading,
.list__equipment .card .wp-block-heading {
  margin-bottom: 0;
}
.list__equipment .scb-container > :last-child,
.list__equipment .card > :last-child {
  margin-bottom: 0px;
}
.list__equipment:not(.list__values) .card {
  width: 100% !important;
  padding-bottom: 32px;
}
@media (max-width: 991.98px) {
  .list__equipment:not(.list__values) .card {
    max-width: 100%;
    /*calc(50% - 12px);
    min-width: calc(50% - 12px);*/
  }
}

section .wp-block-image {
  overflow: hidden;
  border-radius: 4px;
}
section .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__inset--top,
.section__inset--top-medium {
  position: relative;
  margin-top: calc(var(--section-padding) * -1);
  z-index: 10;
}

.section__inset--top-medium {
  margin-top: -164px;
}
@media (max-width: 991.98px) {
  .section__inset--top-medium {
    margin-top: -100px;
  }
}

.read-more {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 87.5%;
  color: #868e96;
  transition: color 0.3s;
}

.card {
  --card-font-size: 0.875rem;
  font-size: var(--card-font-size);
}
.card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  opject-position: center;
  height: auto !important;
  aspect-ratio: 1.6180339888;
  -webkit-filter: none;
          filter: none;
  transition: -webkit-filter 0.6s ease-out;
  transition: filter 0.6s ease-out;
  transition: filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
}
.card .card-title {
  margin-bottom: var(--bs-card-title-spacer-y) !important;
}
.card-deck .card {
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03), 0px 10px 36px rgba(0, 0, 0, 0.08);
  border: none;
}
.card-deck .card .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.card-deck .card .card-link:hover ~ .card-body .card-title, .card-deck .card .card-link:focus ~ .card-body .card-title {
  color: var(--bs-primary);
}
.card-deck .card .card-link:hover ~ .card-body .read-more, .card-deck .card .card-link:focus ~ .card-body .read-more {
  color: var(--bs-secondary);
}
.card-deck .card .card-link:hover + .card-img-top, .card-deck .card .card-link:focus + .card-img-top {
  -webkit-filter: brightness(0.7) grayscale(0.7);
          filter: brightness(0.7) grayscale(0.7);
}
.card:not(.sticky-post) .card-title {
  font-size: 1.25rem;
}
.news-feed .card .card-body {
  display: flex;
  flex-direction: column;
}
.news-feed .card .card-body .card-text {
  flex-grow: 1;
}
.news-feed .card .card-body .card-title {
  transition: color 0.3s ease;
}
.card .post-categories {
  --cat-text: #a7acb1;
  --cat-background: transparent;
  --cat-border: #a7acb1;
  --cat-font-size: 60%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
}
.card .post-categories li {
  display: flex;
  position: relative;
  align-items: center;
}
.card .post-categories li:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--cat-background);
  border: 1px solid var(--cat-border);
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  transition: background-color 300ms ease, border-color 300ms ease;
  z-index: -1;
}
.card .post-categories li a {
  padding: 0.6em 1.2em;
  font-weight: 600;
  font-size: var(--cat-font-size);
  line-height: 1;
  color: var(--cat-text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.015em;
  transition: padding 500ms ease, color 500ms ease;
  text-decoration: none;
}
.card .post-categories li:hover a {
  padding: 0.6em 1.8em;
  color: #fff !important;
}
.card .post-categories li:hover:before {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}

.card-deck {
  --grid-columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .card-deck {
    --grid-columns: 2;
  }
}

@media (min-width: 768px) {
  .card.sticky-post {
    grid-column: 1/-1;
    overflow: hidden;
  }
  .card.sticky-post .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    padding: calc(var(--bs-card-spacer-y) * 2) 40% calc(var(--bs-card-spacer-y) * 2) calc(var(--bs-card-spacer-x) * 2);
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .card.sticky-post .card-body {
    padding-right: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .card.sticky-post .card-body {
    padding-right: calc(var(--bs-card-spacer-x) * 2);
  }
}
@media (min-width: 768px) {
  .card.sticky-post .card-body:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    background: linear-gradient(to top, #000 50%, transparent);
    opacity: 0.6;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .card.sticky-post .card-body .card-title {
    --lineHeight: 1.2em;
    font-size: calc(1.375rem + 1.5vw);
    color: var(--bs-secondary);
    transition: all 0.3s ease;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .card.sticky-post .card-body .card-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .card.sticky-post .card-body .card-title span {
    display: inline;
    color: inherit;
    background: linear-gradient(var(--bs-primary) 0 0) 0/100% calc(var(--lineHeight) * 1.2) no-repeat;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: 0.25em;
    font-weight: 800;
  }
  .card.sticky-post .card-body .card-text {
    font-size: 1.25rem;
  }
  .card.sticky-post .read-more {
    color: #fff;
    font-size: 1rem;
  }
  .card.sticky-post .card-link:hover ~ .card-body .read-more, .card.sticky-post .card-link:focus ~ .card-body .read-more {
    color: var(--bs-primary);
  }
  .card.sticky-post .card-link:hover ~ .card-body .card-title, .card.sticky-post .card-link:focus ~ .card-body .card-title {
    color: var(--bs-secondary);
  }
  .card.sticky-post .post-categories {
    --cat-text: #fff;
    --cat-background: transparent;
    --cat-border: #fff;
    --cat-font-size: 75%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em;
    position: relative;
    z-index: 1;
    margin-bottom: 1em;
  }
  .card.sticky-post .post-categories li {
    display: flex;
    position: relative;
    align-items: center;
  }
  .card.sticky-post .post-categories li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--cat-background);
    border: 1px solid var(--cat-border);
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    transition: background-color 300ms ease, border-color 300ms ease;
    z-index: -1;
  }
  .card.sticky-post .post-categories li a {
    padding: 0.6em 1.2em;
    font-weight: 600;
    font-size: var(--cat-font-size);
    line-height: 1;
    color: var(--cat-text);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    transition: padding 500ms ease, color 500ms ease;
    text-decoration: none;
  }
  .card.sticky-post .post-categories li:hover a {
    padding: 0.6em 1.8em;
    color: #fff !important;
  }
  .card.sticky-post .post-categories li:hover:before {
    background-color: var(--bs-orange);
    border-color: var(--bs-orange);
  }
}
@media (max-width: 767.98px) {
  .card.sticky-post .post-categories {
    display: none;
  }
}

.pagination li {
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  margin-right: -1px;
}
.pagination li:first-child {
  border-radius: var(--bs-pagination-border-radius) 0 0 var(--bs-pagination-border-radius);
}
.pagination li:last-child {
  border-radius: 0 var(--bs-pagination-border-radius) var(--bs-pagination-border-radius) 0;
}
.pagination li a, .pagination li span {
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  line-height: 1.5 !important;
  font-size: var(--bs-pagination-font-size) !important;
}
.pagination li a {
  text-decoration: none;
}
.pagination li a:hover, .pagination li a:focus {
  border-color: var(--bs-pagination-hover-border-color);
  background-color: var(--bs-pagination-hover-bg);
}

.hero.has-post-thumbnail {
  width: 100%;
  aspect-ratio: 1.6180339888;
  max-height: 70vh;
  max-height: 70dvh;
  align-items: flex-end;
}

.post-single .hero .wp-block-cover__inner-container [class*=col] {
  display: flex;
  flex-direction: column;
}
.post-single .hero .post-categories {
  margin-top: 1rem;
  --cat-text: #fff;
  --cat-background: transparent;
  --cat-border: #fff;
  --cat-font-size: 75%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  position: relative;
  z-index: 1;
}
.post-single .hero .post-categories li {
  display: flex;
  position: relative;
  align-items: center;
}
.post-single .hero .post-categories li:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--cat-background);
  border: 1px solid var(--cat-border);
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  transition: background-color 300ms ease, border-color 300ms ease;
  z-index: -1;
}
.post-single .hero .post-categories li a {
  padding: 0.6em 1.2em;
  font-weight: 600;
  font-size: var(--cat-font-size);
  line-height: 1;
  color: var(--cat-text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.015em;
  transition: padding 500ms ease, color 500ms ease;
  text-decoration: none;
}
.post-single .hero .post-categories li:hover a {
  padding: 0.6em 1.8em;
  color: #fff !important;
}
.post-single .hero .post-categories li:hover:before {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
.post-single .hero h1 {
  --lineHeight: 1.2em;
  color: var(--bs-secondary) !important;
  transition: all 0.3s ease;
}
.post-single .hero h1 span {
  display: inline;
  color: inherit;
  background: linear-gradient(var(--bs-primary) 0 0) 0/100% calc(var(--lineHeight) * 1.2) no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.25em;
  font-weight: 800;
}
.post-single .hero h1:before {
  opacity: 0.3;
  scale: 3;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.post-single .hero a.h2 {
  color: #fff;
}
.post-single .hero a.h2:hover {
  color: rgba(255, 255, 255, 0.7);
}

.post-single .hero a, .news-feed .hero a, .category .hero a, .archive .hero a {
  text-decoration: none;
}

.post-meta {
  color: #868e96;
  font-size: 0.875rem;
}
.article .post-meta {
  padding-top: 1rem;
  margin-top: 2rem;
  position: relative;
}
.article .post-meta:before {
  content: "";
  border-top: 1px solid #868e96;
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.infographic svg #ring-1 .wheel {
  -webkit-animation: spin 40s linear infinite;
          animation: spin 40s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.infographic #ring-2, .infographic #ring-3, .infographic #ring-logo {
  opacity: 0;
  -webkit-transform: scale(1.3) rotate(20deg);
          transform: scale(1.3) rotate(20deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.6s ease;
}
.infographic.active #ring-2, .infographic.active #ring-3, .infographic.active #ring-logo {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.infographic.active #ring-2 {
  transition-delay: 0.3s;
}
.infographic.active #ring-3 {
  transition-delay: 0.6s;
}
.infographic.active #ring-logo {
  transition-delay: 0.9s;
}

/** 4. Pages */
/* - 4.1 home */
body.home .section__about-us {
  padding: 0;
}
body.home .section__about-us .cards {
  font-size: 0.818181rem;
  row-gap: 24px;
}
body.home .section__about-us .cards .card {
  gap: 0.8889em;
}
body.home .section__about-us .cards .card > * {
  margin-bottom: 0 !important;
}
body.home .section__about-us .cards .card-icon img {
  -o-object-fit: none;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  height: none;
}
body.home .list__services {
  display: flex;
  flex-direction: column;
  gap: 19px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (max-width: 991.98px) {
  body.home .list__services {
    display: flex;
  }
}
body.home .list__services > li {
  max-width: calc(100% - 32px);
}
body.home .list__services > li h4 {
  margin-bottom: 0 !important;
}
body.home .list__services > li a {
  background-color: var(--bs-white);
  padding: 12px 24px !important;
  color: var(--bs-primary);
  transition: color 300ms ease, background-color 300ms ease;
}
body.home .list__services > li a::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 100%;
  height: 100%;
  /*transform: skew(-20deg);*/
  mask: url(assets/img/msk__service--skew.svg) right top no-repeat;
  -webkit-mask: url(assets/img/msk__service--skew.svg) right top no-repeat;
  background-color: var(--bs-white);
  z-index: -1;
  transition: left 500ms ease, background-color 300ms ease;
}
body.home .list__services > li a::after {
  content: none;
}
body.home .list__services > li a:hover {
  color: var(--bs-orange-dark);
}
body.home .list__services > li a:hover::before {
  left: 38px;
}
body.home .list__services + .wp-bootstrap-blocks-button {
  margin-top: 19px;
  position: relative;
}
@media (max-width: 991.98px) {
  body.home .list__services + .wp-bootstrap-blocks-button {
    margin-bottom: 24px;
  }
}
body.home .list__services + .wp-bootstrap-blocks-button a {
  background-color: var(--bs-primary);
  padding: 12px 24px !important;
  color: var(--bs-white);
  border-radius: 0;
  font-family: "mundial", sans-serif;
  max-width: calc(100% - 32px);
  font-weight: 400;
  font-size: 28px;
  line-height: 27px;
  letter-spacing: -0.02em;
  text-transform: none;
  display: block;
  border: 1px solid var(--bs-primary);
  border-right: none;
  text-align: left;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.03)) drop-shadow(0px 10px 36px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.03)) drop-shadow(0px 10px 36px rgba(0, 0, 0, 0.08));
  transition: background-color 500ms ease;
}
@media (max-width: 991.98px) {
  body.home .list__services + .wp-bootstrap-blocks-button a {
    font-size: 20px;
    line-height: 19px;
  }
}
body.home .list__services + .wp-bootstrap-blocks-button a::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -1px;
  width: 100%;
  height: calc(100% + 2px);
  /*transform: skew(-20deg);*/
  mask: url(assets/img/msk__service--skew.svg) right top no-repeat;
  -webkit-mask: url(assets/img/msk__service--skew.svg) right top no-repeat;
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  border-left: none;
  z-index: -1;
  transition: left 500ms ease, background-color 500ms ease;
}
body.home .list__services + .wp-bootstrap-blocks-button a::after {
  content: none;
}
body.home .list__services + .wp-bootstrap-blocks-button a:hover {
  background-color: var(--bs-orange-dark);
}
body.home .list__services + .wp-bootstrap-blocks-button a:hover::before {
  left: 36px;
  background-color: var(--bs-orange-dark);
}

/* - 4.2 contact */
.contact-us .icn__location,
.contact-us .icn__phone,
.contact-us .icn__email {
  position: relative;
  margin-left: 32px;
}
.contact-us .icn__location a,
.contact-us .icn__phone a,
.contact-us .icn__email a {
  color: var(--bs-dark);
  transition: color 150ms ease;
}
.contact-us .icn__location a:hover,
.contact-us .icn__phone a:hover,
.contact-us .icn__email a:hover {
  color: var(--bs-primary);
}
.contact-us .icn__location::before,
.contact-us .icn__phone::before,
.contact-us .icn__email::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0;
  width: 1em;
  height: calc(1em * var(--bs-body-line-height));
  background-color: var(--bs-primary);
}
.contact-us .icn__location.icn__location::before,
.contact-us .icn__phone.icn__location::before,
.contact-us .icn__email.icn__location::before {
  mask: url(assets/img/icn__location.svg) center/contain no-repeat;
  -webkit-mask: url(assets/img/icn__location.svg) center/contain no-repeat;
}
.contact-us .icn__location.icn__phone::before,
.contact-us .icn__phone.icn__phone::before,
.contact-us .icn__email.icn__phone::before {
  mask: url(assets/img/icn__phone.svg) center/contain no-repeat;
  -webkit-mask: url(assets/img/icn__phone.svg) center/contain no-repeat;
}
.contact-us .icn__location.icn__email::before,
.contact-us .icn__phone.icn__email::before,
.contact-us .icn__email.icn__email::before {
  mask: url(assets/img/icn__email.svg) center/contain no-repeat;
  -webkit-mask: url(assets/img/icn__email.svg) center/contain no-repeat;
}
.contact-us.has-white-color .icn__location a,
.contact-us.has-white-color .icn__phone a,
.contact-us.has-white-color .icn__email a {
  color: #fff;
}

.hero.contact {
  padding: 0;
  height: 40vh;
  min-height: 20rem;
}
.hero.contact:before {
  content: unset;
}
.hero.contact iframe {
  height: 100% !important;
}

/* - 4.3 career */
.job_filters .search_jobs {
  display: grid;
  gap: 1.5rem;
  padding: 0 !important;
  grid-template-columns: repeat(3, 1fr);
}
.job_filters .search_jobs:before {
  display: none;
}
.job_filters .search_jobs > div {
  display: flex;
  flex: 1;
  padding: 0 !important;
  width: 100% !important;
}
.job_filters .search_jobs > div:nth-child(3) {
  display: none;
}
.job_filters .search_jobs > div.search_submit input {
  padding: 16px 24px !important;
  background-position-x: calc(50% + 88px);
}
.job_filters .search_jobs > div.search_submit:hover input {
  background-position-x: calc(50% + 94px);
}
.job_filters .search_jobs > div input {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .job_filters .search_jobs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .job_filters .search_jobs .search_submit {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 575.98px) {
  .job_filters .search_jobs {
    grid-template-columns: none;
  }
  .job_filters .search_jobs .search_submit {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}

.job_types {
  display: none;
}

.job_filters {
  background-color: transparent;
}
.job_filters input:not([type=submit]) {
  background-color: var(--bs-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.careers ul.job_listings li {
  margin-bottom: 2px;
}
.careers ul.job_listings li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bs-light);
  transition: background-color 500ms ease;
}
@media (max-width: 991.98px) {
  .careers ul.job_listings li a {
    flex-direction: column;
  }
}
.careers ul.job_listings li a .company_logo {
  display: none;
}
.careers ul.job_listings li a .position {
  padding-left: 0px !important;
  width: calc(41.66% - 12px) !important;
}
@media (max-width: 991.98px) {
  .careers ul.job_listings li a .position {
    width: 100% !important;
  }
}
.careers ul.job_listings li a .position h3 {
  font-family: "mundial", sans-serif;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 28px !important;
  color: var(--bs-dark);
  margin-bottom: 0 !important;
}
.careers ul.job_listings li a .location {
  width: calc(33.33% - 12px) !important;
  text-align: right !important;
  color: var(--bs-dark) !important;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .careers ul.job_listings li a .location {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}
.careers ul.job_listings li a .meta {
  width: calc(25% - 12px) !important;
  padding-right: 72px !important;
  position: relative;
  font-family: "mundial", sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1%;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .careers ul.job_listings li a .meta {
    width: 100% !important;
    padding-left: 0;
    padding-right: 52px !important;
    text-align: left;
  }
  .careers ul.job_listings li a .meta time {
    line-height: 1em;
    white-space: nowrap;
  }
  .careers ul.job_listings li a .meta::after {
    right: 4px !important;
    top: 22px !important;
  }
}
.careers ul.job_listings li a .meta .job-type {
  color: var(--bs-orange-dark);
  font-weight: 700;
}
.careers ul.job_listings li a .meta::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--bs-primary);
  width: 24px;
  height: 32px;
  right: 24px;
  top: 9px;
  mask: url(assets/img/icn__device.svg) center/contain no-repeat;
  -webkit-mask: url(assets/img/icn__device.svg) center/contain no-repeat;
  transition: right 500ms ease;
}
.careers ul.job_listings li a:hover {
  background-color: var(--bs-white);
}
.careers ul.job_listings li a:hover .meta::after {
  right: 18px;
}

/* - 4.4 who we are */
.section__our-values {
  background: linear-gradient(90deg, rgba(39, 39, 59, 0.95) 32.51%, rgba(39, 39, 59, 0) 103.24%), #464667;
}

/* - 4.5 what we do */
.section__our-values {
  background: linear-gradient(90deg, rgba(39, 39, 59, 0.95) 32.51%, rgba(39, 39, 59, 0) 103.24%), #464667;
}
.section__our-values .list__values .scb-container, .section__our-values .list__values .value {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.section__our-values .list__values .scb-container > *, .section__our-values .list__values .value > * {
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .section__our-values .list__values .scb-container, .section__our-values .list__values .value {
    /*calc(50% - 12px);
    min-width: calc(50% - 12px)*/
  }
}
.section__our-values .list__values .scb-container figure, .section__our-values .list__values .value figure {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__our-values .list__values .scb-container figure img, .section__our-values .list__values .value figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.list__services {
  gap: 1.5rem;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (max-width: 991.98px) {
  .list__services {
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
  }
}
.list__services > li {
  /*max-width: calc(50% - 12px);*/
  width: 100%;
}
.list__services > li a {
  color: var(--bs-dark);
  text-decoration: none;
  padding: 24px;
  padding-right: 50px;
  position: relative;
  display: block;
  background-color: var(--bs-white);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.list__services > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 32px;
  right: 24px;
  top: calc(50% - 15px);
  background: url(assets/img/icn__device.svg) center/contain no-repeat;
  transition: right 500ms ease;
}
.list__services > li a:hover::after {
  right: 18px;
}

@media (min-width: 1200px) {
  .list__equipment {
    grid-template-columns: repeat(4, 1fr);
  }
}
.list__equipment .card .wp-block-image img {
  height: 4.4772727273rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.section__our-workshop-services .cards {
  row-gap: 24px;
}

/** 5. Effects */
/* - 5.1 Parallax */
/** Fancy stuff - parallax */
.parallaxed {
  overflow: hidden;
}
.parallaxed span.parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.parallaxed span.parallax + img {
  display: none;
}

/* - 5.2 Watermark */
/** Fancy stuff - watermark */
/* - 5.3 Animation */
/** Fancy stuff - animation */
/* css animations */
.animated,
.animated-children > * {
  transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.animated.fadeIn,
.animated-children.fadeIn > * {
  opacity: 0;
}

.animated.fadeIn.active,
.animated-children.fadeIn > *.active {
  opacity: 1 !important;
}

.animated.fadeInLeft {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.animated.fadeInLeft.active {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.animated.fadeInRight {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

.animated.fadeInRight.active {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.animated.fadeInBottom,
.animated-children.fadeInBottom > * {
  transform: translateY(30px) !important;
  -webkit-transform: translateY(30px) !important;
  opacity: 0;
}

.animated.fadeInBottom.active,
.animated-children.fadeInBottom > *.active {
  opacity: 1;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
}

.animated.fadeInTop {
  transform: translateY(-30px) !important;
  -webkit-transform: translateY(-30px) !important;
  margin-top: -30px;
  opacity: 0;
}

.animated.fadeInTop.active {
  opacity: 1;
  margin-top: 0;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
}

.animated.rollInLeft {
  opacity: 0;
  -webkit-transform: translateX(-100%) rotate(-180deg);
          transform: translateX(-100%) rotate(-180deg);
}
.animated.rollInLeft.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.animated.fadeOut,
.animated-children.fadeOut > * {
  opacity: 1;
}

.animated.fadeOut.active,
.animated-children.fadeOut > *.active {
  opacity: 0;
}

.animated.img__hover--grow {
  overflow: hidden;
  position: relative;
}

.animated.img__hover--grow img {
  transition: 5s ease-out;
}

.animated.img__hover--grow:hover img {
  transform: scale(1.125);
  -webkit-transform: scale(1.125);
}

.animated.bounce-vertical__inner--arrows.active .wp-block-button__link::before, .animated.bounce-vertical__inner--arrows.active .wp-block-button__link::after {
  -webkit-animation: bounces 2s ease 2 forwards;
          animation: bounces 2s ease 2 forwards;
}

@-webkit-keyframes bounces {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes bounces {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.animation-delay-100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.transition-delay-100 {
  transition-delay: 100ms;
}

.animation-delay-200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.transition-delay-200 {
  transition-delay: 200ms;
}

.animation-delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.transition-delay-300 {
  transition-delay: 300ms;
}

.animation-delay-400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.transition-delay-400 {
  transition-delay: 400ms;
}

.animation-delay-500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.transition-delay-500 {
  transition-delay: 500ms;
}

.animation-delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.transition-delay-600 {
  transition-delay: 600ms;
}

.animation-delay-700 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.transition-delay-700 {
  transition-delay: 700ms;
}

.animation-delay-800 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.transition-delay-800 {
  transition-delay: 800ms;
}

.animation-delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.transition-delay-900 {
  transition-delay: 900ms;
}

.animation-delay-1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.transition-delay-1000 {
  transition-delay: 1000ms;
}

.card {
  height: 200px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 40px;
  margin: 10px;
  flex: 200px 0 0;
}
.cards img {
    width: 100%;
    object-fit: cover;
}
.cards-wrapper {
  display: flex; 
  transition: ease 0.5s;
}
.display-area {
  width: 880px;
/*   border: 1px solid black; */
  overflow-x: hidden;
  margin: auto;
}

.dots-wrapper {
  display: flex;
  justify-content:flex-start;
  margin: auto;
}

.dot {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
  outline: none;
}
.dot:hover {
  background: rgba(0, 0, 0, 0.3);
}
.dot.active {
  background: rgba(0, 0, 0, 0.5);
}