/*!
Theme Name: jkipl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jkipl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jkipl is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*!
 * 	Theme Variables
 * ----------------------------------------------- */

 :root {
    --primary: #1e46c8;
    --primary-rgb: 13, 93, 244;
    --dark: #111d25;
    --dark-rgb: 17, 29, 37;
    --light: #f5f5f5;
    --light-rgb: 245, 245, 245;
    --gray: #c1c3c9;
    --body-font-family: 'Titillium Web', sans-serif;
    --body-font-size: 18px;
    --body-font-weight: 400;
    --body-bg: #ffffff;
    --body-color: #111d25;
    --body-line-height: 1.35;
    --heading-font-size-base: 1rem;
    --heading-font-family: 'Titillium Web', sans-serif;
    --heading-font-weight: 700;
    --heading-color: #111d25;
    --heading-margin-bottom: 16px;
    --heading-line-height: 1.15;
    --link-color: #111d25;
    --link-hover-color: var(--primary);
    --btn-font-family: var(--body-font-family);
    --btn-font-size: 15px;
    --btn-font-weight: 600;
    --btn-line-height: 48px;
    --btn-padding: 0 24px;
    --btn-bg: transparent;
    --btn-border-width: 1px;
    --btn-color: var(--body-color);
    --btn-border-color: transparent;
    --btn-hover-bg: transparent;
    --btn-hover-color: var(--body-color);
    --btn-hover-border-color: transparent;
    --form-control-font-family: var(--body-font-family);
    --form-control-font-size: 16px;
    --form-control-font-weight: var(--body-font-weight);
    --form-control-line-height: 1.15;
    --form-control-padding: 6px 16px;
    --form-control-min-height: 40px;
    --form-control-bg: transparent;
    --form-control-border-color: var(--gray);
    --form-control-border-radius: 4px;
    --form-control-placeholder-color: #111d25;
    --form-control-arrow: url('data:image/svg+xml,<svg fill="%23000" viewBox="0 0 24 24" height="20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');
    --hamburger-line-bg: #798086;
    --paragraph-margin-bottom: 24px;
    --section-padding-y: 100px;
    --container-width: ;
    --gutter-y: ;
    --gutter-x: 32px;
    --swiper-button-color: var(--dark);
    --swiper-button-border-color: var(--gray);
    --swiper-hover-button-border-color: var(--dark);
}


/*!
 * 	Reset Styles
 * ----------------------------------------------- */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--body-bg);
    text-align: left;
}

img {
    max-width: 100%;
    height: initial;
}

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a:hover {
    color: var(--link-hover-color);
}

p {
    margin-top: 0;
    margin-bottom: var(--paragraph-margin-bottom);
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 16px;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none !important;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 4px 8px;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: var(--heading-margin-bottom);
    line-height: var(--heading-line-height);
}

h1,
.h1 {
    font-size: calc(1.425rem + 2.3vw);
    line-height: 1;
}

h2,
.h2 {
    font-size: calc(1.4rem + 1.5vw);
    line-height: 1;
}

h3,
.h3 {
    font-size: calc(1.325rem + 0.9vw);
}

h4,
.h4 {
    font-size: calc(1.3rem + 0.6vw);
}

h5,
.h5 {
    font-size: calc(1.275rem + 0.3vw);
}

h6,
.h6 {
    font-size: calc(var(--heading-font-size-base) * 1.125);
}


/*!
 *	Common
 * ----------------------------------------------- */

#wrapper {
    position: relative;
    min-height: 100vh;
}

.section {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

.section.section--cta {
    --section-padding-y: 100px;
    --heading-color: #ffffff;
    background: url("assets/images/hero/cta.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}

.section.section--cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.section .section__head {
    text-align: center;
}

.section .section__head>*:first-child {
    margin-bottom: 24px;
}

.section .section__subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #8c8c8c;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 2px;
    position: relative;
    padding-top: 16px;
}

.section .section__subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 1px;
    background-color: #adadad;
}

.section .text-center .section__subtitle:before,
.section .section__head .section__subtitle:before {
    left: 50%;
    margin-left: -16px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: center !important;
}

.text-red {
    color: #da3030;
}

.text-hero h2 {
    line-height: 1.2;
}

.bg-primary {
    --heading-color: #fff;
    --swiper-button-color: #fff;
    --swiper-button-border-color: rgba(255, 255, 255, 0.35);
    --swiper-hover-button-border-color: #fff;
    background-image: -o-linear-gradient(324deg, var(--primary) 9%, #39a1f6 100%);
    background-image: linear-gradient(126deg, var(--primary) 9%, #39a1f6 100%);
    color: #fff;
}

.bg-primary .swiper-pagination {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
}

.bg-primary .section__subtitle {
    color: #fff;
}

.bg-primary .section__subtitle:before {
    background-color: #fff;
}

.bg-light {
    background-color: var(--light);
}

.h-initial {
    height: initial;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.d-lg-none,
.d-md-none {
    display: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.loader-icon:not(.show) {
    opacity: 0;
}


/*!
 *	Spacing
 * ----------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

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

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mb-48,
.mb-64 {
    margin-bottom: 48px !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */

.container,
.container-fluid {
    width: 100%;
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.container *,
.container-fluid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-top: calc(-1 * var(--gutter-y));
    margin-left: calc(-.5 * var(--gutter-x));
    margin-right: calc(-.5 * var(--gutter-x));
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 1px;
    margin-top: var(--gutter-y);
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.row.row--lg {
    --gutter-x:30px;
}

.row.row--sm {
    --gutter-x: 24px;
}

.row.row--xs {
    --gutter-x: 16px;
}

.gap {
    --gutter-y: var(--gutter-x);
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.no-gutter {
    --gutter-x: 0;
}

.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */

.btn,
.uacf7-step button.uacf7-prev,
.uacf7-step button.uacf7-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--btn-padding);
    color: var(--btn-color);
    background-image: var(--btn-bg);
    background-color: transparent;
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    border: var(--btn-border-width) solid var(--btn-border-color);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
    text-align: center;
    text-transform: uppercase;
}

.btn,
.btn>span {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn .svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn:hover,
.uacf7-step button.uacf7-prev:hover,
.uacf7-step button.uacf7-next:hover {
    background-image: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    border-color: var(--btn-hover-border-color);
}

.btn>*:not(:first-child) {
    margin-left: 8px;
}

.btn.btn--block {
    width: 100%;
}

.btn.btn--lg {
    --btn-font-size: 16px;
    --btn-padding: 0 24px;
    --btn-line-height: 48px;
}

.btn.btn--sm {
    --btn-font-size: 14px;
    --btn-padding: 0 16px;
    --btn-line-height: 40px;
}

.btn.btn--icon {
    padding: 0;
    width: var(--btn-line-height);
    height: var(--btn-line-height);
}

.btn.btn--primary,
.uacf7-step button.uacf7-prev,
.uacf7-step button.uacf7-next {
    --btn-bg: linear-gradient(112deg, var(--primary), #39a1f6, #6280d9, #72b3f3);
    --btn-color: #ffffff;
    --btn-hover-bg: var(--btn-bg);
    --btn-hover-color: #ffffff;
    border: none;
    line-height: var(--btn-line-height);
    background-size: 300% 100%;
    background-position: 0 0;
    -webkit-transition: background-position .5s;
    -o-transition: background-position .5s;
    transition: background-position .5s;
}

.btn.btn--primary:hover,
.uacf7-step button.uacf7-prev:hover,
.uacf7-step button.uacf7-next:hover {
    background-position: 100% 0;
}

.btn.btn--outline-dark {
    --btn-color: var(--dark);
    --btn-border-color: var(--gray);
    --btn-hover-border-color: var(--dark);
}

.btn-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-inline>*:not(:last-child) {
    margin-right: 8px;
}

.btn--w200 {
    min-width: 200px;
}

.form-control {
    width: 100%;
    border: 1px solid var(--form-control-border-color);
    min-height: var(--form-control-min-height);
    padding: var(--form-control-padding);
    background-color: var(--form-control-bg);
    font-family: var(--form-control-font-family);
    font-size: var(--form-control-font-size);
    color: var(--body-color);
    border-radius: var(--form-control-border-radius);
}

.form-control:focus {
    --form-control-border-color: var(--dark);
}

.form-control::-webkit-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control::-ms-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control::placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control::-webkit-input-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

.form-control::-ms-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 0.5;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--form-control-arrow);
    background-position: center right 16px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

textarea.form-control {
    height: 100px;
}

.form-label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #5d6165;
}

.form-label.form-label--required:after {
    content: '*';
    color: #ff0000;
    margin-left: 2px;
}

.form-file-upload input[type=file] {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.form-file-upload label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
}

.form-text {
    display: block;
    font-size: 12px;
    color: #8f9495;
}

.file-attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #d1d1de;
    font-size: 16px;
}

.file-attachment .file-attachment__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 16px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.cvnote {
    font-size: 12px;
    margin-top: 4px
}

.form-control-group {
    position: relative;
}

.form-control-group .form-control-group__icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: transparent;
    border: none;
}

.form-control-group .form-control {
    padding-left: 40px;
}

.radio input,
.checkbox input,
.radiolist .wpcf7-list-item input {
    width: 1px;
    height: 1px;
    position: absolute;
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
}

.radio label,
.checkbox label,
.radiolist .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    margin-bottom: 0;
    padding-left: 28px;
    line-height: 24px;
    cursor: pointer;
}

.radio label:after,
.radio label:before,
.checkbox label:after,
.checkbox label:before,
.radiolist .wpcf7-list-item .wpcf7-list-item-label:after,
.radiolist .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
}

.radio label:before,
.checkbox label:before,
.radiolist .wpcf7-list-item .wpcf7-list-item-label:before {
    border: 1px solid #000;
}

.checkbox label:after {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: var(--dark) url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.33309 12.6424L15.9934 4.98206L17.1719 6.16056L8.33309 14.9994L3.02979 9.69612L4.2083 8.51762L8.33309 12.6424Z" fill="white"/></svg>') center no-repeat;
}

.checkbox input:checked+label:after {
    opacity: 1;
}

.radio label:after,
.radio label:before,
.radiolist .wpcf7-list-item .wpcf7-list-item-label:after,
.radiolist .wpcf7-list-item .wpcf7-list-item-label:before {
    border-radius: 20px;
}

.radio label:after,
.radiolist .wpcf7-list-item .wpcf7-list-item-label:after {
    background-color: #000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.radio input:checked+label:after,
.radiolist .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    -webkit-transform: scale(.45);
    -ms-transform: scale(.45);
    transform: scale(.45);
}


/*!
 *	Components
 * ----------------------------------------------- */


/* Avatar */

.avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar .avatar__image {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
}

.avatar .avatar__image>* {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar .avatar__content {
    font-size: 14px;
    padding-left: 16px;
}


/* Breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #909090;
}

.breadcrumb.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb li:not(:first-child):before {
    content: '/';
    margin-left: 8px;
    margin-right: 8px;
}


/* Card */

.card {
    --card-bg: #ffffff;
    --card-border-width: 1px;
    --card-border-color: transparent;
    --card-padding: 32px;
    --card-border-radius: 8px;
    --card-image-height: 240px;
    background-color: var(--card-bg);
    border: var(--card-border-width) solid var(--card-border-color);
    border-radius: var(--card-border-radius);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.card.card--sm {
    --card-padding: 24px;
}

.card.card--border {
    --card-border-color: #cecece;
}

.home .card--light .card {
    --card-bg: #fff;
}

.card--light .card {
    --card-bg: #f0f0f0;
}

.card .card__body {
    padding: var(--card-padding);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card .card__foot {
    padding: var(--card-padding);
}

.card .card__foot .btn-inline>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card .card__body+.card__foot {
    padding-top: 0;
}

.card .card__image {
    overflow: hidden;
    height: var(--card-image-height);
}

.card .card__image>* {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card .card__image img {
    width: 100%;
    height: 100%;
}

.card.card--career {
    height: initial;
    border: 1px solid #cecece;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 1;
}

.card.card--career .btn,
.card.card--newsletter .btn {
    width: 100%;
    margin-top: 16px;
}


/* Collapses */

.collapses .collapse {
    padding: 30px 0;
    border-top: 1px solid #d8d8d8;
}

.collapses.collapses--sm .collapse .collapse__head {
    font-size: 20px;
}

.collapses.collapses--sm .collapse .collapse__head .collapse__head__title {
    padding-left: 16px;
}

.collapses.collapses--sm .collapse .collapse__body {
    padding-left: 32px;
}

.collapses .collapse:last-child {
    border-bottom: 1px solid #d8d8d8;
}

.collapse .collapse__head {
    --link-hover-color: var(--link-color);
    font-size: 24px;
    font-weight: 600;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.collapse .collapse__head .collapse__head__title {
    padding-left: 24px;
}

.collapse .collapse__head .collapse__head__indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 8px;
}

.collapse .collapse__head.active .plus,
.collapse .collapse__head:not(.active) .minus {
    display: none;
}

.collapse .collapse__body {
    --paragraph-margin-bottom: 16px;
    padding-top: 16px;
    display: none;
    padding-left: 40px;
}


/* Pagination */

.wp-pagenavi,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .page-text,
.pagination .page-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pagination .current,
.pagination a {
    margin: 0 4px;
}

.pagination .page-text .page-text__sm {
    display: none;
}

.pagination .page-btn {
    text-align: right;
}

.pagination .page-btn .btn {
    width: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
    height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .page-btn .btn span {
    display: none;
}

.pagination .page-btn .btn>*:not(:first-child) {
    margin-left: 0;
}

.pagination .page-nav {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.pagination .page-number {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .current,
.wp-pagenavi span,
.wp-pagenavi .page,
.pagination .page-link {
    display: block;
    padding: 6px 8px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pagination .page-item:not(:first-child) {
    margin-left: 4px;
}

.pagination .current.active,
.wp-pagenavi .current,
.pagination .page-item.active .page-link {
    border-color: var(--gray);
}

.wp-pagenavi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-pagenavi .pages {
    margin-right: auto;
}

.wp-pagenavi .previouspostslink {
    margin-right: auto;
}

.wp-pagenavi .nextpostslink {
    margin-left: auto;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .nextpostslink {
    --btn-font-size: 14px;
    --btn-padding: 0 16px;
    --btn-line-height: 40px;
    --btn-color: var(--dark);
    --btn-border-color: var(--gray);
    --btn-hover-border-color: var(--dark);
    width: calc(var(--btn-line-height) -(var(--btn-border-width)* 2));
    height: calc(var(--btn-line-height) -(var(--btn-border-width)* 2));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: var(--btn-border-width) solid var(--btn-border-color);
    border-radius: 4px;
    line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
    width: 110px;
    text-align: center;
    height: initial;
}


/* Swiper */

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-sides-offset: -54px;
    width: 44px;
    height: 44px;
    border-radius: 48px;
    border: 1px solid var(--swiper-button-border-color);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-button-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700;
}

.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
    border-color: var(--swiper-hover-button-border-color);
}

.swiper-button-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-inline .swiper-button-next,
.swiper-button-inline .swiper-button-prev {
    position: relative;
    top: initial;
    bottom: initial;
    right: initial;
    left: initial;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-button-inline .swiper-button-next {
    margin-left: 10px;
}

.swiper-pagination {
    --swiper-pagination-bottom: -46px;
    --swiper-pagination-color: var(--dark);
    --swiper-pagination-bullet-horizontal-gap: 6px;
}


/* Tab */

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.tab .tab__item:not(:first-child) {
    margin-left: 8px;
}

.tab .tab__link {
    display: inline-block;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    color: #576770;
    text-transform: uppercase;
    border-radius: 4px;
}

.tab .tab__link:hover {
    color: var(--dark);
}

.tab .tab__link.active {
    color: var(--dark);
    background-color: #e2e2e2;
}

.tab-pane {
    display: none;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.tab-pane.active {
    display: block;
}

.tab-pane:not(.show) {
    opacity: 0;
}

.tab-content {
    margin-top: 24px;
}

.tab-content.tab-content--product {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 8px;
}


/*!
 *	Header
 * ----------------------------------------------- */

#header {
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

#header:not(.fixed-header):not(.dark-header):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

#header .header-container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header.open .header-container,
#header.fixed-header .header-container {
    border-radius: 0;
}

#header.fixed-header {
    background-color: #fff;
}

#header:not(.fixed-header):not(.dark-header) {
    --hamburger-line-bg: #ffffff;
}

#header:not(.fixed-header):not(.dark-header) .navbar-right>ul>li>a:not(.btn) {
    color: #ffffff;
}

#header:not(.fixed-header):not(.dark-header) .navbar-right>ul>li>a:not(.btn):hover {
    color: #798086;
}

#header:not(.fixed-header):not(.dark-header) #hamburger:hover {
    --hamburger-line-bg: #798086;
}

.currency {
    position: relative;
    width: 68px;
    height: 40px;
    overflow: hidden;
    background: none;
    border-radius: 100px;
    border: 1px solid #fff;
}

#header.fixed-header .currency {
    background: -o-linear-gradient(338deg, var(--primary), #39a1f6, #6280d9, #72b3f3);
    background: linear-gradient(112deg, var(--primary), #39a1f6, #6280d9, #72b3f3);
    ;
}

.currency .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.currency label {
    z-index: 2;
}

.currency label:after,
.currency label:before {
    content: "₹";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 24px;
    height: 24px;
    color: #39a1f6;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    -o-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.currency label:after {
    content: "$";
    color: #fff;
    left: initial;
    right: 7px;
    background: none;
}

.currency .checkbox:checked+label::before {
    color: #fff;
    background: none;
}

.currency .checkbox:checked+label:after {
    background: #fff;
    color: #39a1f6;
}

.navbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding-top: 32px;
    padding-bottom: 32px;
    z-index: 100;
    border-top: 1px solid #dedede;
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.navbar>ul,
.navbar-right>ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar>ul {
    max-width: var(--container-width);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 calc(.5 * var(--gutter-x));
    list-style: none;
}

.navbar>ul>li:not(:first-child) {
    margin-top: 24px;
}

.navbar>ul>li>a {
    display: inline-block;
}

.menu-item-has-children,
.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.menu-item-has-children:hover>a {
    color: var(--primary);
}

.sub-menu-handler {
    margin-left: auto;
    display: block;
    width: 20px;
    height: 20px;
}

.sub-menu-handler,
#header .sub-menu-handler {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" fill="%23000000"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
}

.menu-item-has-children>.sub-menu-handler.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-menu {
    display: none;
    padding-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
    list-style: none;
}

.sub-menu li a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.sub-menu li a:hover {
    background-color: rgba(var(--primary-rgb), 0.03);
}

.navbar-right>ul>li:not(:first-child) {
    margin-left: 8px;
}

#hamburger,
.navbar-right>ul>li>a:not(.btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #dedede;
    border-radius: 64px;
    color: #798086;
}

#hamburger:hover,
.navbar-right>ul>li>a:not(.btn):hover {
    background-color: #f7f7f7;
}

.navbar-right>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 0;
}

#hamburger span:before,
#hamburger span:after {
    content: '';
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: var(--hamburger-line-bg);
    display: block;
}

#hamburger span {
    top: 50%;
    margin-top: -1px;
}

#hamburger span:after {
    top: 5px;
}

#hamburger span:before {
    top: -5px;
}

#hamburger.active span {
    background-color: transparent;
}

#hamburger.active span:after,
#hamburger.active span:before {
    top: 0;
}

#hamburger.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand {
    display: inline-block;
    max-width: 120px;
}

.brand,
.navbar-right {
    position: relative;
    z-index: 2;
}

#banner,
#intro .swiper-slide {
    --heading-color: #ffffff;
    --heading-margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 80px;
}

#banner:before,
#intro .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#intro .hero,
#banner .hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#banner .container,
#intro .swiper-slide .container {
    position: relative;
    z-index: 2;
}

#intro .swiper-slide .word,
#intro .swiper-slide .word .word__inner {
    display: inline-block;
}

#intro .swiper-slide .word,
#intro .swiper-slide .hero-btn {
    opacity: 0;
}

#intro .swiper-slide.swiper-slide-active .word,
#intro .swiper-slide.swiper-slide-active .hero-btn {
    opacity: 1;
}

#intro .swiper-slide .word {
    overflow: hidden;
    line-height: 1.18;
}

#intro .swiper-slide .word .word__inner {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

#intro .swiper-slide.swiper-slide-active .word .word__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .75s linear .5s;
    -o-transition: all .75s linear .5s;
    transition: all .75s linear .5s;
}

#intro .swiper-slide .hero {
    -webkit-transition: all 4900ms linear 1s;
    -o-transition: all 4900ms linear 1s;
    transition: all 4900ms linear 1s;
}


/*#intro .swiper-slide.swiper-slide-active .hero {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}*/

#intro .swiper-slide .btn {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

#intro .swiper-slide.swiper-slide-active .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s linear .75s;
    -o-transition: all .5s linear .75s;
    transition: all .5s linear .75s;
}

#intro .swiper-pagination {
    --swiper-pagination-color: transparent;
    --swiper-pagination-bottom: 32px;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-inactive-opacity: 0.7;
    max-width: 820px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
}

#intro .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    height: initial;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

#intro .swiper-pagination .swiper-pagination-bullet:after,
#intro .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    background-color: #fff;
}

#intro .swiper-pagination .swiper-pagination-bullet:before {
    width: 100%;
    opacity: 0.5;
}

#intro .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 0;
    -webkit-animation: width 4800ms linear both;
    animation: width 4800ms linear both;
}

#intro .swiper-pagination .swiper-pagination-bullet>* {
    display: block;
}

#intro .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-number {
    margin-bottom: 24px;
    font-size: 12px;
}

#intro .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@-webkit-keyframes width {
    100% {
        width: 100%;
    }
}

@keyframes width {
    100% {
        width: 100%;
    }
}

#whats_app {
    position: fixed;
    right: 16px;
    bottom: 80px;
    z-index: 99;
    max-width: 48px;
}

.legacy-hero {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.legacy-data {
    --heading-font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.legacy-data .legacy-data__title {
    font-size: 12px;
    font-weight: 600;
}

.legacy-data .legacy-data__item:not(:first-child) {
    padding-left: 32px;
}

.discover {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.discover .discover__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.discover .discover__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.discover .discover__item:not(:first-child) {
    margin-top: 10px;
}

.discover .discover__hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.discover .container {
    position: relative;
    z-index: 1;
}

.discover .discover__card {
    --heading-color: #ffffff;
    --heading-font-weight: 600;
    max-width: 360px;
    margin-left: auto;
    padding: 24px;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 16px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product {
    position: relative;
}

.product-hero {
    --card-image-height: 272px;
    border-radius: var(--card-border-radius);
}

.card .product-subtitle {
    font-size: 12px;
}

.card .product-data {
    font-size: 14px;
}

.product-subtitle {
    font-weight: 600;
    color: #7c8f9d;
    margin-bottom: 8px;
}

.product-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-data:not(:last-child) {
    margin-bottom: 8px;
}

#product .card .card__foot .btn-inline .btn {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#product .card .card__foot .btn-inline>*:not(:last-child) {
    margin-bottom: 8px;
    margin-right: 0;
}

.blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    color: #68757d;
}

.blog-info li:not(:last-child) {
    margin-right: 10px;
}

.blog-info li:not(:first-child):before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #d4d4d4;
    margin-right: 10px;
}

.link {
    --link-hover-color: var(--link-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 8px;
    padding-right: 4px;
    position: relative;
}

.link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: -o-linear-gradient(left, #1e46c8 3%, #39a1f6 79%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(3%, #1e46c8), color-stop(79%, #39a1f6));
    background-image: linear-gradient(to right, #1e46c8 3%, #39a1f6 79%);
}

.link>*:not(:first-child) {
    margin-left: 4px;
}

.link>.svg {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.link:hover>.svg {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}

.expertise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px;
}

.expertise>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 25%;
}

.expertise>*:not(:first-child) {
    margin-left: 10px;
}

#sustainability .swiper {
    overflow: visible;
}

.sustainability-cover {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.sustainability-cover .sustainability-cover__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sustainability-cover .sustainability-cover__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.talk:before,
.talk .talk__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.talk:before {
    height: 50%;
    background-color: var(--top-bg);
}

.talk .talk__container {
    text-align: center;
    color: #ffffff;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-right: calc(.5 * var(--gutter-x));
    background: url("assets/images/hero/talk.jpg") center no-repeat;
    background-size: cover;
    z-index: 2;
    border-top-right-radius: 8px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, var(--clip-x) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, var(--clip-x) 100%, 0 100%);
}

.talk .talk__container:before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.talk .talk__title {
    font-size: calc(1.5rem + 3vw);
    font-weight: 600;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}


/*!
 *	Pages
 * ----------------------------------------------- */

#banner {
    --link-color: #ffffff;
    position: relative;
    color: #ffffff;
}

#banner h1 {
    text-transform: uppercase;
}

#banner .breadcrumb {
    --link-color: #e7efff;
    --link-hover-color: var(--dark);
    color: #e7efff;
}

#banner.bg-primary .breadcrumb-item.active {
    color: #75a4fc;
}

.image-cover {
    border-radius: 8px;
    overflow: hidden;
    margin-right: auto;
}

.image-cover>* {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.flex-reverse .image-cover {
    margin-left: auto;
    margin-right: initial;
}


/* Mining */

#testimonials .swiper-button-prev,
#testimonials .swiper-button-next {
    --swiper-navigation-sides-offset: -16px;
}

.fact {
    --heading-color: #ffffff;
    background-image: url("assets/images/hero/fact.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.fact.fact--about {
    background-image: url("assets/images/hero/fact-about.jpg");
}

.fact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.fact .fact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.fact .fact__item:not(:first-child) {
    padding-top: 40px;
}

.fact .fact__title {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1;
}

.gallery {
    --gallery-row-height: 1fr;
}

.gallery .gallery__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: var(--gallery-row-height) var(--gallery-row-height);
    gap: 4px;
    margin-left: calc(-.5 * var(--gutter-x));
    margin-right: calc(-.5 * var(--gutter-x));
}

.service-card-hero>*,
.gallery .gallery__item>* {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-card-hero {
    --card-image-height: initial;
    position: relative;
}

.service-card-hero:before {
    content: '';
    display: block;
    padding-bottom: 65%;
}

.service-card-hero>* {
    position: absolute;
    top: 0;
    left: 0;
}

.service-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 24px;
}


/* Product */

.product,
.product .product__head .product__head__top,
.product .product__head .product__head__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product {
    max-width: 1460px;
}

.product .product__head {
    overflow: hidden;
}

.product .product__head .product__head__top {
    font-size: 16px;
}

.product .product__head .product__head__filter {
    margin-top: 32px;
}

.product .product__head .product__head__filter-toggler {
    width: 40px;
    height: 40px;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dedede;
    border-radius: 64px;
    color: #798086;
    margin-right: 32px;
}

.filter-list,
.product .product__head .product__head__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product .product__head .product__head__category .product__head__category__item {
    white-space: nowrap;
    display: block;
}

.product .product__head .product__head__category .product__head__category__item:not(:last-child) {
    margin-right: 16px;
}

.product .product__head .product__head__category .product__head__category__item.active {
    background: -o-linear-gradient(338deg, var(--primary) 3%, #39a1f6 100%);
    background: linear-gradient(112deg, var(--primary) 3%, #39a1f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product .product__head .product__head__category .product__head__category__item.active .category-icon {
    border-color: transparent;
    background: -o-linear-gradient(338deg, var(--primary) 3%, #39a1f6 100%);
    background: linear-gradient(112deg, var(--primary) 3%, #39a1f6 100%);
    color: #ffffff;
}

.product .product__head .product__head__category .category-icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 16px;
    border: solid 1px #cbcbcb;
    color: #576770;
}

.product .product__head .product__head__category .category-text {
    display: block;
    text-align: center;
}

.clear-filter {
    --link-color: var(--primary);
    --link-hover-color: var(--dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 1;
    background: -o-linear-gradient(338deg, var(--primary) 3%, #39a1f6 100%);
    background: linear-gradient(112deg, var(--primary) 3%, #39a1f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border: navajowhite;
}

.clear-filter .svg {
    margin-top: 3px;
}

.product .product__head .product__head__filter .filter-list {
    margin-left: 16px;
}

.filter-list .filter-tag:not(:first-child) {
    margin-left: 12px;
}

.filter-tag {
    color: var(--dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    line-height: 20px;
    padding: 5px 8px 5px 10px;
    border-radius: 4px;
    border: solid 1px #b9b9b9;
    font-size: 16px;
}

.filter-tag>a {
    line-height: 14px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 18px;
}

.product .product__sidebar {
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    width: 100%;
    padding: 16px;
    background-color: var(--light);
    z-index: 1000;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product .product__sidebar.show {
    left: 0;
}

.product .product__sidebar .product__sidebar__wrap {
    border: solid 1px rgba(185, 185, 185, 0.8);
}

.product .product__sidebar .product__sidebar__head {
    padding: 16px 16px 24px;
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
}

.product .product__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product .product__container .card .card__foot .btn-inline>*:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
}

#product_sidebar_close {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #000;
    color: #fff;
    border-radius: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    margin-bottom: 8px;
    margin-left: auto;
}

.product .product__sidebar .product__sidebar__item {
    padding: 24px 30px;
}

.product .product__sidebar .product__sidebar__item:not(:last-child) {
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
}

.product .product__sidebar .product__sidebar__title {
    display: block;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 16px;
}

.product .product__sidebar .product__sidebar__body {
    max-height: 200px;
    overflow: auto;
}

.product .product__sidebar .product__sidebar__body .radio:not(:last-child),
.product .product__sidebar .product__sidebar__body .checkbox:not(:last-child) {
    margin-bottom: 8px;
}

.product .product__footer {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #cecece;
}

.open-product-sidebar {
    overflow: hidden;
}

.open-product-sidebar:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-hero {
    background-color: #fff;
}

#product_hero .swiper-slide,
#product_thumb .swiper-slide {
    position: relative;
}

#product_hero .swiper-slide:before,
#product_thumb .swiper-slide:before {
    content: '';
    display: block;
}

#product_hero .swiper-slide>*,
#product_thumb .swiper-slide>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#product_hero .swiper-slide:before {
    padding-bottom: calc(3 / 4 * 100%);
}

#product_thumb {
    padding: 16px 0;
    margin: 0 16px;
}

#product_thumb .swiper-slide:before {
    padding-bottom: 100%;
}

#product_thumb .swiper-slide {
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#product_thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.product-info .btn-inline .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.product-info .btn-inline .btn:first-child {
    width: 55%;
}

.product-info .btn-inline .btn:last-child {
    width: calc(45% - 8px);
}

.product-info-row {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}

.product-info-title {
    margin-bottom: 8px;
}


/* News & Events */

.event .event__item .blog-info {
    color: #ffffff;
}

.event .event__item:not(:first-child) {
    margin-top: 40px;
}


/* News */

.data-search {
    position: relative;
    margin-top: -29px;
}

.data-search:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: var(--light);
}

.data-search .data-search__card {
    border-radius: 8px;
    border: solid 1px #cecece;
    background-color: #fff;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.data-search+.section {
    padding-top: 100px;
}


/* Career */

.career .career__item {
    --link-hover-color: var(--link-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.career h3+.career__item {
    border-top: 1px solid #d8d8d8;
}

.career .career__item+h3 {
    margin-top: 48px;
}

.career .career__item:hover .career__icon img {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.career .career__item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.career .career__title {
    font-weight: 600;
    font-size: 20px;
    padding-right: 40px;
    margin-bottom: 16px;
    color: var(--primary);
}

.career .career__time,
.career .career__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 24px;
}

.career .career__time>.svg,
.career .career__location>.svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.career .career__time>span,
.career .career__location>span {
    margin-left: 8px;
}

.career .career__time>.svg {
    margin-top: 4px;
}

.career .career__location {
    margin-bottom: 8px;
}

.career .career__location>.svg {
    margin-top: 3px;
}

.career .career__icon {
    position: absolute;
    right: 0;
    top: 24px;
    width: initial;
}

.career .career__icon img {
    width: 28px;
    height: 28px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.career-content ul:not(:last-child) {
    margin-bottom: 32px;
}

.career-content ul:not(.breadcrumb) a {
    --link-color: var(--primary);
    text-decoration: underline;
}

.career-info,
.career-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.career-info li {
    margin-right: 24px;
    opacity: 0.7;
}

.career-info li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

#banner .career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#banner .career>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#banner .career .career__location {
    margin-bottom: 0;
    padding-left: 0;
}

#banner .career .career__time {
    padding-left: 16px;
}

.career-content ul:not(:last-child) {
    margin-bottom: 32px;
}

.career-content ul:not(.breadcrumb) a {
    --link-color: var(--primary);
    text-decoration: underline;
}


/* About */

.innovation {
    border-radius: 8px;
    padding: 32px;
}

.innovation .innovation__hero {
    max-width: 50vw;
}

.innovation-card {
    --heading-color: #ffffff;
    --link-color: #ffffff;
    --link-hover-color: var(--link-color);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 32px;
    font-size: 16px;
    background-image: -o-linear-gradient(324deg, var(--primary) 9%, #39a1f6 100%);
    background-image: linear-gradient(126deg, var(--primary) 9%, #39a1f6 100%);
    color: #ffffff;
}

.innovation-card .innovation-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 24px;
}

.innovation-card .svg {
    height: 16px;
    width: 12px;
}

.about-item {
    --link-hover-color: var(--link-color);
    display: block;
    padding: 24px;
    border-radius: 8px;
}

.about-item.active {
    background-color: #fff;
    background-color: #e2e2e2;
}

.about-item:not(:first-child) {
    margin-top: 16px;
}

.about-hero:not(.show) {
    display: none;
}

.video-frame:before {
    content: '';
    display: block;
    padding-bottom: calc(3 / 4 * 100%);
}

.video-frame>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.story-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #c8d0d3;
}

.story-line .story-line__item {
    padding-left: 24px;
}

.story-line .story-line__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: -6px;
    border-radius: 12px;
    border: 3px solid #f5f5f5;
    background-color: #000;
}

.story-line .story-line__item:not(:first-child) {
    margin-top: 48px;
}

.member {
    padding: 48px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
}

.member .member__image {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background-color: #cbcbcb;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.member .member__image>* {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.member .social {
    --link-color: #576770;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.member .social li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.member .social li:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
}

.member .social .svg {
    color: inherit;
}


/* Contact */

.contact-info {
    padding: 40px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
}

#map {
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

#map:before {
    content: '';
    display: block;
    padding-bottom: 110%;
}

#map>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*!
 *	Footer
 * ----------------------------------------------- */

#footer {
    font-size: 16px;
    padding-top: 80px;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 48px;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-item:not(:last-child) {
    margin-bottom: 16px;
}

.contact-item .contact-item__icon {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #576770;
    margin-right: 16px;
}

.footer-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #8c8c8c;
    letter-spacing: 3px;
}

.footer-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link li:not(:first-child) {
    margin-top: 16px;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social li:not(:first-child) {
    margin-top: 16px;
}

.social li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social .svg {
    color: #576770;
}

.social .social__text {
    padding-left: 16px;
}

.last-footer {
    text-align: center;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: var(--light);
}

.last-footer .last-footer__copy {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.last-footer .last-footer__copy a {
    width: 20px;
    display: inline-block;
}

.last-footer .last-footer__link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.last-footer .last-footer__link li:not(:first-child) {
    margin-left: 24px;
}

.price-filter {
    padding: 30px 28px 8px;
}

.noUi-tooltip {
    font-size: 12px;
    padding: 2px 5px;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111d25;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -4px;
    right: -9px;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-connect {
    background-image: -o-linear-gradient(338deg, var(--primary), #39a1f6, #6280d9, #72b3f3);
    background-image: linear-gradient(112deg, var(--primary), #39a1f6, #6280d9, #72b3f3);
}


/* Modal */

.modal-open {
    overflow: hidden;
    padding-right: 17px;
}

.modal.show,
.modal .modal__dialog.show {
    visibility: visible;
    opacity: 1;
}

.modal .modal__dialog.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 16px;
    overflow: auto;
}

.modal .modal__container,
.modal .modal__dialog .close {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal__container {
    margin: 40px 0;
    min-height: calc(100% - 80px);
}

.modal .modal__dialog {
    max-width: 800px;
    width: 100%;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-64px);
    -ms-transform: translateY(-64px);
    transform: translateY(-64px);
    -webkit-transition: all 0.25s ease-in-out 0.15s;
    -o-transition: all 0.25s ease-in-out 0.15s;
    transition: all 0.25s ease-in-out 0.15s;
    max-height: 100%;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
}

.modal .modal__dialog .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    z-index: 2;
}

.video-frame {
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    position: relative;
}

.video-frame:before {
    content: "";
    display: block;
    padding-bottom: calc(9 / 16 * 100%);
}

.video-frame .video-frame__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-frame .video-frame__hero {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#applyfor {
    visibility: hidden;
    width: 1px;
    height: 1px;
    opacity: 0;
}


/*!
 *	Responsive
 * ----------------------------------------------- */

@media(min-width: 390px) {
    #product .card .card__foot .btn-inline .btn {
        width: initial;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #product .card .card__foot .btn-inline>*:not(:last-child) {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .product-info .btn-inline .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100% !important;
    }
}

@media(min-width: 480px) {
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    #hamburger,
    .navbar-right>ul>li>a:not(.btn) {
        width: 40px;
        height: 40px;
    }
    .discover .discover__card {
        padding: 32px;
    }
    .gallery .gallery__container {
        gap: 16px;
    }
    .service-card-body {
        padding: 48px 32px;
    }
    .product .product__head .product__head__category .product__head__category__item:not(:last-child) {
        margin-right: 32px;
    }
    #product_thumb {
        padding: 24px 0;
        margin: 0 32px;
    }
    .tab-content.tab-content--product {
        padding: 32px;
    }
    .about-item,
    .data-search .data-search__card {
        padding: 32px;
    }
    .contact-info {
        padding: 64px 48px;
    }
    #whats_app {
        bottom: 24px;
    }
}

@media(min-width: 576px) {
    body {
        --container-width: 540px;
        --section-padding-y: 160px;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .mb-64 {
        margin-bottom: 64px !important;
    }
    .pagination .page-item:not(:first-child) {
        margin-left: 8px;
    }
    .pagination .page-btn .btn {
        width: 110px;
        height: initial;
    }
    .pagination .page-btn .btn span {
        display: block;
    }
    .pagination .page-btn .btn>*:not(:first-child) {
        margin-left: 8px;
    }
    .pagination .page-text .page-text__sm {
        display: block;
    }
    .pagination .page-text .page-text__xs {
        display: none;
    }
    .discover .discover__card {
        padding: 48px;
    }
    .section.section--cta {
        --section-padding-y: 170px;
    }
    .talk {
        padding-right: calc(.5 * var(--gutter-x));
    }
    .talk .talk__container {
        margin-right: calc((100vw - var(--container-width)) * .5);
    }
    .gallery {
        --gallery-row-height: 120px;
    }
    .gallery .gallery__container {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: var(--gallery-row-height) var(--gallery-row-height) var(--gallery-row-height);
        grid-template-areas: "g1 g1 g2 g3" "g1 g1 g4 g5" "g6 g6 g6 g7";
    }
    .gallery .gallery__item:nth-child(1) {
        grid-area: g1;
    }
    .gallery .gallery__item:nth-child(2) {
        grid-area: g2;
    }
    .gallery .gallery__item:nth-child(3) {
        grid-area: g3;
    }
    .gallery .gallery__item:nth-child(4) {
        grid-area: g4;
    }
    .gallery .gallery__item:nth-child(5) {
        grid-area: g5;
    }
    .gallery .gallery__item:nth-child(6) {
        grid-area: g6;
    }
    .gallery .gallery__item:nth-child(7) {
        grid-area: g7;
    }
    .product .product__sidebar {
        width: 296px;
    }
    .career .career__item {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .career .career__icon {
        top: 32px;
    }
    .career .career__title {
        margin-bottom: 24px;
    }
    .career .career__time,
    .career .career__location {
        width: 50%;
    }
    .career .career__location {
        margin-bottom: 0;
    }
    .career .career__time {
        padding-left: 24px;
    }
    .card.card--career {
        --card-padding: 48px;
    }
    .innovation {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .video-frame {
        max-width: 380px;
    }
    .story-line .story-line__item {
        padding-left: 48px;
    }
    #footer {
        padding-top: 100px;
    }
    .last-footer {
        margin-top: 120px;
    }
}

@media(min-width: 768px) {
    body {
        --container-width: 720px;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .section .section__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .section .section__head>*:first-child {
        margin-bottom: 0;
    }
    .section .section__head {
        text-align: left;
    }
    .section .section__head .section__subtitle:before {
        left: 0;
        margin-left: 0;
    }
    .section .section__subtitle {
        margin-bottom: 24px;
    }
    .collapse .collapse__head .collapse__head__title {
        padding-left: 40px;
    }
    .collapse .collapse__body {
        padding-left: 56px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .brand {
        max-width: 170px;
    }
    .navbar {
        max-height: calc(100vh - 99px);
    }
    #whats_app {
        right: 24px;
        max-width: 64px;
    }
    .legacy-hero {
        max-width: 100%;
    }
    .gallery {
        --gallery-row-height: 160px;
    }
    .service-card-body {
        padding: 32px 24px;
    }
    .tab-content.tab-content--product {
        padding: 48px;
        border-radius: 16px;
    }
    .product-info-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-info-title {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .product-info-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .career .career__item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .career .career__icon {
        top: 40px;
    }
    .last-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .last-footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .last-footer .last-footer__copy {
        margin: 0;
    }
}

@media(min-width: 992px) {
    body {
        --container-width: 960px;
    }
   
   
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    #header:not(.fixed-header):not(.dark-header) {
        --link-color: #ffffff;
    }
    #header .btn {
        margin-left: 8px;
    }
    .navbar {
        margin-top: 0;
        margin-left: auto;
        position: relative;
        top: initial;
        width: initial;
        background-color: transparent;
        padding: 0;
        border: none;
        display: block;
        max-height: initial;
        overflow: visible;
        border-radius: 0;
    }
    .navbar>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
        max-width: initial;
    }
    .navbar>ul>li:not(:first-child) {
        margin-left: 32px;
        margin-top: initial;
    }
    .navbar>ul>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .navbar .navbar__contact {
        display: none;
    }
    .sub-menu-handler {
        margin-left: 4px;
    }
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 220px;
        -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 16px;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
    #header:not(.fixed-header):not(.dark-header) .sub-menu-handler {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" fill="%23ffffff"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
    }
    .hamburger {
        display: none;
    }
    .d-md-none {
        display: block;
    }
    #whats_app {
        bottom: 95px!important;
        right: 10px!important;
        max-width: initial;
    }
    .legacy-data .legacy-data__item:not(:first-child) {
        padding-left: 48px;
    }
    .discover {
        padding-left: 16px;
        padding-right: 16px;
    }
    .discover .discover__item {
        border-radius: 8px;
        min-height: 100vh;
    }
    .sustainability {
        position: relative;
    }
    .sustainability:before {
        content: '';
        position: absolute;
        top: -10%;
        right: 58%;
        width: 100vw;
        height: 120%;
        background-color: #F7F7F7;
        z-index: 2;
    }
    .sustainability-content {
        position: relative;
        z-index: 3;
    }
    #sustainability .swiper-button-inline {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .talk .talk__container {
        padding-top: var(--section-padding-y);
        padding-bottom: var(--section-padding-y);
    }
    .talk .talk__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .image-cover {
        max-width: 480px;
    }
    .gallery {
        --gallery-row-height: 200px;
    }
    .service-card-body {
        padding: 48px 32px;
    }
    .product .product__head {
        padding-left: 340px;
    }
    .product .product__head .product__head__filter,
    .product .product__head .product__head__filter-toggler {
        display: none;
    }
    .product .product__sidebar {
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        padding: 0;
        z-index: initial;
    }
    .product .product__container {
        padding-left: 44px;
    }
    .product-info-title {
        width: 40%;
    }
    #product_sidebar_close {
        display: none;
    }
    .data-search .data-search__card {
        padding: 10px 64px;
    }
    .career .career__title {
        padding-right: 0;
        margin-bottom: 0;
        width: 35%;
    }
    .career .career__location {
        width: 30%;
        padding-left: 24px;
    }
    .career .career__time {
        width: 30%;
    }
    .career .career__item+h3 {
        margin-top: 64px;
    }
    .card.card--career {
        margin-top: calc(-1 * (var(--section-padding-y) + 220px));
    }
    #banner .career>* {
        width: initial;
        max-width: 50%;
    }
    .contact-info {
        border-radius: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    #map {
        border-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .innovation-card.innovation-card--1 {
        background-image: -o-linear-gradient(left, var(--primary) 0, #3579e3 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--primary)), to(#3579e3));
        background-image: linear-gradient(90deg, var(--primary) 0, #3579e3 100%);
    }
    .innovation-card.innovation-card--2 {
        background-image: -o-linear-gradient(left, #367de5 0, #4298f3 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #367de5), to(#4298f3));
        background-image: linear-gradient(90deg, #367de5 0, #4298f3 100%);
    }
    .innovation-card.innovation-card--3 {
        background-image: -o-linear-gradient(left, #439af5 0, #4caeff 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #439af5), to(#4caeff));
        background-image: linear-gradient(90deg, #439af5 0, #4caeff 100%);
    }
    .story-line:before {
        left: 50%;
        margin-left: -2px;
    }
    .story-line .story-line__item {
        width: 50%;
    }
    .story-line .story-line__item:not(:first-child) {
        margin-top: 64px;
    }
    .story-line .story-line__content {
        max-width: 480px;
    }
    .story-line .story-line__item.story-line__item--left {
        padding-left: 0;
        padding-right: 48px;
    }
    .story-line .story-line__item.story-line__item--left:before {
        left: initial;
        right: -8px;
    }
    .story-line .story-line__item.story-line__item--right,
    .story-line .story-line__item.story-line__item--right>* {
        margin-left: auto;
        margin-right: initial;
    }
    .story-line .story-line__item.story-line__item--right:before {
        left: -8px;
    }
    .story-line .story-line__item.story-line__item--full {
        padding-left: 0;
        width: 100%;
    }
    .story-line .story-line__item.story-line__item--full .image-cover img {
        width: 100%;
    }
    .story-line .story-line__item.story-line__item--full:before {
        display: none;
    }
    .story-line .story-line__item.story-line__item--full .image-cover {
        max-width: initial;
    }
    .story-line .story-line__item.story-line__item--full .story-line__content {
        width: 45%;
    }
    .story-line .story-line__item.story-line__item--left .image-cover img,
    .story-line .story-line__item.story-line__item--right .image-cover img {
        width: auto;
        height: auto;
    }


  
}

@media(min-width: 1200px) {
    body {
        --container-width: 1150px;
    }
    h1,
    .h1 {
        font-size: calc(var(--heading-font-size-base) * 4);
    }
    h2,
    .h2 {
        font-size: calc(var(--heading-font-size-base) * 3);
    }
    h3,
    .h3 {
        font-size: calc(var(--heading-font-size-base) * 2);
    }
    h4,
    .h4 {
        font-size: calc(var(--heading-font-size-base) * 1.5);
    }
    h5,
    .h5 {
        font-size: calc(var(--heading-font-size-base) * 1.25);
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .talk .talk__title {
        font-size: calc(var(--heading-font-size-base) * 5);
    }
    .text-hero h2 {
        font-size: calc(var(--heading-font-size-base) * 2.5);
    }
    .mining-content-left {
        padding-right: 120px;
    }
    .d-lg-none {
        display: block;
    }
    .fact .fact__title {
        font-size: calc(var(--heading-font-size-base) * 3.5);
    }
    .gallery {
        --gallery-row-height: 260px;
    }
    .product .product__head .product__head__category .product__head__category__item:not(:last-child) {
        margin-right: 64px;
    }
    .career .career__icon {
        padding-right: 8px;
    }
    .contact-info {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-item,
    .innovation-card {
        padding: 48px;
    }
    .story-line .story-line__item.story-line__item--left {
        padding-right: 64px;
    }
    .story-line .story-line__item.story-line__item--right {
        padding-left: 64px;
    }
}

@media(min-width: 1400px) {
    body {
        --container-width: 1320px;
    }
}

.inrprice,
.usdprice {
    display: none;
}

.number__block {
    background-color: #f0f0f0;
    padding: 48px 24px;
    border-radius: 8px;
}

.number__block span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    font-weight: bold;
    color: #576770;
}

.machine-form .steps-form {
    margin-bottom: 40px;
}

.machine-form .steps-form .steps-step {
    background: none !important;
    border: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.machine-form .steps-form .steps-row {
    gap: initial !important;
}

.machine-form .steps-form .steps-step .btn {
    line-height: 20px !important;
    padding: 9px 10px !important;
    border-top: solid 1px #cbcbcb;
    border-bottom: solid 1px #cbcbcb;
    color: #576770 !important;
    position: relative;
    overflow: visible !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: initial !important;
    font-size: 12px !important;
}

.machine-form .steps-form .steps-step:first-child .btn {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-left: solid 1px #cbcbcb;
}

.machine-form .steps-form .steps-step:last-child .btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-right: solid 1px #cbcbcb;
}

.machine-form .steps-form .steps-step:not(:last-child) .btn:after,
.machine-form .steps-form .steps-step:not(:last-child) .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.machine-form .steps-form .steps-step:not(:last-child) .btn:after {
    left: 100%;
    border-top: 19px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 19px solid transparent;
    z-index: 2;
}

.machine-form .steps-form .steps-step:not(:last-child) .btn:before {
    left: calc(100% + 1px);
    border-top: 19px solid transparent;
    border-left: 8px solid #cbcbcb;
    border-bottom: 19px solid transparent;
    z-index: 1;
}

.machine-form .steps-form .steps-step .btn.uacf7-btn-active {
    color: #ffffff !important;
    border-color: #000000 !important;
}

.machine-form .steps-form .steps-row .steps-step .btn-circle:not(.uacf7-btn-active):hover,
.machine-form .steps-form .steps-row .steps-step .btn-circle:not(.uacf7-btn-active):focus,
.machine-form .steps-form .steps-row .steps-step .btn-circle:not(.uacf7-btn-active):active {
    background-color: var(--light) !important;
}

.machine-form .steps-form .steps-row .steps-step .btn-circle:not(.uacf7-btn-active):hover:after,
.machine-form .steps-form .steps-row .steps-step .btn-circle:not(.uacf7-btn-active):focus:after,
.machine-form .steps-form .steps-row .steps-step .btn-circle:not(.uacf7-btn-active):active:after {
    border-left-color: var(--light) !important;
}

.machine-form .steps-form .steps-step .btn.uacf7-btn-active:after,
.machine-form .steps-form .steps-step .btn.uacf7-btn-active:before {
    border-left-color: #000000 !important;
}

.machine-form .steps-form .steps-step .btn .machine-form__number {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
}

.machine-form .steps-form .steps-step .btn.uacf7-btn-active .machine-form__number {
    border-color: #ffffff;
}

.machine-form .steps-form .steps-step .btn .machine-form__text {
    display: none;
}

.machine-form h3 {
    font-size: 20px;
}

.machine-form .radiolisticon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px;
}

.machine-form .radiolisticon .wpcf7-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 94px;
    margin: 5px;
}

.machine-form .radiolisticon .wpcf7-list-item input {
    display: none;
}

.machine-form .radiolisticon .wpcf7-list-item label {
    position: relative;
    padding-top: 68px;
    min-width: 60px;
    text-align: center;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.machine-form .radiolisticon .wpcf7-list-item .wpcf7-list-item-label:after,
.machine-form .radiolisticon .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}

.machine-form .radiolisticon .wpcf7-list-item .wpcf7-list-item-label:after {
    background-repeat: no-repeat;
    background-position: center;
}

.machine-form .radiolisticon .wpcf7-list-item .wpcf7-list-item-label:before {
    border-radius: 60px;
    border: 1px solid #cbcbcb;
}

.machine-form .radiolisticon .wpcf7-list-item input:checked+.wpcf7-list-item-label {
    background: -o-linear-gradient(338deg, var(--primary) 3%, #39a1f6 100%);
    background: linear-gradient(112deg, var(--primary) 3%, #39a1f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.machine-form .radiolisticon .wpcf7-list-item input:checked+.wpcf7-list-item-label:before {
    background: -o-linear-gradient(338deg, var(--primary) 3%, #39a1f6 100%);
    background: linear-gradient(112deg, var(--primary) 3%, #39a1f6 100%);
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="28" height="21" viewBox="0 0 28 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x=".814" y="13.066" width="17.198" height="6.938" rx="3.469" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="14.568" cy="16.516" rx="1.158" ry="1.156" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="9.589" cy="16.516" rx="1.158" ry="1.156" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="4.615" cy="16.515" rx="1.158" ry="1.156" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.16 14.229h3.803M20.3 16.21h-2.315M25.939 20.007l-2.977-6.773v-1.652c-.386.055-1.323.33-1.488.826-.166.496-.166.991-.166.991l-1.157 3.304c-.11.275-.198 1.024.33 1.817.662.991.993 1.322 1.82 1.487.661.132 3.362.055 4.63 0M16.85 13.889l-.24-3.5a1.386 1.386 0 0 0-1.383-1.29h-3.172M5.117 9.094V2.817h7.607V1H3.463v8.094H1.975v4.79" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.142 9.083h1.79c.525 0 1.004.296 1.24.766l.608 1.216h3.308V4.822c0-.98-.693-1.824-1.654-2.016v0M5.274 10.744h1.158" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(1) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="28" height="21" viewBox="0 0 28 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x=".814" y="13.066" width="17.198" height="6.938" rx="3.469" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="14.568" cy="16.516" rx="1.158" ry="1.156" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="9.589" cy="16.516" rx="1.158" ry="1.156" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="4.615" cy="16.515" rx="1.158" ry="1.156" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.16 14.229h3.803M20.3 16.21h-2.315M25.939 20.007l-2.977-6.773v-1.652c-.386.055-1.323.33-1.488.826-.166.496-.166.991-.166.991l-1.157 3.304c-.11.275-.198 1.024.33 1.817.662.991.993 1.322 1.82 1.487.661.132 3.362.055 4.63 0M16.85 13.889l-.24-3.5a1.386 1.386 0 0 0-1.383-1.29h-3.172M5.117 9.094V2.817h7.607V1H3.463v8.094H1.975v4.79" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.142 9.083h1.79c.525 0 1.004.296 1.24.766l.608 1.216h3.308V4.822c0-.98-.693-1.824-1.654-2.016v0M5.274 10.744h1.158" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="25" height="23" viewBox="0 0 25 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13.875 5.829 1.882-1.833a.838.838 0 0 1 .586-.238H20m-8.587.951 1.861-1.992a4.48 4.48 0 0 1 3.274-1.421H21M23.285 4.5v10.339h-1.623l-.453-10.13M18.089 14.84h6.156l-1.008 2.797h-3.47L18.09 14.84zM2.29 10.083a.84.84 0 0 1 .84-.84h3.973V5.55a.84.84 0 0 1 .84-.84h4.782a.84.84 0 0 1 .76.483l1.82 3.88a.84.84 0 0 1 .08.357v3.786a.84.84 0 0 1-.84.84H3.13a.84.84 0 0 1-.84-.84v-3.133z" stroke="%23576770" stroke-linejoin="round"/><path d="M11.077 4.71v4.155" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path stroke="%23576770" stroke-linejoin="round" d="M11.134 8.854h4.253M7.104 14.055h3.47v2.294h-3.47v-2.294zM7.104 14.055V9.13"/><rect x=".5" y="16.405" width="16.565" height="5.484" rx="2.742" stroke="%23576770"/><circle cx="14.434" cy="19.148" stroke="%23576770" r="1.175"/><circle cx="3.241" cy="19.148" stroke="%23576770" r="1.175"/><path d="M24.005 2.959a1.959 1.959 0 1 1-3.917 0 1.959 1.959 0 0 1 3.917 0z" stroke="%23576770"/><path d="m18.089 14.751-.4-.6" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(2) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="25" height="23" viewBox="0 0 25 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13.875 5.829 1.882-1.833a.838.838 0 0 1 .586-.238H20m-8.587.951 1.861-1.992a4.48 4.48 0 0 1 3.274-1.421H21M23.285 4.5v10.339h-1.623l-.453-10.13M18.089 14.84h6.156l-1.008 2.797h-3.47L18.09 14.84zM2.29 10.083a.84.84 0 0 1 .84-.84h3.973V5.55a.84.84 0 0 1 .84-.84h4.782a.84.84 0 0 1 .76.483l1.82 3.88a.84.84 0 0 1 .08.357v3.786a.84.84 0 0 1-.84.84H3.13a.84.84 0 0 1-.84-.84v-3.133z" stroke="%23ffffff" stroke-linejoin="round"/><path d="M11.077 4.71v4.155" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path stroke="%23ffffff" stroke-linejoin="round" d="M11.134 8.854h4.253M7.104 14.055h3.47v2.294h-3.47v-2.294zM7.104 14.055V9.13"/><rect x=".5" y="16.405" width="16.565" height="5.484" rx="2.742" stroke="%23ffffff"/><circle cx="14.434" cy="19.148" stroke="%23ffffff" r="1.175"/><circle cx="3.241" cy="19.148" stroke="%23ffffff" r="1.175"/><path d="M24.005 2.959a1.959 1.959 0 1 1-3.917 0 1.959 1.959 0 0 1 3.917 0z" stroke="%23ffffff"/><path d="m18.089 14.751-.4-.6" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="36" height="20" viewBox="0 0 36 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m27.53 13.428-5.44-1.52-5.059 2.371m14.73-1.793-9.671-3.08-6.844 2.502H1v1.967l2.576 1.037M22.026 7.614v1.441m0 8.569v-5.726M23.66 17.8H20.62c-.69 0-1.25-.56-1.25-1.251v0c0-.691.56-1.251 1.25-1.251h1.43" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="m29.865 9.578 4.11 5.362v2.324l.895.893M7.2 7.793H1v4.11M3.625 1l1.61 1.787v5.005M18.47 1.357l-1.966 8.58H7.21V7.288a2 2 0 0 1 2-2h1.218v0a3.932 3.932 0 0 1 3.932-3.932h5.72M10.427 9.759V4.575M13.82 9.759V3.503" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><circle cx="7.19" cy="15.301" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="3.217"/><circle cx="1.072" cy="1.072" transform="matrix(1 0 0 -1 6.11 16.378)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="1.072"/><circle cx="13.813" cy="15.301" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="3.217"/><circle cx="1.072" cy="1.072" transform="matrix(1 0 0 -1 12.734 16.378)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="1.072"/><circle cx="30.14" cy="15.301" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="3.217"/><circle cx="1.072" cy="1.072" transform="matrix(1 0 0 -1 29.059 16.377)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="1.072"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(3) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="36" height="20" viewBox="0 0 36 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m27.53 13.428-5.44-1.52-5.059 2.371m14.73-1.793-9.671-3.08-6.844 2.502H1v1.967l2.576 1.037M22.026 7.614v1.441m0 8.569v-5.726M23.66 17.8H20.62c-.69 0-1.25-.56-1.25-1.251v0c0-.691.56-1.251 1.25-1.251h1.43" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="m29.865 9.578 4.11 5.362v2.324l.895.893M7.2 7.793H1v4.11M3.625 1l1.61 1.787v5.005M18.47 1.357l-1.966 8.58H7.21V7.288a2 2 0 0 1 2-2h1.218v0a3.932 3.932 0 0 1 3.932-3.932h5.72M10.427 9.759V4.575M13.82 9.759V3.503" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><circle cx="7.19" cy="15.301" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="3.217"/><circle cx="1.072" cy="1.072" transform="matrix(1 0 0 -1 6.11 16.378)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="1.072"/><circle cx="13.813" cy="15.301" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="3.217"/><circle cx="1.072" cy="1.072" transform="matrix(1 0 0 -1 12.734 16.378)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="1.072"/><circle cx="30.14" cy="15.301" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="3.217"/><circle cx="1.072" cy="1.072" transform="matrix(1 0 0 -1 29.059 16.377)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="1.072"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="31" height="22" viewBox="0 0 31 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.225 12.896c-.936-1.935-2.962-3.275-5.31-3.275-2.278 0-4.252 1.26-5.223 3.103m.223 5.558c1.031 1.63 2.885 2.718 5 2.718 2.116 0 3.97-1.088 5-2.718" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="6.36" cy="17.722" rx="3.448" ry="3.276" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.811 18.24H27.397a2.758 2.758 0 0 0 2.758-2.758v0a2.759 2.759 0 0 0-2.758-2.759H1.42a.575.575 0 0 0-.574.575v2.942a2 2 0 0 0 2 2h.069M26.534 15.482h-7.931" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.532 14.62h3.62v2.242M16.364 12.553 12.4 3.587H6.365v8.966M3.256 10.309A3.103 3.103 0 0 1 6.36 7.205v5.517H3.256V10.31zM9.81 2.034c0-.57.463-1.034 1.034-1.034v0c.571 0 1.035.463 1.035 1.034v1.552h-2.07V2.034zM8.089 12.552v-6.12M12.574 10.656l2.324 2.017M13.087 9.62l-1.188 1.783" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(4) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="31" height="22" viewBox="0 0 31 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.225 12.896c-.936-1.935-2.962-3.275-5.31-3.275-2.278 0-4.252 1.26-5.223 3.103m.223 5.558c1.031 1.63 2.885 2.718 5 2.718 2.116 0 3.97-1.088 5-2.718" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><ellipse cx="6.36" cy="17.722" rx="3.448" ry="3.276" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.811 18.24H27.397a2.758 2.758 0 0 0 2.758-2.758v0a2.759 2.759 0 0 0-2.758-2.759H1.42a.575.575 0 0 0-.574.575v2.942a2 2 0 0 0 2 2h.069M26.534 15.482h-7.931" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.532 14.62h3.62v2.242M16.364 12.553 12.4 3.587H6.365v8.966M3.256 10.309A3.103 3.103 0 0 1 6.36 7.205v5.517H3.256V10.31zM9.81 2.034c0-.57.463-1.034 1.034-1.034v0c.571 0 1.035.463 1.035 1.034v1.552h-2.07V2.034zM8.089 12.552v-6.12M12.574 10.656l2.324 2.017M13.087 9.62l-1.188 1.783" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="29" height="26" viewBox="0 0 29 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.758 22.77h-1.122c.125-1.496-.464-4.488-3.815-4.488-3.352 0-4.09 2.693-4.04 4.04h-6.508c.075-1.347-.629-4.04-4.04-4.04s-4.115 2.843-4.04 4.264L.5 22.097l.225-5.386c.673-.15 2.064-.494 2.244-.673.18-.18.523-1.72.673-2.469H7.01l.673.673c.224.225.898.225 1.122 0 .18-.18.524-2.618.673-3.815h7.855l2.02 6.06 6.284.673 1.571 4.713-.449.897z" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><circle cx="3.014" cy="3.014" transform="matrix(-1 0 0 1 10.376 19.401)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="3.014"/><circle cx="7.369" cy="22.418" transform="rotate(180 7.37 22.418)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="1.005"/><circle cx="3.014" cy="3.014" transform="matrix(-1 0 0 1 24.74 19.401)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="3.014"/><circle cx="21.733" cy="22.418" transform="rotate(180 21.733 22.418)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="1.005"/><path d="M15.746 12h-3.142v3.813h4.265L15.746 12zM9.25 11.998l-2.078 1.346H3.774v-1.073l.894-.358 1.968-1.431 1.252-.358 9.481-6.977L18.8 5.115 12.986 9.23l-1.715 1.197M18.623 4.577l2.504-1.967 1.968 1.073V2.61l-1.968-1.253-3.22 2.326M23.095 4.399V1M23.095 3.683h5.01" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(5) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="29" height="26" viewBox="0 0 29 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.758 22.77h-1.122c.125-1.496-.464-4.488-3.815-4.488-3.352 0-4.09 2.693-4.04 4.04h-6.508c.075-1.347-.629-4.04-4.04-4.04s-4.115 2.843-4.04 4.264L.5 22.097l.225-5.386c.673-.15 2.064-.494 2.244-.673.18-.18.523-1.72.673-2.469H7.01l.673.673c.224.225.898.225 1.122 0 .18-.18.524-2.618.673-3.815h7.855l2.02 6.06 6.284.673 1.571 4.713-.449.897z" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><circle cx="3.014" cy="3.014" transform="matrix(-1 0 0 1 10.376 19.401)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="3.014"/><circle cx="7.369" cy="22.418" transform="rotate(180 7.37 22.418)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="1.005"/><circle cx="3.014" cy="3.014" transform="matrix(-1 0 0 1 24.74 19.401)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="3.014"/><circle cx="21.733" cy="22.418" transform="rotate(180 21.733 22.418)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="1.005"/><path d="M15.746 12h-3.142v3.813h4.265L15.746 12zM9.25 11.998l-2.078 1.346H3.774v-1.073l.894-.358 1.968-1.431 1.252-.358 9.481-6.977L18.8 5.115 12.986 9.23l-1.715 1.197M18.623 4.577l2.504-1.967 1.968 1.073V2.61l-1.968-1.253-3.22 2.326M23.095 4.399V1M23.095 3.683h5.01" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="33" height="21" viewBox="0 0 33 21" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7.704" cy="15.845" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="4.376"/><circle cx="2.186" cy="2.186" transform="matrix(1 0 0 -1 5.508 18.028)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="2.186"/><circle cx="21.45" cy="15.845" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="4.376"/><circle cx="2.186" cy="2.186" transform="matrix(1 0 0 -1 19.254 18.025)" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" r="2.186"/><path d="m.98 14.596.938.313c1.334-3.201 2.813-4.689 6.407-4.689 2.97 0 5.21 3.803 5.314 5.626h1.875c.209-.885.891-2.91 1.563-3.75 1.25-1.563 2.5-1.876 4.22-1.876.625 0 4.219 0 5.313 2.5V8.659h-8.908l-2.188-2.032H14.42L13.326 2.25h.782L12.858 1H6.293v5.782H.98v7.814z" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.01 5.375V2.25h3.438l1.25 4.375h-1.875l-1.25-1.25H8.01zM26.607 12.878v3.36a3.36 3.36 0 0 0 3.36 3.36h2.423" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.607 14.91h4.064c-.052.477-.094 1.562.156 2.5s1.146 1.884 1.563 2.188M3.763 6.283V3.845" stroke="%23576770" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(6) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="33" height="21" viewBox="0 0 33 21" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7.704" cy="15.845" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="4.376"/><circle cx="2.186" cy="2.186" transform="matrix(1 0 0 -1 5.508 18.028)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="2.186"/><circle cx="21.45" cy="15.845" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="4.376"/><circle cx="2.186" cy="2.186" transform="matrix(1 0 0 -1 19.254 18.025)" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" r="2.186"/><path d="m.98 14.596.938.313c1.334-3.201 2.813-4.689 6.407-4.689 2.97 0 5.21 3.803 5.314 5.626h1.875c.209-.885.891-2.91 1.563-3.75 1.25-1.563 2.5-1.876 4.22-1.876.625 0 4.219 0 5.313 2.5V8.659h-8.908l-2.188-2.032H14.42L13.326 2.25h.782L12.858 1H6.293v5.782H.98v7.814z" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.01 5.375V2.25h3.438l1.25 4.375h-1.875l-1.25-1.25H8.01zM26.607 12.878v3.36a3.36 3.36 0 0 0 3.36 3.36h2.423" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.607 14.91h4.064c-.052.477-.094 1.562.156 2.5s1.146 1.884 1.563 2.188M3.763 6.283V3.845" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="%23576770" stroke-linecap="round" stroke-linejoin="round" d="M5 15a1.25 1.25 0 1 0 2.5 0A1.25 1.25 0 0 0 5 15zM13.75 15a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0zM22.5 15a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0z"/></svg>');
}

.machine-form .radiolisticon .wpcf7-list-item:nth-child(7) input:checked+.wpcf7-list-item-label:after {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" d="M5 15a1.25 1.25 0 1 0 2.5 0A1.25 1.25 0 0 0 5 15zM13.75 15a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0zM22.5 15a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0z"/></svg>');
}

.radiolist {
    display: block;
    margin-top: 12px;
}

.radiolist .wpcf7-list-item {
    margin-left: 0;
}

.radiolist .wpcf7-list-item:not(:last-child) {
    margin-right: 32px;
}

.uacf7-step button.uacf7-prev,
.uacf7-step button.uacf7-next {
    margin-top: 32px !important;
}

.uacf7-multisetp-form .step-end .uacf7-prev {
    display: none;
}

.person-info {
    display: flex;
    align-items: center;
}

.person-info .person-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    color: var(--primary);
    border: solid 1px #576770;
}

.person-info .person-info__text {
    padding-left: 12px;
}

.person-info .person-info__text a {
    background: -o-linear-gradient(338deg, var(--primary) 3%, #39a1f6 100%);
    background: linear-gradient(112deg, var(--primary) 3%, #39a1f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verticlelist .wpcf7-list-item {
    display: block;
}

.video-frame {
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    position: relative;
}

.video-frame:before {
    content: "";
    display: block;
    padding-bottom: calc(9 / 16 * 100%);
}


/*.video-frame .video-frame__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/

.video-frame .video-frame__hero {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .number__block {
        padding: 64px 44px;
    }
}

@media (min-width: 576px) {
    .machine-form .steps-form .steps-step .btn .machine-form__text {
        display: block;
    }
}

.pdf-list-child,
.downloads-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.downloads-list>li+li {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #eee;
}

.pdf-list-child {
    margin-left: 24px;
}

.pdf-list-child li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.pdf-list-child li {
    display: flex;
    justify-content: space-between;
}




/* News Tabs Styling */
#news-tabs {
    justify-content: center;
    /* Hide scrollbar but keep scroll functionality */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

#news-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

#news-tabs .tab__link {
    font-size: 16px;
    padding: 10px 24px;
    font-weight: 400;
    color: #111d25;
}

@media(max-width: 991px) {

    .card .card__foot{
        padding: 0px 32px 32px 32px !important;
    }

    .card .card__body{
        padding: 32px 32px 0px 32px;
    }
    #news-tabs {
        justify-content: start;
        scroll-behavior: smooth;
    }
    #news-tabs .tab__link {
        font-size: 18px;
        padding: 15px;
    }

    
.legacy-of-excellence-row{
   flex-direction: column;
}

.legacy-of-excellence-section{
    padding-bottom: 0 !important;
}
.legacy-data__item{
    width: 100%;
}
.data-search+.section {
    padding-top: 40px;
}

}



.legacy-of-excellence-row{
    justify-content: space-around;
}


.legacy-data__item.coloum:last-child{
    border: none;
}