@charset "UTF-8";
    @font-face {
font-family: "Brezel Grotesk";
src: url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Brezel/BrezelGroteskWEB-Regular.woff2) format("woff2"), url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Brezel/BrezelGroteskWEB-Regular.woff) format("woff");
font-weight: normal;
font-display: fallback;
}
@font-face {
font-family: "Brezel Grotesk";
src: url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Brezel/BrezelGroteskWEB-Bold.woff2) format("woff2"), url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Brezel/BrezelGroteskWEB-Bold.woff) format("woff");
font-weight: bold;
font-display: fallback;
}
@font-face {
font-family: "Ivar";
src: url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Ivar/IvarHeadline-Regular.woff2) format("woff2"), url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Ivar/IvarHeadline-Regular.woff) format("woff");
font-weight: normal;
font-display: fallback;
}
@font-face {
font-family: "Ivar";
src: url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Ivar/IvarHeadline-Italic.woff2) format("woff2"), url(//imbox.se/wp-content/themes/enkindled/assets/fonts/Ivar/IvarHeadline-Italic.woff) format("woff");
font-weight: normal;
font-style: italic;
font-display: fallback;
}           html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
} .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: 0.75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
} .hamburger {
font: inherit;
display: inline-block;
overflow: visible;
margin: 0;
padding: 15px;
cursor: pointer;
transition-timing-function: linear;
transition-duration: 0.15s;
transition-property: opacity, filter;
text-transform: none;
color: inherit;
border: 0;
background-color: transparent;
}
.hamburger.is-active:hover, .hamburger:hover {
opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
background-color: #000;
}
.hamburger-box {
position: relative;
display: inline-block;
width: 40px;
height: 24px;
}
.hamburger-inner {
top: 50%;
display: block;
margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
position: absolute;
width: 40px;
height: 4px;
transition-timing-function: ease;
transition-duration: 0.15s;
transition-property: transform;
border-radius: 4px;
background-color: #000;
}
.hamburger-inner:after, .hamburger-inner:before {
display: block;
content: "";
}
.hamburger-inner:before {
top: -10px;
}
.hamburger-inner:after {
bottom: -10px;
}
.hamburger--3dx .hamburger-box {
perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
transform: rotateY(180deg);
background-color: transparent !important;
}
.hamburger--3dx.is-active .hamburger-inner:before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
transform: rotateY(-180deg);
background-color: transparent !important;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
transform: rotateX(-180deg);
background-color: transparent !important;
}
.hamburger--3dy.is-active .hamburger-inner:before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
transform: rotateX(180deg);
background-color: transparent !important;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
transform: rotateX(180deg) rotateY(180deg);
background-color: transparent !important;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
background-color: transparent !important;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
top: 0;
opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
bottom: 0;
transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
top: -20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
top: -20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
top: 2px;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
top: 10px;
transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transition-delay: 75ms;
transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
transition-delay: 75ms;
transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
top: 10px;
transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
transition-delay: 75ms;
transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
transition-delay: 75ms;
transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
top: -80px;
left: -80px;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
top: -80px;
right: -80px;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
top: 80px;
left: -80px;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
top: 80px;
right: -80px;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
bottom: 0;
}
.hamburger--slider .hamburger-inner {
top: 2px;
}
.hamburger--slider .hamburger-inner:before {
top: 10px;
transition-timing-function: ease;
transition-duration: 0.15s;
transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
top: 10px;
transition-timing-function: ease;
transition-duration: 0.15s;
transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
top: 10px;
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
top: 20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
top: -20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
transform: rotate(90deg);
background-color: transparent !important;
}
.hamburger--stand.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
transform: rotate(-90deg);
background-color: transparent !important;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease, opacity 75ms ease 0.12s;
opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
transition-delay: 0.1s;
transition-timing-function: linear;
transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
top: 0;
opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
bottom: 0;
transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
transition-delay: 0.1s;
transition-timing-function: linear;
transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
bottom: 0;
transform: rotate(-90deg);
} .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-o-transform: translate(0, -50%);
-ms-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
}
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
}
.swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px;
}
.swiper-container-cube, .swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}   html {
line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;
}  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 40px;
} hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: "Brezel Grotesk", sans-serif;
font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details,
menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}   span {
white-space: normal;
}
img {
max-width: 100%;
height: auto;
}
iframe {
margin: 0 auto;
max-width: 100%;
}
.iframe-frame {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.iframe-frame iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
a {
color: #3d3d3f;
}
a:hover {
text-decoration: none;
}
:where(a.button, span.button a, a span.button) {
font-weight: 700;
text-decoration: none;
padding: 8px 24px;
font-size: 14px;
display: inline-block;
font-family: "Brezel Grotesk", sans-serif;
cursor: pointer;
position: relative;
z-index: 1;
margin-bottom: 12px;
}
:where(a.button, span.button a, a span.button).primary {
background-color: #634AAF;
color: #FFF;
}
:where(a.button, span.button a, a span.button).primary--outline {
outline: 2px solid #634AAF;
outline-offset: -2px;
color: #634AAF;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).secondary {
background-color: #2BBF98;
color: #FFF;
}
:where(a.button, span.button a, a span.button).secondary--outline {
outline: 2px solid #2BBF98;
outline-offset: -2px;
color: #2BBF98;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).white {
background-color: #FFF;
color: #634AAF;
}
:where(a.button, span.button a, a span.button).white--outline {
outline: 2px solid #FFF;
outline-offset: -2px;
color: #FFF;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).dark {
background-color: #4D4D4D;
color: #FFF;
}
:where(a.button, span.button a, a span.button).dark--outline {
outline: 2px solid #4D4D4D;
outline-offset: -2px;
color: #4D4D4D;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).pink {
background-color: #fc7aa5;
color: #FFF;
}
:where(a.button, span.button a, a span.button).pink--outline {
outline: 2px solid #fc7aa5;
outline-offset: -2px;
color: #fc7aa5;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).dark-purple {
background-color: #45357a;
color: #FFF;
}
:where(a.button, span.button a, a span.button).dark-purple--outline {
outline: 2px solid #45357a;
outline-offset: -2px;
color: #45357a;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).complementary-pink {
background-color: #FFE6EC;
color: #634AAF;
}
:where(a.button, span.button a, a span.button).complementary-pink--outline {
outline: 2px solid #FFE6EC;
outline-offset: -2px;
color: #FFE6EC;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).complementary-green {
background-color: #D7F2E8;
color: #634AAF;
}
:where(a.button, span.button a, a span.button).complementary-green--outline {
outline: 2px solid #D7F2E8;
outline-offset: -2px;
color: #D7F2E8;
background-color: transparent;
}
:where(a.button, span.button a, a span.button).arrow::after {
content: "";
height: 12px;
width: 12px;
display: inline-block;
vertical-align: middle;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: center center;
margin-left: 10px;
margin-bottom: 2px;
}
:where(a.button, span.button a, a span.button)::after {
content: "";
position: absolute;
display: block;
transform: translateY(100%);
transform-origin: top;
left: 20px;
bottom: 0;
transition: border 0.2s linear;
z-index: -1;
border-top: 0px solid transparent;
border-right: 0px solid transparent;
border-bottom: 0px solid transparent;
border-left: 0px solid transparent;
}
:where(a.button, span.button a, a span.button):hover::after {
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
:where(a.button, span.button a, a span.button):hover.primary::after {
border-top: 10px solid #634AAF;
}
:where(a.button, span.button a, a span.button):hover.primary--outline::after {
border-top: 10px solid #634AAF;
}
:where(a.button, span.button a, a span.button):hover.secondary::after {
border-top: 10px solid #2BBF98;
}
:where(a.button, span.button a, a span.button):hover.white::after {
border-top: 10px solid #FFF;
}
:where(a.button, span.button a, a span.button):hover.dark::after {
border-top: 10px solid #4D4D4D;
}
:where(a.button, span.button a, a span.button):hover.pink::after {
border-top: 10px solid #fc7aa5;
}
:where(a.button, span.button a, a span.button):hover.dark-purple::after {
border-top: 10px solid #45357a;
}
:where(a.button, span.button a, a span.button):hover.complementary-pink::after {
border-top: 10px solid #FFE6EC;
}
:where(a.button, span.button a, a span.button):hover.complementary-green::after {
border-top: 10px solid #D7F2E8;
}
:where(a.button, span.button a, a span.button).complementary-pink {
background-color: #FFE6EC;
color: #634AAF;
}
:where(a.button, span.button a, a span.button).complementary-pink::after {
border-top: 10px solid #FFE6EC;
}
span.primary a {
background-color: #634AAF;
color: #FFF;
}
span.primary a::after {
border-top: 10px solid #634AAF;
}
span.primary--outline a {
outline: 2px solid #634AAF;
outline-offset: -2px;
color: #634AAF;
background-color: transparent;
}
span.primary--outline a::after {
border-top: 10px solid #634AAF;
}
span.secondary a {
background-color: #2BBF98;
color: #FFF;
}
span.secondary a::after {
border-top: 10px solid #2BBF98;
}
span.secondary--outline a {
outline: 2px solid #2BBF98;
outline-offset: -2px;
color: #2BBF98;
background-color: transparent;
}
span.secondary--outline a::after {
border-top: 10px solid #2BBF98;
}
span.white a {
background-color: #FFF;
color: #634AAF;
}
span.white a::after {
border-top: 10px solid #FFF;
}
span.white--outline a {
outline: 2px solid #FFF;
outline-offset: -2px;
color: #FFF;
background-color: transparent;
}
span.white--outline a::after {
border-top: 10px solid #FFF;
}
span.dark a {
background-color: #4D4D4D;
color: #FFF;
}
span.dark a::after {
border-top: 10px solid #4D4D4D;
}
span.dark--outline a {
outline: 2px solid #4D4D4D;
outline-offset: -2px;
color: #4D4D4D;
background-color: transparent;
}
span.dark--outline a::after {
border-top: 10px solid #4D4D4D;
}
span.pink a {
background-color: #fc7aa5;
color: #fc7aa5;
}
span.pink a::after {
border-top: 10px solid #fc7aa5;
}
span.pink--outline a {
outline: 2px solid #fc7aa5;
outline-offset: -2px;
color: #fc7aa5;
background-color: transparent;
}
span.pink--outline a::after {
border-top: 10px solid #fc7aa5;
}
span.dark-purple a {
background-color: #45357a;
color: #45357a;
}
span.dark-purple a::after {
border-top: 10px solid #45357a;
}
span.dark-purple--outline a {
outline: 2px solid #45357a;
outline-offset: -2px;
color: #45357a;
background-color: transparent;
}
span.dark-purple--outline a::after {
border-top: 10px solid #45357a;
}
span.complementary-pink, span.complementary-pink a {
background-color: #FFE6EC;
color: #634AAF;
}
span.complementary-pink::after, span.complementary-pink a::after {
border-top: 10px solid #FFE6EC;
}
span.complementary-pink--outline a {
outline: 2px solid #FFE6EC;
outline-offset: -2px;
color: #FFE6EC;
background-color: transparent;
}
span.complementary-pink--outline a::after {
border-top: 10px solid #FFE6EC;
}
span.complementary-green a {
background-color: #D7F2E8;
color: #634AAF;
}
span.complementary-green a::after {
border-top: 10px solid #D7F2E8;
}
span.complementary-green--outline a {
outline: 2px solid #D7F2E8;
outline-offset: -2px;
color: #D7F2E8;
background-color: transparent;
}
span.complementary-green--outline a::after {
border-top: 10px solid #D7F2E8;
}
a.link, span.link a, a span.link, .link {
font-family: "Brezel Grotesk", sans-serif;
text-decoration: none;
display: inline-flex;
align-items: center;
position: relative;
}
a.link:is(span.link a):after, span.link a:is(span.link a):after, a span.link:is(span.link a):after, .link:is(span.link a):after {
content: "";
display: inline-block;
height: 0.5em;
width: 0.5em;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
margin-left: 4px;
transition: transform 0.2s;
}
a.link:hover, span.link a:hover, a span.link:hover, .link:hover {
text-decoration: none;
}
a.link:hover:is(span.link a):after, span.link a:hover:is(span.link a):after, a span.link:hover:is(span.link a):after, .link:hover:is(span.link a):after {
transform: rotate(45deg) translate(50%, -50%);
}
a.link.link-primary, span.link a.link-primary, a span.link.link-primary, .link.link-primary {
color: #634AAF;
}
a.link.link-primary a, span.link a.link-primary a, a span.link.link-primary a, .link.link-primary a {
color: #634AAF;
}
a.link.link-secondary, span.link a.link-secondary, a span.link.link-secondary, .link.link-secondary {
color: #2BBF98;
}
a.link.link-secondary a, span.link a.link-secondary a, a span.link.link-secondary a, .link.link-secondary a {
color: #2BBF98;
}
a.link.link-white, span.link a.link-white, a span.link.link-white, .link.link-white {
color: #FFF;
}
a.link.link-white a, span.link a.link-white a, a span.link.link-white a, .link.link-white a {
color: #FFF;
}
a.link.link-pink, span.link a.link-pink, a span.link.link-pink, .link.link-pink {
color: #fc7aa5;
}
a.link.link-pink a, span.link a.link-pink a, a span.link.link-pink a, .link.link-pink a {
color: #fc7aa5;
}
a.link.link-dark-purple, span.link a.link-dark-purple, a span.link.link-dark-purple, .link.link-dark-purple {
color: #fc7aa5;
}
a.link.link-dark-purple a, span.link a.link-dark-purple a, a span.link.link-dark-purple a, .link.link-dark-purple a {
color: #fc7aa5;
}
body {
font-family: "Brezel Grotesk", sans-serif;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #3D3D3F;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Brezel Grotesk", sans-serif;
font-weight: 700;
margin-top: 20px;
margin-bottom: 24px;
}
h1, .h1, .text-size-huge {
font-size: 32px;
line-height: 38px;
}
@media screen and (min-width: 764px) {
h1, .h1, .text-size-huge {
font-size: calc(32px + calc(32px / (32px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h1, .h1, .text-size-huge {
font-size: 64px;
}
}
@media screen and (min-width: 764px) {
h1, .h1, .text-size-huge {
line-height: calc(38px + calc(36px / (36px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h1, .h1, .text-size-huge {
line-height: 74px;
}
}
h2, .h2, .text-size-extralarge {
font-size: 28px;
line-height: 34px;
}
@media screen and (min-width: 764px) {
h2, .h2, .text-size-extralarge {
font-size: calc(28px + calc(20px / (20px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h2, .h2, .text-size-extralarge {
font-size: 48px;
}
}
@media screen and (min-width: 764px) {
h2, .h2, .text-size-extralarge {
line-height: calc(34px + calc(21px / (21px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h2, .h2, .text-size-extralarge {
line-height: 55px;
}
}
h3, .h3, .text-size-large {
font-size: 24px;
line-height: 30px;
}
@media screen and (min-width: 764px) {
h3, .h3, .text-size-large {
font-size: calc(24px + calc(12px / (12px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h3, .h3, .text-size-large {
font-size: 36px;
}
}
@media screen and (min-width: 764px) {
h3, .h3, .text-size-large {
line-height: calc(30px + calc(11px / (11px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h3, .h3, .text-size-large {
line-height: 41px;
}
}
h4, .h4 {
font-size: 20px;
line-height: 26px;
}
@media screen and (min-width: 764px) {
h4, .h4 {
font-size: calc(20px + calc(7px / (7px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h4, .h4 {
font-size: 27px;
}
}
@media screen and (min-width: 764px) {
h4, .h4 {
line-height: calc(26px + calc(5px / (5px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
h4, .h4 {
line-height: 31px;
}
}
h5, .h5 {
font-size: 16px;
line-height: 29px;
}
h6, .h6 {
font-size: 16px;
line-height: 29px;
}
blockquote {
font-size: 20px;
line-height: 35px;
font-style: italic;
font-weight: 400;
}
blockquote.blockquote-large {
font-size: 37px;
line-height: 44px;
}
ul:not(.ab-top-menu) {
list-style: none;
padding-left: 0;
}
ul:not(.ab-top-menu) li {
display: flex;
align-items: flex-start;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
ul:not(.ab-top-menu) li::before {
content: "";
display: inline-block;
color: #634AAF;
font-weight: bold;
font-size: 12px;
margin-right: 0;
margin-top: 10px;
border: 4px solid;
border-radius: 50%;
}
ul:not(.ab-top-menu) li label {
width: 100%;
margin-bottom: -1rem;
}
ul:not(.ab-top-menu) li div {
width: 100%;
}
.list-color--purple ul li:before {
color: #634AAF;
}
.list-color--green ul li:before {
color: #2BBF98;
}
ul.gform_fields li.gfield {
display: flex;
flex-wrap: wrap;
}
ol {
counter-reset: my-awesome-counter;
list-style: none;
padding-left: 40px;
}
ol li {
margin: 0 0 3px 0;
counter-increment: my-awesome-counter;
position: relative;
}
ol li::before {
content: counter(my-awesome-counter);
color: #FFF;
font-size: 15px;
font-weight: bold;
position: absolute;
--size: 22px;
left: calc(-1 * var(--size) - 10px);
line-height: var(--size);
width: var(--size);
height: var(--size);
top: 2px;
background: #634AAF;
border-radius: 50%;
text-align: center;
vertical-align: baseline;
font-family: "Brezel Grotesk", sans-serif;
}
table {
display: block;
overflow-x: auto;
}
table tr:nth-child(2n) {
background-color: #F5F4F6;
}
table td {
padding: 12px;
}   .space-normal {
padding: 24px;
}
.space-small {
padding: 12px;
}
.space-large {
padding: 32px;
}
.space-huge {
padding: 50px;
}
.space-none {
padding: 0;
}
.space-x-normal-y-none {
padding: 0 24px;
}
.space-x-normal-bottom-none {
padding: 24px 24px 0;
}
.space-x-normal-bottom-huge {
padding: 24px 24px 124px;
}
.space-y-normal {
padding-top: 24px;
padding-bottom: 24px;
}
.space-y-large {
padding-top: 32px;
padding-bottom: 32px;
}
.space-y-huge {
padding-top: 50px;
padding-bottom: 50px;
}
.space-bottom-none {
padding-bottom: 0;
}
.space-top-none {
padding-top: 0;
}   body {
overflow-x: hidden;
}
.wrapper {
max-width: 1440px;
margin: 0 auto;
}
.wrapper-flex {
display: flex;
flex-wrap: wrap;
}
.wrapper-grid {
display: grid;
gap: 16px;
place-content: center;
}
img.alignright {
float: right;
margin: 0 0 1em 1em;
}
img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
picture {
width: fit-content;
}
.overlay {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.white {
background-color: #FFF;
color: #3d3d3f;
}
.white a {
color: #3d3d3f;
}
.black {
background-color: #3d3d3f;
color: #FFF;
}
.black a {
color: #FFF;
}
.primary {
background-color: #634AAF;
color: #FFF;
}
.primary a {
color: #FFF;
}
.secondary {
background-color: #2BBF98;
color: #FFF;
}
.secondary a {
color: #FFF;
}
.light {
background-color: #F6F5F7;
color: #3d3d3f;
}
.light a {
color: #3d3d3f;
}
.pink {
background-color: #fc7aa5;
color: #FFF;
}
.pink a {
color: #FFF;
}
.dark-purple {
background-color: #45357a;
color: #FFF;
}
.dark-purple a {
color: #FFF;
}
.complementary-neutral {
background-color: #F5F4F6;
color: #3d3d3f;
}
.complementary-neutral a {
color: #3d3d3f;
}
.complementary-purple {
background-color: #DEDEFF;
color: #3d3d3f;
}
.complementary-purple a {
color: #3d3d3f;
}
.complementary-yellow {
background-color: #FFF6D2;
color: #3d3d3f;
}
.complementary-yellow a {
color: #3d3d3f;
}
.complementary-pink {
background-color: #FFE6EC;
color: #3d3d3f;
}
.complementary-pink a {
color: #3d3d3f;
}
.complementary-green {
background-color: #D7F2E8;
color: #3d3d3f;
}
.complementary-green a {
color: #3d3d3f;
}
.text-white {
color: #FFF;
}
.text-white a {
color: #FFF;
}
.text-primary {
color: #634AAF;
}
.text-primary a {
color: #634AAF;
}
.text-secondary {
color: #2BBF98;
}
.text-secondary a {
color: #2BBF98;
}
.text-black {
color: #3d3d3f;
}
.text-black a {
color: #3d3d3f;
}
.text-pink {
color: #fc7aa5;
}
.text-pink a {
color: #fc7aa5;
}
.text-dark-puple {
color: #45357a;
}
.text-dark-puple a {
color: #45357a;
}
.text-complementary-green {
color: #D7F2E8;
}
.text-complementary-green a {
color: #D7F2E8;
}
.text-complementary-pink {
color: #FFE6EC;
}
.text-complementary-pink a {
color: #FFE6EC;
}
.text-complementary-yellow {
color: #FFF6D2;
}
.text-complementary-yellow a {
color: #FFF6D2;
}
.text-complementary-neutral {
color: #F5F4F6;
}
.text-complementary-neutral a {
color: #F5F4F6;
}
.text-complementary-purple {
color: #DEDEFF;
}
.text-complementary-purple a {
color: #DEDEFF;
}
.after-primary:after {
background-color: #634AAF !important;
}
.after-secondary:after {
background-color: #2BBF98 !important;
}
.font-base {
font-family: "Ivar", sans-serif;
}
.font-heading {
font-family: "Brezel Grotesk", sans-serif;
}
.no-underline {
text-decoration: none;
}
.no-underline a {
text-decoration: none;
}
.text-shadow {
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-size-small {
font-size: 16px;
}
.text-size-normal {
font-size: 22px;
}
.content-width-small {
max-width: 385px;
}
.content-width-medium {
max-width: 470px;
}
.content-width-large {
max-width: 600px;
}
.content-width-extralarge {
max-width: 850px;
}
.content-width-full {
max-width: 100%;
width: 100%;
}
.content-align-middle {
margin: 0 auto;
}
.content-align-right {
margin-left: auto;
}
.content-align-left {
margin-right: auto;
}
@media only screen and (max-width: 763px) {
.content-align-left, .content-align-right {
margin: 0 auto;
}
}
.modal-is-open {
overflow: hidden;
position: fixed;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-90 {
opacity: 0.9;
}
.section {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
position: relative;
}
.section .column {
display: flex;
position: relative;
}
.section .column > div {
word-break: break-word;
position: relative;
z-index: 9;
}
.section .column .readmore-column .content-full {
display: none;
}
.section .column .readmore-column button {
background-color: transparent;
border: 0;
display: flex;
cursor: pointer;
color: #3D3D3F;
padding-left: 0;
font-weight: bold;
}
.section .column .readmore-column button::after {
content: "";
display: inline-block;
height: 20px;
width: 20px;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/down-white.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
-webkit-filter: grayscale(100%) brightness(0);
filter: grayscale(100%) brightness(0);
}
.section .column .readmore-column button.content-readless {
display: none;
}
.section .column .readmore-column button.content-readless::after {
transform: rotate(180deg);
}
.section .column .bgvideo {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 3;
}
.section .column .bgvideo video {
width: 100%;
height: 100%;
object-fit: cover;
}
@media only screen and (max-width: 763px) {
.section .column .bgvideo video {
height: auto;
}
}
.section .column.content-top {
align-items: flex-start;
}
.section .column.content-bottom {
align-items: flex-end;
}
.section .column.content-center {
align-items: center;
}
@media only screen and (max-width: 909px) {
.section .column {
padding: 24px;
}
}
.section .column-image {
min-height: 400px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.section.section-30-70 .column:nth-child(2n-1) {
width: 30%;
}
.section.section-30-70 .column:nth-child(2n) {
width: 70%;
}
@media only screen and (max-width: 910px) {
.section.section-30-70 .column:nth-child(2n-1), .section.section-30-70 .column:nth-child(2n) {
width: 100%;
}
}
.section.section-40-60 .column:nth-child(2n-1) {
width: 40%;
}
.section.section-40-60 .column:nth-child(2n) {
width: 60%;
}
@media only screen and (max-width: 910px) {
.section.section-40-60 .column:nth-child(2n-1), .section.section-40-60 .column:nth-child(2n) {
width: 100%;
}
}
.section.section-50-50 .column:nth-child(2n-1) {
width: 50%;
}
.section.section-50-50 .column:nth-child(2n) {
width: 50%;
}
@media only screen and (max-width: 910px) {
.section.section-50-50 .column:nth-child(2n-1), .section.section-50-50 .column:nth-child(2n) {
width: 100%;
}
}
.section.section-60-40 .column:nth-child(2n-1) {
width: 60%;
}
.section.section-60-40 .column:nth-child(2n) {
width: 40%;
}
@media only screen and (max-width: 910px) {
.section.section-60-40 .column:nth-child(2n-1), .section.section-60-40 .column:nth-child(2n) {
width: 100%;
}
}
.section.section-70-30 .column:nth-child(2n-1) {
width: 70%;
}
.section.section-70-30 .column:nth-child(2n) {
width: 30%;
}
@media only screen and (max-width: 910px) {
.section.section-70-30 .column:nth-child(2n-1), .section.section-70-30 .column:nth-child(2n) {
width: 100%;
}
}
.section.section-full .column:nth-child(2n-1) {
width: 100%;
}
.section.section-full .column:nth-child(2n) {
width: 100%;
}
@media only screen and (max-width: 910px) {
.section.section-full .column:nth-child(2n-1), .section.section-full .column:nth-child(2n) {
width: 100%;
}
}
.section.section-33-33-33 .column {
width: 33.3333%;
}
@media only screen and (max-width: 910px) {
.section.section-33-33-33 .column {
width: 100%;
}
}
.section.section-25-25-25-25 .column {
width: 25%;
}
@media only screen and (max-width: 1000px) {
.section.section-25-25-25-25 .column {
width: 50%;
}
}
@media only screen and (max-width: 764px) {
.section.section-25-25-25-25 .column {
width: 100%;
}
}
.section.primary .content-readmore,
.section.primary .content-readless, .section.black .content-readmore,
.section.black .content-readless, .section.pink .content-readmore,
.section.pink .content-readless, .section.dark-purple .content-readmore,
.section.dark-purple .content-readless,
.section .primary .content-readmore,
.section .primary .content-readless, .section .black .content-readmore,
.section .black .content-readless, .section .pink .content-readmore,
.section .pink .content-readless, .section .dark-purple .content-readmore,
.section .dark-purple .content-readless {
color: #FFF;
}
.section.primary .content-readmore::after,
.section.primary .content-readless::after, .section.black .content-readmore::after,
.section.black .content-readless::after, .section.pink .content-readmore::after,
.section.pink .content-readless::after, .section.dark-purple .content-readmore::after,
.section.dark-purple .content-readless::after,
.section .primary .content-readmore::after,
.section .primary .content-readless::after, .section .black .content-readmore::after,
.section .black .content-readless::after, .section .pink .content-readmore::after,
.section .pink .content-readless::after, .section .dark-purple .content-readmore::after,
.section .dark-purple .content-readless::after {
-webkit-filter: grayscale(100%) brightness(5) !important;
filter: grayscale(100%) brightness(5) !important;
}
.section .white .content-readmore, .section .white .content-readless, .section .secondary .content-readmore, .section .secondary .content-readless, .section .light .content-readmore, .section .light .content-readless, .section .complementary-neutral .content-readmore, .section .complementary-neutral .content-readless, .section .complementary-purple .content-readmore, .section .complementary-purple .content-readless, .section .complementary-yellow .content-readmore, .section .complementary-yellow .content-readless, .section .complementary-pink .content-readmore, .section .complementary-pink .content-readless, .section .complementary-green .content-readmore, .section .complementary-green .content-readless {
color: #3D3D3F;
}
.section .white .content-readmore::after, .section .white .content-readless::after, .section .secondary .content-readmore::after, .section .secondary .content-readless::after, .section .light .content-readmore::after, .section .light .content-readless::after, .section .complementary-neutral .content-readmore::after, .section .complementary-neutral .content-readless::after, .section .complementary-purple .content-readmore::after, .section .complementary-purple .content-readless::after, .section .complementary-yellow .content-readmore::after, .section .complementary-yellow .content-readless::after, .section .complementary-pink .content-readmore::after, .section .complementary-pink .content-readless::after, .section .complementary-green .content-readmore::after, .section .complementary-green .content-readless::after {
-webkit-filter: grayscale(100%) brightness(0) !important;
filter: grayscale(100%) brightness(0) !important;
}
.section .bgvideo {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 3;
}
.section .bgvideo video {
width: 100%;
height: 100%;
object-fit: cover;
}
@media only screen and (min-width: 764px) {
.min-400 .column {
min-height: 400px;
}
.min-450 .column {
min-height: 450px;
}
.min-500 .column {
min-height: 500px;
}
.min-550 .column {
min-height: 550px;
}
.min-600 .column {
min-height: 600px;
}
.min-650 .column {
min-height: 650px;
}
.min-700 .column {
min-height: 700px;
}
}
@media only screen and (max-width: 763px) {
.mobile-swap-columns .column:nth-child(1) {
order: 2;
}
.mobile-swap-columns .column:nth-child(2) {
order: 1;
}
}
.shadow {
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
}
@keyframes slidedown {
from {
top: -60px;
}
to {
top: 0px;
}
}
.site-header {
position: absolute;
width: 100%;
z-index: 10;
padding-top: 8px;
height: 58px;
}
.site-header ul li::before {
display: none;
}
.site-header .wrapper {
display: block;
max-width: 100%;
}
.site-header.header-white-text .site-menu .menu .menu-item a {
color: #FFF;
}
.site-header.header-white-text .site-menu .sub-menu .menu-item a {
color: #634AAF;
}
.site-header.header-white-text .site-logo-image {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/logotype-white.svg);
}
.site-header.header-primary {
background-color: #634AAF;
}
.site-header.header-primary .site-menu .menu .menu-item a {
color: #FFF;
}
.site-header.header-primary .site-menu .sub-menu .menu-item a {
color: #634AAF;
}
.site-header.header-primary .site-logo-image {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/logotype-white.svg);
}
@media only screen and (min-width: 1000px) {
.site-header.header-scrolled {
background-color: #634AAF;
position: fixed;
animation-name: slidedown;
animation-duration: 0.2s;
}
.site-header.header-scrolled .site-menu .menu .menu-item a {
color: #FFF;
}
.site-header.header-scrolled .site-menu .sub-menu .menu-item a {
color: #634AAF;
}
.site-header.header-scrolled .site-logo-image {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/logotype-white.svg);
}
}
.site-logo-image {
height: 40px;
width: 100px;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/logotype-purple.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
display: inline-block;
position: absolute;
left: 40px;
top: 10px;
z-index: 10;
}
.site-menu {
padding-right: 50px;
text-align: right;
}
.site-menu .menu {
list-style: none;
margin: 0;
padding: 0;
font-family: "Brezel Grotesk", sans-serif;
position: relative;
}
.site-menu .menu > .menu-item a {
position: relative;
}
.site-menu .menu > .menu-item a::before {
content: "";
background-color: #2BBF98;
height: 8px;
width: 8px;
border-radius: 50%;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
transition: transform 0.2s ease;
transform: scale(0);
pointer-events: none;
}
.site-menu .menu > .menu-item:not(.button):not(.menu-item-has-children) a:hover::before {
content: "";
background-color: #2BBF98;
height: 8px;
width: 8px;
border-radius: 50%;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
transition: transform 0.2s ease;
transform: scale(1);
}
.site-menu .menu > .current-menu-item:not(.button):not(.menu-item-has-children) a::before {
content: "";
background-color: #2BBF98;
height: 8px;
width: 8px;
border-radius: 50%;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
transition: transform 0.2s ease;
transform: scale(1);
}
.site-menu .menu .menu-item {
display: inline-block;
font-weight: normal;
line-height: 24px;
font-size: 18px;
font-weight: 700;
transition: transform 0.2s ease;
}
.site-menu .menu .menu-item.is-new, .site-menu .menu .menu-item.is-addon {
position: relative;
}
.site-menu .menu .menu-item.is-new::before, .site-menu .menu .menu-item.is-addon::before {
content: "Nyhet!";
color: #FFF;
background-color: #2BBF98;
padding: 2px;
border-radius: 8px;
border: 0;
display: inline-block;
position: absolute;
top: 0;
right: 0;
width: 46px;
height: 17px;
line-height: 1;
text-align: center;
}
.site-menu .menu .menu-item.is-addon::before {
content: "Tillval";
}
.site-menu .menu .menu-item a {
padding: 10px 20px;
text-decoration: none;
display: inline-block;
color: #634AAF;
}
.site-menu .menu .menu-item .desc {
display: none;
}
.site-menu .menu .menu-item.button a {
position: relative;
}
.site-menu .menu .menu-item.button a::after {
position: absolute;
height: 20px;
width: 20px;
transform: rotate(45deg);
left: 20px;
display: block;
content: "";
bottom: 8px;
transition: bottom 0.2s;
z-index: -1;
}
.site-menu .menu .menu-item.button a:hover::after {
transition: bottom 0.2s;
bottom: -8px;
}
.site-menu .menu .menu-item.button.primary a::after {
background-color: #634AAF;
}
.site-menu .menu .menu-item.button.secondary a::after {
background-color: #2BBF98;
}
.site-menu .menu .menu-item.button.white a::after {
background-color: #FFF;
}
.site-menu .menu .menu-item.button.dark a::after {
background-color: #4D4D4D;
}
.site-menu .menu .menu-item.button.pink a::after {
background-color: #fc7aa5;
}
.site-menu .menu .menu-item.button.dark-purple a::after {
background-color: #45357a;
}
.site-menu .menu .menu-item.button a {
color: #FFF;
}
.site-menu .menu .menu-item.current-menu-item {
text-decoration: underline;
}
.site-menu .menu .menu-item.menu-item-has-children > a {
position: relative;
}
.site-menu .menu .menu-item.menu-item-has-children > a::after {
content: "";
height: 20px;
width: 20px;
display: block;
background-color: #FFF;
bottom: -50px;
position: absolute;
transform: rotate(45deg);
margin: 0 auto;
left: 0;
right: 0;
opacity: 0;
z-index: 11;
pointer-events: none;
}
.site-menu .menu .menu-item.menu-item-has-children:hover a::after {
opacity: 1;
bottom: -30px;
transition: bottom 0.2s ease, opacity 0.2s ease;
transition-delay: 0.2s;
}
.site-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
display: flex;
transform: scale(1);
transition: transform 0.2s ease;
}
.site-menu .sub-menu {
display: block;
background-color: #FFF;
position: absolute;
z-index: 10;
flex-wrap: wrap;
width: 790px;
right: 0;
border-top: 20px solid transparent;
background-clip: padding-box;
padding: 24px;
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
transform: scale(0);
}
.site-menu .sub-menu .menu-item {
width: 50%;
text-align: left;
font-size: 18px;
line-height: 20px;
}
.site-menu .sub-menu .menu-item.is-addon::before, .site-menu .sub-menu .menu-item.is-new::before {
right: 0;
left: auto;
top: 8px;
transform: translate(-8px, -10%);
padding: 5px;
height: auto;
border-radius: 50px;
margin: 0;
font-size: 12px;
}
.site-menu .sub-menu .menu-item a {
color: #634AAF;
width: 100%;
transform: scale(1);
transition: transform 0.2s ease;
}
.site-menu .sub-menu .menu-item a:hover {
transform: scale(1.05);
transition: transform 0.2s ease;
}
.site-menu .sub-menu .menu-item .desc {
display: block;
font-size: 14px;
color: #3d3d3f;
line-height: 20px;
font-family: "Brezel Grotesk", sans-serif;
font-weight: normal;
margin-top: 8px;
}
.site-mobile-menu {
display: none;
}
.site-mobile-menu .hamburger {
position: fixed;
z-index: 20;
top: 8px;
right: 0;
padding: 12px 7px 7px 7px;
border-radius: 50%;
outline: none;
}
.site-mobile-menu .hamburger .hamburger-inner, .site-mobile-menu .hamburger .hamburger-inner::before, .site-mobile-menu .hamburger .hamburger-inner::after {
background-color: #FFF;
height: 2px;
border-radius: 0;
width: 30px;
}
.site-mobile-menu .hamburger .hamburger-inner::before {
top: 9px;
}
.site-mobile-menu .hamburger .hamburger-inner::after {
top: 19px;
}
.site-mobile-menu .navigation {
display: none;
z-index: 19;
background-color: #634AAF;
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
overflow: hidden;
padding: 20px;
}
.site-mobile-menu .navigation.open {
display: flex;
overflow-y: scroll;
}
.site-mobile-menu .navigation > div {
width: 100%;
padding-top: 58px;
}
.site-mobile-menu .navigation .button {
background-color: transparent;
}
.site-mobile-menu .navigation .menu {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
text-align: left;
font-family: "Brezel Grotesk", sans-serif;
display: flex;
flex-wrap: wrap;
}
.site-mobile-menu .navigation .menu .menu-item {
font-weight: bold;
width: 100%;
flex-direction: column;
}
.site-mobile-menu .navigation .menu .menu-item a {
color: #FFF;
padding: 20px;
display: block;
text-decoration: none;
}
.site-mobile-menu .navigation .menu .menu-item .desc {
display: none;
}
.site-mobile-menu .navigation .menu .menu-item.is-new, .site-mobile-menu .navigation .menu .menu-item.is-addon {
position: relative;
}
.site-mobile-menu .navigation .menu .menu-item.is-new::before, .site-mobile-menu .navigation .menu .menu-item.is-addon::before {
content: "Nyhet!";
color: #FFF;
background-color: #2BBF98;
padding: 5px;
border-radius: 50px;
border: 0;
display: inline-block;
position: absolute;
top: 15px;
right: 0;
width: 46px;
height: auto;
line-height: 1;
text-align: center;
z-index: -1;
font-size: 12px;
transform: translate(-3px, 0);
}
.site-mobile-menu .navigation .menu .menu-item.is-addon::before {
content: "Tillval";
}
.site-mobile-menu .navigation .menu .menu-item.menu-item-has-children {
position: relative;
}
.site-mobile-menu .navigation .menu .menu-item.menu-item-has-children a {
width: 80%;
}
.site-mobile-menu .navigation .menu .menu-item.menu-item-has-children::after {
width: 20%;
content: "";
height: 20px;
width: 20px;
position: absolute;
right: 10px;
top: 25px;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/down-white.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.site-mobile-menu .navigation .menu .menu-item.menu-item-has-children.is-open::after {
transform: rotate(180deg);
}
.site-mobile-menu .navigation .menu .menu-item.menu-item-has-children.is-open .sub-menu {
display: block;
}
.site-mobile-menu .navigation .sub-menu {
display: none;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
}
.site-mobile-menu .navigation .sub-menu .menu-item {
width: 100%;
}
.site-mobile-menu .navigation .sub-menu .menu-item > a {
opacity: 0.6;
}
.site-mobile-menu .navigation .sub-menu .menu-item > a:before {
content: "- ";
display: inline-block;
}
.site-mobile-menu .navigation .sub-menu .menu-item .desc {
display: none;
}
.site-mobile-menu .navigation .sub-menu .menu-item .sub-menu .menu-item a {
opacity: 0.35;
}
.site-mobile-menu .navigation .sub-menu .menu-item.menu-item-has-children::after {
display: none;
}
.logged-in .site-mobile-menu .hamburger {
top: 38px;
}
@media only screen and (max-width: 1000px) {
.site-menu {
display: none;
}
.site-mobile-menu {
display: block;
}
.site-header {
background-color: #634AAF;
position: fixed;
}
.site-header .site-logo-image {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/logotype-white.svg);
}
.behind-header-mobile {
padding-top: 58px;
}
.site-logo-image {
left: 16px;
}
}
.site-footer {
background-color: #26323D;
}
.site-footer ul li::before {
display: none;
}
.site-footer a {
text-decoration: none;
}
.site-footer .row {
padding: 50px 20px;
max-width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.site-footer .banner {
width: 100%;
height: 195px;
display: flex;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/footer_banner.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 50px;
}
.site-footer .banner .banner-first, .site-footer .banner .banner-second {
display: flex;
justify-content: center;
padding: 8px;
}
@media only screen and (min-width: 764px) {
.site-footer .banner .banner-first, .site-footer .banner .banner-second {
padding: 20px 50px;
}
}
.site-footer .banner .banner-first {
flex-direction: column;
width: 60%;
}
.site-footer .banner .banner-second {
align-items: center;
width: 40%;
justify-content: flex-end;
}
.site-footer .banner .banner-title {
margin: 0;
}
@media only screen and (max-width: 763px) {
.site-footer .banner .banner-title {
font-size: 22px;
line-height: 26px;
}
}
.site-footer .banner .banner-title-first {
color: #FFF;
}
.site-footer .banner .banner-title-second {
color: #DEDEFF;
}
.site-footer .col {
width: 100%;
padding: 8px;
margin-top: 20px;
}
@media only screen and (min-width: 464px) {
.site-footer .col {
width: 50%;
}
}
@media only screen and (min-width: 764px) {
.site-footer .col {
width: 20%;
}
}
.site-footer .site-logo-image {
position: initial;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/logotype-white.svg);
}
.site-footer h4 {
color: #FFF;
font-size: 16px;
line-height: 29px;
font-weight: normal;
margin: 0;
}
.site-footer .menu {
margin: 0;
padding: 0;
list-style: none;
}
.site-footer .menu li {
font-size: 16px;
line-height: 29px;
font-family: "Brezel Grotesk", sans-serif;
}
.site-footer .menu li a {
opacity: 0.7;
color: #FFF;
transform: scale(1);
display: block;
transition: transform 0.2s, color 0.2s, opacity 0.2s;
}
.site-footer .menu li a:hover {
transition: transform 0.2s, color 0.2s, opacity 0.2s;
transform: scale(1.05);
color: #2BBF98;
opacity: 1;
}
.site-footer .social-links {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.site-footer .social-links li {
width: 30px;
margin-right: 12px;
}
.site-footer .social-links a {
width: 30px;
height: 30px;
display: block;
border-radius: 50%;
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid rgba(255, 255, 255, 0.2);
transition: transform 0.2s, border 0.2s;
transform: scale(1);
}
.site-footer .social-links a:hover {
transform: scale(1.2);
transition: transform 0.2s, border 0.2s;
border: 1px solid #2BBF98;
}
.site-footer .button-menu {
padding: 0;
margin: 0;
list-style: none;
text-align: right;
}
.footer-bottom {
padding: 8px 20px;
background-color: #1B252E;
color: #808080;
font-size: 14px;
font-family: "Brezel Grotesk", sans-serif;
}
.footer-bottom ul li::before {
display: none;
}
.footer-bottom a {
text-decoration: none;
}
.footer-bottom .row {
max-width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
@media only screen and (min-width: 764px) {
.footer-bottom .row {
justify-content: space-between;
}
}
.footer-bottom .col {
padding: 8px;
width: 100%;
}
.footer-bottom .col p {
display: inline-block;
margin: 0 12px 0 0;
}
@media only screen and (min-width: 764px) {
.footer-bottom .col {
width: 70%;
}
.footer-bottom .col:nth-child(2) {
text-align: right;
width: 30%;
}
}
.footer-bottom .privacy-menu {
margin: 0;
padding: 0;
list-style: none;
}
.footer-bottom .privacy-menu li {
display: inline-block;
margin-left: 12px;
}
.footer-bottom .privacy-menu li a {
color: #808080;
transform: scale(1);
display: block;
transition: transform 0.2s, color 0.2s;
}
.footer-bottom .privacy-menu li a:hover {
transition: transform 0.2s, color 0.2s;
transform: scale(1.05);
color: #2BBF98;
}
.people {
padding: 0 12px;
}
@media only screen and (min-width: 764px) {
.people {
padding: 0 24px;
}
}
.people .person-top {
width: 100%;
padding: 6px;
text-align: center;
}
@media only screen and (min-width: 764px) {
.people .person-top {
padding-right: calc((33.3333333333% - 200px) / 2);
padding-left: calc((33.3333333333% - 200px) / 2);
text-align: left;
}
}
@media only screen and (min-width: 910px) {
.people .person-top {
padding-right: calc((25% - 200px) / 2);
padding-left: calc((25% - 200px) / 2);
}
}
@media only screen and (min-width: 1450px) {
.people .person-top {
padding-right: calc((20% - 200px) / 2);
padding-left: calc((20% - 200px) / 2);
}
}
.people .person {
padding: 6px;
width: 50%;
word-break: break-word;
margin-bottom: 32px;
}
@media only screen and (min-width: 764px) {
.people .person {
padding: 12px;
}
}
.people .person .person-inner {
max-width: 200px;
margin: 0 auto;
}
@media only screen and (min-width: 764px) {
.people .person {
width: 33.33333%;
}
}
@media only screen and (min-width: 910px) {
.people .person {
width: 25%;
}
}
@media only screen and (min-width: 1450px) {
.people .person {
width: 20%;
}
}
.people .person img {
width: 200px;
margin: 0 auto 16px;
}
.people .person h2 {
color: #634AAF;
font-size: 20px;
line-height: 23px;
margin: 8px 0;
}
.people .person p {
font-size: 16px;
line-height: 24px;
margin: 0;
}
.people .wrapper-grid .person-top {
padding-inline: 6px;
grid-column: 1/2;
}
@media all and (min-width: 708px) {
.people .wrapper-grid .person-top {
grid-column: 1/3;
}
}
@media all and (min-width: 764px) {
.people .wrapper-grid .person-top {
padding-inline: 12px;
}
}
@media all and (min-width: 1082px) {
.people .wrapper-grid .person-top {
grid-column: 1/4;
}
}
.people .wrapper-grid .person {
width: 100%;
}
.people .wrapper-grid .person-inner {
max-width: none;
}
.people .wrapper-grid .person-inner img {
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
object-position: top;
}
.people.primary .person-info h2 {
color: #2bbf98;
}
.hero {
display: flex;
position: relative;
min-height: 600px;
align-items: stretch;
}
@media only screen and (max-width: 909px) {
.hero .content-align-right, .hero .content-align-left {
margin: 0 auto;
}
}
.hero.bg-full-content-above .hero-media {
position: absolute;
height: 100%;
}
.hero.bg-full-content-above .hero-content {
align-items: center;
}
@media only screen and (max-width: 909px) {
.hero.m-content-above {
flex-wrap: wrap;
}
.hero.m-content-above .hero-media {
position: static;
order: 2;
}
.hero.m-content-below {
flex-wrap: wrap;
}
.hero.m-content-below .hero-media {
position: static;
order: 0;
}
}
.hero .hero-media {
position: relative;
width: 100%;
z-index: 1;
display: flex;
}
.hero .hero-media video, .hero .hero-media img, .hero .hero-media picture {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero .hero-overlay {
height: 100%;
position: absolute;
width: 100%;
display: block;
top: 0;
left: 0;
}
@media only screen and (max-width: 909px) {
.hero .hero-overlay {
opacity: 0.7;
}
.hero .hero-overlay.mobile-overlay-primary, .hero .hero-overlay.mobile-overlay- {
background-color: #634AAF;
}
.hero .hero-overlay.mobile-overlay-secondary {
background-color: #2BBF98;
}
.hero .hero-overlay.mobile-overlay-white {
background-color: #FFF;
}
.hero .hero-overlay.mobile-overlay-black {
background-color: #3d3d3f;
}
.hero .hero-overlay.mobile-overlay-dark {
background-color: #4D4D4D;
}
.hero .hero-overlay.mobile-overlay-light {
background-color: #F6F5F7;
}
.hero .hero-overlay.mobile-overlay-pink {
background-color: #fc7aa5;
}
.hero .hero-overlay.mobile-overlay-dark-purple {
background-color: #45357a;
}
.hero .hero-overlay.mobile-overlay-complementary-purple {
background-color: #DEDEFF;
}
.hero .hero-overlay.mobile-overlay-complementary-green {
background-color: #D7F2E8;
}
.hero .hero-overlay.mobile-overlay-complementary-pink {
background-color: #FFE6EC;
}
.hero .hero-overlay.mobile-overlay-complementary-neutral {
background-color: #F5F4F6;
}
.hero .hero-overlay.mobile-overlay-complementary-yellow {
background-color: #FFF6D2;
}
}
@media only screen and (min-width: 910px) {
.hero .hero-overlay.imbox {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.hero .hero-overlay.imbox-right-primary {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/hero-bubble-right-purple.png);
}
.hero .hero-overlay.imbox-left-primary {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/hero-bubble-left-purple.png);
}
.hero .hero-overlay.imbox-right-secondary {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/hero-bubble-right-green.png);
}
.hero .hero-overlay.imbox-left-secondary {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/hero-bubble-left-green.png);
}
}
.hero .hero-content {
z-index: 2;
word-break: break-word;
display: flex;
justify-content: center;
flex-direction: column;
}
.hero .width-100 {
width: 100%;
}
.hero .width-60 {
width: 60%;
}
.hero .width-50 {
width: 50%;
}
.hero .width-40 {
width: 40%;
}
@media only screen and (max-width: 909px) {
.hero .hero-media {
position: absolute;
height: 100%;
}
.hero .width-100, .hero .width-60, .hero .width-50, .hero .width-40 {
width: 100%;
}
.hero .hero-content {
align-items: center;
width: 100%;
}
}
@media only screen and (min-width: 910px) {
.hero.bg-right-content-left .hero-media {
order: 2;
}
.hero.bg-right-content-left .hero-content {
order: 1;
}
.hero.bg-left-content-overlap .overlapping {
margin-left: -10%;
}
.hero.bg-right-content-overlap {
justify-content: flex-end;
}
.hero.bg-right-content-overlap .hero-media {
order: 2;
}
.hero.bg-right-content-overlap .hero-content {
order: 1;
}
.hero.bg-right-content-overlap .overlapping {
margin-right: -10%;
}
}
.hero-overlapping-section {
position: relative;
z-index: 2;
padding: 24px 24px 50px;
}
.hero-overlapping-section .hero-overlapping-block {
margin: 0 auto;
padding: 32px;
max-width: 528px;
}
.hero-overlapping-section .hero-overlapping-block.overlap-100 {
margin-top: -100px;
}
.hero-overlapping-section .hero-overlapping-block.overlap-200 {
margin-top: -200px;
}
.hero-overlapping-section .hero-overlapping-block.overlap-300 {
margin-top: -300px;
}
.blocks {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.blocks a {
text-decoration: none;
}
.blocks.blocks-p-bottom {
padding-bottom: 20px;
}
.blocks .block {
width: 100%;
padding: 32px;
transform: scale(1);
box-shadow: none;
border-radius: 12px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media only screen and (max-width: 909px) {
.blocks .block {
padding: 24px;
}
}
@media only screen and (min-width: 764px) {
.blocks .block {
width: 33.3333%;
}
}
.blocks a.block:hover {
transform: scale(1.02);
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blocks .block-image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
max-width: 362px;
margin: 0 auto;
position: relative;
padding-bottom: 75%;
}
.blocks .block-image.bg-contain {
background-size: contain;
}
@media only screen and (min-width: 764px) {
.blocks .block-image {
max-width: 100%;
}
}
.blocks .block-title {
color: #634AAF;
font-weight: normal;
font-family: "Brezel Grotesk", sans-serif;
margin: 18px 0;
max-width: 362px;
}
.blocks .block-text {
margin: 0 auto;
font-size: 16px;
}
.blocks .block-content {
max-width: 362px;
margin: 0 auto;
}
.blocks .block-content a {
text-decoration: underline;
}
.blocks .block-content a:hover {
text-decoration: none;
}
.blocks .block-content .button a, .blocks .block-content .button, .blocks .block-content a .button {
text-decoration: none;
}
@media only screen and (min-width: 764px) {
.blocks .block-content {
max-width: 100%;
}
}
.blocks-above {
padding: 0 32px;
}
.block-section {
padding: 50px 0;
}
@media only screen and (min-width: 764px) {
.block-section {
padding: 50px 32px;
}
}
.block-section .blocks .block-columns-wrapper {
padding: 32px;
}
.block-section .blocks.blocks-columns-2 .block {
width: 50%;
}
.block-section .blocks.blocks-columns-3 .block {
width: 33.33%;
}
.block-section .blocks.blocks-columns-4 .block {
width: 25%;
}
@media only screen and (max-width: 1000px) {
.block-section .blocks.blocks-columns-4 {
display: flex;
flex-wrap: wrap;
}
.block-section .blocks.blocks-columns-4 .block {
width: 50%;
}
}
@media only screen and (max-width: 764px) {
.block-section .blocks.blocks-columns-2 .block, .block-section .blocks.blocks-columns-3 .block, .block-section .blocks.blocks-columns-4 .block {
width: 100%;
}
}
.puffs {
padding: 50px 12px;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.puffs a {
text-decoration: none;
}
.puffs.space-top-none {
padding-top: 0;
}
.puffs .puff {
width: 100%;
min-height: 400px;
padding: 12px;
}
@media screen and (min-width: 910px) {
.puffs .puff {
min-height: calc(400px + calc(100px / (100px * 0 + 1)) * (100vw - 910px) / calc(540px / (540px * 0 + 1)));
}
}
@media screen and (min-width: 1450px) {
.puffs .puff {
min-height: 500px;
}
}
.puffs .puff.puff-last {
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
}
.puffs .puff.puff-last .puff-content {
margin: 0;
}
.puffs .puff.puff-last .puff-content::after {
display: none;
}
@media only screen and (min-width: 764px) {
.puffs .puff {
width: 50%;
}
}
.puffs .puff .puff-hover {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
bottom: -100%;
transition: bottom 0.3s;
color: #3d3d3f;
padding: 24px;
text-align: center;
}
.puffs .puff .puff-hover.primary .puff-title, .puffs .puff .puff-hover.primary .puff-text, .puffs .puff .puff-hover.secondary .puff-title, .puffs .puff .puff-hover.secondary .puff-text {
color: #FFF;
}
.puffs .puff .puff-hover.primary .puff-title::after, .puffs .puff .puff-hover.primary .puff-text::after, .puffs .puff .puff-hover.secondary .puff-title::after, .puffs .puff .puff-hover.secondary .puff-text::after {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
}
.puffs .puff .puff-hover.secondary .puff-title::after {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-secondary.svg);
}
.puffs .puff .puff-hover .puff-title::after {
content: "";
display: block;
height: 32px;
width: 32px;
border-radius: 50%;
background-color: #634AAF;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
margin: 12px auto 0;
}
.puffs .puff .puff-image {
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.puffs .puff .puff-image:hover .puff-hover {
bottom: 0;
transition: bottom 0.4s;
}
.puffs .puff .puff-overlay {
height: 100%;
display: flex;
flex-direction: column;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(135, 135, 135, 0) 50%, rgba(43, 42, 45, 0.56) 90%);
}
.puffs .puff .puff-content {
margin-top: auto;
padding: 12px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media screen and (min-width: 764px) {
.puffs .puff .puff-content {
padding: calc(12px + calc(20px / (20px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
.puffs .puff .puff-content {
padding: 32px;
}
}
.puffs .puff .puff-content.primary .puff-title, .puffs .puff .puff-content.primary .puff-text, .puffs .puff .puff-content.secondary .puff-title, .puffs .puff .puff-content.secondary .puff-text {
color: #FFF;
}
.puffs .puff .puff-content.primary .puff-title::after, .puffs .puff .puff-content.primary .puff-text::after, .puffs .puff .puff-content.secondary .puff-title::after, .puffs .puff .puff-content.secondary .puff-text::after {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
}
.puffs .puff .puff-content.secondary .puff-text::after {
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-secondary.svg);
}
.puffs .puff .puff-title {
margin: 0 0 3px 0;
}
.puffs .puff .puff-text {
margin: 0;
position: relative;
padding-right: 32px;
}
.puffs .puff .puff-text::after {
content: "";
height: 32px;
width: 32px;
border-radius: 50%;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-color: #634AAF;
display: inline-block;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.puffs .puff .puff-above {
padding: 24px;
display: flex;
}
.puffs .puff .puff-above p {
margin: 0;
color: #FFF;
font-family: "Brezel Grotesk", sans-serif;
font-size: 16px;
line-height: 22px;
width: 50%;
}
.quotes-section {
padding: 50px 0;
position: relative;
}
.quotes-section .quotes {
display: block;
width: 100%;
}
.quotes-section .quotes .quote {
display: flex;
flex-wrap: wrap;
padding-top: 80px;
height: auto;
}
.quotes-section .quotes .quote .quote-content {
width: 100%;
}
.quotes-section .quotes .quote-image {
position: absolute;
top: -80px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
}
.quotes-section .quotes .quote-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.quotes-section .quotes .quote-content {
display: flex;
justify-content: space-between;
flex-direction: column;
text-align: center;
position: relative;
padding: 64px 32px 32px;
color: #634AAF;
}
.quotes-section .quotes .quote-content a {
color: #634AAF;
}
.quotes-section .quotes .quote-content.primary, .quotes-section .quotes .quote-content.secondary {
color: #FFF;
}
.quotes-section .quotes .quote-content.primary a, .quotes-section .quotes .quote-content.secondary a {
color: #FFF;
}
.quotes-section .quotes .quote-content blockquote {
margin: 0;
font-family: "Ivar", sans-serif;
line-height: 1.2;
font-size: 16px;
}
@media only screen and (min-width: 910px) {
.quotes-section .quotes .quote-content blockquote {
font-size: 20px;
}
}
.quotes-section .quotes .quote-content p {
font-weight: bold;
font-family: "Brezel Grotesk", sans-serif;
margin: 1rem 0 0;
font-size: 16px;
}
@media only screen and (min-width: 910px) {
.quotes-section .quotes .quote-content p {
font-size: 20px;
}
}
.quotes-section .swiper-pagination {
position: static;
padding: 12px;
}
.quotes-section .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
border-radius: 100%;
background: transparent;
opacity: 1;
border: 1px solid #634AAF;
}
.quotes-section .swiper-pagination .swiper-pagination-bullet-active {
background: #634AAF;
}
.cases {
padding: 12px;
display: flex;
flex-wrap: wrap;
width: 100%;
}
.cases a {
text-decoration: none;
}
.cases .case {
width: 100%;
padding: 12px;
}
@media only screen and (min-width: 764px) {
.cases .case {
width: 33.3333%;
}
}
.cases .case-inner {
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
}
.cases .case-inner:hover .case-overlay {
background-color: transparent;
transition: background-color 0.2s ease;
}
.cases .case-inner:hover .case-image img {
max-height: 0;
transition: max-height 0.4s ease;
}
.cases .case-inner:hover .case-text::after {
transform: translateX(50%);
}
.cases .case-image {
display: flex;
justify-content: center;
align-items: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
padding-bottom: 75%;
}
.cases .case-image img {
max-height: 80px;
max-width: 160px;
opacity: 1;
transition: max-height 0.2s ease;
}
.cases .case-overlay {
width: 100%;
height: 100%;
top: 0;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(43, 42, 45, 0.56);
transition: background-color 0.2s ease;
}
.cases .case-content {
padding: 12px;
background-color: #FFF;
height: 100%;
position: relative;
min-height: 150px;
}
@media screen and (min-width: 764px) {
.cases .case-content {
padding: calc(12px + calc(12px / (12px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
.cases .case-content {
padding: 24px;
}
}
.cases .case-title {
color: #634AAF;
margin: 0 0 12px;
}
.cases .case-text {
margin: 0;
padding-right: 32px;
}
.cases .case-text::after {
content: "";
display: inline-block;
height: 32px;
width: 32px;
border-radius: 50%;
background-size: contain;
background-repeat: no-repeat;
background-color: #634AAF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
background-position: center;
position: absolute;
transition: transform 0.2s;
right: 12px;
bottom: 12px;
}
@media screen and (min-width: 764px) {
.cases .case-text::after {
right: calc(12px + calc(12px / (12px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
.cases .case-text::after {
right: 24px;
}
}
@media screen and (min-width: 764px) {
.cases .case-text::after {
bottom: calc(12px + calc(12px / (12px * 0 + 1)) * (100vw - 764px) / calc(516px / (516px * 0 + 1)));
}
}
@media screen and (min-width: 1280px) {
.cases .case-text::after {
bottom: 24px;
}
}
.case-section {
position: relative;
padding: 24px;
}
.case-section .anchor {
position: absolute;
top: -50px;
}
@media only screen and (min-width: 764px) {
.case-section .anchor {
top: 0;
}
}
.logos {
width: 100%;
display: flex;
justify-content: center;
padding: 24px;
flex-wrap: wrap;
}
.logos .logo {
padding: 15px 30px;
display: flex;
align-items: center;
}
.logos .logo-image {
max-height: 80px;
max-width: 180px;
}
.map .map-inner {
position: relative;
width: 100%;
min-height: 500px;
}
.map #wpgmza_map {
height: 100% !important;
}
.map .map-box {
position: absolute;
bottom: 32px;
left: 32px;
background-color: #FFF;
padding: 24px;
min-width: 250px;
max-width: 100%;
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
}
.map .map-box h1, .map .map-box h2, .map .map-box h3, .map .map-box h4, .map .map-box h5, .map .map-box h6, .map .map-box p {
margin: 0;
}
.terms {
padding: 24px 24px 0;
text-align: center;
}
.terms a {
text-decoration: none;
}
.terms .term {
font-size: 20px;
line-height: 23px;
font-family: "Brezel Grotesk", sans-serif;
font-weight: bold;
color: #CCC9D3;
margin: 0 10px 6px;
position: relative;
padding: 2px;
display: inline-block;
transition: color 0.2s ease;
}
.terms .term:hover {
color: #634AAF;
transition: color 0.2s ease;
}
.primary .terms .term:hover {
color: #FFF;
}
.terms .term.is-active {
color: #634AAF;
}
.primary .terms .term.is-active {
color: #FFF;
}
.primary .terms .term.is-active::after {
background-color: #FFF;
}
.terms .term.is-active::after {
content: "";
height: 2px;
width: 100%;
display: block;
position: absolute;
background-color: #634AAF;
bottom: 0;
left: 0;
right: 0;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
1% {
display: flex;
}
100% {
opacity: 1;
}
}
.list-section {
padding: 50px 0;
}
.list-section .items {
width: 100%;
min-height: 450px;
display: flex;
}
.list-section .item {
display: none;
flex-wrap: wrap;
width: 100%;
opacity: 0;
}
.list-section .item.is-active {
display: flex;
animation: fadeIn 0.6s;
opacity: 1;
margin-left: 0;
transition: margin 0.2s ease;
}
.list-section .item .item-col {
width: 100%;
padding: 24px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (min-width: 764px) {
.list-section .item .item-col {
width: 50%;
}
}
.list-section .item .item-image {
max-height: 400px;
max-width: 450px;
object-fit: contain;
}
@media only screen and (min-width: 764px) {
.list-section .item .item-image {
margin-left: auto;
}
}
.list-section .item .item-content {
max-width: 450px;
}
@media only screen and (min-width: 764px) {
.list-section .item .item-content {
margin-right: auto;
}
}
.list-section .bullets-wrapper {
padding: 24px 60px;
overflow: hidden;
position: relative;
}
.list-section .bullets-wrapper .bullets {
margin-left: auto;
margin-right: auto;
overflow: hidden;
list-style: none;
z-index: 1;
}
.list-section .bullets-wrapper .bullets .swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.list-section .bullets-wrapper .bullets::before, .list-section .bullets-wrapper .bullets::after {
display: none;
}
.list-section .bullets-wrapper .bullets::before {
left: 0;
background-color: #634AAF;
}
.list-section .bullets-wrapper .bullets::after {
right: 0;
background-color: #F5F4F6;
}
.list-section .bullets-wrapper .bullets.no-prev::before {
background-color: transparent;
}
.list-section .bullets-wrapper .bullets.no-next::after {
background-color: transparent;
}
.list-section .bullets-wrapper .bullets .bullet {
font-weight: bold;
font-family: "Brezel Grotesk", sans-serif;
display: flex;
flex-direction: column;
align-items: center;
width: 90px;
text-align: center;
cursor: pointer;
position: initial;
top: 0;
right: 100%;
}
.list-section .bullets-wrapper .bullets .bullet:first-of-type .bullet-number::before {
display: none;
}
.list-section .bullets-wrapper .bullets .bullet:hover .bullet-number {
background-color: #634AAF;
color: #FFF;
}
.list-section .bullets-wrapper .bullets .bullet:hover .bullet-title {
color: #634AAF;
}
.list-section .bullets-wrapper .bullets .bullet.is-active .bullet-number {
background-color: #634AAF;
color: #FFF;
}
.list-section .bullets-wrapper .bullets .bullet.is-active .bullet-number::before {
background-color: #634AAF;
}
.list-section .bullets-wrapper .bullets .bullet.is-active .bullet-title {
color: #634AAF;
}
.list-section .bullets-wrapper .bullets .bullet.is-prev {
left: -60px;
right: auto;
}
.list-section .bullets-wrapper .bullets .bullet.is-next {
right: -60px;
left: auto;
}
.list-section .bullets-wrapper .bullets .bullet.is-current {
left: 0;
right: 0;
margin: 0;
}
@media only screen and (min-width: 764px) {
.list-section .bullets-wrapper .bullets .bullet {
width: 150px;
}
}
.list-section .bullets-wrapper .bullets .bullet-number {
background-color: #F5F4F6;
color: #634AAF;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
position: relative;
z-index: 1;
font-size: 16px;
}
.list-section .bullets-wrapper .bullets .bullet-number::before {
height: 3px;
background-color: #F5F4F6;
display: inline-block;
position: absolute;
top: 14px;
right: 32px;
content: "";
z-index: -1;
width: 58px;
}
@media only screen and (min-width: 764px) {
.list-section .bullets-wrapper .bullets .bullet-number::before {
width: 118px;
}
}
.complementary-neutral .list-section .bullets-wrapper .bullets .bullet-number {
background-color: #CCC9D3;
}
.complementary-neutral .list-section .bullets-wrapper .bullets .bullet-number::before {
background-color: #CCC9D3;
}
.list-section .bullets-wrapper .bullets .bullet-title {
color: #CCC9D3;
font-weight: bold;
line-height: 18px;
margin-top: 8px;
max-width: 100px;
}
.list-section .bullets-wrapper .bullets .swiper-button-next, .list-section .bullets-wrapper .bullets .swiper-button-prev {
height: 24px;
top: 49px;
}
.list-section .bullets-wrapper .bullets .swiper-button-next.swiper-button-disabled, .list-section .bullets-wrapper .bullets .swiper-button-prev.swiper-button-disabled {
opacity: 0;
}
.list-section .bullets-wrapper .bullets .swiper-button-prev {
left: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23634AAF'%2F%3E%3C%2Fsvg%3E");
}
.list-section .bullets-wrapper .bullets .swiper-button-next {
right: 24px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23634AAF'%2F%3E%3C%2Fsvg%3E");
}
.overlapping-section {
position: relative;
padding: 24px;
}
@media only screen and (min-width: 764px) {
.overlapping-section {
padding: 50px;
}
}
.overlapping-section .wrapper {
display: flex;
flex-wrap: wrap;
}
@media only screen and (min-width: 764px) {
.overlapping-section .wrapper {
flex-wrap: nowrap;
}
}
.overlapping-section .overlapping-inner {
display: flex;
flex-direction: column;
width: 100%;
margin-right: -20%;
padding: 24px 24px 0;
z-index: 2;
order: 2;
}
@media only screen and (min-width: 764px) {
.overlapping-section .overlapping-inner {
order: 1;
}
}
.overlapping-section .overlapping-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.overlapping-section .overlapping-image {
width: 100%;
display: flex;
order: 1;
position: relative;
}
@media only screen and (min-width: 764px) {
.overlapping-section .overlapping-image {
width: 80%;
margin-left: -20%;
order: 2;
}
}
.overlapping-section .overlapping-image img {
width: 100%;
object-fit: contain;
height: 100%;
}
.overlapping-section .overlapping-bottom {
margin-top: auto;
font-family: "Brezel Grotesk", sans-serif;
font-size: 16px;
line-height: 24px;
}
.overlapping-section .overlapping-bottom p {
margin-bottom: 0;
}
.primary .overlapping-section .overlapping-bottom, .secondary .overlapping-section .overlapping-bottom {
color: #FFF;
}
body .gform_wrapper {
padding: 12px;
font-family: "Brezel Grotesk", sans-serif;
color: #634AAF;
margin: 0;
position: relative;
}
body .gform_wrapper a {
color: #634AAF;
}
body .gform_wrapper .top_label .gfield_label {
font-size: 18px;
line-height: 24px;
font-weight: normal;
}
body .gform_wrapper .field_description_below .gfield_description {
padding-top: 4px;
}
body .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 10px 16px;
border-radius: 10px;
background-color: #DEDEFF;
color: #634AAF;
font-size: 16px;
line-height: 25px;
width: 100% !important;
border: 2px solid #DEDEFF;
margin-top: 0;
}
body .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #634AAF;
}
body .gform_wrapper .ginput_container input[type=checkbox], body .gform_wrapper .ginput_container input[type=radio] {
margin: 0 4px 0 0 !important;
}
body .gform_wrapper .ginput_container input {
outline: none;
}
body .gform_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body .gform_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body .gform_wrapper input[type=submit] {
font-weight: 700;
text-decoration: none;
padding: 14px 24px !important;
font-size: 14px !important;
display: inline-block;
font-family: "Brezel Grotesk", sans-serif;
cursor: pointer;
position: relative;
z-index: 1;
margin-bottom: 12px;
outline: none;
border: none;
z-index: 1;
color: #FFF;
margin: 0 !important;
background-color: #2BBF98;
color: #FFF;
box-shadow: none;
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
body .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #2BBF98;
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
body .gform_wrapper div.validation_error {
display: none;
}
body .gform_wrapper .gfield.fade-out .ginput_container label:not(.open) {
height: 68px;
position: relative;
-webkit-mask: linear-gradient(#000 30%, rgba(0, 0, 0, 0) 100%);
mask: linear-gradient(#000 30%, rgba(0, 0, 0, 0) 100%);
}
body .button-outside_wrapper {
position: relative;
}
body .button-outside_wrapper .gform_body {
padding-bottom: 20px;
}
body .button-outside_wrapper .gform_footer {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
text-align: center;
}
body .button-outside_wrapper input[type=submit] {
padding: 14px 40px !important;
}
body .form-alt_wrapper .top_label .gfield_label {
font-size: 16px;
opacity: 0.5;
}
body .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 6px 0;
border-radius: 0;
background-color: transparent;
border: none;
font-size: 33px;
line-height: 35px;
width: 100% !important;
border: none;
font-family: "Brezel Grotesk", sans-serif;
border-bottom: 1px solid #634AAF;
color: #634AAF;
}
body .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #634AAF;
}
body .form-alt_wrapper .ginput_container ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body .form-alt_wrapper .ginput_container ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body .form-alt-button-beside_wrapper.form-alt_wrapper.gform_validation_error .gform_footer {
top: 65px;
}
body .form-alt-button-beside_wrapper.form-alt_wrapper .gform_footer {
position: absolute;
top: 40px;
right: 0;
text-align: right;
width: auto;
}
@media only screen and (min-width: 764px) {
body .form-alt-button-beside_wrapper.form-alt_wrapper .gform_footer {
right: 30px;
}
}
body .form-alt-button-beside_wrapper.form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding-right: 40px;
}
body .button-arrow_wrapper input[type=submit] {
background-color: #FFF;
text-indent: 100%;
padding: 0 !important;
border-radius: 50%;
height: 32px !important;
width: 32px !important;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
body .two-cols_wrapper .gform_body .gform_fields {
display: flex;
flex-wrap: wrap;
}
body .two-cols_wrapper .gform_body li.gfield {
width: 100%;
}
@media only screen and (min-width: 764px) {
body .two-cols_wrapper .gform_body li.gfield {
width: 50%;
padding: 6px !important;
}
}
body section.primary .gform_wrapper, body section.secondary .gform_wrapper, body section.pink .gform_wrapper, body section.dark-purple .gform_wrapper {
color: #FFF;
}
body section.primary .gform_wrapper a, body section.secondary .gform_wrapper a, body section.pink .gform_wrapper a, body section.dark-purple .gform_wrapper a {
color: #FFF;
}
body section.primary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.pink .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.dark-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #DEDEFF;
border: 2px solid #DEDEFF;
}
body section.primary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.pink .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.dark-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #FFF;
}
body section.primary .gform_wrapper ::-webkit-input-placeholder, body section.secondary .gform_wrapper ::-webkit-input-placeholder, body section.pink .gform_wrapper ::-webkit-input-placeholder, body section.dark-purple .gform_wrapper ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
body section.primary .gform_wrapper ::placeholder, body section.secondary .gform_wrapper ::placeholder, body section.pink .gform_wrapper ::placeholder, body section.dark-purple .gform_wrapper ::placeholder {
color: rgba(255, 255, 255, 0.5);
}
body section.primary .gform_wrapper input[type=submit], body section.secondary .gform_wrapper input[type=submit], body section.pink .gform_wrapper input[type=submit], body section.dark-purple .gform_wrapper input[type=submit] {
background-color: #2BBF98;
color: #FFF;
}
body section.primary .gform_wrapper input[type=submit]:hover, body section.secondary .gform_wrapper input[type=submit]:hover, body section.pink .gform_wrapper input[type=submit]:hover, body section.dark-purple .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #2BBF98;
}
body section.primary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.pink .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.dark-purple .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: none;
border-bottom: 1px solid #FFF;
color: #FFF;
background-color: transparent;
}
body section.primary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.pink .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.dark-purple .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #FFF;
}
body section.primary .form-alt_wrapper ::-webkit-input-placeholder, body section.secondary .form-alt_wrapper ::-webkit-input-placeholder, body section.pink .form-alt_wrapper ::-webkit-input-placeholder, body section.dark-purple .form-alt_wrapper ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
body section.primary .form-alt_wrapper ::placeholder, body section.secondary .form-alt_wrapper ::placeholder, body section.pink .form-alt_wrapper ::placeholder, body section.dark-purple .form-alt_wrapper ::placeholder {
color: rgba(255, 255, 255, 0.5);
}
body section.primary .form-alt_wrapper .gfield_description, body section.primary .form-alt_wrapper .gfield_label, body section.primary .form-alt_wrapper .ginput_container, body section.primary .form-alt_wrapper a, body section.secondary .form-alt_wrapper .gfield_description, body section.secondary .form-alt_wrapper .gfield_label, body section.secondary .form-alt_wrapper .ginput_container, body section.secondary .form-alt_wrapper a, body section.pink .form-alt_wrapper .gfield_description, body section.pink .form-alt_wrapper .gfield_label, body section.pink .form-alt_wrapper .ginput_container, body section.pink .form-alt_wrapper a, body section.dark-purple .form-alt_wrapper .gfield_description, body section.dark-purple .form-alt_wrapper .gfield_label, body section.dark-purple .form-alt_wrapper .ginput_container, body section.dark-purple .form-alt_wrapper a {
color: #FFF;
}
body section.primary .button-arrow_wrapper input[type=submit], body section.secondary .button-arrow_wrapper input[type=submit], body section.pink .button-arrow_wrapper input[type=submit], body section.dark-purple .button-arrow_wrapper input[type=submit] {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body section.primary .button-arrow_wrapper input[type=submit]:hover, body section.secondary .button-arrow_wrapper input[type=submit]:hover, body section.pink .button-arrow_wrapper input[type=submit]:hover, body section.dark-purple .button-arrow_wrapper input[type=submit]:hover {
background-color: #634AAF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body section.secondary .button-arrow_wrapper input[type=submit] {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-secondary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body section.secondary .button-arrow_wrapper input[type=submit]:hover {
background-color: #2BBF98;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-secondary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body section.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: none;
border-bottom: 1px solid #FFF;
color: #FFF;
background-color: transparent;
}
body section.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #FFF;
}
body section.secondary .form-alt_wrapper ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9);
}
body section.secondary .form-alt_wrapper ::placeholder {
color: rgba(255, 255, 255, 0.9);
}
body section.secondary .form-alt_wrapper .gfield_description, body section.secondary .form-alt_wrapper .gfield_label, body section.secondary .form-alt_wrapper .ginput_container, body section.secondary .form-alt_wrapper a {
color: #FFF;
}
body section.secondary .gform_wrapper {
color: #4D4D4D;
}
body section.secondary .gform_wrapper a {
color: #4D4D4D;
}
body section.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #FFF;
border: 2px solid #FFF;
}
body section.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #4D4D4D;
}
body section.secondary .gform_wrapper ::-webkit-input-placeholder {
color: #634AAF;
}
body section.secondary .gform_wrapper ::placeholder {
color: #634AAF;
}
body section.secondary .gform_wrapper input[type=submit] {
background-color: #634AAF;
color: #FFF;
}
body section.secondary .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #634AAF;
}
body section.white .gform_wrapper, body section.complementary-yellow .gform_wrapper, body section.complementary-neutral .gform_wrapper, body section.complementary-purple .gform_wrapper, body section.light .gform_wrapper {
color: #634AAF;
}
body section.white .gform_wrapper a, body section.complementary-yellow .gform_wrapper a, body section.complementary-neutral .gform_wrapper a, body section.complementary-purple .gform_wrapper a, body section.light .gform_wrapper a {
color: #634AAF;
}
body section.white .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.complementary-yellow .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.complementary-neutral .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.light .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #DEDEFF;
border: 2px solid #DEDEFF;
}
body section.white .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.complementary-yellow .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.complementary-neutral .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.light .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #634AAF;
}
body section.white .gform_wrapper ::-webkit-input-placeholder, body section.complementary-yellow .gform_wrapper ::-webkit-input-placeholder, body section.complementary-neutral .gform_wrapper ::-webkit-input-placeholder, body section.complementary-purple .gform_wrapper ::-webkit-input-placeholder, body section.light .gform_wrapper ::-webkit-input-placeholder {
color: #634AAF;
}
body section.white .gform_wrapper ::placeholder, body section.complementary-yellow .gform_wrapper ::placeholder, body section.complementary-neutral .gform_wrapper ::placeholder, body section.complementary-purple .gform_wrapper ::placeholder, body section.light .gform_wrapper ::placeholder {
color: #634AAF;
}
body section.white .gform_wrapper input[type=submit], body section.complementary-yellow .gform_wrapper input[type=submit], body section.complementary-neutral .gform_wrapper input[type=submit], body section.complementary-purple .gform_wrapper input[type=submit], body section.light .gform_wrapper input[type=submit] {
background-color: #2BBF98;
color: #FFF;
}
body section.white .gform_wrapper input[type=submit]:hover, body section.complementary-yellow .gform_wrapper input[type=submit]:hover, body section.complementary-neutral .gform_wrapper input[type=submit]:hover, body section.complementary-purple .gform_wrapper input[type=submit]:hover, body section.light .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #2BBF98;
}
body section.white .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.complementary-yellow .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.complementary-neutral .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.complementary-purple .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body section.light .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: none;
border-bottom: 1px solid #634AAF;
color: #634AAF;
background-color: transparent;
}
body section.white .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.complementary-yellow .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.complementary-neutral .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.complementary-purple .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body section.light .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #634AAF;
}
body section.white .form-alt_wrapper ::-webkit-input-placeholder, body section.complementary-yellow .form-alt_wrapper ::-webkit-input-placeholder, body section.complementary-neutral .form-alt_wrapper ::-webkit-input-placeholder, body section.complementary-purple .form-alt_wrapper ::-webkit-input-placeholder, body section.light .form-alt_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body section.white .form-alt_wrapper ::placeholder, body section.complementary-yellow .form-alt_wrapper ::placeholder, body section.complementary-neutral .form-alt_wrapper ::placeholder, body section.complementary-purple .form-alt_wrapper ::placeholder, body section.light .form-alt_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body section.white .form-alt_wrapper .gfield_description, body section.white .form-alt_wrapper .gfield_label, body section.white .form-alt_wrapper .ginput_container, body section.white .form-alt_wrapper a, body section.complementary-yellow .form-alt_wrapper .gfield_description, body section.complementary-yellow .form-alt_wrapper .gfield_label, body section.complementary-yellow .form-alt_wrapper .ginput_container, body section.complementary-yellow .form-alt_wrapper a, body section.complementary-neutral .form-alt_wrapper .gfield_description, body section.complementary-neutral .form-alt_wrapper .gfield_label, body section.complementary-neutral .form-alt_wrapper .ginput_container, body section.complementary-neutral .form-alt_wrapper a, body section.complementary-purple .form-alt_wrapper .gfield_description, body section.complementary-purple .form-alt_wrapper .gfield_label, body section.complementary-purple .form-alt_wrapper .ginput_container, body section.complementary-purple .form-alt_wrapper a, body section.light .form-alt_wrapper .gfield_description, body section.light .form-alt_wrapper .gfield_label, body section.light .form-alt_wrapper .ginput_container, body section.light .form-alt_wrapper a {
color: #634AAF;
}
body section.white .button-arrow_wrapper input[type=submit], body section.complementary-yellow .button-arrow_wrapper input[type=submit], body section.complementary-neutral .button-arrow_wrapper input[type=submit], body section.complementary-purple .button-arrow_wrapper input[type=submit], body section.light .button-arrow_wrapper input[type=submit] {
background-color: #634AAF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body section.white .button-arrow_wrapper input[type=submit]:hover, body section.complementary-yellow .button-arrow_wrapper input[type=submit]:hover, body section.complementary-neutral .button-arrow_wrapper input[type=submit]:hover, body section.complementary-purple .button-arrow_wrapper input[type=submit]:hover, body section.light .button-arrow_wrapper input[type=submit]:hover {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body section.complementary-purple .gform_wrapper {
color: #634AAF;
}
body section.complementary-purple .gform_wrapper a {
color: #634AAF;
}
body section.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #FFF;
border: 2px solid #FFF;
}
body section.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #634AAF;
}
body section.complementary-purple .gform_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body section.complementary-purple .gform_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body section.complementary-purple .gform_wrapper input[type=submit] {
background-color: #634AAF;
color: #FFF;
}
body section.complementary-purple .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #634AAF;
}
body div.primary .gform_wrapper, body div.secondary .gform_wrapper {
color: #FFF;
}
body div.primary .gform_wrapper a, body div.secondary .gform_wrapper a {
color: #FFF;
}
body div.primary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #DEDEFF;
border: 2px solid #DEDEFF;
}
body div.primary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #FFF;
}
body div.primary .gform_wrapper ::-webkit-input-placeholder, body div.secondary .gform_wrapper ::-webkit-input-placeholder {
color: #634AAF;
}
body div.primary .gform_wrapper ::placeholder, body div.secondary .gform_wrapper ::placeholder {
color: #634AAF;
}
body div.primary .gform_wrapper input[type=submit], body div.secondary .gform_wrapper input[type=submit] {
background-color: #2BBF98;
color: #FFF;
}
body div.primary .gform_wrapper input[type=submit]:hover, body div.secondary .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #2BBF98;
}
body div.primary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: none;
border-bottom: 1px solid #FFF;
color: #FFF;
background-color: transparent;
}
body div.primary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #FFF;
}
body div.primary .form-alt_wrapper ::-webkit-input-placeholder, body div.secondary .form-alt_wrapper ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
body div.primary .form-alt_wrapper ::placeholder, body div.secondary .form-alt_wrapper ::placeholder {
color: rgba(255, 255, 255, 0.5);
}
body div.primary .form-alt_wrapper .gfield_description, body div.primary .form-alt_wrapper .gfield_label, body div.primary .form-alt_wrapper .ginput_container, body div.primary .form-alt_wrapper a, body div.secondary .form-alt_wrapper .gfield_description, body div.secondary .form-alt_wrapper .gfield_label, body div.secondary .form-alt_wrapper .ginput_container, body div.secondary .form-alt_wrapper a {
color: #FFF;
}
body div.primary .button-arrow_wrapper input[type=submit], body div.secondary .button-arrow_wrapper input[type=submit] {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body div.primary .button-arrow_wrapper input[type=submit]:hover, body div.secondary .button-arrow_wrapper input[type=submit]:hover {
background-color: #634AAF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body div.secondary .gform_wrapper {
color: #4D4D4D;
}
body div.secondary .gform_wrapper a {
color: #4D4D4D;
}
body div.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #FFF;
border: 2px solid #FFF;
}
body div.secondary .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #4D4D4D;
}
body div.secondary .gform_wrapper ::-webkit-input-placeholder {
color: #634AAF;
}
body div.secondary .gform_wrapper ::placeholder {
color: #634AAF;
}
body div.secondary .gform_wrapper input[type=submit] {
background-color: #634AAF;
color: #FFF;
}
body div.secondary .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #634AAF;
}
body div.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: none;
border-bottom: 1px solid #FFF;
color: #FFF;
background-color: transparent;
}
body div.secondary .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #FFF;
}
body div.secondary .form-alt_wrapper ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9);
}
body div.secondary .form-alt_wrapper ::placeholder {
color: rgba(255, 255, 255, 0.9);
}
body div.secondary .form-alt_wrapper .gfield_description, body div.secondary .form-alt_wrapper .gfield_label, body div.secondary .form-alt_wrapper .ginput_container, body div.secondary .form-alt_wrapper a {
color: #FFF;
}
body div.secondary .button-arrow_wrapper input[type=submit] {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-secondary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body div.secondary .button-arrow_wrapper input[type=submit]:hover {
background-color: #2BBF98;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body div.white .gform_wrapper, body div.complementary-yellow .gform_wrapper, body div.complementary-neutral .gform_wrapper, body div.complementary-purple .gform_wrapper, body div.light .gform_wrapper, body div.transparent .gform_wrapper {
color: #634AAF;
}
body div.white .gform_wrapper a, body div.complementary-yellow .gform_wrapper a, body div.complementary-neutral .gform_wrapper a, body div.complementary-purple .gform_wrapper a, body div.light .gform_wrapper a, body div.transparent .gform_wrapper a {
color: #634AAF;
}
body div.white .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.complementary-yellow .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.complementary-neutral .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.light .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.transparent .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #DEDEFF;
border: 2px solid #DEDEFF;
}
body div.white .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.complementary-yellow .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.complementary-neutral .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.light .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.transparent .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #634AAF;
}
body div.white .gform_wrapper ::-webkit-input-placeholder, body div.complementary-yellow .gform_wrapper ::-webkit-input-placeholder, body div.complementary-neutral .gform_wrapper ::-webkit-input-placeholder, body div.complementary-purple .gform_wrapper ::-webkit-input-placeholder, body div.light .gform_wrapper ::-webkit-input-placeholder, body div.transparent .gform_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.white .gform_wrapper ::placeholder, body div.complementary-yellow .gform_wrapper ::placeholder, body div.complementary-neutral .gform_wrapper ::placeholder, body div.complementary-purple .gform_wrapper ::placeholder, body div.light .gform_wrapper ::placeholder, body div.transparent .gform_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.white .gform_wrapper input[type=submit], body div.complementary-yellow .gform_wrapper input[type=submit], body div.complementary-neutral .gform_wrapper input[type=submit], body div.complementary-purple .gform_wrapper input[type=submit], body div.light .gform_wrapper input[type=submit], body div.transparent .gform_wrapper input[type=submit] {
background-color: #2BBF98;
color: #FFF;
}
body div.white .gform_wrapper input[type=submit]:hover, body div.complementary-yellow .gform_wrapper input[type=submit]:hover, body div.complementary-neutral .gform_wrapper input[type=submit]:hover, body div.complementary-purple .gform_wrapper input[type=submit]:hover, body div.light .gform_wrapper input[type=submit]:hover, body div.transparent .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #2BBF98;
}
body div.white .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.complementary-yellow .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.complementary-neutral .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.complementary-purple .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.light .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body div.transparent .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: none;
border-bottom: 1px solid #634AAF;
color: #634AAF;
background-color: transparent;
}
body div.white .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.complementary-yellow .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.complementary-neutral .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.complementary-purple .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.light .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body div.transparent .form-alt_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: none;
border-bottom: 1px solid #634AAF;
}
body div.white .form-alt_wrapper ::-webkit-input-placeholder, body div.complementary-yellow .form-alt_wrapper ::-webkit-input-placeholder, body div.complementary-neutral .form-alt_wrapper ::-webkit-input-placeholder, body div.complementary-purple .form-alt_wrapper ::-webkit-input-placeholder, body div.light .form-alt_wrapper ::-webkit-input-placeholder, body div.transparent .form-alt_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.white .form-alt_wrapper ::placeholder, body div.complementary-yellow .form-alt_wrapper ::placeholder, body div.complementary-neutral .form-alt_wrapper ::placeholder, body div.complementary-purple .form-alt_wrapper ::placeholder, body div.light .form-alt_wrapper ::placeholder, body div.transparent .form-alt_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.white .form-alt_wrapper .gfield_description, body div.white .form-alt_wrapper .gfield_label, body div.white .form-alt_wrapper .ginput_container, body div.white .form-alt_wrapper a, body div.complementary-yellow .form-alt_wrapper .gfield_description, body div.complementary-yellow .form-alt_wrapper .gfield_label, body div.complementary-yellow .form-alt_wrapper .ginput_container, body div.complementary-yellow .form-alt_wrapper a, body div.complementary-neutral .form-alt_wrapper .gfield_description, body div.complementary-neutral .form-alt_wrapper .gfield_label, body div.complementary-neutral .form-alt_wrapper .ginput_container, body div.complementary-neutral .form-alt_wrapper a, body div.complementary-purple .form-alt_wrapper .gfield_description, body div.complementary-purple .form-alt_wrapper .gfield_label, body div.complementary-purple .form-alt_wrapper .ginput_container, body div.complementary-purple .form-alt_wrapper a, body div.light .form-alt_wrapper .gfield_description, body div.light .form-alt_wrapper .gfield_label, body div.light .form-alt_wrapper .ginput_container, body div.light .form-alt_wrapper a, body div.transparent .form-alt_wrapper .gfield_description, body div.transparent .form-alt_wrapper .gfield_label, body div.transparent .form-alt_wrapper .ginput_container, body div.transparent .form-alt_wrapper a {
color: #634AAF;
}
body div.white .button-arrow_wrapper input[type=submit], body div.complementary-yellow .button-arrow_wrapper input[type=submit], body div.complementary-neutral .button-arrow_wrapper input[type=submit], body div.complementary-purple .button-arrow_wrapper input[type=submit], body div.light .button-arrow_wrapper input[type=submit], body div.transparent .button-arrow_wrapper input[type=submit] {
background-color: #634AAF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-white.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body div.white .button-arrow_wrapper input[type=submit]:hover, body div.complementary-yellow .button-arrow_wrapper input[type=submit]:hover, body div.complementary-neutral .button-arrow_wrapper input[type=submit]:hover, body div.complementary-purple .button-arrow_wrapper input[type=submit]:hover, body div.light .button-arrow_wrapper input[type=submit]:hover, body div.transparent .button-arrow_wrapper input[type=submit]:hover {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/right-primary.svg);
transition: background-color 0.3s ease, background-image 0.3s ease, box-shadow 0.3s ease;
}
body div.complementary-purple .gform_wrapper {
color: #634AAF;
}
body div.complementary-purple .gform_wrapper a {
color: #634AAF;
}
body div.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #FFF;
border: 2px solid #FFF;
}
body div.complementary-purple .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #634AAF;
}
body div.complementary-purple .gform_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.complementary-purple .gform_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.complementary-purple .gform_wrapper input[type=submit] {
background-color: #634AAF;
color: #FFF;
}
body div.complementary-purple .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #634AAF;
}
body div.transparent .gform_wrapper {
color: #FFF;
}
body div.transparent .gform_wrapper a {
color: #FFF;
}
body div.transparent .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
background-color: #DEDEFF;
border: 2px solid #DEDEFF;
}
body div.transparent .gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
border: 2px solid #FFF;
}
body div.transparent .gform_wrapper ::-webkit-input-placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.transparent .gform_wrapper ::placeholder {
color: rgba(99, 74, 175, 0.5);
}
body div.transparent .gform_wrapper input[type=submit] {
background-color: #2BBF98;
color: #FFF;
}
body div.transparent .gform_wrapper input[type=submit]:hover {
background-color: #FFF;
color: #2BBF98;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
font-family: "Brezel Grotesk", sans-serif;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentText {
font-family: "Brezel Grotesk", sans-serif;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a {
padding: 8px 12px;
font-family: "Brezel Grotesk", sans-serif;
outline: none;
border-width: 2px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonAccept:hover {
background-color: #FFF;
color: #2BBF98;
border: 2px solid #2BBF98;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonDecline:hover {
background-color: #FFF;
color: #4D4D4D;
border: 2px solid #4D4D4D;
}
.password-protect {
padding: 80px 24px;
}
.password-protect .password-protect-content {
font-family: "Brezel Grotesk", sans-serif;
color: #634AAF;
max-width: 450px;
margin: 0 auto;
padding: 12px;
}
.password-protect .password-protect-content form p:first-of-type {
display: none;
}
.password-protect .password-protect-content form label {
visibility: hidden;
}
.password-protect .password-protect-content form input[type=password] {
padding: 10px 16px;
border-radius: 10px;
background-color: #DEDEFF;
color: #634AAF;
font-size: 16px;
line-height: 25px;
width: 100% !important;
border: 2px solid #DEDEFF;
margin-bottom: 24px;
visibility: visible;
outline: none;
}
.password-protect .password-protect-content form input[type=password]:focus {
border: 2px solid #634AAF;
}
.password-protect .password-protect-content form input[type=submit] {
font-weight: 700;
text-decoration: none;
padding: 12px 32px;
font-size: 14px;
display: inline-block;
font-family: "Brezel Grotesk", sans-serif;
cursor: pointer;
position: relative;
z-index: 1;
margin-bottom: 12px;
background-color: #2BBF98;
box-shadow: none;
border: none;
color: #FFF;
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.password-protect .password-protect-content form input[type=submit]:hover {
color: #2BBF98;
background-color: #FFF;
box-shadow: 0px 8px 40px rgba(99, 74, 175, 0.1);
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.divider-space {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.divider-space.small {
min-height: 60px;
}
.divider-space.medium {
min-height: 90px;
}
.divider-space.large {
min-height: 120px;
}
.popup-overlay {
display: none;
width: 100%;
height: 100%;
position: fixed;
z-index: 19;
background-color: rgba(43, 42, 45, 0.56);
top: 0;
left: 0;
right: 0;
}
@media only screen and (max-width: 764px) {
.popup-overlay {
overflow-y: scroll;
}
}
.popup {
position: fixed;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
z-index: 20;
width: 60%;
max-width: 550px;
transform: translateY(-50%);
max-height: 90vh;
overflow-x: hidden;
overflow-y: scroll;
-ms-overflow-style: none; scrollbar-width: none;  border: 10px solid #FFF;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.popup::-webkit-scrollbar {
display: none;
}
@media only screen and (max-width: 764px) {
.popup {
top: 60px;
width: 90%;
transform: none;
margin-bottom: 100px;
}
}
.popup .popup-inner {
position: relative;
}
.popup-close {
height: 40px;
width: 40px;
border-radius: 40px;
background-color: #4D4D4D;
background-size: 24px 24px;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/close-white.svg);
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top: 0px;
right: 0px;
cursor: pointer;
transition: all 0.2s ease;
z-index: 1;
}
.popup-close:hover {
background-color: #FFF;
background-image: url(//imbox.se/wp-content/themes/enkindled/assets/images/close-dark.svg);
transition: all 0.2s ease;
}
@media only screen and (max-width: 764px) {
.popup-close {
top: 4px;
right: 4px;
}
}
.slideshow {
display: flex;
flex-wrap: wrap;
}
.slideshow.half-slides-left .column-content {
order: 2;
}
.slideshow.half-slides-left .column-slides {
order: 1;
}
@media only screen and (min-width: 910px) {
.slideshow.full .column {
width: 100%;
}
}
.slideshow.full .column-content {
display: none;
}
.slideshow.full .swiper-wrapper {
max-height: 75vh;
}
.slideshow .column {
width: 100%;
}
@media only screen and (min-width: 910px) {
.slideshow .column {
width: 50%;
}
}
.slideshow .column-content {
padding: 24px;
}
.slideshow .swiper-inner {
padding-top: 56%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slideshow.has-no-navigation .swiper-button-next, .slideshow.has-no-navigation .swiper-button-prev {
visibility: hidden;
}
.slideshow.has-no-pagination .swiper-pagination-bullet {
visibility: hidden;
}
.slideshow .swiper-pagination-bullet {
background-color: #634AAF;
opacity: 1;
height: 10px;
width: 10px;
}
.slideshow .swiper-pagination-bullet-active {
background-color: #DEDEFF;
}
.slideshow .swiper-button-next, .slideshow .swiper-button-prev {
height: 25px;
width: 25px;
background-size: contain;
margin-top: 0;
transform: translateY(-50%) scale(1);
transition: transform 0.1s ease;
}
.slideshow .swiper-button-next:hover, .slideshow .swiper-button-prev:hover {
transition: transform 0.1s ease;
transform: translateY(-50%) scale(1.1);
}
.slideshow .swiper-button-disabled {
opacity: 0;
}
.slideshow .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23634AAF'%2F%3E%3C%2Fsvg%3E") !important;
}
.slideshow .swiper-button-prev:hover {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23DEDEFF'%2F%3E%3C%2Fsvg%3E") !important;
}
.slideshow .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23634AAF'%2F%3E%3C%2Fsvg%3E") !important;
}
.slideshow .swiper-button-next:hover {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23DEDEFF'%2F%3E%3C%2Fsvg%3E") !important;
}
.logo-slider {
height: 180px;
height: auto;
display: flex;
align-items: center;
}
.logo-slider .wrapper {
max-width: 100%;
}
.logo-slider .logo-slide-col {
padding: 30px;
}
.logo-slider .slick-slide > div {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.logo-slider .slick-track {
display: flex;
align-items: center;
}
.logo-slider .logo-image {
max-height: 60px;
max-width: 100%;
margin: 0 auto;
}
.gallery-images {
padding: 0.5rem; }
@media only screen and (max-width: 909px) {
.gallery-images {
padding: 0.2rem;
}
}
.gallery-images .grid:after {
content: "";
display: block;
clear: both;
}
.gallery-images .grid .grid-sizer,
.gallery-images .grid .grid-item {
width: 33.333%;
}
@media only screen and (max-width: 909px) {
.gallery-images .grid .grid-sizer,
.gallery-images .grid .grid-item {
width: 50%;
}
}
.gallery-images .grid .grid-item {
float: left;
padding: 0.5rem;
}
@media only screen and (max-width: 909px) {
.gallery-images .grid .grid-item {
padding: 0.2rem;
}
}
.gallery-images .grid .grid-item img {
display: block;
max-width: 100%;
}
.image_text_overlapping-section {
position: relative;
padding: 24px 0;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section {
padding: 50px;
}
}
.image_text_overlapping-section .wrapper {
display: flex;
flex-wrap: wrap;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section .wrapper {
flex-wrap: nowrap;
}
}
.image_text_overlapping-section .image_text_overlapping-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 24px;
z-index: 2;
position: relative;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section .image_text_overlapping-inner {
padding: 50px;
padding-left: 0;
flex-direction: row;
}
}
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-background {
position: absolute;
height: 100%;
width: 100%;
right: 0;
left: auto;
top: 0;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-background {
width: 70%;
}
}
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-content {
position: relative;
order: 2;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-content {
width: calc(50% - 25px);
}
}
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-image {
position: relative;
display: flex;
align-items: center;
height: 100%;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-image {
width: calc(50% - 25px);
}
}
.image_text_overlapping-section .image_text_overlapping-inner .image_text_overlapping-image img {
width: 100%;
object-fit: cover;
height: 100%;
}
.image_text_overlapping-section .image_text_overlapping-inner.image-m-bottom .image_text_overlapping-image {
order: 2;
}
@media only screen and (min-width: 764px) {
.image_text_overlapping-section .image_text_overlapping-inner.image-right {
padding-left: 50px;
padding-right: 0;
}
.image_text_overlapping-section .image_text_overlapping-inner.image-right .image_text_overlapping-background {
right: auto;
left: 0;
}
.image_text_overlapping-section .image_text_overlapping-inner.image-right .image_text_overlapping-image {
order: 2;
}
.image_text_overlapping-section .image_text_overlapping-inner.image-right .image_text_overlapping-content {
order: 1;
}
}   .single-cases iframe {
height: auto;
aspect-ratio: 16/9;
}
.site-menu .menu .menu-item.pll-parent-menu-item::before {
content: url(https://imbox.se/wp-content/uploads/2024/09/lang-white-1.svg);
display: inline-block;
margin-right: -14px;
vertical-align: middle;
width: 28px;
margin-bottom: 4px;
background: transparent !important;
color: transparent !important;
}
.site-menu .menu .menu-item.pll-parent-menu-item.menu-item-has-children:hover a::after {
opacity: 1;
bottom: -34px;
transition: bottom 0.2s ease, opacity 0.2s ease;
transition-delay: 0.2s;
}
.cb-footer__inner .cb-pricing-selector, .cb-footer__inner .cb-footer__dropdown {
color: #010101;
max-width: 155px;
margin: 0;
}
.cb-footer__dropdown {
display: flex;
position: relative;
background: #fff;
border-radius: 4px;
cursor: pointer;
padding: 8px 16px;
max-width: 171px;
align-items: center;
}
.cb-footer__dropdown:after {
content: url(//imbox.se/wp-content/uploads/2024/09/arrow-down.svg);
width: 24px;
height: 24px;
display: inline-block;
margin-left: auto;
}
.cb-footer__dropdown:before {
content: url(//imbox.se/wp-content/uploads/2024/09/lang.svg);
width: 24px;
height: 24px;
display: inline-block;
margin-right: 8px
}
.cb-footer__dropdown:after {
content: url(//imbox.se/wp-content/uploads/2024/09/arrow-down.svg);
width: 24px;
height: 24px;
display: inline-block;
margin-left: auto
}
.cb-footer__dropdown-root {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 16px;
}
.cb-footer__dropdown-menu {
display: none;
position: absolute;
background-color: #fff;
top: 100%;
border-radius: 4px;
padding: 4px;
box-shadow: 0 8px 24px rgba(0,0,0,.25);
right: 0;
width: 100%;
z-index: 1
}
@media all and (max-width: 820px) {
.cb-footer__dropdown-menu {
top:unset;
bottom: 100%
}
}
.cb-footer__dropdown-item {
display: flex;
align-items: center;
color: #141414;
padding: 4px 14px;
border-radius: 8px;
text-decoration: none;
transition: color .25s ease, background-color .25s ease;
font-weight: 400;
font-size: 16px;
}
.cb-footer__dropdown-item:hover,.cb-footer__dropdown-item:focus {
background-color: #f2f2f2;
color: var(--brand-base-blue, #00a2ff);
text-decoration: none
}
.cb-footer__dropdown-item--active:after {
display: block;
content: "";
width: 24px;
height: 24px;
max-width: 24px;
background-color: #141414;
margin-left: auto;
transition: background-color .25s ease;
-webkit-mask-image: url(//imbox.se/wp-content/themes/cookiebot/img/icons/checkmark.svg);
mask-image: url(//imbox.se/wp-content/themes/cookiebot/img/icons/checkmark.svg);
-webkit-mask-size: contain;
mask-size: contain;
flex-shrink: 0;
flex-grow: 1
}
.cb-footer__dropdown-item--active:hover:after,.cb-footer__dropdown-item--active:focus:after {
background-color: var(--brand-base-blue, #00a2ff)
}
.cb-footer__dropdown.active-selector .cb-footer__dropdown-menu {
display: block
}
.cb-footer__dropdown.active-selector .cb-footer__dropdown-menu {
display: block;
}
.cb-footer__dropdown-item--active:after {
display: block;
content: "";
width: 24px;
height: 24px;
max-width: 24px;
background-color: #141414;
margin-left: auto;
transition: background-color .25s ease;
-webkit-mask-image: url(//imbox.se/wp-content/uploads/2024/09/checkmark.svg);
mask-image: url(//imbox.se/wp-content/uploads/2024/09/checkmark.svg);
-webkit-mask-size: contain;
mask-size: contain;
flex-shrink: 0;
flex-grow: 1;
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
color: #010101;
}
.iti--flexible-dropdown-width .iti__country-list {
font-size: 16px;
color: #010101;
word-break: normal;
min-width: 280px;
}
.iti__country-list li {
align-items: center !important;
}
.iti__country-list li::before {
content: none !important;
}
.iti__country-list li div {
width: inherit;
}
.iti__country-list li div.iti__flag-box {
width: 20px;
}
#gform_wrapper_49 #gform_submit_button_49 {
width: 100%;
border-radius: 6px;
font-size: 16px !important;
margin-top: 12px !important;
}