a,
abbr,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var,
video {
  border: 0 none;
  box-sizing: border-box;
  font: inherit;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: inline-block;
  position: relative;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  text-align: center;
  width: 100%;
  max-width: 100vw;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}
ol,
ul {
  list-style: none;
}
ol.list-unstyled,
ul.list-unstyled {
  list-style: none !important;
  padding-left: 0 !important;
}
ol.list-inline,
ul.list-inline {
  margin-left: 0;
  padding-left: 0 !important;
}
ol.list-inline li,
ul.list-inline li {
  display: inline-block;
  vertical-align: top;
}
hr {
  border: 0 none;
  box-sizing: content-box;
  height: 0;
}
a {
  background-color: transparent;
}
a:active,
a:focus,
a:hover {
  outline: 0 none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
sub,
sup {
  font-size: 14px;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
cite,
dfn,
em {
  font-style: italic;
}
address {
  font-style: normal;
}
input,
select,
textarea {
  font-size: 1em;
  line-height: 1.4em;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
html input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
}
img {
  border: 0 none;
  display: block;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 100%;
}
img.img-circle {
  border-radius: 50%;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  display: inline-block;
  overflow: hidden;
}
a {
  font-size: 1em;
  text-decoration: none;
}
abbr {
  font-size: 16px;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: default;
}
p:empty {
  display: none;
}
code,
kbd,
pre,
samp,
var {
  font-family: monospace;
  font-size: 16px;
}
pre {
  overflow: auto;
}
.container {
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  width: calc(100% - 16px);
  /* max-width: 1632px; */
}
.container-narrow {
  margin: 0 auto;
  padding: 0 16px;
  width: calc(100% - 16px);
  max-width: 1000px;
}
.container-narrow-sm {
  margin: 0 auto;
  padding: 0 16px;
  width: calc(100% - 16px);
  max-width: 664px;
}
.video {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.video iframe {
  border: 0 none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sidebar-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
hr.clearfix {
  width: 100%;
}
.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xl,
.visible-xs {
  display: none;
}
.screen-reader-response,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.color-text {
  color: #282828 !important;
}
.color-primary {
  color: #adc80a;
}
.color-second {
  color: #a828f5;
}
.color-inverted {
  color: #fff;
}
.color-success {
  color: #8cbc09;
}
.color-info {
  color: #03b4ea;
}
.color-error {
  color: #da2626;
}
.color-warning {
  color: #e7b60a;
}
.bg-primary {
  background-color: #adc80a;
}
.bg-second {
  background-color: #a828f5;
}
.bg-inverted {
  background-color: #282828;
  color: #fff;
}
.bg-success {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-info {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-error {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-warning {
  background-color: rgba(255, 255, 255, 0.75);
}
.text-lead {
  font-size: 1.2em;
  line-height: 1.6em;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-notransform {
  text-transform: none !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left img,
.text-right img {
  margin-left: 0;
  margin-right: 0;
}
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-justify h1,
.text-justify h2,
.text-justify h3,
.text-justify h4,
.text-justify h5,
.text-justify h6 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.no-border {
  border: 0 none !important;
  outline: 0 none;
}
.no-round {
  border-radius: 0;
}
.no-padding {
  padding: 0 !important;
}
.pln {
  padding-left: 0 !important;
}
.prn {
  padding-right: 0 !important;
}
.ptn {
  padding-top: 0 !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: 0.5em;
}
.pb-sm {
  padding-bottom: 0.75em;
}
.pb-md {
  padding-bottom: 1em;
}
.pb-lg {
  padding-bottom: 1.5em;
}
.pb-xl {
  padding-bottom: 2em;
}
.pb-xxl {
  padding-bottom: 3em;
}
.pt-xs {
  padding-top: 0.5em;
}
.pt-sm {
  padding-top: 0.75em;
}
.pt-md {
  padding-top: 1em;
}
.pt-lg {
  padding-top: 1.5em;
}
.pt-xl {
  padding-top: 2em;
}
.pt-xxl {
  padding-top: 3em;
}
.pl-xs {
  padding-left: 0.5em;
}
.pl-sm {
  padding-left: 0.75em;
}
.pl-md {
  padding-left: 1em;
}
.pl-lg {
  padding-left: 1.5em;
}
.pl-xl {
  padding-left: 2em;
}
.pl-xxl {
  padding-left: 3em;
}
.pr-xs {
  padding-right: 0.5em;
}
.pr-sm {
  padding-right: 0.75em;
}
.pr-md {
  padding-right: 1em;
}
.pr-lg {
  padding-right: 1.5em;
}
.pr-xl {
  padding-right: 2em;
}
.pr-xxl {
  padding-right: 3em;
}
.no-margin {
  margin: 0 !important;
}
.mln {
  margin-left: 0 !important;
}
.mrn {
  margin-right: 0 !important;
}
.mtn {
  margin-top: 0 !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 0.5em;
}
.mb-sm {
  margin-bottom: 0.75em;
}
.mb-md {
  margin-bottom: 1em;
}
.mb-lg {
  margin-bottom: 1.5em;
}
.mb-xl {
  margin-bottom: 2em;
}
.mb-xxl {
  margin-bottom: 3em;
}
.mt-xs {
  margin-top: 0.5em;
}
.mt-sm {
  margin-top: 0.75em;
}
.mt-md {
  margin-top: 1em;
}
.mt-lg {
  margin-top: 1.5em;
}
.mt-xl {
  margin-top: 2em;
}
.mt-xxl {
  margin-top: 3em;
}
.ml-xs {
  margin-left: 0.5em;
}
.ml-sm {
  margin-left: 0.75em;
}
.ml-md {
  margin-left: 1em;
}
.ml-lg {
  margin-left: 1.5em;
}
.ml-xl {
  margin-left: 2em;
}
.ml-xxl {
  margin-left: 3em;
}
.mr-xs {
  margin-right: 0.5em;
}
.mr-sm {
  margin-right: 0.75em;
}
.mr-md {
  margin-right: 1em;
}
.mr-lg {
  margin-right: 1.5em;
}
.mr-xl {
  margin-right: 2em;
}
.mr-xxl {
  margin-right: 3em;
}
.fixed-bottom {
  bottom: 16px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 30000;
}
.ellipsis {
  display: inline-block;
  width: 100%;
}
.font-base-responsive {
  font-size: 16px;
}
.font-xs {
  font-size: 12px !important;
}
.font-sm,
.has-small-font-size {
  font-size: 14px !important;
}
.font-md,
.has-medium-font-size {
  font-size: 18px !important;
}
.font-lg,
.has-large-font-size {
  font-size: 24px !important;
}
.font-xl,
.has-huge-font-size {
  font-size: 38px !important;
}
.font-xxl {
  font-size: 38px;
}
.font-sans {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.font-serif {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.alert,
.mc4wp-alert,
.wpcf7-response-output {
  border-radius: 0;
  border: solid transparent;
  border-width: 0 0 0 4px;
  font-size: 14px;
}
.alert dl,
.alert ol,
.alert p,
.alert ul,
.mc4wp-alert dl,
.mc4wp-alert ol,
.mc4wp-alert p,
.mc4wp-alert ul,
.wpcf7-response-output dl,
.wpcf7-response-output ol,
.wpcf7-response-output p,
.wpcf7-response-output ul {
  padding: 0 !important;
}
.alert,
.mc4wp-alert {
  padding: 16px 32px;
  margin-bottom: 16px;
}
.alert-success {
  background: rgba(255, 255, 255, 0.75);
  border-color: #8cbc09;
  color: #8cbc09;
}
.alert-info {
  background: rgba(255, 255, 255, 0.75);
  border-color: #03b4ea;
  color: #03b4ea;
}
.alert-warning {
  background: rgba(255, 255, 255, 0.75);
  border-color: #e7b60a;
  color: #e7b60a;
}
.alert-error {
  background: rgba(255, 255, 255, 0.75);
  border-color: #da2626;
  color: #da2626;
}
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  margin: 16px 0;
  padding: 16px 32px;
}
.wpcf7-form.init .wpcf7-response-output {
  display: none;
}
.wpcf7-form.resetting .wpcf7-response-output,
.wpcf7-form.submitting .wpcf7-response-output,
.wpcf7-form.validating .wpcf7-response-output {
  opacity: 0;
  visibility: hidden;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.75);
  border-color: #8cbc09;
  color: #8cbc09;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.75);
  border-color: #e7b60a;
  color: #e7b60a;
}
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.75);
  border-color: #da2626;
  color: #da2626;
}
.wpcf7-form.aborted .wpcf7-response-output.wpcf7-display-none,
.wpcf7-form.failed .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.mc4wp-success {
  background: rgba(255, 255, 255, 0.75);
  border-color: #8cbc09;
  color: #8cbc09;
  font-size: 16px;
}
.mc4wp-notice {
  background: rgba(255, 255, 255, 0.75);
  border-color: #e7b60a;
  color: #e7b60a;
}
.mc4wp-error {
  background: rgba(255, 255, 255, 0.75);
  border-color: #da2626;
  color: #da2626;
}
body {
  background: #fff;
  color: #282828;
  font-size: 16px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
body.single-post {
  overflow-x: visible;
}
html[data-hide-scrolls="hidden"] {
  bottom: 0;
  left: 0;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.main-header {
  background: 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.main-header .nav-brand {
  padding: 8px 16px 8px 0;
  position: relative;
  width: auto;
  max-width: 176px;
  z-index: 10010;
  transition: all 0.3s ease;
}
.main-header .nav-brand a {
  align-content: center;
  display: flex;
  flex-flow: row nowrap;
  height: auto;
  width: 100%;
}
.main-header .nav-brand svg {
  fill: #282828;
  height: auto;
  max-height: 50px;
  width: 100%;
}
.main-header .nav-brand svg .color-primary {
  fill: #adc80a;
}
.main-header .header-nav {
  display: block;
  height: 82px;
  position: absolute;
  right: -2%;
  top: 0;
  width: 104%;
}
.main-header[data-sticky-state="fixed"],
.single-post .main-header,
.single-infinionlabs_projects .main-header {
  background: #fff;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
}
.main-header[data-sticky-state="fixed"] {
  height: 66px;
}
#nav-toggler-label {
  align-items: center;
  background: 0 0;
  cursor: pointer;
  color: #282828;
  display: flex;
  height: 68px;
  right: 2%;
  top: 0;
  padding: 16px 16px 16px 68px;
  position: absolute;
  z-index: 10002;
}
#nav-toggler-label .nav-toggler-label-text {
  display: none;
}
#nav-toggler-label .nav-toggler-label-img {
  height: 68px;
  left: 16px;
  margin: -34px 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 68px;
  transition: all 0.3s ease;
}
#nav-toggler-label .nav-toggler-label-img:after,
#nav-toggler-label .nav-toggler-label-img:before {
  content: "";
  display: inline-block;
  left: 50%;
  height: 4px;
  margin: 0 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: 10;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#nav-toggler-label .nav-toggler-label-img:before {
  transform: translateY(-13px);
}
#nav-toggler-label .nav-toggler-label-img:after {
  margin-left: -9.6px;
  width: 33.6px;
  transform: translateY(9px);
}
#nav-toggler-label .nav-toggler-label-img span,
#nav-toggler-label .nav-toggler-label-img:after,
#nav-toggler-label .nav-toggler-label-img:before {
  background: #282828;
  transition: all 0.3s ease;
}
#nav-toggler-label .nav-toggler-label-img span {
  display: block;
  height: 4px;
  left: 50%;
  margin: -2px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
[data-touch-screen="no-touch"]
  #nav-toggler-label:hover
  .nav-toggler-label-img
  span,
[data-touch-screen="no-touch"]
  #nav-toggler-label:hover
  .nav-toggler-label-img:after,
[data-touch-screen="no-touch"]
  #nav-toggler-label:hover
  .nav-toggler-label-img:before {
  background: #000;
}
#nav-toggler-label.active-label .nav-toggler-label-img {
  left: 0;
}
#nav-toggler-label.active-label .nav-toggler-label-img:before {
  margin: 0;
  width: 33.6px;
  transform: rotate(45deg);
}
#nav-toggler-label.active-label .nav-toggler-label-img:after {
  margin: 0;
  transform: rotate(-45deg);
}
#nav-toggler-label.active-label .nav-toggler-label-img span {
  margin-left: 0;
  opacity: 0;
  width: 0;
}
.nav-wrapper {
  background: rgba(255, 255, 255, 0.975);
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  height: 82px;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10001;
}
[data-sticky-state="fixed"] .nav-wrapper {
  height: 66px;
}
.nav-wrapper-cn {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 0;
  opacity: 0;
  top: 82px;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
[data-sticky-state="fixed"] .nav-wrapper-cn {
  top: 66px;
}
.nav-wrapper a {
  color: #282828;
}
[data-touch-screen="no-touch"] .nav-wrapper a:focus,
[data-touch-screen="no-touch"] .nav-wrapper a:hover {
  color: #000;
}
.main-menu {
  height: 66px;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}
.main-menu a {
  color: #282828;
  display: inline-block;
  letter-spacing: 0.25em;
  margin: 0.5em 0;
  padding: 0.75em 1em;
  position: relative;
  white-space: nowrap;
  width: auto;
}
.main-menu a:after {
  content: "";
  display: inline-block;
  left: 50%;
  height: 2px;
  margin: 0;
  position: absolute;
  top: 96%;
  width: 0;
  z-index: 10;
  background: #282828;
  transition: all 0.3s ease;
}
[data-touch-screen="no-touch"] .main-menu a:focus,
[data-touch-screen="no-touch"] .main-menu a:hover {
  color: #000;
}
[data-touch-screen="no-touch"] .main-menu a:focus:after,
[data-touch-screen="no-touch"] .main-menu a:hover:after {
  left: 0;
  width: 100%;
}
.main-menu .highlighted a {
  color: #ff3d2e !important;
}
[data-touch-screen="no-touch"] .main-menu .highlighted a:focus,
[data-touch-screen="no-touch"] .main-menu .highlighted a:hover {
  color: #ff3d2e;
}
.main-menu .highlighted a:after {
  background: #ff3d2e;
}
.main-menu .current-menu-ancestor a,
.main-menu .current-page-ancestor a,
.main-menu .current_page_item a {
  color: #adc80a;
}
.main-menu .current-menu-ancestor a:after,
.main-menu .current-page-ancestor a:after,
.main-menu .current_page_item a:after {
  background: #adc80a;
}
.main-menu .current-menu-ancestor a[href*="/#"],
.main-menu .current-page-ancestor a[href*="/#"],
.main-menu .current_page_item a[href*="/#"] {
  color: #282828;
}
.main-menu .current-menu-ancestor a[href*="/#"]:after,
.main-menu .current-page-ancestor a[href*="/#"]:after,
.main-menu .current_page_item a[href*="/#"]:after {
  background: #282828;
}
[data-touch-screen="no-touch"] .main-menu .current-menu-ancestor a:focus,
[data-touch-screen="no-touch"] .main-menu .current-menu-ancestor a:hover,
[data-touch-screen="no-touch"] .main-menu .current-page-ancestor a:focus,
[data-touch-screen="no-touch"] .main-menu .current-page-ancestor a:hover,
[data-touch-screen="no-touch"] .main-menu .current_page_item a:focus,
[data-touch-screen="no-touch"] .main-menu .current_page_item a:hover {
  color: #000;
}
.main-menu .current-menu-item a,
.main-menu .current-menu-item a[href*="/#"] {
  color: #adc80a;
}
.main-menu .current-menu-item a:after,
.main-menu .current-menu-item a[href*="/#"]:after {
  background: #adc80a;
}
[data-touch-screen="no-touch"] .main-menu .current-menu-item a:focus,
[data-touch-screen="no-touch"] .main-menu .current-menu-item a:hover,
[data-touch-screen="no-touch"]
  .main-menu
  .current-menu-item
  a[href*="/#"]:focus,
[data-touch-screen="no-touch"]
  .main-menu
  .current-menu-item
  a[href*="/#"]:hover {
  color: #000;
}
.language-switch-menu {
  margin: 32px 0 0;
  opacity: 0;
  width: 100%;
}
#nav-toggler {
  left: -999999em;
  position: absolute;
}
#nav-toggler:checked + .nav-wrapper {
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  padding-top: 82px;
  position: fixed;
}
[data-sticky-state="fixed"] #nav-toggler:checked + .nav-wrapper {
  padding-top: 66px;
}
#nav-toggler:checked + .nav-wrapper .nav-wrapper-cn {
  height: auto;
  padding: 0 0 32px;
  opacity: 1;
  min-height: 100%;
}
#nav-toggler:checked + .nav-wrapper .main-menu {
  height: auto;
  overflow-y: auto;
  opacity: 1;
}
#nav-toggler:checked + .nav-wrapper .language-switch-menu {
  opacity: 1;
}
.btn,
button,
input[type="submit"] {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.btn span,
button span,
input[type="submit"] span {
  pointer-events: none;
  position: relative;
  z-index: 20;
}
.btn:after,
button:after,
input[type="submit"]:after {
  content: "";
  display: inline-block;
  left: 50%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10;
  background: #282828;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-touch-screen="no-touch"] .btn:focus,
[data-touch-screen="no-touch"] .btn:hover,
[data-touch-screen="no-touch"] button:focus,
[data-touch-screen="no-touch"] button:hover,
[data-touch-screen="no-touch"] input[type="submit"]:focus,
[data-touch-screen="no-touch"] input[type="submit"]:hover {
  background: 0 0;
}
[data-touch-screen="no-touch"] .btn:focus:after,
[data-touch-screen="no-touch"] .btn:hover:after,
[data-touch-screen="no-touch"] button:focus:after,
[data-touch-screen="no-touch"] button:hover:after,
[data-touch-screen="no-touch"] input[type="submit"]:focus:after,
[data-touch-screen="no-touch"] input[type="submit"]:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.btn:disabled,
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
button.btn-disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
button.btn-clean:after,
button.btn-gmap:after,
button.gm-fullscreen-control:after {
  display: none;
}
.btn-inverted {
  width: auto;
  max-width: 100%;
}
.btn-gmap {
  height: 36px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 36px;
}
.btn-input-clear {
  background: rgba(40, 40, 40, 0.75);
  border-radius: 50%;
  height: 24px;
  padding: 0;
  width: 24px;
}
.btn-input-clear:before {
  content: "";
  display: inline-block;
  left: 50%;
  height: 12px;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 10;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 612 612'%3E%3Cg %3E%3Cpolygon fill='%23fff' points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011'/%3E%3C/g%3E%3C/svg%3E")
    no-repeat 50% 50%;
  background-size: cover;
}
[data-touch-screen="no-touch"] .btn-input-clear:focus,
[data-touch-screen="no-touch"] .btn-input-clear:hover {
  background: #282828;
}
.btn,
button,
input[type="submit"] {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  outline: 0 none;
  padding: 1.25em 2.5em;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  width: auto;
  transition: all 0.3s ease;
}
.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #282828;
}
.btn:disabled,
button:disabled,
input[type="submit"]:disabled {
  background-color: rgba(40, 40, 40, 0.15);
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.15);
}
.btn:disabled:focus,
.btn:disabled:hover,
button:disabled:focus,
button:disabled:hover,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
  background-color: rgba(27, 27, 27, 0.15);
}
.btn-inverted,
button[type="submit"],
input[type="submit"] {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.btn-inverted:after,
button[type="submit"]:after,
input[type="submit"]:after {
  background: #fff;
}
[data-touch-screen="no-touch"] .btn-inverted:focus,
[data-touch-screen="no-touch"] .btn-inverted:hover,
[data-touch-screen="no-touch"] button[type="submit"]:focus,
[data-touch-screen="no-touch"] button[type="submit"]:hover,
[data-touch-screen="no-touch"] input[type="submit"]:focus,
[data-touch-screen="no-touch"] input[type="submit"]:hover {
  color: #282828;
}
button[type="submit"],
input[type="submit"] {
  width: 100%;
  max-width: 220px;
}
.btn-inverted span {
  color: #fff;
}
.btn-inverted:focus span,
.btn-inverted:hover span {
  color: #282828;
}
.btn-sm {
  font-size: 14px;
  padding: 0.5em 2em;
}
.btn-success {
  background-color: #8cbc09;
  color: #fff;
}
.btn-warning {
  background-color: #e7b60a;
  color: #fff;
}
.btn-error {
  background-color: #da2626;
  color: #fff;
}
.btn-info {
  background-color: #03b4ea;
  color: #fff;
}
.btn-light {
  background-color: #c4f64d;
}
.btn-light:focus,
.btn-light:hover {
  background-color: #adc80a;
}
.btn-red {
  background-color: #ff3d2e;
  color: #fff !important;
}
.btn-red:focus-visible:after,
[data-touch-screen="no-touch"] .btn-red:hover:after {
  background-color: #fa1200;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #282828;
  color: #282828;
}
.btn-outline:focus,
.btn-outline:hover {
  background-color: #282828;
  color: #fff;
}
.btn-clean {
  background-color: transparent;
  color: #282828;
}
.btn-clean:focus,
.btn-clean:hover {
  background-color: transparent;
}
.btn,
a {
  color: #282828;
  transition: all 0.3s ease;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0.5em 0;
  padding: 0.25em 0;
  pointer-events: auto;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
dt.toggle-title,
h1.toggle-title,
h2.toggle-title,
h3.toggle-title,
h4.toggle-title,
h5.toggle-title,
h6.toggle-title {
  margin: 0;
}
dt.job-offer-subtitle,
h1.job-offer-subtitle,
h2.job-offer-subtitle,
h3.job-offer-subtitle,
h4.job-offer-subtitle,
h5.job-offer-subtitle,
h6.job-offer-subtitle {
  font-weight: 400;
  margin: 8px 0 32px;
}
dt.font-normal,
h1.font-normal,
h2.font-normal,
h3.font-normal,
h4.font-normal,
h5.font-normal,
h6.font-normal {
  font-weight: 400 !important;
}
dt a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor;
}
h6 {
  font-weight: 800;
}
h1,
h2 {
  letter-spacing: 0.1em;
}
#home h1,
#home h2,
.section-columns-wrapper-blog .header-box h1,
.section-columns-wrapper-blog .header-box h2,
h1.text-notransform,
h2.text-notransform {
  letter-spacing: 0 !important;
}
dt {
  margin: 1em 0 0.5em;
}
h1:not(.in-section-header) {
  font-size: 28px;
  line-height: 1.6em;
}
.page-container h1:not(.in-section-header),
.project-section h1:not(.in-section-header) {
  line-height: 1.2em;
}
.page-container h1:not(.in-section-header) {
  margin: 32px 0 48px;
}
h1:not(.in-section-header).fit-text {
  margin-bottom: 0.25em;
}
#home h1 {
  text-transform: none !important;
}
#home h1.fit-text {
  line-height: 1.1em;
}
#home h1.fit-text.fit-text-break {
  white-space: normal;
}
#home h1.fit-text span {
  display: inline-block;
  width: 100%;
}
h1.h1-responsive {
  letter-spacing: normal !important;
  line-height: 1.2em !important;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.in-section-header {
  font-size: 16px;
}
.recent-posts-infinionlabs_projects-header,
.section-header {
  min-height: 55px;
  /* margin: 32px 0; */
  overflow: hidden;
  padding: 16px 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  max-width: 720px;
}
.recent-posts-infinionlabs_projects-header span,
.section-header span {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.25em;
  padding: 0 32px 0 0;
  position: relative;
  z-index: 10;
}
.recent-posts-infinionlabs_projects-header span:after,
.section-header span:after {
  content: "";
  display: inline-block;
  left: 100%;
  height: 1px;
  margin: -1px;
  position: absolute;
  top: 50%;
  width: 720px;
  z-index: 1;
  background: #282828;
}
.recent-posts-infinionlabs_projects-header span.visible-sm,
.section-header span.visible-sm {
  display: none;
}
.recent-posts-infinionlabs_projects-header-inner,
.section-header-inner {
  margin: 82px 0 32px;
}
.models-content .recent-posts-infinionlabs_projects-header-inner,
.models-content .section-header-inner {
  margin: 0;
  padding: 0 0 32px;
  max-width: 460px;
}
.main-content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  align-items: center;
}
.main-content .archive-content-section {
  background: #fff;
  min-height: 100vh;
  padding-top: 82px;
  position: relative;
  width: 100%;
  z-index: 5;
}
.page-container {
  width: 100%;
}
.fit-text {
  white-space: nowrap;
  width: 100%;
}
.sticky-box {
  position: relative;
  z-index: 2000;
}
.sticky-box > div {
  left: 0;
  top: 64px;
  position: absolute;
}
.sticky-box[data-state="fixed"] {
  left: 0;
  position: fixed;
  top: 66px;
}
.post-content {
  position: relative;
  text-align: left;
}
.post-content .gmap-address,
.post-content dl,
.post-content ol,
.post-content p,
.post-content ul {
  font-weight: 400;
  line-height: 1.9em;
  pointer-events: auto;
  /* max-width: 1000px; */
}
.post-content .gmap-address,
.post-content p {
  padding: 0 0 1.5em;
}
.post-content .gmap-address.lead,
.post-content p.lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}
.post-content dl.font-normal,
.post-content li.font-normal,
.post-content ol.font-normal,
.post-content p.font-normal,
.post-content ul.font-normal {
  font-weight: 400;
}
.post-content .text-rotator + p {
  font-size: 18px;
  margin-top: 1.5em;
  padding-top: 1em;
  max-width: 750px;
}
.post-content .row.models-content h4 {
  line-height: 1.25em;
  text-transform: none;
}
.post-content a:not(.btn) {
  border-bottom: 1px solid transparent;
  color: #282828;
}
.page-container .post-content a:not(.btn),
.project-header .post-content a:not(.btn) {
  border-color: #adc80a;
}
.post-content a:not(.btn):focus,
.post-content a:not(.btn):hover {
  border-color: currentColor;
  color: #000;
}
.post-content .link-underline {
  border-bottom: 0 none !important;
  position: relative;
}
.post-content .link-underline:after {
  content: "";
  display: inline-block;
  left: 0;
  height: 2px;
  margin: 0;
  position: absolute;
  top: 125%;
  width: 50px;
  z-index: 1;
  background-color: #282828;
  transition: all 0.225s ease-in-out;
}
[data-touch-screen="no-touch"] .post-content .link-underline:focus:after,
[data-touch-screen="no-touch"] .post-content .link-underline:hover:after {
  width: 100%;
}
.page-section {
  align-items: flex-start;
  display: flex;
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 5;
}
.page-section:nth-child(1) {
  padding-top: 82px;
}
.page-section#services,
.page-section.single-page {
  background: #fff;
}
.page-section .wpcf17-form-control-wrap,
.page-section a,
.page-section button,
.page-section input,
.page-section label,
.page-section textarea {
  pointer-events: auto;
}
.page-section-wrapper {
  padding: 16px 0;
  position: relative;
  width: 100%;
}
.page-section-wrapper.page-container {
  padding: 82px 0 64px;
}
.page-section#home {
  align-items: center;
  padding-top: 98px;
}
.page-section#home .page-section-wrapper {
  padding: 0 0 64px;
}
.page-section#home .page-section-wrapper-has-icons {
  padding: 0;
}
.page-section#team {
  background: #fff;
}
.page-section#offer .page-section-wrapper {
  padding-top: 0;
}
.page-section#contact .page-section-wrapper .post-content .row,
.page-section#contact-career .page-section-wrapper .post-content .row {
  align-items: center;
}
.page-section#contact .page-section-wrapper .post-content .address-column,
.page-section#contact-career
  .page-section-wrapper
  .post-content
  .address-column {
  margin: 32px 0 64px;
}
.header-box-tag {
  font-weight: 400 !important;
  line-height: 1.1em;
  margin: -32px 0 0;
  padding: 0 0 64px;
}
.header-box-tag small,
.header-box-tag span {
  display: inline-block;
  width: 100%;
}
.header-box-tag span {
  letter-spacing: 0;
  text-transform: none;
}
.fixed-bottom-addon {
  bottom: 44px;
  left: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
}
.fixed-bottom-addon[data-fixed-bottom-addon-state="visible"] {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}
[data-hide-scrolls="hidden"]
  .fixed-bottom-addon[data-fixed-bottom-addon-state="visible"] {
  opacity: 0;
  transform: translate(0, 100px);
}
.fixed-bottom-addon[data-fixed-bottom-addon-state="hidden"] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 100px);
}
.fixed-bottom-addon-content {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e3e4e6;
  margin-left: -16px;
  margin-right: -16px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.fixed-bottom-addon-content:after {
  content: "";
  display: inline-block;
  left: -32px;
  height: calc(100% + 64px);
  margin: 0;
  position: absolute;
  top: -32px;
  width: calc(100% + 64px);
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.fixed-bottom-addon-content .tns-outer button[data-action="stop"],
.fixed-bottom-addon-content .tns-visually-hidden {
  display: none;
}
.fixed-bottom-addon-content ul {
  border-left: 1px solid #e3e4e6;
  display: flex !important;
  flex-flow: row nowrap;
  height: 120%;
  list-style: none;
  overflow-x: auto;
  position: relative;
  user-select: none;
  z-index: 10;
}
.fixed-bottom-addon-content li {
  align-items: center;
  border-right: 1px solid #e3e4e6;
  display: flex;
  flex: 0 0 auto;
  padding: 0 32px;
  min-width: 136px;
}
.fixed-bottom-addon-content li img {
  height: 34px;
  margin: 0 auto !important;
  width: auto !important;
}
.fixed-bottom-addon-content a {
  display: inline-block;
  width: 100%;
}
.fixed-bottom-addon-content,
.fixed-bottom-addon-content li {
  height: 84px;
}
.fixed-bottom-bar {
  background: #282828;
  bottom: 0;
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.25);
  color: #fff;
  height: auto;
  max-height: 60px;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  transition: all 0.3s ease;
  transform: translate(0, 0);
  width: 100%;
}
.fixed-bottom-addon[data-fixed-bottom-addon-state="visible"]
  + .fixed-bottom-bar {
  box-shadow: none;
}
.fixed-bottom-bar[data-fixed-bottom-addon-state="hidden"],
[data-hide-scrolls="hidden"] .fixed-bottom-bar {
  opacity: 0;
  transform: translate(0, 60px);
}
.fixed-bottom-bar-list {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.fixed-bottom-bar-list li {
  flex: 1 1 25%;
  width: 25%;
  min-width: 25%;
}
.fixed-bottom-bar a {
  color: #fff;
  display: block;
  padding: 35px 8px 6px;
  position: relative;
  width: 100%;
}
.fixed-bottom-bar svg {
  fill: #fff;
  height: 24px;
  left: 50%;
  margin: 0 0 0 -12px;
  position: absolute;
  top: 11px;
  width: 24px;
}
.fixed-bottom-bar span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
.icon {
  transition: all 0.3s ease;
}
.icon svg {
  display: block;
  height: 32px;
  width: 32px;
}
.icon-inline {
  display: inline-block;
  margin: 0 0.15em;
  vertical-align: middle;
}
.icon-sm {
  height: 16px;
  width: 16px;
}
.icon-md {
  height: 24px;
  width: 24px;
}
.icon-lg {
  height: 36px;
  width: 36px;
}
.icon-xl {
  height: 48px;
  width: 48px;
}
.icon-xxl {
  height: 146px;
  width: 146px;
}
.icon-model {
  background: #fff;
  border-radius: 50%;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 100%;
  max-height: 178px;
  padding: 16px;
  width: 100%;
  max-width: 178px;
}
.icon-model img,
.icon-model svg {
  display: block;
  height: auto;
  max-height: 146px;
  width: 100%;
  max-width: 146px;
}
.icon-model {
  padding: 24px;
}
.icon-facebook {
  color: #3b5999;
  fill: #3b5999;
}
.icon-square a[data-share-link="facebook"] {
  background-color: #3b5999;
}
.icon-twitter {
  color: #55acee;
  fill: #55acee;
}
.icon-square a[data-share-link="twitter"] {
  background-color: #55acee;
}
.icon-instagram {
  color: #e4405f;
  fill: #e4405f;
}
.icon-linkedin {
  color: #0077b5;
  fill: #0077b5;
}
.icon-square a[data-share-link="linkedin"] {
  background-color: #0077b5;
}
.icon-block {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  padding: 8px 32px 16px 16px;
  position: relative;
  width: 100%;
}
.icon-block-img {
  background: #fff;
  border-radius: 50%;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  height: 88px;
  position: relative;
  width: 88px;
  min-width: 88px;
}
.icon-block-img img,
.icon-block-img svg {
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  width: 64px;
  min-width: 64px;
}
.wp-block-icon-progress .icon-block-img img,
.wp-block-icon-progress .icon-block-img svg {
  height: 110px;
  margin: -55px 0 0 -55px;
  width: 110px;
}
.icon-block-title {
  margin: auto 48px auto 16px;
  text-align: left;
}
.icon-block-title h4 {
  font-size: 18px;
  line-height: 1.25em;
}
.job-benefits li {
  min-height: 36px;
  padding: 8px 0 8px 52px;
  position: relative;
}
.job-benefits svg {
  height: 36px;
  left: 0;
  margin-top: -18px;
  position: absolute;
  top: 22px;
  width: 36px;
}
.social-icon {
  margin: 0 6px;
}
.social-icon a {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 30px;
  margin: 1px;
  width: 30px;
}
.social-icon a * {
  pointer-events: none;
}
[data-touch-screen="no-touch"] .social-icon a:focus,
[data-touch-screen="no-touch"] .social-icon a:hover {
  opacity: 0.75;
}
.social-icon svg {
  left: -1px;
  height: 32px;
  position: relative;
  top: -1px;
  width: 32px;
}
.social-icon-square {
  padding-bottom: 42px;
  position: relative;
  width: 42px;
  max-width: 42px;
}
.social-icon-square li {
  left: 0;
  margin: 0;
  transform: translateX(-37px);
  transition: transform 0.3s ease-in-out;
}
.social-icon-square a {
  border-radius: 0;
  margin: 0;
  height: 42px;
  pointer-events: none;
  width: 42px;
}
.social-icon-square svg {
  color: #fff;
  fill: #fff;
  height: 42px;
  left: 0;
  top: 0;
  width: 42px;
}
.social-icon-square svg.icon-dark {
  color: #282828;
  fill: #282828;
}
.social-icons-sticky {
  position: relative;
}
.social-icons-sticky label,
.social-icons-sticky label svg {
  bottom: 0;
  left: 0;
  height: 42px;
  position: absolute;
  width: 42px;
}
.social-icons-sticky label {
  cursor: pointer;
  z-index: 10;
}
.social-icons-sticky label svg {
  opacity: 1;
  transform-origin: center;
  transition: opacity 0.15s ease-in-out;
}
.social-icons-sticky label .icon-arrow {
  opacity: 0;
}
.social-icons-sticky label.active-label .icon-share {
  opacity: 1;
}
[data-touch-screen="no-touch"] .social-icons-sticky label:focus,
[data-touch-screen="no-touch"] .social-icons-sticky label:hover {
  background: #fff;
}
[data-touch-screen="no-touch"] .social-icons-sticky label:focus .icon-share,
[data-touch-screen="no-touch"] .social-icons-sticky label:hover .icon-share {
  opacity: 0;
}
[data-touch-screen="no-touch"] .social-icons-sticky label:focus .icon-arrow,
[data-touch-screen="no-touch"] .social-icons-sticky label:hover .icon-arrow {
  opacity: 1;
  transform: rotate(180deg);
}
[data-touch-screen="no-touch"]
  .social-icons-sticky
  label:focus.active-label
  .icon-arrow,
[data-touch-screen="no-touch"]
  .social-icons-sticky
  label:hover.active-label
  .icon-arrow {
  transform: rotate(0);
}
.social-icons-sticky input[type="checkbox"] {
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.social-icons-sticky input[type="checkbox"]:checked + .social-icon-square li {
  transform: translateX(0);
  pointer-events: auto;
}
.social-icons-sticky input[type="checkbox"]:checked + .social-icon-square li a {
  pointer-events: auto;
}
.icons-toggle {
  position: relative;
}
.icons-toggle-label {
  cursor: pointer;
  height: 46px;
  margin: 8px 0;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  width: 20%;
  min-width: 46px;
  z-index: 10;
}
.icons-toggle-label:after {
  content: "";
  display: inline-block;
  left: 50%;
  height: 46px;
  margin: -23px 0 0 -23px;
  position: absolute;
  top: 50%;
  width: 46px;
  z-index: 1;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 92 92'%3E%3Cg %3E%3Cpath fill='%23282828' d='M58.000,49.000 C56.343,49.000 55.000,47.657 55.000,46.000 C55.000,44.343 56.343,43.000 58.000,43.000 C59.657,43.000 61.000,44.343 61.000,46.000 C61.000,47.657 59.657,49.000 58.000,49.000 ZM46.000,49.000 C44.343,49.000 43.000,47.657 43.000,46.000 C43.000,44.343 44.343,43.000 46.000,43.000 C47.657,43.000 49.000,44.343 49.000,46.000 C49.000,47.657 47.657,49.000 46.000,49.000 ZM34.000,49.000 C32.343,49.000 31.000,47.657 31.000,46.000 C31.000,44.343 32.343,43.000 34.000,43.000 C35.657,43.000 37.000,44.343 37.000,46.000 C37.000,47.657 35.657,49.000 34.000,49.000 Z'/%3E%3C/g%3E%3C/svg%3E")
    50% 50%;
  background-size: cover;
  border-radius: 23px;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
}
.icons-toggle-label.active-label {
  bottom: 0;
  top: auto;
}
.icons-toggle-label.active-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 92 92'%3E%3Cg %3E%3Cpath fill='%23282828' d='M49.165,46.000 L58.518,55.353 C59.299,56.135 59.299,57.401 58.518,58.182 L58.182,58.518 C57.401,59.299 56.135,59.299 55.353,58.518 L46.000,49.165 L36.612,58.553 C35.830,59.334 34.564,59.334 33.783,58.553 L33.447,58.217 C32.666,57.436 32.666,56.170 33.447,55.388 L42.835,46.000 L33.447,36.612 C32.666,35.830 32.666,34.564 33.447,33.783 L33.783,33.447 C34.564,32.666 35.830,32.666 36.612,33.447 L46.000,42.835 L55.353,33.482 C56.135,32.701 57.401,32.701 58.182,33.482 L58.518,33.818 C59.299,34.599 59.299,35.865 58.518,36.647 L49.165,46.000 Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icons-toggle-input {
  left: -9999em;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.text-rotator {
  position: relative;
}
.text-rotator .lead {
  left: 0;
  min-height: 3.75em;
  position: relative;
  top: 0;
  width: 100%;
}
.text-rotator-container {
  overflow: hidden;
}
.text-rotator-prefix {
  margin-right: 0.3em;
  white-space: nowrap;
}
.text-rotator-sentence {
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.text-rotator-sentence .text-rotator-prefix {
  opacity: 0;
}
.text-rotator-sentence[data-state="active"] {
  opacity: 1;
  position: relative;
  white-space: normal;
  z-index: 10;
}
.text-rotator-sentence[data-state="active"] .text-rotator-prefix {
  display: none;
}
body.bg_animation {
  position: relative;
  z-index: 1;
}
body.bg_animation:after {
  content: "";
  display: inline-block;
  left: 0;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #fff
    url(//infinionlabs/w/base/themes/infinionlabs/css/bg-page-section-mobi.png.webp)
    no-repeat 50% 100%;
  background-size: auto 720px;
  pointer-events: none;
  position: fixed;
}
.background-animation {
  height: calc(100% - 82px);
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
.language-switch-menu {
  position: relative;
  white-space: nowrap;
}
.language-switch-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.language-switch-menu li a {
  color: #282828;
  display: inline-block;
  padding: 8px;
  margin: 0 5.3333333333px;
}
[data-touch-screen="no-touch"] .language-switch-menu li a:focus,
[data-touch-screen="no-touch"] .language-switch-menu li a:hover {
  color: #adc80a;
}
.language-switch-menu li.active-language {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
#cookie-notice,
#cookie-notice[data-state="visible"] {
  opacity: 1;
  transform: translateY(0);
}
#cookie-notice {
  bottom: 76px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  position: fixed;
  padding: 0;
  text-align: center;
  transition: none;
  width: 100%;
  z-index: 400001;
}
html[data-fixed-bottom-addon-state="visible"] #cookie-notice {
  transform: translateY(-84px);
}
#cookie-notice[data-state="hidden"] {
  transform: translateY(10em);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: 0;
}
#cookie-notice .cookie-notice-text {
  align-items: center;
  background: #fff;
  border: 1px solid #282828;
  color: #282828;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 8px 0 8px 16px;
  position: relative;
  text-align: left;
  width: auto;
}
#cookie-notice .cookies-icon {
  color: #282828;
  display: none;
  fill: #282828;
  height: 32px;
  left: 16px;
  margin: -16px 0 0;
  top: 50%;
  position: absolute;
  width: 32px;
}
#cookie-notice p {
  padding: 0;
  width: auto;
}
#cookie-notice a {
  border-bottom: 1px solid transparent;
  color: #282828;
  font-size: 1em;
  font-weight: 700;
  margin: 0 5.3333333333px;
  text-decoration: none;
}
#cookie-notice a:focus,
#cookie-notice a:hover {
  border-color: #282828;
}
#cookie-notice button {
  background: 0 0;
  border: 0 none;
  color: #282828;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 8px;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#cookie-notice button:focus,
#cookie-notice button:hover {
  background: 0 0;
  border-color: #adc80a;
  color: #adc80a;
}
#cookie-notice button:after {
  display: none;
}
.sm-clutch-widget {
  display: none;
}
.sm-clutch-widget a {
  background: #fff;
  border-radius: 0;
  display: inline-block;
  height: 100%;
  margin-right: 8px;
  padding: 8px;
  position: relative;
  width: auto;
}
.sm-clutch-widget a svg {
  height: 38px;
  width: 128px;
}
.sm-clutch-widget a strong {
  font-weight: 500;
  left: 52px;
  letter-spacing: 0.025em;
  position: absolute;
  top: 30px;
}
.post-content .clutch-widget {
  width: 100% !important;
}
@media only screen and (min-width: 480px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  #nav-toggler:checked + .nav-wrapper {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 600px) {
  .container {
    width: calc(100% - 32px);
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .fixed-bottom {
    bottom: 32px;
  }
  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fake-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .font-base-responsive {
    font-size: 18px;
    max-width: 750px !important;
  }
  .font-xxl {
    font-size: 60px;
  }
  .main-header .container {
    padding: 0;
  }
  .nie .main-header {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .main-header .header-nav {
    right: -4%;
    width: 108%;
  }
  #nav-toggler-label {
    right: 4%;
  }
  h1,
  h2 {
    letter-spacing: 0.25em;
  }
  h1:not(.in-section-header) {
    font-size: 38px;
  }
  .recent-posts-infinionlabs_projects-header span.visible-sm,
  .section-header span.visible-sm {
    display: inline-block;
  }
  .main-content .archive-content {
    background: transparent
      url(//infinionlabs/w/base/themes/infinionlabs/css/bg-content-left.png)
      no-repeat 0 50%;
  }
  .webp .main-content .archive-content {
    background-image: url(//infinionlabs/w/base/themes/infinionlabs/css/bg-content-left.png.webp);
  }
  .main-content .archive-content-section {
    padding-top: 64px;
  }
  .post-content .gmap-address.lead,
  .post-content p.lead {
    font-size: 28px;
  }
  .post-content .row.models-content dl,
  .post-content .row.models-content ol,
  .post-content .row.models-content p,
  .post-content .row.models-content ul {
    font-size: 14px;
  }
  .post-content .row.models-content .wp-block-columns {
    flex-wrap: nowrap;
  }
  .post-content .row.narrow-content .col {
    width: 50%;
    min-width: 50%;
  }
  .page-section {
    min-height: 100vh;
  }
  .page-section-wrapper {
    padding: 64px 32px 0 0;
  }
  .page-section-wrapper.page-container {
    padding: 64px 32px 64px 0;
  }
  .page-section#home {
    min-height: auto;
  }
  .page-section#home .page-section-wrapper {
    padding: 0 32px 64px 0;
  }
  .page-section#home .page-section-wrapper-has-icons {
    padding: 0 32px 0 0;
  }
  .fixed-bottom-addon {
    bottom: -32px;
  }
  .fixed-bottom-addon-content,
  .fixed-bottom-addon-content li {
    height: 100px;
  }
  .fixed-bottom-addon-content li img {
    height: 51px;
  }
  .fixed-bottom-bar {
    display: none;
  }
  .icon-block {
    max-width: 400px;
    padding: 16px 32px 32px 0;
  }
  .icon-block-img {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }
  .icon-block-img img,
  .icon-block-img svg {
    height: 80px;
    margin: -40px 0 0 -40px;
    width: 80px;
    min-width: 80px;
  }
  .icon-block-title h4 {
    font-size: 24px;
  }
  .icons-toggle-label {
    display: inline-block;
  }
  .icons-toggle ul {
    height: 62px;
    max-height: 62px;
    width: calc(100% - 46px) !important;
  }
  .icons-toggle ul li:nth-child(n + 5) {
    display: none !important;
  }
  .icons-toggle-input:checked + ul {
    height: auto;
    max-height: 100%;
    width: 100% !important;
  }
  .icons-toggle-input:checked + ul li:nth-child(1n + 5) {
    display: inline-block !important;
  }
  .icons-toggle-input:checked + ul li:last-of-type {
    margin-right: 46px !important;
  }
  .background-animation {
    background-position: 50% 100%;
  }
  #cookie-notice {
    bottom: 32px;
    width: 100%;
  }
  html[data-fixed-bottom-addon-state="visible"] #cookie-notice {
    transform: tranlateY(-116px);
  }
  #cookie-notice .cookie-notice-text {
    bottom: 0;
    justify-content: flex-start;
    padding: 8px 0 8px 64px;
    position: absolute;
    right: 0;
  }
  #cookie-notice .cookies-icon {
    display: inline-block;
  }
  .js .sm-clutch-widget {
    display: block;
    opacity: 0;
    position: absolute;
    top: 82px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(32px);
    right: 0;
    width: 100%;
    z-index: 10000;
  }
  .js .sm-clutch-widget[data-state="loaded"] {
    opacity: 1;
    transform: translateX(0);
  }
  .js .sm-clutch-widget[data-state="loaded"] .clutch-widget {
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1000px) {
  ol.list-to-inline,
  ul.list-to-inline {
    margin-left: 0;
    padding-left: 0;
  }
  ol.list-to-inline li,
  ul.list-to-inline li {
    display: inline-block;
    margin-right: 5.3333333333px;
    vertical-align: top;
  }
  ol.list-to-inline li:after,
  ul.list-to-inline li:after {
    content: ", ";
  }
  ol.list-to-inline li:last-child:after,
  ul.list-to-inline li:last-child:after {
    content: "";
  }
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .nie .home .main-header {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
  }
  .main-menu a {
    padding: 0.75em 0.35em;
  }
  #nav-toggler:checked + .nav-wrapper .main-menu {
    overflow: hidden;
  }
  h1:not(.in-section-header) {
    font-size: 48px;
    font-weight: bold;
  }
  .single-post h1:not(.in-section-header) {
    font-size: 48px;
  }
  h1.h1-responsive {
    font-size: 48px;
  }
  .page-container h1.h1-responsive {
    margin-top: 64px !important;
  }
  .recent-posts-infinionlabs_projects-header span,
  .section-header span {
    font-size: 20px !important;
  }
  .page-container {
    width: 90%;
    max-width: 1250px;
  }
  .sticky-box[data-state="fixed"] {
    top: 82px;
  }
  .post-content .row .gmap-address,
  .post-content .row dl,
  .post-content .row ol,
  .post-content .row p,
  .post-content .row ul {
    width: 80%;
  }
  .post-content .row.narrow-content {
    max-width: 1250px;
  }
  .post-content .row.narrow-content .col {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .post-content .row.models-content dl,
  .post-content .row.models-content ol,
  .post-content .row.models-content p,
  .post-content .row.models-content ul {
    width: 100%;
  }
  .post-content .row.models-content h4 {
    font-size: 24px;
  }
  .post-content .row.models-content .wp-block-column:not(:last-child) {
    margin-right: 0;
    padding-right: 32px;
  }
  .page-section:nth-child(1) {
    padding-top: 0;
  }
  .page-section#home {
    min-height: 100vh;
    padding-top: 0;
  }
  .page-section#contact .page-section-wrapper .post-content .address-column,
  .page-section#contact-career
    .page-section-wrapper
    .post-content
    .address-column {
    margin: -152px 0 0;
  }
  .page-section#contact
    .page-section-wrapper
    .post-content
    .address-column
    p.lead,
  .page-section#contact-career
    .page-section-wrapper
    .post-content
    .address-column
    p.lead {
    font-size: 32px;
    white-space: nowrap;
  }
  .icon-block-center {
    display: inline-block;
    padding: 16px 0;
    position: relative;
    vertical-align: top;
    width: 20%;
    max-width: 240px;
  }
  .icon-block-center:after {
    content: "";
    display: inline-block;
    left: 100%;
    height: 12px;
    margin: -6px 0 0 -58px;
    position: absolute;
    top: 71px;
    width: 50px;
    z-index: 10;
    background: transparent
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 73 13'%3E%3Cg %3E%3Cpath fill='%23282828' d='M66.668,-0.004 L72.670,5.986 L72.969,5.986 L72.969,6.284 L72.973,6.288 L72.969,6.293 L72.969,6.620 L73.004,6.656 L72.969,6.691 L72.969,6.983 L72.676,6.983 L66.643,13.004 L65.936,12.299 L71.262,6.983 L0.000,6.983 L0.000,5.986 L71.269,5.986 L65.968,0.695 L66.668,-0.004 Z'/%3E%3C/g%3E%3C/svg%3E")
      no-repeat 100% 0;
    background-size: 73px 11px;
  }
  .icon-block-center:last-of-type:after {
    display: none;
  }
  .icon-block-center .icon-block-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em;
    margin: 16px 48px 16px 0;
  }
  body.bg_animation:after {
    display: none !important;
  }
  .background-animation {
    background: #fff
      url(//infinionlabs/w/base/themes/infinionlabs/css/bg-page-section.png.webp)
      no-repeat 50% 128px;
    background-size: 1920px 720px;
  }
  .no-webp .background-animation {
    background-image: url(//infinionlabs/w/base/themes/infinionlabs/css/bg-page-section.png);
    background-size: 1920px 720px;
  }
  .background-animation-enabled {
    background: transparent none !important;
    height: 100%;
  }
  .webp .background-animation-enabled {
    background: transparent none;
  }
  .background-animation-enabled > div {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  html[data-hide-scrolls="hidden"] {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
  }
  .main-header {
    height: 82px;
  }
  .main-header .nav-brand {
    max-width: 220px;
  }
  .main-header .header-nav {
    right: 0;
    width: 100%;
  }
  .main-header[data-sticky-state="fixed"] {
    height: 66px;
  }
  .main-header[data-sticky-state="fixed"] .header-nav {
    height: 66px;
  }
  .main-header[data-sticky-state="fixed"] .nav-brand {
    width: 176px;
    max-width: 176px;
  }
  #nav-toggler-label {
    display: none;
  }
  #nav-toggler-label + input[type="checkbox"] {
    display: none;
  }
  .nav-wrapper {
    background: 0 0;
    align-self: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 82px;
    min-height: 82px;
    padding-top: 0;
    position: relative !important;
    margin: 0;
    overflow: visible;
    top: 0;
  }
  .nav-wrapper-cn {
    align-items: center;
    flex-flow: row nowrap;
    height: 82px;
    justify-content: flex-end;
    opacity: 1 !important;
    overflow: visible;
    padding: 0 0 0 192px;
    top: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
  [data-sticky-state="fixed"] .nav-wrapper-cn {
    height: 66px;
    min-height: 66px;
    padding-top: 0;
    top: 0;
  }
  .nav-wrapper .language-switch-menu,
  .nav-wrapper .main-menu {
    height: auto !important;
    opacity: 1;
  }
  .main-menu a {
    letter-spacing: 0.1em;
  }
  .main-menu .highlighted a {
    border: 2px solid #ff3d2e;
    letter-spacing: 0 !important;
  }
  [data-touch-screen="no-touch"] .main-menu .highlighted a:focus,
  [data-touch-screen="no-touch"] .main-menu .highlighted a:hover {
    background: #ff3d2e;
    color: #fff !important;
  }
  .main-menu .highlighted a:after {
    display: none;
  }
  .main-menu .menu {
    align-items: center;
    align-self: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  [data-sticky-state="fixed"] .main-menu .menu {
    height: 66px;
  }
  .main-menu a {
    margin: 0.5em;
  }
  .language-switch-menu {
    margin: auto 16px;
    width: auto;
  }
  #nav-toggler:checked + .nav-wrapper .nav-wrapper-cn {
    height: 82px;
    min-height: 82px;
  }
  h1,
  h2 {
    letter-spacing: 0.15em;
  }
  #home h1.fit-text span {
    width: auto;
  }
  .post-content .text-rotator + p {
    margin-top: 0;
  }
  .page-section#offer,
  .page-section#services {
    background: #fff
      url(//infinionlabs/w/base/themes/infinionlabs/css/bg-content-right.png)
      no-repeat 100% 300px;
  }
  .webp .page-section#offer,
  .webp .page-section#services {
    background: #fff
      url(//infinionlabs/w/base/themes/infinionlabs/css/bg-content-right.png.webp)
      no-repeat 100% 300px;
  }
  .page-section#team {
    background: #fff
      url(//infinionlabs/w/base/themes/infinionlabs/bg-content-left.png)
      no-repeat 0 50%;
  }
  .webp .page-section#team {
    background: #fff
      url(//infinionlabs/w/base/themes/infinionlabs/bg-content-left.png.webp)
      no-repeat 0 50%;
  }
  .page-section#contact .page-section-wrapper .post-content .address-column,
  .page-section#contact-career
    .page-section-wrapper
    .post-content
    .address-column {
    margin-top: 254px;
  }
  .page-section#contact
    .page-section-wrapper
    .post-content
    .address-column
    .gmap-address,
  .page-section#contact .page-section-wrapper .post-content .address-column p,
  .page-section#contact-career
    .page-section-wrapper
    .post-content
    .address-column
    .gmap-address,
  .page-section#contact-career
    .page-section-wrapper
    .post-content
    .address-column
    p {
    float: left;
    padding: 0 16px 1.5em;
    width: 50%;
    z-index: 100;
  }
  .page-section#contact
    .page-section-wrapper
    .post-content
    .address-column
    p.lead,
  .page-section#contact-career
    .page-section-wrapper
    .post-content
    .address-column
    p.lead {
    clear: both;
    width: 100%;
  }
  .fixed-bottom-addon {
    bottom: 0;
    position: fixed;
  }
  .icon-block-center:after {
    margin-left: -82px;
  }
  .job-benefits-wrapper {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 700px) {
  .main-content .archive-content-section {
    padding-top: 128px;
  }
  .page-section-wrapper {
    padding: 128px 32px 32px 0;
  }
  .page-section-wrapper.page-container {
    padding: 128px 32px 64px 0;
  }
  .page-section#contact .page-section-wrapper,
  .page-section#contact-career .page-section-wrapper {
    padding: 128px 32px 102px 0;
  }
  .page-section#klienci-o-nas .page-section-wrapper {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1640px) {
  .hidden-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
  .main-menu a {
    padding: 0.75em 1em;
    letter-spacing: 0.25em;
  }
  h1,
  h2 {
    letter-spacing: 0.25em;
  }
  .main-content .archive-content-section {
    padding-top: 192px;
  }
  .page-section-wrapper {
    padding: 192px 32px 32px 0;
  }
  .page-section-wrapper.page-container {
    padding: 192px 32px 64px 0;
  }
  .page-section#klienci-o-nas .page-section-wrapper {
    padding-top: 64px;
  }
  .icon-block-center {
    width: 240px;
  }
}
