@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
   :root {
--white: #ffffff;
--grey: #efefef;
--primary: #005cab;
--secondary: #00b4d5;
--tertiary: #002e56;
--black: #000000;
--primary-gradient: radial-gradient(var(--primary) 0%, var(--tertiary) 85%);
--font: "Raleway", sans-serif;
--font-thin: 100;
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-sm: 13px;
--font-md: 16px;
--font-lg: 18px;
--font-xl: 24px;
--font-2xl: 32px;
--font-3xl: 40px;
--font-4xl: 64px;
--header-height: 96px;
--home-banner-padding: 60px;
--footer-height: 0px;
--section-padding: 128px;
--section-padding-sm: 80px;
} @media screen and (max-width: 680px) {
:root {
--font-sm: 13px;
--font-md: 15px;
--font-lg: 16px;
--font-xl: 18px;
--font-2xl: 24px;
--font-3xl: 32px;
--font-4xl: 40px;
--section-padding: 80px;
--section-padding-sm: 56px;
}
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}
.swing {
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
transform: translateX(0%);
}
15% {
transform: translateX(-25%) rotate(-5deg);
}
30% {
transform: translateX(20%) rotate(3deg);
}
45% {
transform: translateX(-15%) rotate(-3deg);
}
60% {
transform: translateX(10%) rotate(2deg);
}
75% {
transform: translateX(-5%) rotate(-1deg);
}
100% {
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
transform: translateX(0%);
}
15% {
transform: translateX(-25%) rotate(-5deg);
}
30% {
transform: translateX(20%) rotate(3deg);
}
45% {
transform: translateX(-15%) rotate(-3deg);
}
60% {
transform: translateX(10%) rotate(2deg);
}
75% {
transform: translateX(-5%) rotate(-1deg);
}
100% {
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(0.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(0.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate(80deg);
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
transform: rotate(60deg);
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate(80deg);
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
transform: rotate(60deg);
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
} html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
figure,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 62.5%;
overflow-x: hidden;
}
body {
color: var(--black);
font-family: var(--font);
font-size: var(--font-lg);
font-weight: var(--font-normal);
line-height: 1.4;
}
a {
color: inherit;
text-decoration: none;
}
sup,
sub {
position: relative;
bottom: 1px;
font-size: 0.7em;
line-height: 0.7em;
vertical-align: super;
text-decoration: none;
}
sub {
top: 1px;
bottom: auto;
vertical-align: sub;
text-decoration: none;
}
ul + p,
ol + p,
p + p {
margin-top: 1em;
}
hr {
background-color: var(--secondary);
border: none;
border-radius: 8px;
display: block;
height: 4px;
margin: 40px 0;
width: 56px;
}
hr:first-child {
margin-top: 0;
}
table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
table img {
display: block;
height: auto;
max-width: 100%;
max-height: 250px;
margin-bottom: 16px;
width: auto;
}
table td,
table th {
padding: 16px 8px;
text-align: left;
}
table tr td {
border-bottom: 1px solid var(--white);
}  .app {
padding-top: var(--header-height);
min-height: 100vh;
}
.container,
.tiny-container,
.small-container,
.large-container {
margin: 0 auto;
max-width: 1528px;
padding: 0 64px;
}
.small-container {
max-width: 1280px;
}
.tiny-container {
max-width: 1000px;
}
.large-container {
max-width: 1560px;
}
@media screen and (max-width: 680px) {
.container,
.tiny-container,
.small-container,
.large-container {
padding: 0 24px;
}
} .header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 999;
}
.header::before {
background-color: var(--white);
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 90%;
width: 100%;
z-index: -1;
}
.header .header-content {
align-items: center;
display: flex;
justify-content: space-between;
gap: 32px;
}
.header .primary {
font-size: 0;
}
.header .primary img {
height: 48px;
}
.header .secondary {
font-size: var(--font-sm);
}
.header .secondary .secondary-main {
align-items: center;
display: flex;
gap: 24px;
} .header .navigation {
display: flex;
list-style: none;
gap: 32px;
margin-right: 16px;
}
.header .navigation a {
display: flex;
flex-direction: column;
gap: 8px;
font-weight: var(--font-medium);
text-transform: uppercase;
position: relative;
}
.header .navigation a::before {
background-color: var(--secondary);
border-radius: 8px;
content: "";
display: block;
height: 8px;
transition: width 0.3s;
width: 8px;
}
.header .navigation a:hover::before {
width: 100%;
}
.header .navigation a::after {
content: "";
display: block;
height: 32px;
position: absolute;
top: 100%;
left: 0;
right: 0;
}
.header .navigation .current-menu-item > a {
font-weight: var(--font-bold);
}
.header .navigation > li > .sub-menu {
background-color: rgba(255, 255, 255, 0.95);
display: none;
justify-content: center;
gap: 40px;
list-style: none;
padding: 8px 0 24px;
position: absolute;
top: 90%;
left: 0;
right: 0;
width: 100%;
z-index: -1;
}
.header .navigation > li > .sub-menu img {
max-width: 168px;
max-height: 140px;
-o-object-fit: contain;
object-fit: contain;
height: auto;
}
.header .navigation > li > .sub-menu .visual-only {
font-size: 0;
}
.header .navigation > li > .sub-menu .visual-only img {
max-height: 160px;
max-width: none;
}
.header .navigation > li > .sub-menu .visual-only a::before,
.header .navigation > li > .sub-menu .visual-only a::after {
display: none;
}
.header .navigation > li > .sub-menu a::before {
height: 6px;
width: 6px;
}
.header .navigation > li > .sub-menu a:hover::before {
width: 100%;
}
.header .navigation > li > .sub-menu .menu-item-has-children > a {
display: none;
}
.header .navigation > li > .sub-menu .menu-item-has-children .sub-menu {
display: flex;
flex-direction: column;
gap: 16px;
list-style: none;
}
.header .navigation > li > .sub-menu .current-menu-item > a {
font-weight: var(--font-normal);
}
.header .navigation > li:hover > .sub-menu {
display: flex;
} .header .menu {
display: none;
cursor: pointer;
height: 35px;
padding: 4px;
width: 40px;
}
.header .menu span {
margin: 4px 0;
transition: background-color 0.1s;
}
.header .menu span,
.header .menu span::before,
.header .menu span::after {
background-color: var(--primary);
border-radius: 8px;
display: block;
width: 32px;
height: 2.5px;
position: relative;
top: 8px;
}
.header .menu span::before,
.header .menu span::after {
content: "";
transform-origin: right;
position: absolute;
transition: transform 0.3s;
left: 0;
}
.header .menu span::before {
top: -8px;
}
.header .menu span::after {
top: 8px;
}
.header.menu-open .menu span {
background-color: transparent;
}
.header.menu-open .menu span::before {
transform: rotate(-45deg) translate(-1px, -5px);
}
.header.menu-open .menu span::after {
transform: rotate(45deg) translate(0px, 5px);
} .header .langs {
display: flex;
flex-direction: column;
gap: 2px;
position: relative;
padding: 0 22px;
--lang-icon-width: 22px;
}
.header .langs .lang {
align-items: center;
display: flex;
font-weight: var(--font-medium);
gap: 8px;
transition: opacity 0.3s;
position: relative;
z-index: 1;
}
.header .langs .lang:not(.active) {
cursor: pointer;
opacity: 0.25;
}
.header .langs .lang:not(.active):hover {
opacity: 1;
}
.header .langs .lang:first-child {
transform: translateX(var(--lang-icon-width));
}
.header .langs .lang:last-child {
flex-direction: row-reverse;
transform: translateX(calc(-1 * var(--lang-icon-width)));
}
.header .langs img {
width: var(--lang-icon-width);
}
.header .langs::after {
border: 1px solid var(--secondary);
border-radius: 150px;
content: "";
display: block;
position: absolute;
top: -7px;
left: 50%;
transform: translateX(-50%) rotate(37deg);
width: calc(8px + var(--lang-icon-width));
height: calc(16px + 2 * var(--lang-icon-width));
z-index: 0;
} .header .augmented-reality a {
background-color: var(--secondary);
border-bottom-left-radius: 96px;
border-bottom-right-radius: 96px;
cursor: pointer;
display: flex;
flex-direction: column;
gap: 4px;
padding: 8px 12px;
transition: background-color 0.3s;
}
.header .augmented-reality a img,
.header .augmented-reality a svg {
height: 40px;
width: auto;
}
.header .augmented-reality a img *,
.header .augmented-reality a svg * {
transition: fill 0.3s;
}
.header .augmented-reality a span {
color: var(--white);
font-weight: var(--font-bold);
text-align: center;
text-transform: uppercase;
}
.header .augmented-reality a:hover {
background-color: var(--primary);
--svg-fill: var(--secondary);
}
@media screen and (max-width: 1390px) {
.header {
padding: 24px 0;
}
.header .secondary .secondary-main {
display: none;
align-items: flex-start;
background-color: var(--white);
border-top: 1px solid var(--grey);
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
flex-direction: column;
position: absolute;
max-height: calc(100vh - 150px);
overflow-y: auto;
top: 90%;
left: 0;
right: 0;
}
.header .secondary .secondary-main .navigation {
padding: 24px 64px;
flex-direction: column;
width: 100%;
}
.header .secondary .secondary-main .augmented-reality {
width: 100%;
}
.header .secondary .secondary-main .augmented-reality a {
align-items: center;
width: 100%;
flex-direction: row;
justify-content: center;
gap: 16px;
border-radius: 0;
padding: 16px 0;
}
.header .secondary .secondary-main .augmented-reality a br {
display: none;
}
.header .secondary .secondary-main .langs {
align-self: center;
}
.header .secondary .secondary-main .sub-menu {
display: none !important;
}
.header .secondary .menu {
display: block;
}
.header.menu-open .secondary .secondary-main {
display: flex;
}
}
@media screen and (max-width: 680px) {
.header .primary img {
height: 40px;
}
.header .secondary .secondary-main .navigation {
padding: 24px;
}
} .go-to-top {
aspect-ratio: 9/5;
cursor: pointer;
position: fixed;
display: none;
bottom: 32px;
right: 16px;
transition: background-color 0.3s;
width: 80px;
z-index: 99;
}
.go-to-top::before {
content: "";
display: block;
cursor: pointer;
aspect-ratio: 9/5;
background-color: rgba(0, 180, 213, 0.51);
border-radius: 40px;
mix-blend-mode: multiply;
transform: rotate(-45deg);
transition: background-color 0.3s;
position: absolute;
top: 0;
left: 0;
width: 80px;
}
.go-to-top img {
position: absolute;
left: 17px;
top: 25px;
transition: top 0.3s, left 0.3s;
width: 24px;
}
.go-to-top:hover::before {
background-color: #00b4d5;
}
.go-to-top:hover img {
left: 36px;
top: 5px;
}
.footer .footer-primary {
background-color: var(--primary);
border-bottom: 28px solid #00418f;
padding: 48px 0;
}
.footer .footer-primary ul {
display: flex;
gap: 16px;
justify-content: center;
list-style: none;
flex-wrap: wrap;
}
.footer .footer-primary li {
color: var(--white);
font-size: var(--font-sm);
text-transform: uppercase;
text-align: center;
}
.footer .footer-primary a {
text-decoration: underline;
text-underline-offset: 2px;
}
.footer .footer-primary li:not(:first-child)::before {
content: ".";
margin-right: 16px;
}
.footer .footer-secondary {
color: var(--white);
background-color: var(--secondary);
font-size: var(--font-sm);
padding: 32px 24px;
text-align: center;
}
.footer .footer-secondary a {
text-decoration: underline;
text-underline-offset: 2px;
}
.footer .footer-secondary img {
margin-top: 32px;
height: 40px;
width: auto;
} .app {
overflow-x: hidden;
}
.section {
padding: 72px 0;
}
.gradient-background {
background-image: var(--primary-gradient);
color: var(--white);
}
.text-lg {
font-size: var(--font-lg);
}
.text-xl {
font-size: var(--font-xl);
}
.text-xxl {
font-size: var(--font-2xl);
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.small {
font-size: 0.8em;
}
.separator {
background-color: var(--secondary);
border-radius: 40px;
height: 4px;
margin-bottom: 32px;
width: 48px;
}
.separator.white {
background-color: var(--white);
}
.separator.center {
margin-left: auto;
margin-right: auto;
}
.upper {
text-transform: uppercase;
}
.videos-list {
display: flex;
gap: 32px;
font-size: var(--font-xl);
flex-wrap: wrap;
text-align: center;
}
.videos-list.center {
justify-content: center;
}
.videos-list .separator {
margin-top: 8px;
margin-bottom: 24px;
}
.videos-list .play {
cursor: pointer;
border-radius: 50%;
font-size: 0;
height: 80px;
width: 80px;
margin: 0 auto;
}
.videos-list .play svg,
.videos-list .play img {
width: 80px;
height: 80px;
}
.videos-list .play svg circle {
transition: fill 0.3s;
}
.videos-list .play:hover svg circle {
fill: var(--white) !important;
}
.desktop-disabled {
pointer-events: none;
}
@media screen and (max-width: 680px) {
.desktop-only {
display: none;
}
.desktop-disabled {
pointer-events: all;
}
}
@media screen and (max-width: 680px) {
.videos-list .play,
.videos-list .play svg,
.videos-list .play img {
height: 64px;
width: 64px;
}
}  .button {
align-items: center;
align-self: flex-start;
border-radius: 40px;
display: inline-flex;
font-size: var(--font-md);
font-weight: var(--font-normal);
justify-content: center;
height: 40px;
padding: 0 32px;
position: relative;
text-transform: uppercase;
transition: color 0.3s, background-color 0.3s;
}
.button.icon-only {
font-size: 44px;
padding: 0;
height: 36px;
width: 36px;
}
.button.icon-only.large {
font-size: 56px;
height: 46px;
width: 46px;
}
.button.with-icon {
padding: 0 48px 0 32px;
}
.button.with-icon .icon {
border-radius: 50%;
height: 28px;
font-size: 40px;
line-height: 28px;
padding: 0;
position: absolute;
transition: background-color 0.3s, color 0.3s;
text-align: center;
top: 4px;
right: 4px;
width: 28px;
}
.button.linear {
color: var(--primary);
border: 2px solid var(--secondary);
}
.button.linear.icon-only {
color: var(--secondary);
}
.button.linear.with-icon .icon {
background-color: var(--secondary);
color: var(--white);
}
.button.linear:hover {
background-color: var(--secondary);
color: var(--white);
}
.button.linear:hover.with-icon .icon {
background-color: var(--white);
color: var(--secondary);
}
.button.linear.white {
color: var(--white);
border: 2px solid var(--white);
}
.button.linear.white.with-icon .icon {
background-color: var(--white);
color: var(--secondary);
}
.button.linear.white:hover {
background-color: var(--white);
color: var(--primary);
}
.button.linear.white:hover.with-icon .icon {
background-color: var(--secondary);
color: var(--white);
}
.button.filled {
background-color: var(--primary);
border: 2px solid var(--primary);
color: var(--white);
}
.button.filled.with-icon .icon {
background-color: var(--white);
color: var(--primary);
}
.button.filled:hover {
background-color: var(--secondary);
}
.button.filled:hover.with-icon .icon {
background-color: var(--primary);
color: var(--white);
}
.button.filled.white {
background-color: var(--white);
border: 2px solid var(--white);
color: var(--primary);
}
.button.filled.white:hover {
background-color: var(--secondary);
color: var(--white);
}
input,
textarea,
button {
color: var(--white);
font-family: var(--font);
font-size: var(--font-md);
outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
color: rgba(255, 255, 255, 0.7);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
input::placeholder,
textarea::placeholder,
button::placeholder {
color: rgba(255, 255, 255, 0.7);
}
input[type=text],
input[type=tel],
input[type=email],
textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid var(--white);
padding: 8px 0 8px 0;
width: 100%;
}
textarea {
border: 1px solid var(--white);
border-radius: 8px;
padding: 8px 0 8px 8px;
min-height: 40px;
}
.form-radio,
.form-checkbox {
align-items: flex-start;
cursor: pointer;
display: flex;
gap: 12px;
font-size: var(--font-md);
position: relative;
}
.form-radio input,
.form-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.form-radio .input-label,
.form-checkbox .input-label {
display: flex;
flex-direction: column;
line-height: 1.2;
gap: 2px;
padding: 4px;
}
.form-radio .input-label img,
.form-checkbox .input-label img {
width: 32px;
}
.form-radio .checkmark,
.form-checkbox .checkmark {
background-color: var(--white);
border-radius: 128px;
height: 24px;
flex-shrink: 0;
position: relative;
transform: rotate(-45deg);
transform-origin: right center;
width: 40px;
}
.form-radio .checkmark::after,
.form-checkbox .checkmark::after {
background-color: #cccccc;
border-radius: 50%;
content: "";
display: block;
height: 16px;
position: absolute;
top: 4px;
left: 4px;
width: 16px;
transition: background-color 0.3s, left 0.3s;
}
.form-radio:hover input ~ .checkmark::after,
.form-checkbox:hover input ~ .checkmark::after {
left: 20px;
}
.form-radio input:checked ~ .checkmark::after,
.form-checkbox input:checked ~ .checkmark::after {
background-color: var(--primary);
left: 20px;
}
.submit {
text-align: center;
margin-top: 40px;
}
.submit button {
align-items: center;
background: none;
border: none;
cursor: pointer;
display: inline-flex;
font-size: var(--font-2xl);
gap: 8px;
justify-content: center;
text-transform: uppercase;
}
.submit button img {
width: 40px;
transition: transform 0.3s;
}
.submit button:hover img {
transform: scale(1.25);
} .hero {
--hero-spacing-top: 40px;
padding: var(--hero-spacing-top) 0;
position: relative;
z-index: 1;
}
.hero .hero-content {
align-items: center;
display: flex;
gap: 40px;
position: relative;
}
.hero .content {
display: flex;
flex-direction: column;
gap: 16px;
max-width: 480px;
}
.hero .content p {
color: var(--primary);
font-size: var(--font-xl);
}
.hero .image {
flex: 1;
}
.hero .image img {
width: 100%;
}
.hero .image.shifted {
margin-bottom: calc(-1 * var(--hero-spacing-top) * 2);
}
.hero .hero-pdf a {
border: 2px solid var(--secondary);
border-radius: 80px;
color: var(--secondary);
cursor: pointer;
display: flex;
font-weight: var(--font-bold);
position: absolute;
bottom: 0;
right: 0;
transition: background-color 0.3s, color 0.3s;
}
.hero .hero-pdf .pdf-logo {
font-size: var(--font-md);
border-radius: 80px;
position: relative;
padding: 0 24px 0 12px;
}
.hero .hero-pdf .pdf-logo img,
.hero .hero-pdf .pdf-logo svg {
display: block;
height: 36px;
}
.hero .hero-pdf .pdf-logo svg path {
transition: fill 0.3s;
}
.hero .hero-pdf .pdf-logo span {
position: absolute;
top: 0px;
left: 48px;
}
.hero .hero-pdf .pdf-e-ifu {
align-items: center;
background-color: var(--secondary);
border-radius: 80px;
color: var(--white);
display: flex;
justify-content: center;
padding: 0 32px;
font-size: var(--font-lg);
transition: background-color 0.3s, color 0.3s;
}
.hero .hero-pdf:hover a {
background-color: var(--secondary);
color: var(--white);
}
.hero .hero-pdf:hover a .pdf-logo svg path {
fill: var(--white);
}
.hero .hero-pdf:hover a .pdf-e-ifu {
background-color: var(--white);
color: var(--secondary);
}
@media screen and (max-width: 1390px) {
.hero {
--hero-spacing-top: 72px;
}
.hero .hero-content {
flex-direction: column-reverse;
gap: 72px;
}
.hero .hero-content .content {
max-width: 100%;
}
.hero .hero-content .image {
width: 100%;
max-width: 590px;
}
.hero .hero-content .image.shifted {
margin-bottom: 0;
}
.hero .hero-pdf {
display: flex;
justify-content: center;
margin-top: 32px;
}
.hero .hero-pdf a {
position: relative;
display: inline-flex;
bottom: initial;
right: initial;
}
}
@media screen and (max-width: 680px) {
.hero {
--hero-spacing-top: 32px;
padding-bottom: 72px;
}
.hero .hero-content {
gap: 40px;
}
}
.mask-container {
width: 100%;
--mask-max-offset: 20px;
}
.mask-container svg {
width: 100%;
height: 100%;
display: block;
}
.mask-container svg image {
width: calc(100% + var(--mask-max-offset) * 2);
height: calc(100% + var(--mask-max-offset) * 2);
-o-object-fit: cover;
object-fit: cover;
}
body.modal-open {
overflow: hidden;
position: fixed;
}
.modal {
background-color: var(--secondary);
color: var(--white);
display: none;
position: fixed;
padding: 40px;
overflow-y: auto;
overflow-x: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
}
.modal * {
color: var(--white);
}
.modal.single-modale-open {
display: block;
}
.modal-close {
cursor: pointer;
height: 48px;
margin: 0 0 0 auto;
width: 48px;
position: -webkit-sticky;
position: sticky;
top: 0;
right: 0;
}
.modal-close img {
cursor: pointer;
width: 100%;
transition: rotate 0.3s;
}
.modal-close:hover img {
rotate: 90deg;
}
.modal-main {
margin: 0 auto;
max-width: 1200px;
}
.modal-title {
display: flex;
align-items: flex-end;
gap: 40px;
margin-bottom: 64px;
}
.modal-title h2 {
flex: 1;
font-size: 120px;
font-weight: var(--font-thin);
text-transform: uppercase;
line-height: 1;
margin-bottom: 0;
}
.modal-title h2 strong {
font-weight: var(--font-medium);
}
.modal-title img {
max-width: 320px;
width: 100%;
}
.modal-content {
padding-bottom: 24px;
}
.modal-content h3 {
font-weight: var(--font-light);
font-size: var(--font-4xl);
}
.modal-content h3:not(:first-child) {
margin-top: 40px;
}
.modal-content h4 {
font-size: var(--font-3xl);
}
.modal-content h4:not(:first-child) {
margin-top: 24px;
}
.modal-content h5 {
font-size: var(--font-2xl);
font-weight: var(--font-light);
margin-bottom: 40px;
}
.modal-content p + p,
.modal-content h3 + p,
.modal-content ul + p {
margin-top: 1em;
}
.modal-content ul {
margin-left: 1em;
margin-top: 1em;
}
.modal-content .label {
font-size: var(--font-xl);
margin-bottom: 32px;
}
.modal-history .years {
display: flex;
flex-direction: column;
margin-top: 48px;
gap: 32px;
}
.modal-contact .label {
margin-bottom: 16px;
font-weight: var(--font-bold);
}
.modal-contact .label:not(:first-child) {
margin-top: 40px;
}
.modal-contact .form-fields {
display: flex;
gap: 80px;
margin-top: 40px;
}
.modal-contact .form-fields .fields {
flex: 1;
display: flex;
flex-direction: column;
gap: 32px;
width: 50%;
}
.modal-contact .checkboxes {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.modal-contact .checkboxes .form-checkbox {
flex-shrink: 0;
width: calc(50% - 16px);
min-height: 48px;
}
.modal-contact .textarea-fields {
margin-top: 40px;
}
.modal-contact .textarea-fields .fields {
display: flex;
gap: 32px;
}
.modal-contact .textarea-fields .fields textarea {
flex: 1;
}
.modal-contact .legal {
font-size: var(--font-sm);
margin-top: 40px;
}
.modal-augmented-reality .modal-title {
align-items: flex-start;
}
.modal-augmented-reality .modal-content {
display: flex;
gap: 40px;
}
.modal-augmented-reality .phone {
width: 35%;
}
.modal-augmented-reality .phone img {
height: auto;
width: 100%;
}
.modal-augmented-reality .products {
display: flex;
flex-direction: column;
gap: 24px;
width: calc(65% - 40px);
}
.modal-augmented-reality .products .product a {
align-items: center;
display: flex;
justify-content: space-between;
border: 2px solid var(--white);
border-radius: 16px;
padding: 8px 24px;
}
.modal-augmented-reality .products .product-img {
max-height: 200px;
width: auto;
max-width: 20vw;
}
.modal-augmented-reality .products .product-qr {
max-height: 180px;
width: auto;
}
@media screen and (max-width: 1390px) {
.modal-title h2 {
font-size: 80px;
}
.modal-title img {
max-width: 256px;
}
}
@media screen and (max-width: 940px) {
.modal {
padding: 24px 0;
}
.modal-close {
height: 32px;
width: 32px;
right: 24px;
}
.modal-title {
flex-direction: column;
align-items: center;
gap: 16px;
}
.modal-title h2 {
font-size: calc(var(--font-4xl) + 16px);
}
.modal-title img {
max-width: 128px;
}
.modal-contact .form-fields {
flex-direction: column;
}
.modal-contact .form-fields .fields {
width: 100%;
}
.modal-contact .textarea-fields .fields {
flex-direction: column;
gap: 16px;
}
.modal-augmented-reality .modal-title {
flex-direction: column-reverse;
}
.modal-augmented-reality .modal-content {
flex-direction: column;
}
.modal-augmented-reality .phone {
display: none;
}
.modal-augmented-reality .products {
width: 100%;
}
}
@media screen and (max-width: 680px) {
.modal-augmented-reality .products .product a {
justify-content: center;
}
.modal-augmented-reality .products .product a .product-img {
max-width: none;
max-height: 140px;
}
} .section {
position: relative;
max-width: 100%;
overflow-x: hidden;
}
.section-content {
position: relative;
z-index: 1;
} .section-two .section-content,
.section-three .section-content {
align-items: center;
display: flex;
gap: 160px;
}
.section-small_large .section-content .column:first-child {
width: 33%;
}
.section-small_large .section-content .column:last-child {
width: 66%;
}
.section-medium_medium .section-content .column {
width: 50%;
}
.section-large_small .section-content .column:first-child {
width: 66%;
}
.section-large_small .section-content .column:last-child {
width: 33%;
} .section-primary {
background: var(--primary);
}
.section-white {
background: var(--white);
}
.section-secondary {
background: var(--secondary);
}
.section-tertiary {
background: var(--tertiary);
} .spacing-none {
padding: 0;
}
.spacing-small {
padding: 40px 0;
}
.spacing-medium {
padding: 80px 0;
}
.spacing-large {
padding: 120px 0;
} .section.section-primary.spacing-large:first-child {
padding-top: 90px;
} @media screen and (min-width: 1750px) {
.spacing-large {
padding: 180px 0;
}
.section.section-primary.spacing-large:first-child {
padding-top: 150px;
}
}
@media screen and (max-width: 1390px) {
.section-two .section-content,
.section-three .section-content {
gap: 64px;
}
}
@media screen and (max-width: 940px) {
.spacing-large {
padding: 80px 0;
}
.spacing-medium {
padding: 40px 0;
}
.spacing-small {
padding: 24px 0;
}
.section-two .section-content,
.section-three .section-content {
flex-direction: column;
}
.section-medium_medium .section-content .column {
width: 100%;
}
.section-small_large .section-content .column:first-child {
width: 100%;
}
.section-small_large .section-content .column:last-child {
width: 100%;
}
.section-large_small .section-content .column:first-child {
width: 66%;
}
.section-large_small .section-content .column:last-child {
width: 100%;
}
}
.shortcode-e-ifu .lang-selectors {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.shortcode-e-ifu .lang-files {
align-items: center;
display: flex;
flex-direction: column;
max-width: 332px;
gap: 16px;
margin: 80px auto 0;
}
.shortcode-e-ifu .lang-files .file {
align-items: center;
background-color: var(--primary);
display: flex;
gap: 16px;
border-radius: 128px;
padding: 16px 32px;
width: 100%;
transition: background-color 0.3s;
}
.shortcode-e-ifu .lang-files .file:hover {
background-color: #004b8e;
}
.shortcode-e-ifu .form-radio .input-label,
.shortcode-e-ifu .form-checkbox .input-label {
text-transform: uppercase;
}
.pdfs-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-bottom: 40px;
gap: 40px;
}
.pdfs-list > p {
display: none;
}
.pdfs-list .pdf-item a {
align-items: center;
background-color: var(--primary);
color: var(--white);
display: flex;
gap: 16px;
border-radius: 1000px;
height: 100%;
padding: 8px 24px;
}
.pdfs-list .pdf-item a .number {
display: flex;
align-items: center;
justify-content: center;
font-size: var(--font-3xl);
font-weight: var(--font-light);
padding-right: 16px;
height: 100%;
border-right: 2px solid var(--secondary);
transition: border-right-color 0.3s;
}
.pdfs-list .pdf-item a svg path {
transition: fill 0.3s;
}
.pdfs-list .pdf-item a:hover .number {
border-right-color: var(--white);
}
.pdfs-list .pdf-item a:hover svg path {
fill: var(--white);
}
@media screen and (max-width: 940px) {
.pdfs-list {
grid-template-columns: repeat(1, 1fr);
}
} h1 {
color: var(--primary);
font-size: var(--font-4xl);
font-weight: var(--font-bold);
line-height: 1;
}
h2 {
color: var(--primary);
font-size: var(--font-4xl);
font-weight: var(--font-normal);
line-height: 1.2;
margin-bottom: 32px;
}
.gradient-background h1,
.gradient-background h2 {
color: var(--white);
}
.page-default h2 {
font-weight: var(--font-normal);
}
.page-default h3 {
color: var(--primary);
font-size: var(--font-3xl);
font-weight: var(--font-normal);
margin-bottom: 32px;
}
.page-default h4 {
color: var(--primary);
font-size: var(--font-lg);
font-weight: var(--font-bold);
margin-bottom: 1em;
}  .home-news {
color: var(--white);
padding: 56px 0;
}
.home-news .news-content {
display: flex;
gap: 160px;
font-size: var(--font-md);
justify-content: space-between;
}
.home-news .title {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-news .title h2 {
color: var(--white);
font-size: var(--font-3xl);
font-weight: var(--font-semibold);
line-height: 1.1;
text-transform: uppercase;
}
.home-news .title h2 span {
color: var(--secondary);
display: block;
}
.home-news .news {
display: flex;
justify-content: space-between;
gap: 160px;
flex: 1;
}
.home-news .post {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
}
.home-news .post-content {
margin-bottom: 32px;
}
.home-news .post-content .date {
color: var(--secondary);
font-weight: var(--font-semibold);
font-size: 18px;
}
.home-news .post-content h3 {
font-size: 18px;
}
.home-company-history {
padding: var(--section-padding) 0;
}
.home-company-history h2:not(:first-child) {
margin-top: 64px;
}
.home-company-history h3 {
color: var(--primary);
font-weight: var(--font-light);
font-size: var(--font-2xl);
margin-bottom: 24px;
}
.home-company-history .button {
margin-top: 32px;
}
.home-company-history .history {
margin-top: 64px;
}
.home-innovative-solutions .image {
font-size: 0;
mix-blend-mode: multiply;
position: relative;
z-index: 1;
}
.home-innovative-solutions .image img {
width: 100%;
}
.home-innovative-solutions .content {
margin-top: -40px;
position: relative;
z-index: 0;
padding: var(--section-padding) 0 88px;
}
.home-innovative-solutions .content p:not(:first-child) {
margin-top: 24px;
}
.home-innovative-solutions .content h4 {
font-size: var(--font-2xl);
font-weight: var(--font-normal);
}
.home-innovative-solutions .text-2xl {
line-height: 1.5;
}
.home-certification {
display: flex;
margin-bottom: 40px;
}
.home-certification .image,
.home-certification .content {
flex: 1;
}
.home-certification .image {
align-items: center;
background-color: var(--grey);
display: flex;
justify-content: center;
padding: 64px 0;
transition: background-color 0.3s;
}
.home-certification .image img {
height: auto;
max-width: 160px;
width: 100%;
transition: transform 0.3s;
}
.home-certification .image:hover {
background-color: var(--secondary);
}
.home-certification .image:hover img {
transform: scale(1.4);
}
.home-certification .content {
background-color: var(--primary);
color: var(--white);
display: flex;
flex-direction: column;
justify-content: center;
padding: 64px;
transition: background-color 0.3s;
}
.home-certification .content img {
height: 48px;
margin-bottom: 32px;
width: 48px;
}
.home-certification .content h2 {
color: var(--white);
line-height: 1;
}
.home-certification .content:hover {
background-color: var(--secondary);
}
.home-certification .content:hover .text {
transform: translateX(48px);
}
.home-certification .text {
transition: transform 0.3s;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translate(-50%, 50px);
}
100% {
opacity: 1;
transform: translate(-50%, -30px);
}
}
.home-world-map .map {
font-size: 0;
margin-top: 64px;
position: relative;
}
.home-world-map .map img {
width: 100%;
}
.home-world-map .place {
aspect-ratio: 9/5;
background-color: var(--secondary);
border-radius: 40px;
cursor: pointer;
mix-blend-mode: multiply;
position: absolute;
transform: rotate(-45deg);
width: 2%;
transition: background-color 0.3s;
}
.home-world-map .place.big {
width: 3%;
}
.home-world-map .place:hover {
background-color: var(--primary);
}
.home-contact {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-top: 40px solid var(--secondary);
padding-bottom: 40px;
position: relative;
}
.home-contact .background {
background: var(--secondary);
content: "";
display: block;
height: calc(100% - 40px);
mix-blend-mode: multiply;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 40px;
z-index: 0;
}
.home-contact .content {
color: var(--white);
position: relative;
z-index: 1;
padding: 64px 0 72px;
text-align: center;
}
.home-contact .content img {
margin: 64px 0 24px;
max-width: 168px;
}
.home-contact .content h3 {
color: var(--white);
font-size: var(--font-3xl);
font-weight: var(--font-normal);
margin-bottom: 64px;
text-transform: uppercase;
}
.home-contact .content .contact-reasons {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 24px;
}
.home-contact .content .contact-reasons a {
cursor: pointer;
font-size: var(--font-lg);
font-weight: var(--font-semibold);
text-transform: uppercase;
}
.home-contact .content .contact-reasons a::before {
background-color: var(--secondary);
border-radius: 40px;
content: "";
display: block;
height: 16px;
margin: 0 auto 24px;
width: 16px;
transition: width 0.3s;
}
.home-contact .content .contact-reasons a:hover::before {
width: 100%;
}
@media screen and (max-width: 940px) {
.home-news .news-content {
flex-direction: column;
gap: 40px;
}
.home-news .news {
gap: 40px;
}
}
@media screen and (max-width: 680px) {
.home-news .news {
flex-direction: column;
}
.home-innovative-solutions .content {
margin-top: 0;
padding: var(--section-padding-sm) 0;
}
.home-certification {
flex-direction: column;
}
.home-certification .content {
padding: 40px;
}
}
.product-intro {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
aspect-ratio: 12/5;
position: relative;
}
.product-intro::after {
background-color: var(--secondary);
content: "";
display: block;
mix-blend-mode: multiply;
height: 100%;
position: absolute;
top: 0;
left: 50%;
right: 0;
z-index: 0;
}
.product-intro .content {
color: var(--white);
line-height: 1.6;
margin-left: 50%;
padding: var(--section-padding-sm) 0 var(--section-padding-sm) var(--section-padding-sm);
width: 50%;
position: relative;
z-index: 1;
}
.product-intro .content h4 {
font-size: var(--font-xl);
color: var(--white);
margin-bottom: 16px;
}
.product-intro .content ul {
display: flex;
flex-direction: column;
gap: 8px;
}
.product-intro .content ul li {
background: url(//kibion.dagoco.fr/wp-content/themes/kibion/images/list-bullet-white.svg) no-repeat left 2px;
padding: 3px 0px 3px 32px;
list-style: none;
}
.product-intro .content hr {
background-color: var(--white);
}
.product-principles {
background-color: var(--grey);
padding: var(--section-padding) 0;
}
.product-faq {
background-size: cover;
background-position: center center;
padding: var(--section-padding) 0;
}
.product-faq .content {
text-align: center;
}
.product-faq .icon {
margin-bottom: 32px;
}
.product-faq .icon img {
max-width: 216px;
width: 100%;
height: auto;
}
.product-faq h3 {
color: var(--white);
font-size: var(--font-2xl);
font-weight: var(--font-bold);
}
.product-faq a img,
.product-faq a svg {
width: 80px;
height: 80px;
}
.product-faq a img circle,
.product-faq a svg circle {
transition: fill 0.3s, stroke 0.3s;
}
.product-faq a:hover svg circle {
fill: var(--white) !important;
stroke: var(--white) !important;
}
@media screen and (max-width: 940px) {
.product-intro {
aspect-ratio: initial;
background-size: 100% auto;
padding-top: 40%;
}
.product-intro .content {
width: 100%;
padding: var(--section-padding-sm) 0;
margin-left: 0;
}
.product-intro::after {
top: 0;
left: 0;
height: auto;
bottom: 0;
z-index: -1;
}
}
.kibion-base {
position: relative;
}
.kibion-base::before {
background-color: var(--primary);
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 50%;
width: 50%;
z-index: 0;
}
.kibion-base::after {
background-color: var(--grey);
content: "";
display: block;
mix-blend-mode: multiply;
height: 100%;
position: absolute;
top: 0;
left: 50%;
right: 0;
width: 50%;
z-index: 0;
}
.kibion-base .content {
display: flex;
}
.kibion-base .content h4 {
margin-top: 1em;
}
.kibion-base .content ul {
font-size: var(--font-xl);
display: flex;
flex-direction: column;
gap: 8px;
}
.kibion-base .content ul li {
background: url(//kibion.dagoco.fr/wp-content/themes/kibion/images/list-bullet.svg) no-repeat left 4px;
padding: 3px 0px 3px 32px;
list-style: none;
}
.kibion-base .primary,
.kibion-base .secondary {
flex: 1;
position: relative;
z-index: 1;
}
.kibion-base .primary {
color: var(--white);
padding: var(--section-padding-sm) var(--section-padding-sm) var(--section-padding-sm) 0;
}
.kibion-base .primary h3 {
color: var(--white);
}
.kibion-base .primary .videos {
margin-top: 72px;
}
.kibion-base .secondary {
padding: var(--section-padding-sm) 0 var(--section-padding-sm) var(--section-padding-sm);
}
.kibion-products {
padding: var(--section-padding) 0;
}
.kibion-products .home-products-content {
display: flex;
gap: var(--section-padding-sm);
}
.kibion-products .product {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
}
.kibion-products h3 {
color: var(--primary);
font-size: var(--font-2xl);
font-weight: var(--font-bold);
text-transform: uppercase;
margin-bottom: 32px;
}
.kibion-products .content::before {
background-color: var(--secondary);
border-radius: 8px;
content: "";
display: block;
height: 4px;
margin-bottom: 24px;
width: 56px;
}
.kibion-products h4 {
color: var(--primary);
font-size: var(--font-2xl);
font-weight: var(--font-normal);
text-transform: uppercase;
margin-bottom: 0;
}
.kibion-products p {
line-height: 1.6;
}
.kibion-products p + h4 {
margin-top: 32px;
}
.kibion-products img {
display: block;
max-width: 512px;
margin-bottom: 24px;
width: 100%;
}
.kibion-software {
padding: var(--section-padding) 0;
}
.kibion-informations {
color: var(--white);
position: relative;
}
.kibion-informations .informations-content {
position: relative;
padding: var(--section-padding) 0;
z-index: 1;
}
.kibion-informations .informations-content h2 {
color: var(--white);
}
.kibion-informations .informations-content .table-content {
width: 100%;
overflow-x: auto;
}
.kibion-informations .informations-content .table-content table {
min-width: 720px;
}
.kibion-informations::before {
content: "";
background-color: var(--secondary);
height: calc(100% + 80px);
inset: -40px 0 -40px 0;
mix-blend-mode: multiply;
position: absolute;
width: 100%;
z-index: 0;
}
.kibion-informations-image {
border-bottom: 40px solid var(--secondary);
}
.kibion-informations-image img {
height: auto;
width: 100%;
}
@media screen and (max-width: 940px) {
.kibion-base .container {
padding: 0;
}
.kibion-base .content {
flex-direction: column;
}
.kibion-base .primary {
background-color: var(--primary);
padding: var(--section-padding-sm) 64px;
}
.kibion-base .secondary {
background-color: var(--grey);
padding: var(--section-padding-sm) 64px;
}
.kibion-base::before, .kibion-base::after {
display: none;
}
}
@media screen and (max-width: 680px) {
.kibion-base .primary,
.kibion-base .secondary {
padding: 48px 24px;
}
.kibion-products .home-products-content {
flex-direction: column;
gap: var(--section-padding-sm);
}
}
.heliprobe-analyzer {
padding: var(--section-padding-sm) 0;
}
.heliprobe-analyzer ol {
display: flex;
gap: 40px;
list-style: none;
margin: 24px 0 56px;
text-align: center;
}
.heliprobe-analyzer ol li {
flex: 1;
}
.heliprobe-analyzer ol li:not(:first-child) {
counter-increment: item;
}
.heliprobe-analyzer ol li:before {
color: var(--secondary);
font-size: var(--font-4xl);
font-weight: var(--font-semibold);
content: counter(item);
display: block;
}
.heliprobe-radioactivity {
background-color: var(--secondary);
color: var(--white);
padding: var(--section-padding) 0;
}
.heliprobe-radioactivity h2 {
color: var(--white);
}
.heliprobe-radioactivity ul {
display: flex;
flex-direction: column;
gap: 8px;
margin: 16px 0 24px;
}
.heliprobe-radioactivity ul li {
background: url(//kibion.dagoco.fr/wp-content/themes/kibion/images/list-bullet-white.svg) no-repeat left 2px;
padding: 3px 0px 3px 32px;
list-style: none;
}
.heliprobe-radioactivity .table-content {
margin-top: 56px;
}
.heliprobe-procedures {
background: var(--primary);
border-top: 40px solid #00418f;
border-bottom: 24px solid var(--secondary);
color: var(--white);
padding: var(--section-padding-sm) 0 0;
}
.heliprobe-procedures h3 {
color: var(--white);
}
.heliprobe-procedures .content {
display: flex;
text-align: center;
margin-top: var(--section-padding-sm);
}
.heliprobe-procedures .item {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
font-size: var(--font-xl);
}
.heliprobe-procedures .item .step {
display: block;
margin-top: 32px;
width: 100%;
}
.heliprobe-procedures .videos {
padding: var(--section-padding-sm) 0;
}
@media screen and (max-width: 680px) {
.heliprobe-analyzer ol {
flex-direction: column;
}
.heliprobe-procedures .content {
flex-wrap: wrap;
margin-top: 40px;
}
.heliprobe-procedures .content .item {
width: 50%;
flex: initial;
}
.heliprobe-procedures .content .item > div {
padding-top: 24px;
}
}
.page-scientific .scientific-methods {
padding: var(--section-padding) 0;
}
.page-scientific .scientific-urea-breath {
background-color: var(--grey);
padding: var(--section-padding) 0;
}
.page-scientific .scientific-urea-breath h5 {
font-size: var(--font-lg);
color: var(--primary);
font-weight: var(--font-normal);
margin-top: 40px;
}
.page-scientific .scientific-urea-breath h5::after {
background-color: var(--secondary);
border-radius: 8px;
content: "";
display: block;
height: 4px;
margin: 12px 0 16px;
width: 40px;
}
.page-scientific .scientific-urea-breath img {
display: block;
height: auto;
margin: 64px auto 0;
width: 100%;
max-width: 1200px;
}
.page-scientific .scientific-guidelines {
background-color: var(--secondary);
color: var(--white);
padding: var(--section-padding) 0;
}
.page-scientific .scientific-guidelines ul {
display: flex;
flex-direction: column;
gap: 0px;
margin-top: 8px;
}
.page-scientific .scientific-guidelines ul li {
background: url(//kibion.dagoco.fr/wp-content/themes/kibion/images/list-bullet-white.svg) no-repeat left 0px;
padding: 3px 0px 3px 32px;
list-style: none;
}
.page-scientific .scientific-guidelines h2 {
color: var(--white);
}
.page-scientific .scientific-hp-information {
background-color: var(--secondary);
color: var(--white);
padding: var(--section-padding) 0;
}
.page-scientific .scientific-hp-information h2,
.page-scientific .scientific-hp-information h3,
.page-scientific .scientific-hp-information h4 {
color: var(--white);
}
.page-scientific .scientific-hp-infection {
color: var(--primary);
padding: var(--section-padding) 0;
}
.page-scientific .scientific-hp-infection h4 {
margin-top: 40px;
}
.page-scientific .scientific-hp-infection .consequences,
.page-scientific .scientific-hp-infection .situations {
display: flex;
gap: 24px;
}
.page-scientific .scientific-hp-infection .consequences .consequence,
.page-scientific .scientific-hp-infection .consequences .situation,
.page-scientific .scientific-hp-infection .situations .consequence,
.page-scientific .scientific-hp-infection .situations .situation {
flex: 1;
}
.page-scientific .scientific-hp-infection .consequences .consequence img,
.page-scientific .scientific-hp-infection .consequences .situation img,
.page-scientific .scientific-hp-infection .situations .consequence img,
.page-scientific .scientific-hp-infection .situations .situation img {
height: auto;
width: 100%;
}
.page-scientific .scientific-hp-infection .situations .situation {
color: var(--primary);
font-size: var(--font-md);
text-align: center;
}
.page-scientific .scientific-hp-infection .situations .situation .situation-content::before {
background: url(//kibion.dagoco.fr/wp-content/themes/kibion/images/list-bullet.svg) no-repeat;
background-size: contain;
content: "";
display: block;
height: 32px;
margin: 8px auto 8px;
width: 32px;
}
.page-scientific .scientific-hp-infection .situations .situation p {
margin-top: 0;
}
.page-scientific .scientific-hp-infection .situations .situation strong {
font-size: var(--font-lg);
}
.page-scientific .scientific-hp-infection .situations .situation img {
max-width: 96px;
transform: translateX(-15%);
}
.page-scientific .scientific-hp-infection .content {
margin-top: var(--section-padding-sm);
}
.page-scientific .scientific-website {
background-color: var(--primary);
color: var(--white);
text-align: center;
padding: var(--section-padding-sm) 0;
}
.page-scientific .scientific-website h3 {
color: var(--white);
}
.page-scientific .scientific-website a img,
.page-scientific .scientific-website a svg {
width: 80px;
height: 80px;
}
.page-scientific .scientific-website a img path,
.page-scientific .scientific-website a img circle,
.page-scientific .scientific-website a svg path,
.page-scientific .scientific-website a svg circle {
stroke: var(--white) !important;
transition: fill 0.3s, stroke 0.3s;
}
.page-scientific .scientific-website a:hover svg circle {
fill: var(--white) !important;
stroke: var(--white) !important;
}
.page-scientific .scientific-website a:hover svg path {
stroke: var(--primary) !important;
}
.page-scientific .scientific-references {
color: var(--primary);
border-bottom: 24px solid var(--secondary);
padding: var(--section-padding-sm) 0;
}
.page-scientific .scientific-guidelines-2 {
padding: var(--section-padding-sm) 0;
background-color: var(--primary);
color: var(--white);
}
.page-scientific .lists {
display: flex;
gap: var(--section-padding-sm);
}
.page-scientific .lists:not(:last-child) {
margin-bottom: 32px;
}
.page-scientific .lists:not(:first-child) {
margin-top: 32px;
}
.page-scientific .lists .list {
flex: 1;
}
.page-scientific .lists h4 {
margin-bottom: 8px;
}
.page-scientific .lists ul li {
background: url(//kibion.dagoco.fr/wp-content/themes/kibion/images/list-bullet.svg) no-repeat left 1px;
padding: 3px 0px 3px 32px;
list-style: none;
}
@media screen and (max-width: 680px) {
.page-scientific .scientific-hp-infection .consequences,
.page-scientific .scientific-hp-infection .situations {
flex-direction: column;
}
.page-scientific .lists {
flex-direction: column;
gap: 40px;
}
}
.events-news {
padding: var(--section-padding-sm) 0;
}
.events-news h2 {
color: var(--secondary);
}
.events-news .post {
display: flex;
gap: var(--section-padding-sm);
padding: 40px 0;
border-bottom: 1px solid var(--secondary);
}
.events-news .post .title {
width: 30%;
}
.events-news .post .title h3 {
font-size: var(--font-2xl);
font-weight: var(--font-bold);
color: var(--white);
margin-bottom: 0;
}
.events-news .post .title .date {
font-size: var(--font-lg);
color: var(--secondary);
font-weight: var(--font-bold);
}
.events-news .post .content {
flex: 1;
}
.events-news .pagination {
align-items: center;
display: flex;
justify-content: center;
margin-top: 48px;
gap: 24px;
}
.events-news .pagination .prev,
.events-news .pagination .next {
font-size: 0;
}
.events-news .pagination .prev.disabled,
.events-news .pagination .next.disabled {
cursor: not-allowed;
opacity: 0.4;
}
.events-news .pagination .prev img,
.events-news .pagination .prev svg,
.events-news .pagination .next img,
.events-news .pagination .next svg {
height: 40px;
width: 40px;
}
.events-news .pagination .prev .angle-circle,
.events-news .pagination .next .angle-circle {
transition: fill 0.3s;
}
.events-news .pagination .prev:not(.disabled) *,
.events-news .pagination .next:not(.disabled) * {
cursor: pointer !important;
}
.events-news .pagination :not(.disabled) svg:hover .angle-circle {
fill: var(--secondary) !important;
}
.events-news .pagination ul {
align-items: center;
display: flex;
gap: 16px;
list-style: none;
justify-content: center;
}
.events-news .pagination a {
color: var(--secondary);
display: block;
padding: 4px;
transition: color 0.3s;
}
.events-news .pagination.active a,
.events-news .pagination a:hover {
color: var(--white);
}
.single-events-news .post .title h3 {
color: var(--primary);
}
.events-congresses {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 64px 0;
}
.events-congresses h2 {
color: var(--white);
margin-bottom: 64px;
}
.events-congresses .content {
background-color: rgba(0, 92, 171, 0.75);
padding: 64px 0;
color: var(--white);
}
.events-congresses .intro {
font-size: var(--font-xl);
margin-bottom: 32px;
}
.events-congresses .dates-wrapper {
display: flex;
}
.events-congresses .arrows {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.events-congresses .arrows div {
cursor: pointer;
transition: opacity 0.3s;
}
.events-congresses .arrows .disabled {
cursor: not-allowed;
opacity: 0.4;
}
.events-congresses .arrows svg,
.events-congresses .arrows img {
height: 48px;
width: 48px;
}
.events-congresses .arrows svg .angle-circle,
.events-congresses .arrows img .angle-circle {
transition: fill 0.3s;
}
.events-congresses .arrows :not(.disabled) svg:hover .angle-circle {
fill: var(--secondary) !important;
}
.events-congresses .dates {
overflow-y: scroll;
flex: 1;
height: 224px;
margin: 56px 0;
-ms-overflow-style: none;
scrollbar-width: none;
}
.events-congresses .dates::-webkit-scrollbar {
display: none;
}
.events-congresses .dates .item {
display: flex;
gap: var(--section-padding-sm);
}
.events-congresses .dates .item:not(:first-child) {
margin-top: 40px;
}
.events-congresses .dates .year {
font-size: var(--font-3xl);
font-weight: var(--font-medium);
}
.events-congresses .dates .year::after {
background-color: var(--secondary);
border-radius: 40px;
content: "";
display: block;
height: 4px;
margin-top: 16px;
width: 48px;
}
.events-congresses .dates h3 {
color: var(--white);
flex: 1;
font-size: var(--font-xl);
font-weight: var(--font-bold);
margin-bottom: 0;
padding-left: 32px;
}
.events-congresses .dates .list {
flex: 1;
}
.events-congresses .dates .list ul {
list-style: none;
}
.events-congresses .dates .list li {
align-items: center;
border-bottom: 1px solid var(--secondary);
display: flex;
padding: 16px 0;
gap: 24px;
}
.events-congresses .dates .list .date {
color: var(--secondary);
font-size: var(--font-lg);
font-weight: var(--font-bold);
width: 160px;
}
.events-congresses .dates .list .button {
border: 1px solid var(--secondary);
}
.events-congresses .dates .list .button:hover {
background: var(--secondary);
}
.events-webinars {
padding: var(--section-padding) 0;
}
.events-webinars p:not(:first-child) {
margin-top: 1em;
}
.events-webinars p span {
color: var(--tertiary);
}
.events-webinars .webinars-list {
margin-top: 64px;
}
.events-webinars .item {
display: flex;
gap: var(--section-padding-sm);
}
.events-webinars .item:not(:first-child) {
margin-top: 64px;
}
.events-webinars .title {
align-items: flex-start;
display: flex;
gap: 16px;
}
.events-webinars .title img {
width: 32px;
height: auto;
margin-top: 4px;
}
.events-webinars .title h4 {
color: var(--tertiary);
font-size: var(--font-xl);
font-weight: var(--font-semibold);
}
.events-webinars .list {
color: var(--tertiary);
flex: 1;
}
.events-webinars .list ul li {
border-bottom: 1px solid var(--secondary);
list-style: none;
padding-bottom: 24px;
}
.events-webinars .list ul li:not(:first-child) {
margin-top: 24px;
}
.events-webinars .list p:not(:first-child) {
margin-top: 0.5em;
}
.events-webinars .date {
color: var(--secondary);
font-size: var(--font-md);
font-weight: var(--font-bold);
}
.single-ctp-button {
margin-top: 80px;
text-align: center;
}
@media screen and (max-width: 940px) {
.events-congresses .dates {
height: 320px;
}
.events-congresses .dates .item {
flex-direction: column;
gap: 16px;
}
}
@media screen and (max-width: 680px) {
.events-news {
padding: 48px 0;
}
.events-news h2 {
margin-bottom: 0;
}
.events-news .post {
flex-direction: column;
gap: 24px;
}
.events-news .post .title {
width: 100%;
}
.events-congresses .content {
padding: 48px 0;
}
.events-congresses .dates {
height: 540px;
}
.events-congresses .dates .list li {
flex-direction: column;
align-items: flex-start;
gap: 8px;
padding: 24px 0;
}
.events-congresses .dates .list li h3 {
padding-left: 0;
}
.events-webinars {
padding: 48px 0;
}
.events-webinars .item {
flex-direction: column;
gap: 24px;
}
.events-webinars .item h4 {
margin-bottom: 0;
}
}