/*
Theme Name: vipermetal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

/*** UNIVERSAL ***/
@font-face {
    font-family: 'SF UI Text Semibold';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/SFUIText-Semibold.woff') format('woff');
}    
@font-face {
    font-family: 'SF UI Text Bold';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/SFUIText-Bold.woff') format('woff');
}
@font-face {
    font-family: 'SF UI Text Medium';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/SFUIText-Medium.woff') format('woff');
}
@font-face {
    font-family: 'SF UI Text Regular';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/SFUIText-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Milker';
    src: url('./fonts/Milker.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NCLMonsterBeast';
    src: url('./fonts/NCLMonsterBeast.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;     
    background:var(--white);
    overflow-x: hidden;
    font-family: 'SF UI Text Medium';      
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: var(--yellow);
}
::-webkit-scrollbar-track {
    background: var(--dark);
}
img {
    display: block;
}
a:focus, button:focus, input:focus {
	outline:none;
}
:root {
    --black: #070808;
    --dark: #121212;
    --grey: #ededed;
    --white: #ffffff;
    --light: #f5f6f8;
    --yellow: #ffc41d;
    --dark-yellow: #ebb620;
    --purple: #4d358c;
}
p, li {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.4px;
}
p strong, strong p {
    color:var(--black);
    font-family: 'SF UI Text Bold';
    font-weight: 400;
}
h1, h2, h3, h1 a, h2 a, h3 a {
    font-family: 'Milker';
    font-weight: 400;
}
h4, h5, h6, h4 a, h5 a, h6 a {
    font-family: 'Milker';
    font-weight: 400;
}
h1 {
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: 2px;
}
h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top:0;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
h3 {
    font-size:30px;
    margin-top:0;
    margin-bottom: 20px;
    letter-spacing: 1.4px;
    line-height: 1.2;
}
h4 {
    font-size: 26px;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
h5 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.2;
}
.post, .page {
	margin:0;
}
/*** HEADER ***/
/*.top-header {
    height: 80px;
    position: relative;
}*/
#headercontainer {
	position: fixed;
    top:0;
    background: var(--white);
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    transition: 0.2s all ease-in-out;
    border-bottom: none;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.home #headercontainer {
    border-bottom: none;
}
.top-header {
    position: relative;
    background:var(--purple);
    width:100%;
    height: 50px;
    z-index: 9999;
}
.site-top-header {
    width:100%;
    max-width: 1360px;
    margin:0 auto;
}
.site-top-header p {
    margin:0;
    color:var(--white);
    font-size: 14px;
    font-family: 'SF UI Text Regular'; 
}
.site-top-header ul {
    margin:0;
    padding:0;
    list-style-type: none;
    display: flex;
    justify-content: start;
    align-items: center;
}
.site-top-header ul li {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    --cut: 6px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.site-top-header ul li a {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 22px;
}
.site-top-header img {
    width: 14px !important;
    display: inline-block;
    max-height: 14px;
    filter: brightness(0) invert(1);
}
.site-header {
    position: relative;
    height: 100px;
    max-width: 1480px;
    margin: 0 auto;
    transition: 0.2s all ease-in-out;
}
.site-title {
    position: absolute;
    top: 50%;
    left:60px;
    transform: translateY(-50%);    
    margin-top:-4px;
    z-index: 1;
}
.site-title img {
    width:100%;
    max-width: 180px;
    height: 46px;
}
.hide-header {
    margin-top: -50px;
}
.show-header {
    margin-top: 0;
    background:var(--white) !important;
    border-bottom: solid 1px rgba(0,0,0,0.1) !important;
}

.main-content {
    padding-top: 150px;
}
.home .main-content, .error404 .main-content, .page-template-thank-you .main-content {
    padding-top: 0;
}

/*** BANNER ***/
.banner-container {
    padding-top: 150px !important;
}
.banner-container video, .banner-container img {
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;  
    max-width: unset;  
    object-fit: cover;  
    width: 100%;
    height:100%;  
    opacity: 0;
}
.home .banner-content, .error404 .banner-content, .page-template-thank-you .banner-content {
    opacity: 1;
    top:50%;
}
.home .full-width-image-container {
    display: none;
}
.home .full-width-image-content {
    display: none;
}
.home .banner-content a.cta {
    margin-top:20px;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background:linear-gradient(to bottom, rgb(0 0 0 / 75%), rgb(0 0 0 / 95%));
    z-index: 1;
}
.banner-video {
    position: relative;
    overflow: hidden;
    height: 80vh;
    min-height: 700px;
}
.banner-content .flex-33 img {
    height: 40vh;
    object-fit: cover;
}
.home .banner-content, .error404 .banner-content, .page-template-thank-you .banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 0 40px;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    opacity: 0;
    z-index: 2;
}
.banner-content h1 {
    margin-bottom: 30px;
    margin-top:0;
    color:var(--black);
    font-family: 'NCLMonsterBeast';
}
.home .banner-content h1 span {
    color: var(--yellow);
}
a.cta:nth-of-type(2), pre a:nth-of-type(2) {
    background: var(--purple);
    color: var(--white) !important;
    margin-right: 0;
}
.banner-content h3 {
    color:var(--black);
}
.banner-content p {
    color:var(--black) !important;
	margin-bottom:0;
    font-size: 20px;
}
.home .banner-content h1, .home .banner-content p, .error404 .banner-content h1, .error404 .banner-content p, .page-template-thank-you .banner-content h1, .page-template-thank-you .banner-content p {
    color:var(--white) !important;
}
.search-icon {
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
}
.search-icon img {
    width: 24px;
    height: 24px;
    transform: rotate(-10deg);
}
pre {
    margin:0;
}
a.cta, pre a {
    display: inline-block;
    margin-top: 20px;
    margin-right: 12px;
    background: var(--yellow);
    padding: 16px 34px 17px 34px;
    color: var(--black) !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: 0.2s all ease-in-out;
    overflow: hidden;
    position: relative;
    --cut: 14px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
    font-family: 'Milker';
    font-weight: 400;
    letter-spacing: 1px;
    white-space: normal;
}
a.cta:hover, pre a:hover {
    background:var(--dark-yellow);
    
}
.banner-content a.cta {
    margin-top: 20px;
}
.flex-50.banner-featured-content h1 {
    margin-top: 0;
    font-size: 46px;
}

.some-container {
    margin-top: 40px;
}
.some-container a {
    display: inline-block;
    margin-right: 10px;
}
.some-container a img {
    width: auto;
    height: 20px;
}
.numbers {
    padding: 60px 40px;
    width:25%;
    text-align: center;
    border-left: solid 1px rgba(0,0,0,0.1);
}
.numbers:last-of-type {
    border-right: solid 1px rgba(0,0,0,0.1);
}
/*.numbers p {
    font-size: 22px;
    font-family: 'SF UI Text Semibold';    
    letter-spacing: -1px;
    margin-top:0;
    padding-bottom: 12px;
}*/
.numbers p {
    font-size: 18px;
    font-family: 'Milker';
    letter-spacing: 1px;
    margin-top: 0;
    padding-bottom: 12px;
}
.numbers h4 {
    font-size: 64px;
    line-height: inherit;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'NCLMonsterBeast';
    font-weight: 400;
}
.numbers-image {
    padding: 0;
}
.numbers-image img {
    height: auto;
    border-radius: 40px;
}


/*** MAIN MENU ***/
.main-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.main-navigation ul {
    padding-left: 0;
    padding:6px 0;
}
.main-navigation ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0 6px 0 0;
    cursor:pointer;
}
.menu-item-has-children:after {
    content: '';
    background: url(./assets/arrow-down-black.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    font-size: 20px;
    color: var(--black);
    position: absolute;
    top: 11px;
    right: 0;
    transition: 0.2s all ease-in-out;
}
.menu-item-has-children:hover:after {
    transform: rotate(180deg);
}
.main-navigation ul li:last-of-type {
	margin-right:0;
}
.main-navigation ul li:first-of-type {
    margin-left: 0;
}
.main-navigation ul li a {
    position: relative;
    letter-spacing: -0.6px;
    color: var(--black);
    font-size: 18px;
    text-decoration: none;
    padding: 16px;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    font-family: 'SF UI Text Semibold';
}
.main-navigation ul li a:hover {
    color:var(--yellow);
}
.main-navigation ul li.current-menu-item a {
    color: var(--yellow);
}
.main-navigation ul ul {
    position: fixed;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    left: 50%;
    width: 1360px;
    min-height: 650px;
    max-height: calc(100vh - 100px);
    transform: translateX(-50%);
    border: solid 1px rgba(0, 0, 0, 0.1);
    top: 86px;
    background: var(--white);
    transition: 0.1s all ease-in;
    transition-delay: 0.1s;
    margin-top: -20px;
    padding: 20px;
    border-radius: 0;
    overflow-y: auto;
}
.main-navigation ul ul .menu-item-has-children:after {
    display: none;
}
.main-navigation .menu-item-has-children:before {
    content: '';
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: -37px;
}
.main-navigation ul ul li:before {
    display: none;
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top:0;
}
.main-navigation ul ul {
    text-align: left;
}
.main-navigation ul ul:after {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 50%;
}
.main-navigation ul ul li {
    margin: 0;
    background: var(--white);
    line-height: 22px;
    width: 660px;
    border-radius: 0;
    transition: 0.2s all ease-in-out;
}
.main-navigation ul ul ul:after {
    display: none;
}
.main-navigation ul ul li:hover {
    background:var(--light);
}
.main-navigation ul ul li a {
    display: block;
    color: var(--black) !important;
    font-size: 16px;
    padding: 20px 40px 20px 20px;
    transition: 0.1s all ease-in-out;
    font-weight: 500;
    border-right: solid 5px transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main-navigation ul ul li a:hover {
    border-right: solid 5px var(--yellow)
}
ul ul span.sub-header {
    font-family: 'SF UI Text Bold';
    width:100%;
    margin-bottom: 10px;
}
.product-menu ul span.sub-header {
    width:80px !important;
}
.product-menu ul ul span.sub-header {
    width:100% !important;
}
.product-menu.product-sub-menu ul span.sub-header {
    width:80px !important;
}
ul ul span.sub {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 18px;
    color: var(--black);
    font-family: 'SF UI Text Semibold';
}
.product-menu ul span.sub {
    width: calc(100% - 110px);    
}
.main-navigation span.sub-header img {
    height: 80px;
    max-width: 80px;
    object-fit: cover;
    padding: 14px;
    background: var(--light);
}
.main-navigation span.image-link {
    display: none;
}
.main-navigation span.dropdown-link {
    display: block;
    margin-bottom: 10px;
    color: var(--black);
    font-size: 16px;
    font-family: 'SF UI Text Bold';
}
.main-navigation ul ul ul li { 
    line-height: 22px;
}
.main-navigation ul ul ul {
    left: 998px;
    top: -1px;
    width: 660px;
    min-height: 0;
    position: absolute;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    overflow-x: hidden;
}
.main-navigation ul ul .menu-item-has-children > a:after {
  position: absolute;
  right: 20px;
  padding-left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.main-navigation .sub-menu li.menu-item-has-children > a:before {
    content: '';
    background: url(./assets/arrow-down-black.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    font-size: 20px;
    color: var(--black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 20px;
    transition: 0.2s all ease-in-out;
}

.language-selector {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    padding-left: 50px;
}
.wpml-ls-legacy-dropdown-click {
    width: auto;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border:none;
}
.wpml-ls-legacy-dropdown-click a {
    padding: 10px 32px 10px 16px !important;
    border-radius: 0;
    min-width: 140px;
}
a.wpml-ls-link {
    margin-top: 4px;
    border-top: solid 1px #cdcdcd !important;
}

/*** MOBILE MENU ***/
.mobile-menu {  
    display: none;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);        
    z-index: 102;
    transition: 0.2s all ease-in-out;
}
#nav-icon {
  display: none;
}
.toggle {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition-duration: .5s;
}
.bars {
  width: 100%;
  height: 2px;
  background:var(--black);
  border-radius: 4px;
}
#bar2 {
  transition-duration: .8s;
}
#bar1,#bar3 {
  width: 70%;
}
#nav-icon:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
  background:var(--black);
}
#nav-icon:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}
#nav-icon:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}
#nav-icon:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}
#nav-icon:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}
/*** SIDENAV ***/
.menu {
    padding-left: 0;
}
.menu-paamenu-container {
    width:100%;
}
.overlay {
    background:var(--white);
    height: auto;
    max-height: calc(100vh - 20px);
    width: 600px;
    position: fixed;
    z-index: 1;
    padding: 60px;
    padding-top: 140px;
    visibility: hidden;
    opacity: 0;
    right: 20px;
    top: 20px;
    transition: 0.2s;
    overflow: auto;
    transform: scale(0.8);
    box-shadow: 0 0 15px 10px rgba(0,0,0,0.05);
}
.overlay-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(7 8 8 / 60%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: 0.2s all ease-in-out;
}
.show-overlay-background {
    opacity: 1 !important;
    visibility: visible !important;
}
.overlay ul.menu {
    padding:0;
    margin:0;
}
.overlay ul.menu li {
    margin:0;
    /*margin-bottom: 20px;*/
    cursor:pointer;
    list-style-type: none;
    position: relative;
}
.overlay ul.menu li a {
    position: relative;
    text-decoration: none;
    color:var(--black);
    font-size: 28px;
    letter-spacing: -0.4px;
    line-height: 46px;
    font-weight: 500;
    padding:4px 0;
    font-family: 'SF UI Text Semibold';
    transition: 0.2s all ease-in-out;
}
.overlay ul.menu li a:hover {
    color:var(--yellow);
}
.overlay ul.menu li a:hover:after {
    left: calc(100% + 20px);
    opacity: 1;
}
.overlay ul.menu ul {
    margin-top:10px;
}
.overlay ul.menu ul li a {
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
}
.overlay ul.menu ul li {
    padding: 0 0 0 14px;
    margin-bottom: 8px;
}
.overlay ul.menu ul ul {
    margin-top: 4px;
    margin-bottom: 20px;
}
.overlay ul.menu ul li a img {
    display: none;
}
.overlay ul.menu li.menu-item-has-children:after {
    content: '';
    background: url(./assets/arrow-down-black.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    font-size: 20px;
    color: var(--black);
    position: absolute;    
    top: 18px;
    right: 11px;    
    transition: 0.2s all ease-in-out;
}
.overlay ul.menu li.menu-item-has-children:before {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    background:var(--light);
    width: 34px;
    height: 34px;
    transition: 0.2s all ease-in-out;
}
.overlay ul.menu ul li.menu-item-has-children:before {
    top: 0px !important;
}
.overlay ul.menu ul li.menu-item-has-children:after {
    top: 12px;
}
.overlay ul.menu li.menu-item-has-children:hover:before {
    background:var(--grey);
}
.overlay .current-menu-item > a {
    color:var(--black);
}
.overlay ul.menu li.rotate-arrow:after {
    transform: rotate(180deg);
}
.open-menu {
	visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.open-body {
    overflow:hidden;
}
.overlay .wpml-ls-legacy-dropdown-click {
    margin-top:40px;
}

.overlay .flex-40 {
    padding-left: 60px;
    border-left: solid 1px rgba(255,255,255,0.1)
}
.overlay .flex-40 h3 {
    color:var(--yellow);
    margin-top:0;
    font-size: 28px;
}
.overlay .flex-40 li {
    color:var(--white);
    margin-bottom: 0;   
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
}

/*** CONTENT ***/
.white-container {
	background:var(--white);
    position: relative;
    z-index: 1;
}
.white-container p, .white-container h1, .white-container h2, .white-container h3, .white-container h4, .white-container h5, .white-container h6, .white-container a {
	color:var(--black);
}
.white-container a {
    text-decoration: none;
}
.black-container {
    background:var(--black);
    position: relative;
    z-index: 1;
}
.dark-container {
    background:var(--dark);
    position: relative;
    z-index: 1;
}
.dark-container h1, .dark-container h2, .dark-container h3, .dark-container h4, .dark-container h5, .dark-container h6, .dark-container a {
    color:var(--white);
}
.dark-container p {
    color:var(--white);
}
.light-container {
    background:var(--light);
    position: relative;
    z-index: 1;
}
.light-container p, .light-container h1, .light-container h2, .light-container h3, .light-container h4, .light-container h5, .light-container h6, .light-container a {
    color:var(--black);
}
.light-container a {
    text-decoration: none;
}
.yellow-container {
	background:var(--yellow);
    position: relative;
    z-index: 2;
}
.yellow-container:after {
    content: '';
    background: url(./assets/topography.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.015;
}
.white {
    background:var(--white);
}
.light {
    background:var(--light);
}
.black {
	background:var(--black);
}
.dark {
    background:var(--dark);
}
.yellow {
	background:var(--yellow);
}
.site-content {
    width: 100%;
    max-width: 1480px;
    padding: 120px 60px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.full-width {
    max-width: 100%;
}
.no-top {
    padding-top: 1px !important;
}
.no-bottom {
    padding-bottom: 1px !important;
}
.no-right {
    padding-right: 0 !important;
}
.no-left {
    padding-left: 0 !important;
}
.full-width {
    max-width: 100%;
}
.border-top {
    border-top:solid 1px rgba(0,0,0,0.1);
}
.border-bottom {
    border-bottom:solid 1px rgba(0,0,0,0.1);
}
.border-right {
    border-right:solid 1px rgba(0,0,0,0.1);
}
.dark-container .border-top {
    border-top:solid 1px rgba(255,255,255,0.1);
}
.dark-container .border-bottom {
    border-bottom:solid 1px rgba(255,255,255,0.1);
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
    width:100%;
    z-index: 2;
}
.flex-container img {
	width:100%;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.large.center {    
    margin: 0 auto;
    max-width:991px;
}
.right {
    text-align: right;
}
.flex-start {
	justify-content: start;
}
.flex-center {
    justify-content: center;
}
.flex-end {
	justify-content: end;
}
.align-start {
    align-items: start;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: end;
}
.flex-100 {
    width:100%;
}
.flex-80 {
    width:calc(80% - 20px);
    position: relative;
}
.flex-75 {
    width: calc(75% - 20px);
    position: relative;    
}
.flex-66 {
    width:calc(66.66% - 20px);
    position: relative;
}
.flex-60 {
	width:calc(60% - 20px);
	position: relative;
}
.flex-50 {
    width:calc(50% - 20px);
    position: relative;
}
.flex-40 {
	width:calc(40% - 20px);
	position: relative;
}
.flex-33 {
    width:calc(33.33% - 20px);
    position: relative;
}
.flex-25 {
    width:calc(25% - 20px);
    position: relative;
}
.flex-20 {
    width:calc(20% - 20px);
    position: relative;
}
.image-text-container .flex-50 img {
    height: 50vh;
    min-height: 500px;
    object-fit: cover;
    --cut: 60px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
}
.image-text-grid img {
    margin-bottom: 40px;
    --cut: 30px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
}

/*** piilota uutiskirje varsinaisilta uutiskirjesivuilta ***/

.page-id-3985 .newsletter-container{
	display:none;
}

.page-id-181 .newsletter-container{
	display:none;
}

.page-id-4687 .newsletter-container{
	display:none;
}

.page-id-5509 .newsletter-container{
	display:none;
}

.page-id-6335 .newsletter-container{
	display:none;
}

.page-id-7495 .newsletter-container{
	display:none;
}

/*** NEWSLETTER ***/
.newsletter-container {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.newsletter-container p {
    margin-bottom: 40px;
}
.newsletter-container .wpforms-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.newsletter-container .wpforms-field-container {
    width: 600px !important;
}
.newsletter-container .wpforms-field-large {
    width: 600px !important;
    max-width: 600px !important;
}
.newsletter-container .wpforms-submit-container {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 10px;
    top:8px;
}
.newsletter-container .wpforms-field {
    padding:0 !important;
    margin:0 !important;
}

/*** BOTTOM SOME ***/
.bottom-some-container a:first-of-type {
    border-left: solid 1px rgba(0,0,0,0.1);
}
.bottom-some-container a {
    width: calc(100% / 6);
    text-align: center;
    border-right: solid 1px rgba(0,0,0,0.1);
    padding: 20px;
    font-family: 'SF UI Text Bold';
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}
.bottom-some-container a:hover {
    background:var(--light);
}
.bottom-some-container p {
    display: inline-block;
    position: relative;
    /*margin-left: -30px;*/
}
.bottom-some-container p:after {
    content: '';
    background: url(./assets/arrow-right-small-black.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.bottom-some-container a:first-of-type p:before {
    content: '';
    background: url(./assets/facebook-icon-black.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.bottom-some-container a:nth-of-type(2) p:before {
    content: '';
    background: url(./assets/instagram-icon-black.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.bottom-some-container a:nth-of-type(3) p:before {
    content: '';
    background: url(./assets/youtube-icon-black.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 13px;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.bottom-some-container a:nth-of-type(4) p:before {
    content: '';
    background: url(./assets/x-icon-black.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.bottom-some-container a:nth-of-type(5) p:before {
    content: '';
    background: url(./assets/linkedin-icon-black.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.bottom-some-container a:nth-of-type(6) p:before {
    content: '';
    background: url(./assets/tiktok-icon.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

/*** IMAGE / TEXT GRID ***/
.text-grid {
    padding: 120px;
    background: var(--white);
}
.text-grid:nth-of-type(2) {
    background: var(--dark);
}
.text-grid:nth-of-type(2) h3, .text-grid:nth-of-type(2) p {
    color: var(--yellow);
}

/*** IFRAME ***/
/*.embed-container iframe, .embed-container object, .embed-container embed {
    border-radius: 30px;
}*/

/*** SLIDER ***/
.slider-container h2 {
    margin-bottom: 60px;
    margin-top:0;
}
.js-flickity {
    overflow: hidden;
    outline:none;
    position: relative;
    z-index: 1;
}
.flickity-viewport {
    width: 100%;
}
.slider-element {
    width: 300px;
    margin-right: 40px;
    position: relative;
    counter-increment: slider-cell;
    transition: 0.2s all ease-in-out;
}
.slider-element.is-selected {
    opacity: 1;
}
.slider-element:before {
    display: block;
    text-align: center;
    content: counter(slider-cell);
    font-size: 220px;
    color: var(--black);
    position: absolute;
    top: 80px;
    left: -60px;
    opacity: 0.1;
    z-index: -1;
    font-family: 'SF UI Text Bold';
}
.slider-image {
    position: relative;
    overflow:hidden;
}
.slider-image img {
    width:300px;
    height:300px;
    object-fit: cover;
    object-position: center center;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.slider-image img:hover {
    transform: scale(1.04)
}
.slider-text {
    padding:30px 0;
}
.slider-text .post-category {
    margin-top: 30px;
}
.slider-text h3 {
    margin-bottom: 0;
    margin-top:0;
}
.slider-text h3 a {
    position: relative;
    color:var(--black);
    font-size: 26px;
    font-weight:600;
    text-decoration: none;
	transition:0.2s all ease-in-out;
}
.slider-text h3 a:hover {
    color:var(--yellow);
}
.slider-text p {
    margin-bottom: 0;
}
.flickity-button {
    border:none;
    background:var(--black);
    height: 60px;
    width: 60px;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.2s all ease-in-out;
}
.flickity-prev-next-button.next {
    margin-left: 14px;
}
.flickity-button:hover {
    background:var(--yellow);
    transform: scale(0.9);
}
.flickity-button:active {
    background:var(--dark-yellow);    
}
.flickity-button svg.flickity-button-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.previous svg.flickity-button-icon {
    background: url(./assets/arrow-right-small-white.svg) no-repeat;
    transform: translate(-50%,-50%) scaleX(-1);
}
.next svg.flickity-button-icon {
    background: url(./assets/arrow-right-small-white.svg) no-repeat;
}
svg.flickity-button-icon path {
    display: none;
}

/*** NEWS LIST ***/
.blog-post {
    margin-bottom: 60px;
}

.flex-33-post {
    display: flex;
    flex-direction: column;
}

/*.blog-post-image {
    position: relative;
    overflow: hidden;
}*/
.blog-post-image {
    width: 100%;
    position: relative;
    --cut: 30px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
}
.blog-post-image img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
/*.blog-post-image:hover img {
    transform: scale(1.03)
}*/
/*.blog-post-text {
    position: relative;
    padding: 30px;
    background: var(--white);
    width: 100%;
    border-top: none;
    border-radius: 0;
}*/
.blog-post-text {
    position: relative;
    padding: 30px;
    background: var(--white);
    width: 100%;
    --cut: 30px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-post-text a.cta {
    margin-top: auto;
}
.blog-post-text .post-category {
    color: var(--black);
}
.blog-post-text h4 {
    margin-bottom: 0;
    margin-top:24px;
}
.blog-post-text h4 a {
    position: relative;
    color:var(--black);
    text-decoration: none;
    font-size: 20px;
    transition: 0.2s all ease-in-out;
}
.post-category {
    font-size: 12px;
    text-decoration: none;
    color: var(--black);
    display: inline-block;
    transition: 0.2s all ease-in-out;
    letter-spacing: -0.6px;
    font-family: 'SF UI Text Semibold';
    background: var(--light);
    padding: 6px 12px;
    border-radius: 0;
}
.blog-post-text p {
    color:var(--black);
}

/*** SINGLE POST ***/
.sub-banner-container {
    position: relative;
}
/*.sub-banner-container:after {
    content: '';
    background: url(./assets/topography.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.01;
}*/
.sub-banner-container:after {
    content: '';
    background-size: cover;
    width: 340px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: none;
    opacity: 1;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.sub-banner-image {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 800px;
    margin:0 auto;
    object-fit: cover;
    z-index: 1;
}

.sub-banner-container .banner-content h1 {
    font-size:76px;
    margin-top:0;
}
.sub-banner-container .banner-content h4 p {
    font-size: 24px;
    letter-spacing: 0.6px;
}
/*ucr-weight {
    letter-spacing: 0px;
}*/
.sub-banner-container .banner-content p {
    max-width: 768px;
}
p.product-usage-headline {
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 10px;
    font-size:16px;
    font-family: 'SF UI Text Semibold';
}
.post-date p {
    color: var(--yellow);
    font-family: 'SF UI Text Bold';
    font-size: 24px;
}
.post-content {
    max-width: 1200px;
}
figure {
    width:100% !important;
    position: relative;
}
figcaption {
    position: absolute;
    bottom: 20px;
    background: var(--white);
    width: 400px;
    left: 20px;
    /*border-radius: 10px;*/
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}
figure img {
    margin-bottom: 40px;
    /*border-radius: 20px;*/
}
/*.single-post-banner-content h1 {
    font-size: 64px !important;
    line-height: 78px !important;
}*/
.single-post-banner-content h1 {
    font-family: 'Milker';
}
.single-post-banner-content p {
    color: var(--white) !important;
    font-size: 22px;
    margin-top: 40px;
}

/*** SUB PAGE ***/
.home .breadcrumb-container {
    display: none;
}
.home .dark-container .image-text-container .flex-50 img {
    object-fit: contain;
    height:auto;
}
.breadcrumb-container {
    background: var(--yellow);
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.breadcrumb {
    color: var(--black);    
    font-size: 13px; 
    line-height: 18px;
    letter-spacing: -0.4px;
    font-family: 'SF UI Text Semibold';
}
.breadcrumb a, .breadcrumb span {
    color: var(--black);
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.banner-product {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-product img {
    max-height: 400px;
    width:100%;
    object-fit: contain;
}

/*** SEARCH RESULTS ***/
.search-results article {
    width: calc(33.33% - 40px);
    background: rgba(255,255,255,0.1);
    padding: 30px;
}
.search-results article img {
    height: 300px;
    object-fit: cover;
}
.search-results article h2.entry-title {
    line-height: 24px;
}
.search-results article h2.entry-title a {
    font-size: 24px;
    text-decoration: none;
}

/*** PRODUCT LISTING ***/
/*.product-image-slider {
    width:calc(33.33% - 40px);
}*/
.product-image-slider img {
    max-height: 500px;
    object-fit: contain;
    cursor: pointer;
}
.flex-50-left {
    padding-left: 60px;
    text-align: left;
}
.flex-50-left h2 {
    position: relative;
}
.flex-50-left h2:before {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    top: 25px;
    left: -60px;
    background: var(--yellow);
}
.flex-50-left p {
    position: relative;
}



.flex-box-container {
    gap:30px;
    justify-content: start;
}
.box-grid {
    display: flex;
    flex-direction: column;
    flex: 1;
    width:calc(33.33% - 20px);
    /*border-radius: 20px;*/
    /*box-shadow: 0 0 15px 10px rgba(0,0,0,0.02);*/
}
.box-grid-image {
    /*border-bottom: solid 1px rgba(0,0,0,0.1);*/
    padding:30px;
    position: relative;
    background: var(--yellow);
    --cut: 30px;
    clip-path: polygon( var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
}
.box-grid-image:after {
    display: none;
}
.box-grid-text {
    padding: 30px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.box-grid h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.box-grid-text a.cta {
    margin-top: auto;
    margin-right: 0;
}
.flex-50.box-grid {
    margin-bottom: 80px;
}
/*.white-container .box-grid {
    background:var(--light);
}
.light-container .box-grid {
    background:var(--white);
}
.dark-container .box-grid-text {
    background:#1b1b1b;
}*/
.white-container .box-grid-text {
    background:var(--light);
}
.dark-container .box-grid-text {
    background:#1b1b1b;
}
.light-container .box-grid-text {
    background:var(--white);
}
.box-grid img {
    position: relative;
    height: 40px;
    width: 40px;
    min-height: unset;
    border-radius: 0;
    object-fit: contain;
    border-radius: 0;
    padding: 0;
    border:none;
    filter: brightness(1) invert(1);
    z-index: 1;
}
p.number {
    font-family: 'SF UI Text Bold';
    font-size: 32px !important;
}

/*** LARGE NUMBER GRID ***/
.large-number-container {
    padding:30px 30px 120px 30px;
}
.flex-25.large-number-container {
    width:25%;
}
.flex-33.large-number-container {
    width:33.33%;
}
.flex-50.large-number-container {
    width:50%;
}
.white-container .large-number-container, .light-container .large-number-container {
    border-right: solid 1px rgba(0,0,0,0.1);
}
.white-container .large-number-container:first-of-type, .light-container .large-number-container:first-of-type {
    border-left: solid 1px rgba(0,0,0,0.1)
}
.dark-container .large-number-container {
    border-right: solid 1px rgba(255,255,255,0.1);
}
p.large-number {
    font-size: 98px !important;
    line-height: 98px;
    color: var(--yellow);
    margin-bottom: 80px;
    font-family: 'NCLMonsterBeast';
}

/*** MAIN INFO GRID ***/
.category-grid .flex-50 {
    width:calc(50% - 20px);
}
.category-grid .flex-50:nth-of-type(1), .category-grid .flex-50:nth-of-type(2) {
    margin-bottom: 40px;
}
.category-image {
    background: var(--yellow);
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category-text {
    padding: 30px;
}
.category-text ul {
    padding:0;
}
.category-text p, .category-text li {
    list-style-type: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.dark h3, .dark p, .dark li {
    color:var(--white);
}
.button-group.filters-button-group {
    width: 100%;
}
.button-group.filters-button-group button {
    margin-right: 12px;
    margin-bottom: 12px;
    background: var(--white);
    padding: 14px 20px 14px 20px;
    color: var(--black) !important;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 18px;
    transition: 0.2s all ease-in-out;
    border: none;
    cursor: pointer;
    font-family: 'SF UI Text Semibold';    
}
.button-group.filters-button-group button:hover {
    background:var(--grey);
}
button.button.is-checked {
    background: var(--dark) !important;
    color: var(--white) !important;
}
.element-item {
    margin-bottom: 20px !important;
    padding-right: 20px;
    width:33.33%;
}
.product-image {
    width: 100%;
    position: relative;
    background: var(--white);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    --cut: 30px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut));
}
.product-image .js-flickity {
    height: 100%;
}
.product-image .flickity-viewport {
    height: 300px !important;
}
.product-image ol.flickity-page-dots {
    position: absolute;
    left:30px;
    bottom:10px;
    margin-top:0;
}
.product-image li.dot {
    margin-left: 0;
    margin-right: 16px;
}
.product-image img {
    height: 300px;
    object-fit: contain;
}
.product-image a {
    position: relative;    
    z-index: 1;
}
img.product-list-main-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
}
.flex-33-product {
    display: flex;
    flex-direction: column;
}
.product-text {
    position: relative;
    padding: 30px;
    background: var(--white);
    width: 100%;
    --cut: 30px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-text a.cta {
    margin-top: auto;
}
.product-text h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}
.product-text h3 a {
    color: var(--black);
    text-decoration: none;
    font-size: 26px;
}
.product-text h5 p {
    font-size: 18px;
    line-height: 26px;    
    letter-spacing: -0.8px;
}
.product-text p {
    color:var(--black);
    margin-bottom: 0;
}
.product-text p:last-of-type {
    margin-bottom:30px;
}
.product-text strong p {
    margin-bottom: 0 !important;
}

.product-list .flex-33-product {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.product-list .product-image {
    width: 33.33%;
    border-right: none;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.product-list .product-text {
    width: 66.66%;
}
@media(max-width:1367px){
    .product-list .flex-33-product {
        width: 100%;
        padding-right: 0;        
    }
}

/*** SUB LISTING ***/
.sub-listing {
    margin-bottom:120px;
    padding-bottom: 120px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.sub-listing:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sub-listing h2 a {
    text-decoration: none;
}
.sub-listing img {
    height: 40vh;
    min-height: 400px;
    max-height: 600px;
    object-fit: cover;
    --cut: 40px;
    clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}

/*** SUB LISTING CONTENT ***/
.sub-page-list-image-content {
    width: 100%;
    max-width: 600px;
    background: var(--white);
    padding: 20px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    border-radius: 20px;
}
.sub-page-list-image-content img {
    min-height: unset;
    max-height: unset;
    height: auto;
    max-width: 100px;
    object-fit: contain;
    border-radius: 0;
}


/*** CUSTOM ***/
.kayttotarkoitus .product-text a.post-category {
    display: none;
}
.kayttotarkoitus .product-text h3 {
    margin-top: 0;
}

/*** SINGLE PRODUCT ***/
.product-usage.single-product {
    margin-top:20px;
    border:none;
}
.usage-toggle {
    z-index: 1;
    display: block;
    position: relative;
}
.product-usage img {
    display: block;
    height: 80px;
    width: auto;
    padding: 16px;
    margin: 0 auto;
    cursor: pointer;
    background: var(--grey);
    margin-right: 16px;
    margin-bottom: 16px;
    transition: 0.2s all ease-in-out;
}
.product-usage img:hover {
    transform: scale(0.9);
    background: #e1e1e1;
}

.usage-info {
    position: absolute;
    width: 580px;
    left: 0;
    bottom: 50px;
    background: var(--white);
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 6%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
}
.usage-info:before {
    content: '';
    background: var(--white);
    width: 12px;
    height: 12px;
    bottom: -6px;
    left: 42px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.usage-info h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.usage-info p {
    margin-bottom: 0;
    color: var(--black);
    font-size: 16px;
    line-height: 26px;
}
.usage-info a.cta {
    margin-top:30px !important;
}
.usage-info a.cta:hover {
    background:var(--dark);
    color:var(--white) !important;
}
.show-usage {
    bottom: 110px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.close-usage {
    position: absolute;
    top: 30px;
    right: 30px;
    height:30px !important;
    width:30px !important;
    padding: 8px !important;
    border-radius: 50px !important;
    background: var(--yellow) !important;
    transform: none !important;
    margin:0 !important;
    transition: 0.2s all ease-in-out;
}
.close-usage:hover {
    transform: scale(0.95) !important;
    background:var(--dark-yellow) !important;
}

.gallery-cell {
  width: 100%;
  margin-right: 10px;
}
ol.flickity-page-dots {
    text-align: center;
    padding-left: 0;
    margin-top: 40px;
}
li.dot {
    background: var(--dark);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    transform: scale(0.9);
}
li.dot:hover {
    transform: scale(1);
}
li.dot.is-selected {
    background:var(--yellow);
    transform: scale(1);
}

.technical, .features {
    padding:30px;
    background:var(--light);
    height:fit-content;
}
.technical h3, .features h3 {
    margin-top:0;
}
.technical h4, .features h4 {
    margin-top:24px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
}
.technical ul, .features ul {
    padding: 0;
    margin-top:10px;
}
.technical ul li, .features ul li {
    list-style-type: none;
    font-weight: 400;
    padding: 6px 0 6px 0; 
    font-family: 'SF UI Text Medium';    
}
.technical ul li {
    border-bottom: dashed 1px rgba(0,0,0,0.1);
}
.technical ul li:first-of-type {    
    border-top: dashed 1px rgba(0,0,0,0.1);
}
.technical ul li span {
    display: inline-block;
    width: 50%;
}

.features ul li {
    position: relative;
    padding-left: 36px;
}
.features ul li:before {
    content: '';
    background: url(./assets/checkmark-icon-yellow-white.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}

.full-width-image-container {
    position: relative;
}
.full-width-image-container .site-content {
    padding-top: 240px;
}
.blurred .flex-50 {    
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 40px;
}
.blurred-image {
    width:200px;
}
.blurred img {
    height: 200px;
    width:200px;
    min-height: unset;
    border-radius: 20px;
}
.blurred-text {
    width:calc(100% - 250px);
}
.blurred h4 {
    color:var(--white);
}
.blurred p {
    color: var(--white);
}


/*** TAULUKKO ***/
.technical table {
    display: block;
    overflow-x: auto;
    width:100%;
}
.technical tr { 
    background: var(--white);
}
.technical td {
    padding: 12px;
    border-radius: 4px;
}

.large {    
    max-width: 991px;
    padding-bottom: 40px;
}
.large h1 {
    font-size: 46px;
    margin-top:0;
    margin-bottom: 40px;
}
.large h2 { 
    font-size: 36px;    
    margin-bottom: 40px;
}
.large h3 {
    font-size: 32px;
    margin-bottom: 40px;
}
.large h4 {
    font-size: 24px;
    margin-bottom: 40px;
}
.large p {
    font-size: 18px;
}
.banner-featured-image img {
  height: 50vh;
  min-height: 500px;
  object-fit: cover;
  display: block;
  --cut: 60px;
  clip-path: polygon(
    var(--cut) 0,
    100% 0,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    0 100%,
    0 var(--cut)
  );
}
.banner-featured-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--yellow);
  z-index: -1;
  transform: translate(40px, 40px);
  --cut: 85px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.dark-container p.top-headline {
    color:var(--yellow);
}
.white-container p.top-headline {
    color:var(--black);
}
p.top-headline {
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 22px !important;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 40px;
    font-family: 'Milker';
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
p.top-headline:before {
    content: '';
    width: 30px;
    height: 2px;
    background:var(--yellow);
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
}
.dark-container p.top-headline:before {
    background:var(--yellow);
}
.center p.top-headline {
    padding-left: 0;
}
.center p.top-headline:before {
    display: none;
}
.image-grid img {
    height: 40vh;
    width:100%;
    object-fit: cover;
    border-radius: 20px;
}
.page-template-products-group .banner-featured-image img {
    object-fit: contain;
}
.page-template-products-group .banner-featured-image::before {
    display: none;
}

/*** WPFORMS ***/
.flex-50.contact-container {
    padding: 80px;
    background: var(--white);
    height: fit-content;
}
.wpforms-container-full {
    margin:0 !important;
}
.wpforms-one-half {
    width: calc(50% - 10px) !important;
}
.wpforms-one-half:nth-of-type(even) {
    margin-left: 20px !important;
}
.wpforms-field-large {
    height: 70px !important;
    border: solid 1px rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    background: var(--light) !important;
    color: var(--dark) !important;
    font-size: 16px !important;
    font-style: italic;
    padding-left: 24px !important;
}
.wpforms-field-medium {
    height: 300px !important;
    border: solid 1px rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    background: var(--light) !important;
    color: var(--dark) !important;
    font-size: 16px !important;
    font-style: italic;
    padding-left: 24px !important;
    padding-top:30px !important;
}
.wpforms-submit {
    border:none !important;
    border-radius: 0 !important;
    background: var(--yellow) !important;
    padding: 18px 50px 16px 50px !important;
    color: var(--black) !important;
    font-size: 16px !important;
    line-height: 20px !important;
    transition: 0.2s all ease-in-out !important;
    font-family: 'SF UI Text Semibold' !important;
}
.wpforms-submit:hover {
    background: var(--dark-yellow) !important;    
}
#wpforms-354-field_7-container, #wpforms-3733-field_6-container, #wpforms-4447-field_7-container, #wpforms-5434-field_7-container {
    display: none;
}


/*** UCR ***/
.ucr-toggle-button-container {
    position: fixed;
    right: 30px;
    bottom: 0px;
    transform: translateY(-50%);
    padding: 10px 10px;
    background: rgb(18 18 18);
    border-radius: 40px;
    z-index: 999;
}
.ucr-toggle-button-container button {
    border: none;
    padding: 8px;
    border-radius: 40px;
    cursor: pointer;
    transform: scale(0.9);
    font-size: 12px;
    transition: 0.2s all ease-in-out;
    width: 70px;
    text-align: center;
    font-family: 'SF UI Text Bold';
    letter-spacing: -0.4px;
    background: var(--dark);
    color: var(--white);
}
.ucr-toggle-button-container button:hover {
    background: var(--yellow);
    color:var(--black);
    transform:scale(1);
}
.ucr-toggle-button.active {
    background: var(--yellow);
    color:var(--black);
    transform: scale(1);
}


/*** FOOTERCONTAINER ***/
#footercontainer h5 {
    font-size: 24px;
}
#footercontainer ul {
	padding:0;
	margin:0;
}
#footercontainer ul li {
    list-style-type: none;
    font-family: 'SF UI Text Medium';
    font-size: 14px;
}
#footercontainer ul li a {
	text-decoration: none;
}
.bottom-footer {
    position: relative;
    margin-top:60px;
}
.bottom-footer .flex-100 {
    border-top: solid 1px rgba(0,0,0,0.1);
    padding-top: 60px;
}
.footer-menu {
    width: calc(33.33% - 20px);
}
.smallprint-container p {
    font-size: 14px;
    font-family: 'SF UI Text Semibold';
    color: var(--black);
    margin-top: 40px;
    margin-bottom: 0;
}
.smallprint-container p a {
    text-decoration: none;
    color: var(--black);
}

/*** MEDIA QUERIES ***/
@media(max-width:1920px){
    .numbers p {
        font-size: 18px;
    }
    /*.banner-content h1 {
        font-size: 92px;
        line-height: 108px;
    }*/
    .numbers {
        padding: 60px 30px;     
    }
    .numbers h4 {
        font-size: 56px;
    }
    .quote-box p {
        font-size: 28px;
    }
}
@media(max-width:1650px){ 
    .banner-content h1 {
        font-size: 74px;        
    }
    .blog-grid .element-item {
        width: 33.33%;
    }
    img.product-list-main-image {
        position: unset;
        top: unset;
        transform: none;
        margin-top: 0;
    }
}

@media(max-width: 1500px){
    .site-top-header {     
        max-width: calc(100% - 120px);
    }
}

@media(max-width:1450px){
    .box-grid {     
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
    .large-number-container{
        width:50% !important;
    }
    .white-container .large-number-container:first-of-type, .light-container .large-number-container:first-of-type {
        border-left: none;
    }
}

@media(max-width:1367px){
    .main-navigation {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .language-selector {
        right:150px;
        border-left: none;
        padding-left: 0;
        padding-right: 50px;
        border-right: solid 1px rgba(0,0,0,1);
    }
    .banner-content h1 {
        font-size: 74px;
    }
}

@media(max-width:1200px){
    .main-navigation {     
        right: 60px;
    } 
    .numbers {
        width:50%;
    }
    .numbers:nth-of-type(1), .numbers:nth-of-type(2) {
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .numbers:nth-of-type(2) {
        border-right: solid 1px rgba(0,0,0,0.1);
    }
    .banner-content p {     
        font-size: 18px;               
    }
    .flex-50.banner-featured-content {
        width: 100%;
    }
    .flex-50.banner-featured-image {
        width: 100%;
    } 
    .site-content {
        padding:100px 60px;
    }
    .blog-grid .element-item {
        width: 50%;
    }
    .element-item {
        width:50%;
    }
    .flex-50 {     
        width: 100%;
    }
    .flex-50:first-of-type {
        margin-bottom: 40px;
    }
    .flex-33:first-of-type {
        width:100%;
        margin-bottom: 40px;
    }
    .flex-33 {
        width: calc(50% - 40px);     
    }
    .flex-25 {
        width: calc(50% - 20px);
    }
    .large-number-container:nth-of-type(even) {
        border-right:none;
    }    
    .large-number-container:nth-of-type(1),.large-number-container:nth-of-type(2) {
        padding-bottom: 0;
    }
    .banner-featured-image img {
        height: auto;
        min-height: unset;
        object-fit: contain;
    }
    .footer-menu {
        width: calc(50% - 20px);
    }
    .footer-menu:nth-of-type(1), .footer-menu:nth-of-type(2) {
        margin-bottom: 80px;
    }



    .product-usage-container {
        width:100%;
    }
    .usage-info {
        position: fixed;
        left: 50%;
        top: 200px;
        bottom: unset !important;
        transform: translateX(-50%);
        width: calc(100% - 80px);
    }
    .usage-info:before {
        display: none;
    }
    .bottom-some-container a {
        width: calc(100% / 3);        
    }
    .bottom-some-container a:nth-of-type(1), .bottom-some-container a:nth-of-type(2), .bottom-some-container a:nth-of-type(3) {
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .bottom-some-container a:nth-of-type(4) {
        border-left: solid 1px rgba(0, 0, 0, 0.1);
    }

    .flex-33-post, .flex-33-product {     
        width: calc(50% - 15px) !important;
        margin: 0 !important;
    }

    .banner-featured-image::before {
        display: none;
    }
    .flex-33.box-grid {
        width: calc(50% - 15px) !important;
        margin-bottom: 0;
        flex:unset; 
    }

    .image-text-container .flex-50 img {
        height: auto;
        min-height: unset;
        object-fit: contain;
    }

    
}

@media(max-width:991px){
    .site-top-header {     
        max-width: calc(100% - 80px);
    }
    .mobile-menu {
        right:40px;
    }
    .language-selector {
        right: 110px;
        padding-right: 40px;
    }
    .site-title {
        left:40px;
    }
    .flex-50.banner-featured-content h1, h1 {     
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    p, li {
        font-size: 16px;
    }
    .overlay .flex-60 {
        width:100%;
    }
    .overlay .flex-40 {
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 60px;
    }
    .sub-banner-container .banner-content h1 {
        margin-top: 20px;
    }
    .banner-content {
        padding:0 40px;
    }
    .home .banner-content p {     
        max-width: calc(100% - 180px);
        margin: 0 auto;
    }
    .banner-content h1, .sub-banner-container .banner-content h1 {
        font-size: 42px !important;
    }
    .banner-content p {        
        font-size: 16px;
    }
    .site-content {
        padding: 60px 40px;
    }
    .slider-text p {     
        font-size: 14px;
    }
    .bottom-some-container a {
        width:100%;
        border:solid 1px rgba(0,0,0,0.1);
        border-top: none;
    }
    .bottom-some-container a:last-of-type {
        border-bottom: none;
    }
    .sub-banner-container:after {
        display: none;
    }
    .sub-listing img {
        height: 100%;
        min-height: unset;
        max-height: 400px;
    }
    .flex-50-left {
        padding-left: 40px;
    }
    .flex-50-left h2:before {     
        width: 20px;
        left: -40px;
    }
    .banner-featured-image img {     
        --cut: 40px;
    }
    .image-text-container .flex-50 img {   
        --cut: 40px;
    }
  
}

@media(max-width:768px){
    .site-header {     
        height: 80px;
    }
    .main-content {
        padding-top: 130px;
    }
    .banner-container {
        padding-top: 130px !important;
    }
    .overlay {
        height: 100%;
        max-height: 100%;
        width: 100%;
        right:0;
        top: 0;
        border-radius: 0;
    }
    .overlay {
        padding: 130px 40px 80px 40px;
    }
    .overlay ul.menu ul {
        padding-left: 10px;
    }
    .overlay ul.menu ul li {
        padding-right: 20px;
    }
    .flex-50.banner-featured-content h1, h1 {     
        font-size: 28px;
    }
    .home.page-id-8 .banner-content h1 span {
        font-size: 18px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p, li {
        font-size: 14px;
    }
    /*.large h1, .large h2 {
        font-size: 56px;
        line-height: 62px;     
    }
    .large h3 {
        font-size: 26px;
        line-height: 38px;
    }
    .large p {
        font-size: 18px;
        line-height: 30px;
    }*/
    .large h1, .large h2 {
        font-size: 28px;     
    }    
    .large h3 {
        font-size: 24px;
    }
    .large h4 {
        font-size: 20px;    
    }
    .numbers p {
        font-size: 16px;
    }
    .numbers h4 {
        font-size: 36px;
    }
    .overlay ul.menu li a {
        font-size: 18px;
    }
    .banner-content h1, .sub-banner-container .banner-content h1 {
        font-size: 36px !important;
    }
    .home .banner-content p {     
        max-width: 100%;
        margin: 0 auto;
    }
    .home .banner-content a.cta:first-of-type {
        margin-top:40px;
    }
    /*.banner-content a.cta {     
        margin-top: 20px;
    }*/
    a.cta, pre a {
        padding: 12px 26px 12px 26px;
        font-size: 13px;
        margin-top: 10px;
        width:100%;
    }
    .button-group.filters-button-group button {
        width: calc(50% - 20px);
    }
    .button-group.filters-button-group button:nth-of-type(even) {
        margin-right: 0 !important;
    }
    .blog-grid .element-item {
        width: 100%;
        padding-right: 0;
    }
    .element-item {
        width: 100%;
        padding-right: 0;
    }
    .slider-element {
        width: 300px;
        margin-right: 40px;    
    }
    .large-number-container {
        width: 100% !important;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        padding: 0 0 60px 0 !important;
        border-right: none !important;
    }
    .large-number-container:last-of-type {
        border-bottom: none;
    }
    p.large-number {
        font-size: 76px !important;
        margin-bottom: 60px;
    }
    .flex-25.blog-post {
        width:100%;
    }
    .banner-content .flex-66 {
        width:100%;
    }
    .single .banner-content .flex-66 {
        order:2;
    }
    .product-image-slider {
        width:100%;
        margin-top:60px;
        margin-bottom: 40px;
        order:1;
    }
    .product-list .product-image {
        width: 100%;
        border-radius: 20px 20px 0 0;
        border: solid 1px rgba(0,0,0,0.1);
        border-bottom: none;
    }
    .product-list .product-text {
        width: 100%;
        border-radius: 0 0 20px 20px;
    }
    .full-width-image-container .site-content {
        padding-top: 120px;
    }
    .footer-menu {
        width: 100%;
        margin-bottom: 40px !important;
    }

    .flex-33-post, .flex-33-product {     
        width: 100% !important;        
    }
    .wpforms-field {
        width: 100% !important;
    }
    .newsletter-container .wpforms-field-large {
        width: 100% !important;     
    }
    .bottom-some-container p {
        margin:0;
    }
    .flex-33.box-grid {
        width: 100% !important;
    }

	
}

@media(max-width:520px){	

    h1 {
        font-size:24px;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    h3 {
        font-size: 18px;
        letter-spacing: 0.8px;
    }
    h4 {
        font-size: 16px;
        letter-spacing: 0.6px;
    }
    h5 {
        font-size: 15px;
    }
    .banner-content h1, .sub-banner-container .banner-content h1 {
        font-size: 24px !important;          
    }
    .banner-content h1 {
        font-size: 24px !important;
    } 
    .flex-50.banner-featured-content h1, h1 {     
        font-size: 24px;
    }
    .site-top-header {     
        max-width: calc(100% - 40px);
        justify-content: center;
    }
    .site-title {
        left: 20px;
    }
    .mobile-menu {
        right: 20px;
    }
    .language-selector {
        display: none;
    }   
    .site-top-header ul {
        display: none;
    }
    .overlay {
        padding: 130px 20px 80px 20px;
    }
    .large p {
        font-size: 16px;
    }
    .technical h4, .features h4 {     
        font-size: 18px;
    }
    .site-content {
        padding: 40px 20px;
    }
    .full-width-image-container {
        display: none;
    }
    .banner-video {
        min-height: 600px;
    }
    .sub-banner-container {
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .banner-content {
        padding:0 20px !important;
    }
    .button-group.filters-button-group button {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        height:56px;
    }
    .box-grid-text {
        padding:20px;
    }
    .slider-element {
        width: 240px;
        margin-right: 20px;
    }
    .slider-image img {
        min-height: 250px;
        height: 30vh; 
    }
    .slider-text {
        padding: 20px;     
    }
    .slider-container:before, .slider-container:after {
        display: none;
    }
    .sub-banner-container .banner-content h4 p {
        font-size: 20px;     
    }
    .wpforms-field {
        width: 100% !important;
        margin: 0 !important;
    }    
    .product-usage img {
        height: 70px;
        padding: 20px;
    }
    .usage-info {     
        top:20px;
        width: calc(100% - 40px);
        padding:20px;
    }
    .usage-info h4 {     
        max-width: calc(100% - 50px);
    }
    .close-usage {
        top:20px;
        right:20px;
    }
    .ucr-toggle-button-container {
        transform: unset;
        bottom: 10px;
        right: 10px;
    }
    .ucr-toggle-button-container button {
        padding: 5px;
    }
    .wpforms-one-half:nth-of-type(even) {
        margin-left: 0 !important;
    }
    .wpforms-field-medium {
        height: 200px !important;     
        font-size: 14px !important;
        padding-left: 20px !important;
        padding-top: 20px !important;
    }
    .wpforms-field-large {
        height: 60px !important;
        font-size: 14px !important;        
        padding-left: 20px !important;
    }
    .wpforms-submit {     
        padding: 14px 40px 12px 40px !important;
    }
    .newsletter-container .wpforms-submit-container {     
        right: 8px;
        top: 7px;
    }
    .bottom-footer {     
        margin-top: 0px;
    }
    .numbers {
        padding: 30px 20px;
    }    
    .numbers h4 {
        font-size: 30px;
    }
    .numbers p {
        font-size: 14px;
        line-height: 1.3;    
    }
    .banner-featured-image img {     
        --cut: 20px;
    }
    .image-text-container .flex-50 img {   
        --cut: 20px;
    }
    .sub-listing img {
        --cut: 20px;
    }
    .box-grid-image {
        padding: 20px;
        --cut: 20px;
    }
    .flex-50-left {
        padding-left: 0px;
    }
    .blog-post-text {
        padding: 20px;
    }
    .product-text {
        padding: 20px;
    }
    .product-text h3 a {    
        font-size: 20px;
    }
    .technical, .features {
        padding: 20px;
    }
    .flex-50:first-of-type {
        margin-bottom: 20px;
    }
    p.top-headline {
        font-size: 12px !important;
        margin-bottom: 20px;
    }
    .slider-element:before {     
        font-size: 120px;
    }
    p.large-number {     
        margin-top:40px;
        margin-bottom: 20px;
    }
}



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: var(--dark);
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    max-width: 1200px;
}
.modal-content img {
    width:100%;
}
.close {
    color: var(--white);
    position: absolute;
    top: 60px;
    right: 60px;
    font-size: 42px;
    line-height: 42px;
    cursor: pointer;
    z-index: 1;
}
.close:hover,.close:focus {
    color: var(--yellow);
}
.mySlides {
    display: none;
}
.modal .prev, .modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    color: var(--white);
    font-weight: bold;
    font-size: 32px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    background: var(--black);
}
.modal .prev {
    left:20px;
}
.modal .prev img {
    width: 20px;
    transform: rotate(180deg);
}
.modal .next {
    right: 20px;
}
.modal .next img {
    width: 20px;
}
.modal .prev:hover, .modal .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.multimek-after-buttons {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

.multimek-logo {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
}

.multimek-logo-link {
  display: inline-block;
}

.multimek-text-link {
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .multimek-logo {
    max-width: 220px;
  }
}
