* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "";
  src: url("");
  font-weight: 400;
}

@font-face {
  font-family: "";
  src: url("");
  font-weight: 500;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

.heading-1-lg {
  font-size: 50px;
  font-weight: 400;
  line-height: 62.5px;
}

@media screen and (min-width: 740px) {
  .heading-1-lg {
    font-size: 75px;
    line-height: 94px;
  }
}

@media screen and (min-width: 1200px) {
  .heading-1-lg {
    font-size: 95px;
    line-height: 114px;
  }

  .heading-1-lg.span-hlines {
    line-height: 100px;
  }

  .heading-1-lg.span-hlines .span-hline {
    padding-bottom: 20px;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
  }
}

.heading-1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
}

@media screen and (min-width: 740px) {
  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.heading-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 740px) {
  .heading-2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
}

@media screen and (max-width: 575px) {
  .heading-2.heading-3-mb {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
  }
}

.heading-3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 740px) {
  .heading-3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
}

.heading-4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 740px) {
  .heading-4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
}

.heading-5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 740px) {
  .heading-5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
}

.lead-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
}

@media screen and (min-width: 740px) {
  .lead-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
  }
}

@media screen and (min-width: 740px) {
  ul li .lead-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
  }
}

.text-large {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (min-width: 740px) {
  .text-large {
    font-size: 18px;
    line-height: 28px;
  }
}

.text-small {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

@media screen and (min-width: 575px) {
  .text-small {
    font-size: 12px;
    line-height: 21px;
  }
}

.label {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 575px) {
  .label {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.2px;
  }
}

.span-hline,
.span-line,
.span-plines {
  display: inline-block;
}

.span-hline {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.span-hline-inner,
.span-pline-inner,
.span-line-inner {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

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

b {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.color-black {
  color: #2a2e33;
}

.color-white {
  color: #ffffff;
}

.color-black80 {
  color: rgba(42, 46, 51, 0.8);
}

.color-black60 {
  color: rgba(42, 46, 51, 0.6);
}

.color-black40 {
  color: rgba(42, 46, 51, 0.4);
}

.color-black20 {
  color: rgba(42, 46, 51, 0.2);
}

.color-blue {
  color: #5b9bd5;
}

:root {
  --app-height: "100%";
}

.btn {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
  background: #5b9bd5;
  border-radius: 10px;
  padding: 10px 15px;
  min-width: 170px;
  justify-content: center;
}

.btn.btn-large {
  padding: 15px 20px;
}

.btn .btn-text {
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: #000000;
}

.btn.btn-standard {
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  border: 1px solid #5b9bd5;
}

@media screen and (max-width: 575px) {
  .btn.btn-standard {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1px;
  }
}

.btn.btn-standard:hover {
  background: #6bc71d;
  color: #ffffff;
  border-color: #6bc71d;
}

.btn.btn-standard:hover .btn-text {
  color: #5b9bd5;
}

.btn.btn-alt {
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 1px solid #6bc71d;
  background: #6bc71d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
}

.btn.btn-alt:hover {
  background: #5b9bd5;
  color: #ffffff;
  border-color: #5b9bd5;
}

@media screen and (max-width: 575px) {
  .btn.btn-alt {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1px;
  }
}

.btn.btn-primary .btn-mask {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(110%);
  width: 110%;
  height: 110%;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #000000;
  z-index: 1;
}

.btn.btn-primary:hover .btn-text {
  color: #ffffff;
}

.btn.btn-primary:hover .btn-mask {
  transform: translateX(-50%) translateY(0);
  border-radius: 0;
}

.btn.btn-primary:hover.btnWhite .btn-text {
  color: #000000;
}

.btn.btn-secondary .btn-mask {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scaleX(0);
  width: 110%;
  height: 110%;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #000000;
  z-index: 1;
  transform-origin: right;
}

.btn.btn-secondary:hover .btn-text {
  color: #ffffff;
}

.btn.btn-secondary:hover .btn-mask {
  transform: translateX(-50%) translateY(-50%) scaleX(1);
  border-radius: 0;
  transform-origin: left;
}

.btn.btn-secondary:hover.btnWhite .btn-text {
  color: #000000;
}

.btn.btn-red {
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 1px solid #e20e17;
  background: #e20e17;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
}

.btn.btn-red:hover {
  background: transparent;
  color: #e20e17;
}

.link {
  display: flex;
  align-items: center;
  gap: 30px;
}

.link span,
.link svg,
.link svg path {
  transition: all 0.3s;
}

.link:hover span {
  color: #5b9bd5;
}

.link:hover svg {
  transform: translateX(5px);
}

.link:hover svg path {
  fill: #5b9bd5;
}

button.btn-standard {
  border: 0;
  cursor: pointer;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }

  .container.plcustom {
    padding-left: 130px;
  }

  .container.prcustom {
    padding-right: 130px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
    padding: 0 15px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.csselect-wrapper {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.csselect-wrapper select {
  display: none;
}

.csselect {
  position: relative;
  display: block;
  width: 100%;
}

.csselect::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.05em;
  background: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s;
  z-index: 1;
  display: none;
}

.csselect.focus::before {
  transform: scaleX(1);
}

.csselect-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #5b9bd5;
  opacity: 1;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s;
}

.csselect-trigger:hover {
  transition: all 0.3s;
}

.csselect-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  border-bottom: 2px solid #5b9bd5;
  border-right: 2px solid #5b9bd5;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.1s ease-in-out;
  transform-origin: 50% 0;
}

.csselect.opened .csselect-trigger:after {
  margin-top: 1px;
  transform: rotate(-135deg) translateY(-50%);
}

.csselect.opened .csselect-trigger::before {
  transform: rotate(180deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 41px;
  left: -20px;
  right: 0;
  border-radius: 0;
  height: auto;
  width: -moz-max-content;
  width: max-content;
  max-height: 245px;
  box-sizing: border-box;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 999;
  text-align: left;
  overflow-y: auto;
}

.csselect.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #ffffff;
}

.custom-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.custom-option:hover,
.custom-option.selection {
  background: #ffffff;
  color: #5b9bd5;
}

.csselect .csselect-trigger {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #2a2e33;
  text-transform: unset;
  letter-spacing: 0;
}

.csselect .csselect-trigger::after {
  border-color: #2a2e33;
  width: 7px;
  height: 7px;
}

.csselect .custom-options span:first-child {
  display: none;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #5b9bd5;
  background-color: #ffffff;
  transform: translateY(-50%);
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked~.checkmark {
  background-color: #5b9bd5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 5px;
  top: 0.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}

.gform_wrapper {
  padding: 70px 0;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 6px !important;
  color: rgba(42, 46, 51, 0.6);
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme #field_7_46 .gfield_label {
  text-transform: initial;
}

.gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 0 !important;
  border-bottom: 1px solid #e20e17 !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-moz-placeholder {
  color: #e20e17 !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::placeholder {
  color: #e20e17 !important;
}

.gfield_error .ginput_container.ginput_container_text,
.gfield_error .ginput_container.ginput_container_email,
.gfield_error .ginput_container.ginput_container_phone,
.gfield_error .ginput_container.ginput_container_textarea {
  position: relative;
}

.gfield_error .ginput_container.ginput_container_text::before,
.gfield_error .ginput_container.ginput_container_email::before,
.gfield_error .ginput_container.ginput_container_phone::before,
.gfield_error .ginput_container.ginput_container_textarea::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjI1IDE5Ljc1QzQuODY4IDE5Ljc1IDAuNSAxNS4zODIgMC41IDEwQzAuNSA0LjYxOCA0Ljg2OCAwLjI1IDEwLjI1IDAuMjVDMTUuNjMyIDAuMjUgMjAgNC42MTggMjAgMTBDMjAgMTUuMzgyIDE1LjYzMiAxOS43NSAxMC4yNSAxOS43NVpNMTEuMjI1IDUuMTI1SDkuMjc1VjcuMDc1SDExLjIyNVY1LjEyNVpNMTEuMjI1IDkuMDI1SDkuMjc1VjE0Ljg3NUgxMS4yMjVWOS4wMjVaIiBmaWxsPSIjRTIwRTE3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true]+label,
.gform_wrapper.gravity-theme label+[aria-invalid=true] {
  color: #e20e17 !important;
}

.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
  padding: 0;
  border: 0;
  color: #e20e17;
  background: #ffffff;
}

.ginput_container input {
  font-family: "Nunito Sans", sans-serif !important;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 28px;
  color: #2a2e33;
  align-items: center;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(42, 46, 51, 0.6);
}

.ginput_container input::-moz-placeholder {
  color: rgba(42, 46, 51, 0.6);
}

.ginput_container input::placeholder {
  color: rgba(42, 46, 51, 0.6);
}

.ginput_container input[type=checkbox] {
  display: inline-flex;
  width: auto;
  height: auto;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ginput_container label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 575px) {
  .ginput_container label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    display: block;
    width: 87%;
  }
}

.ginput_container label.gform-field-label.gform-field-label--type-inline.gfield_consent_label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #5b9bd5;
  background-color: #ffffff;
  transform: translateY(-50%);
}

.ginput_container label.gform-field-label.gform-field-label--type-inline.gfield_consent_label::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 6px;
  top: 4.5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}

.ginput_container input[type=checkbox]:checked+label::before {
  background-color: #5b9bd5 !important;
}

.ginput_container input[type=checkbox]:checked+label::after {
  opacity: 1 !important;
}

.gfield_checkbox label.gform-field-label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.gfield_checkbox label.gform-field-label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #5b9bd5;
  background-color: #ffffff;
  transform: translateY(-50%);
}

.gfield_checkbox label.gform-field-label::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 6px;
  top: 6.5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}

.gfield_checkbox input[type=checkbox]:checked+label::before {
  background-color: #5b9bd5 !important;
}

.gfield_checkbox input[type=checkbox]:checked+label::after {
  opacity: 1 !important;
}

#field_7_47 .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 575px) {
  #field_7_47 .gfield_checkbox {
    gap: 40px;
  }
}

#field_7_47 .gfield_checkbox .gchoice {
  width: 100%;
}

@media screen and (min-width: 767px) {
  #field_7_47 .gfield_checkbox .gchoice {
    width: 25%;
  }
}

.gfield--type-fileupload .gfield_label {
  margin-bottom: 30px !important;
}

.ginput_container_fileupload {
  position: relative;
  max-width: 400px;
  background: #e9eaea;
  padding: 20px;
  cursor: pointer;
  margin-top: 25px;
}

.ginput_container_fileupload .gfield_description {
  display: none !important;
}

.ginput_container_fileupload::before {
  position: absolute;
  content: "Attach CV";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}

.ginput_container_fileupload::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIuNSIgY3k9IjEzIiByPSIxMi41IiBmaWxsPSIjMkEyRTMzIi8+CjxsaW5lIHgxPSI2IiB5MT0iMTMiIHgyPSIxOSIgeTI9IjEzIiBzdHJva2U9IndoaXRlIi8+CjxsaW5lIHgxPSIxMi41IiB5MT0iMTkuNSIgeDI9IjEyLjUiIHkyPSI2LjUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
}

.ginput_container_fileupload input {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}

.ginput_container_fileupload.has-value::before {
  content: "File uploaded";
}

.ginput_container_fileupload.has-value::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjMzMzUgNS4wMDAwM0w0LjIyMDg1IDcuODg3MzhMMTAuNDA4MyAxLjcwMDIiIHN0cm9rZT0iIzJBMkUzMyIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==");
}

.gform_confirmation_message {
  padding: 120px 0;
}

.gform_confirmation_message h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #2a2e33;
}

.gform_confirmation_message h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #2a2e33;
}

@media screen and (min-width: 1030px) {
  .gform_confirmation_message a.btn.btn-small.btn-standard {
    position: absolute;
    right: 20px;
    bottom: 160px;
  }
}

@media screen and (max-width: 1030px) {
  .gform_confirmation_message {
    padding: 80px 0;
  }
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #2a2e33;
  text-transform: uppercase;
}

.form_heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #2a2e33;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 4 !important;
}

.select2-container--default .select2-selection--single {
  font-family: "Nunito Sans", sans-serif !important;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 28px;
  color: rgba(42, 46, 51, 0.6);
  align-items: center;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(42, 46, 51, 0.6);
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: rgba(42, 46, 51, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__rendered::first-line {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin-top: 8px;
  border-bottom: 2px solid rgba(42, 46, 51, 0.6);
  border-right: 2px solid rgba(42, 46, 51, 0.6);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.1s ease-in-out;
  transform-origin: 50% 0;
  transition: all 0.3s;
}

.select2-container--default.select2-container--focus .select2-selection__rendered {
  color: #2a2e33;
}

.select2-container--default.select2-container--focus .select2-selection__arrow::after {
  border-color: #2a2e33;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(225deg) translateY(-50%);
}

.select2-dropdown {
  border: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}

.select2-results__option {
  background: transparent !important;
  padding: 15px 20px;
  color: #2a2e33;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #2a2e33;
  background: #e9eaea !important;
}

.gform_wrapper.gravity-theme .gfield textarea {
  height: 85px !important;
  font-family: "Nunito Sans", sans-serif !important;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 28px;
  color: #2a2e33;
  align-items: center;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(42, 46, 51, 0.6);
}

.gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: rgba(42, 46, 51, 0.6);
}

.gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: rgba(42, 46, 51, 0.6);
}

.charleft.ginput_counter.gfield_description {
  display: none;
}

div#gfield_description_6_3 {
  display: none;
}

.prelative {
  position: relative;
}

.gform_footer.top_label {
  position: absolute;
  right: 15px;
  bottom: 58px;
  padding: 0 !important;
}

.gform_footer.top_label button {
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
  background: #6bc71d;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.gform_footer.top_label button:hover {
  background: #5b9bd5;
}

.page-id-983 div#field_5_23 {
  grid-column: span 4;
}

@media screen and (max-width: 575px) {
  .page-id-983 div#field_5_23 {
    grid-column: span 12;
  }
}

.page-id-983 fieldset#field_5_34 {
  margin-top: -15px;
}

.gform_heading {
  display: none;
}

@media screen and (max-width: 1030px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 6 !important;
  }
}

@media screen and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12 !important;
  }
}

@media screen and (max-width: 1030px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6 !important;
  }
}

@media screen and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}

@media screen and (max-width: 1030px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 6 !important;
  }
}

@media screen and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 12 !important;
  }
}

.select2-container {
  width: 100% !important;
}

[data-fieldid="66"] {
  display: none;
}

[data-fieldid="58"] {
  display: none;
}

#field_8_66 .ginput_container_fileupload::before {
  content: "Reference Letter";
}

.header {
  position: sticky;
  top: 0;
  padding: 15px 0 0;
  background: #e9eaea;
  z-index: 2000;
}

@media screen and (min-width: 1200px) {
  .header {
    height: 106px;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header .container {
    padding: 0;
  }
}

.header-logo {
  position: relative;
  z-index: 2;
  padding: 0 0 20px;
}

@media screen and (min-width: 1201px) {
  .header-logo {
    padding: 0;
    margin-bottom: -2px;
  }
}

@media screen and (max-width: 575px) {
  .header-logo {
    width: 135px;
    padding-right: 5px;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 1200px) {
  .header-nav {
    margin-right: -16px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}

.header-nav--top {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .header-nav--top {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .header-nav--top {
    margin-right: -18px;
  }
}

.header-nav--mobiletoggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-nav--mobiletoggle {
    display: block;
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
    z-index: 2;
  }

  .header-nav--mobiletoggle span {
    display: block;
    width: 30px;
    height: 0.2em;
    background: #2a2e33;
    transition: all 0.3s;
  }

  .header-nav--mobiletoggle span:not(:last-child) {
    margin-bottom: 9px;
  }

  .header-nav--mobiletoggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(2px) translateX(3px);
  }

  .header-nav--mobiletoggle.active span:nth-child(2) {
    transform: rotate(-45deg) translateY(-5px) translateX(7px);
  }
}

.header-nav--search--input {
  position: relative;
  display: flex;
}

.header-nav--search--input .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUzMTUgMTQuOTQ0OUwxNS41MzE1IDE0Ljk0NDlMMTEuOTg4NyAxMS40MDI4QzEzLjAxMTggMTAuMTM4NSAxMy41MiA4LjUzMjk5IDEzLjQwOTEgNi45MDgwNUMxMy4yOTYxIDUuMjUyNzEgMTIuNTQ5MiAzLjcwNDY2IDExLjMyMzkgMi41ODU5NEMxMC4wOTg2IDEuNDY3MjIgOC40ODkxMyAwLjg2Mzk2OCA2LjgzMDM2IDAuOTAxNjY2QzUuMTcxNTkgMC45MzkzNjQgMy41OTEyMSAxLjYxNTEyIDIuNDE3OTggMi43ODgzNEMxLjI0NDc1IDMuOTYxNTcgMC41NjkwMDMgNS41NDE5NSAwLjUzMTMwNSA3LjIwMDcyQzAuNDkzNjA3IDguODU5NDkgMS4wOTY4NiAxMC40Njg5IDIuMjE1NTggMTEuNjk0M0MzLjMzNDMgMTIuOTE5NiA0Ljg4MjM1IDEzLjY2NjQgNi41Mzc2OSAxMy43Nzk0QzguMTYyNjMgMTMuODkwNCA5Ljc2ODE0IDEzLjM4MjIgMTEuMDMyNSAxMi4zNTlMMTQuNTc0NiAxNS45MDE4TDE0LjU3NDYgMTUuOTAxOEMxNC42Mzc0IDE1Ljk2NDcgMTQuNzEyIDE2LjAxNDUgMTQuNzk0MSAxNi4wNDg1QzE0Ljg3NjIgMTYuMDgyNSAxNC45NjQyIDE2LjEgMTUuMDUzIDE2LjFDMTUuMTQxOSAxNi4xIDE1LjIyOTkgMTYuMDgyNSAxNS4zMTIgMTYuMDQ4NUMxNS4zOTQgMTYuMDE0NSAxNS40Njg2IDE1Ljk2NDcgMTUuNTMxNSAxNS45MDE4QzE1LjU5NDMgMTUuODM5IDE1LjY0NDEgMTUuNzY0NCAxNS42NzgxIDE1LjY4MjNDMTUuNzEyMSAxNS42MDAyIDE1LjcyOTYgMTUuNTEyMiAxNS43Mjk2IDE1LjQyMzRDMTUuNzI5NiAxNS4zMzQ1IDE1LjcxMjEgMTUuMjQ2NSAxNS42NzgxIDE1LjE2NDRDMTUuNjQ0MSAxNS4wODI0IDE1LjU5NDMgMTUuMDA3OCAxNS41MzE1IDE0Ljk0NDlaTTEuODk4MTYgNy4zNTUyQzEuODk4MTYgNi4zNDkxNSAyLjE5NjQ5IDUuMzY1NjkgMi43NTU0MiA0LjUyOTE5QzMuMzE0MzUgMy42OTI2OSA0LjEwODc4IDMuMDQwNzIgNS4wMzgyNSAyLjY1NTcyQzUuOTY3NzIgMi4yNzA3MiA2Ljk5MDQ4IDIuMTY5OTkgNy45NzcyMSAyLjM2NjI2QzguOTYzOTMgMi41NjI1MyA5Ljg3MDI5IDMuMDQ2OTkgMTAuNTgxNyAzLjc1ODM3QzExLjI5MzEgNC40Njk3NiAxMS43Nzc1IDUuMzc2MTIgMTEuOTczOCA2LjM2Mjg0QzEyLjE3MDEgNy4zNDk1NiAxMi4wNjkzIDguMzcyMzIgMTEuNjg0MyA5LjMwMTc5QzExLjI5OTMgMTAuMjMxMyAxMC42NDc0IDExLjAyNTcgOS44MTA4NSAxMS41ODQ2QzguOTc0MzggMTIuMTQzNSA3Ljk5MDk3IDEyLjQ0MTkgNi45ODQ5NSAxMi40NDE5QzUuNjM2MzEgMTIuNDQwNCA0LjM0MzMzIDExLjkwNCAzLjM4OTcgMTAuOTUwM0MyLjQzNjA5IDkuOTk2NzQgMS44OTk2OCA4LjcwMzgxIDEuODk4MTYgNy4zNTUyWiIgZmlsbD0iIzJBMkUzMyIgc3Ryb2tlPSIjMkEyRTMzIiBzdHJva2Utd2lkdGg9IjAuMiIvPgo8L3N2Zz4K");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 0;
  pointer-events: none;
}

.header-nav--search--input input {
  position: relative;
  padding: 10px 10px 10px 35px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #2a2e33;
  border: 0;
  outline: 0;
  transition: all 0.3s;
  width: 35px;
  background: transparent;
  cursor: pointer;
}

.header-nav--search--input input:focus {
  width: 420px;
  background: #ffffff;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .header-nav--search--input input:focus {
    width: 295px;
  }
}

@media screen and (max-width: 420px) {
  .header-nav--search--input input:focus {
    width: 280px;
  }
}

@media screen and (max-width: 400px) {
  .header-nav--search--input input:focus {
    width: 260px;
  }
}

@media screen and (max-width: 370px) {
  .header-nav--search--input input:focus {
    width: 235px;
  }
}

.header-nav--search--input input:focus+.icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQ2MSAxNC4wMTU2TDExLjg1NDEgMTAuNDA5NUMxMi44OTk1IDkuMTU0MzYgMTMuNDIwOCA3LjU0NDUzIDEzLjMwOTYgNS45MTQ4NkMxMy4xOTgzIDQuMjg1MiAxMi40NjMgMi43NjExNiAxMS4yNTY3IDEuNjU5NzlDMTAuMDUwNCAwLjU1ODQyNiA4LjQ2NTkyIC0wLjAzNTQ3MzIgNi44MzI4OCAwLjAwMTY0MDNDNS4xOTk4NCAwLjAzODc1MzggMy42NDM5NyAwLjcwNDAyMyAyLjQ4ODk0IDEuODU5MDZDMS4zMzM5MSAzLjAxNDA5IDAuNjY4NjM3IDQuNTY5OTUgMC42MzE1MjMgNi4yMDI5OUMwLjU5NDQxIDcuODM2MDMgMS4xODgzMSA5LjQyMDUyIDIuMjg5NjggMTAuNjI2OEMzLjM5MTA0IDExLjgzMzEgNC45MTUwOCAxMi41Njg0IDYuNTQ0NzUgMTIuNjc5N0M4LjE3NDQyIDEyLjc5MDkgOS43ODQyNCAxMi4yNjk2IDExLjAzOTMgMTEuMjI0MkwxNC42NDU1IDE0LjgzMTFDMTQuNjk5MSAxNC44ODQ3IDE0Ljc2MjYgMTQuOTI3MSAxNC44MzI2IDE0Ljk1NjFDMTQuOTAyNiAxNC45ODUxIDE0Ljk3NzUgMTUgMTUuMDUzMyAxNUMxNS4xMjkgMTUgMTUuMjA0IDE0Ljk4NTEgMTUuMjczOSAxNC45NTYxQzE1LjM0MzkgMTQuOTI3MSAxNS40MDc1IDE0Ljg4NDcgMTUuNDYxIDE0LjgzMTFDMTUuNTE0NSAxNC43Nzc2IDE1LjU1NyAxNC43MTQgMTUuNTg2IDE0LjY0NEMxNS42MTUgMTQuNTc0MSAxNS42Mjk5IDE0LjQ5OTEgMTUuNjI5OSAxNC40MjM0QzE1LjYyOTkgMTQuMzQ3NyAxNS42MTUgMTQuMjcyNyAxNS41ODYgMTQuMjAyN0MxNS41NTcgMTQuMTMyOCAxNS41MTQ1IDE0LjA2OTIgMTUuNDYxIDE0LjAxNTZaTTEuNzk4NCA2LjM1NTJDMS43OTg0IDUuMzI5MzcgMi4xMDI2IDQuMzI2NTggMi42NzI1MiAzLjQ3MzY0QzMuMjQyNDQgMi42MjA2OSA0LjA1MjQ5IDEuOTU1OSA1LjAwMDIzIDEuNTYzMzNDNS45NDc5NyAxLjE3MDc2IDYuOTkwODQgMS4wNjgwNSA3Ljk5Njk2IDEuMjY4MThDOS4wMDMwOCAxLjQ2ODMxIDkuOTI3MjYgMS45NjIyOSAxMC42NTI2IDIuNjg3NjZDMTEuMzc4IDMuNDEzMDMgMTEuODcyIDQuMzM3MjEgMTIuMDcyMSA1LjM0MzMzQzEyLjI3MjIgNi4zNDk0NSAxMi4xNjk1IDcuMzkyMzIgMTEuNzc3IDguMzQwMDZDMTEuMzg0NCA5LjI4NzggMTAuNzE5NiAxMC4wOTc5IDkuODY2NjUgMTAuNjY3OEM5LjAxMzcxIDExLjIzNzcgOC4wMTA5MiAxMS41NDE5IDYuOTg1MDkgMTEuNTQxOUM1LjYwOTk2IDExLjU0MDQgNC4yOTE1OSAxMC45OTM0IDMuMzE5MjMgMTAuMDIxMUMyLjM0Njg3IDkuMDQ4NyAxLjc5OTkzIDcuNzMwMzMgMS43OTg0IDYuMzU1MloiIGZpbGw9IiM1QjlCRDUiLz4KPHBhdGggZD0iTTE1LjQ2MSAxNC4wMTU2TDExLjg1NDEgMTAuNDA5NUMxMi44OTk1IDkuMTU0MzYgMTMuNDIwOCA3LjU0NDUzIDEzLjMwOTYgNS45MTQ4NkMxMy4xOTgzIDQuMjg1MiAxMi40NjMgMi43NjExNiAxMS4yNTY3IDEuNjU5NzlDMTAuMDUwNCAwLjU1ODQyNiA4LjQ2NTkyIC0wLjAzNTQ3MzIgNi44MzI4OCAwLjAwMTY0MDNDNS4xOTk4NCAwLjAzODc1MzggMy42NDM5NyAwLjcwNDAyMyAyLjQ4ODk0IDEuODU5MDZDMS4zMzM5MSAzLjAxNDA5IDAuNjY4NjM3IDQuNTY5OTUgMC42MzE1MjMgNi4yMDI5OUMwLjU5NDQxIDcuODM2MDMgMS4xODgzMSA5LjQyMDUyIDIuMjg5NjggMTAuNjI2OEMzLjM5MTA0IDExLjgzMzEgNC45MTUwOCAxMi41Njg0IDYuNTQ0NzUgMTIuNjc5N0M4LjE3NDQyIDEyLjc5MDkgOS43ODQyNCAxMi4yNjk2IDExLjAzOTMgMTEuMjI0MkwxNC42NDU1IDE0LjgzMTFDMTQuNjk5MSAxNC44ODQ3IDE0Ljc2MjYgMTQuOTI3MSAxNC44MzI2IDE0Ljk1NjFDMTQuOTAyNiAxNC45ODUxIDE0Ljk3NzUgMTUgMTUuMDUzMyAxNUMxNS4xMjkgMTUgMTUuMjA0IDE0Ljk4NTEgMTUuMjczOSAxNC45NTYxQzE1LjM0MzkgMTQuOTI3MSAxNS40MDc1IDE0Ljg4NDcgMTUuNDYxIDE0LjgzMTFDMTUuNTE0NSAxNC43Nzc2IDE1LjU1NyAxNC43MTQgMTUuNTg2IDE0LjY0NEMxNS42MTUgMTQuNTc0MSAxNS42Mjk5IDE0LjQ5OTEgMTUuNjI5OSAxNC40MjM0QzE1LjYyOTkgMTQuMzQ3NyAxNS42MTUgMTQuMjcyNyAxNS41ODYgMTQuMjAyN0MxNS41NTcgMTQuMTMyOCAxNS41MTQ1IDE0LjA2OTIgMTUuNDYxIDE0LjAxNTZaTTEuNzk4NCA2LjM1NTJDMS43OTg0IDUuMzI5MzcgMi4xMDI2IDQuMzI2NTggMi42NzI1MiAzLjQ3MzY0QzMuMjQyNDQgMi42MjA2OSA0LjA1MjQ5IDEuOTU1OSA1LjAwMDIzIDEuNTYzMzNDNS45NDc5NyAxLjE3MDc2IDYuOTkwODQgMS4wNjgwNSA3Ljk5Njk2IDEuMjY4MThDOS4wMDMwOCAxLjQ2ODMxIDkuOTI3MjYgMS45NjIyOSAxMC42NTI2IDIuNjg3NjZDMTEuMzc4IDMuNDEzMDMgMTEuODcyIDQuMzM3MjEgMTIuMDcyMSA1LjM0MzMzQzEyLjI3MjIgNi4zNDk0NSAxMi4xNjk1IDcuMzkyMzIgMTEuNzc3IDguMzQwMDZDMTEuMzg0NCA5LjI4NzggMTAuNzE5NiAxMC4wOTc5IDkuODY2NjUgMTAuNjY3OEM5LjAxMzcxIDExLjIzNzcgOC4wMTA5MiAxMS41NDE5IDYuOTg1MDkgMTEuNTQxOUM1LjYwOTk2IDExLjU0MDQgNC4yOTE1OSAxMC45OTM0IDMuMzE5MjMgMTAuMDIxMUMyLjM0Njg3IDkuMDQ4NyAxLjc5OTkzIDcuNzMwMzMgMS43OTg0IDYuMzU1MloiIHN0cm9rZT0iIzVCOUJENSIvPgo8L3N2Zz4K");
}

.header-nav--lan select {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #2a2e33;
  -webkit-appearance: none;
}

.header-nav--lan select:hover {
  color: #5b9bd5;
}

.header-nav--menu {
  display: flex;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 1440px) {
  .header-nav--menu {
    gap: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav--menu {
    gap: 30px;
    padding: 190px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav--menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 111px);
    top: 111px;
    background: #ffffff;
    flex-direction: column;
    padding: 80px 30px 0;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
  }

  .header-nav--menu.show {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav--menu {
    padding: 80px 30px 0;
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--menu {
    gap: 20px;
    padding: 60px 20px 0;
    top: 93px;
    height: calc(100vh - 93px);
  }
}

.header-nav--menu--item {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .header-nav--menu--item {
    position: static;
  }
}

.header-nav--menu--item a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 20px 0;
  transition: all 0.3s;
}

.header-nav--menu--item a:hover {
  color: #5b9bd5;
}

.header-nav--menu--item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #5b9bd5;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .header-nav--menu--item a::before {
    display: none;
  }
}

.header-nav--menu--item a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

@media screen and (max-width: 1200px) {
  .header-nav--menu--item a {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    padding: 0;
    color: #2a2e33;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--menu--item a {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }

  .header-nav--menu--item a span {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
}

.header-nav--megamenu {
  position: absolute;
  width: 220px;
  left: -168px;
  top: 56px;
  background: #e9eaea;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu.last {
    right: 0;
  }
}

.header-nav--megamenu.show {
  opacity: 1;
  visibility: visible;
}

.header-nav--megamenu .dropdownmenu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  left: 0;
  background: #EAEAEB;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu .dropdownmenu {
    gap: 30px;
  }
}

.header-nav--megamenu .dropdownmenu .dropdownmenu__right.iv ul li:not(:last-child) {
  margin-bottom: 10px;
}

.header-nav--megamenu .dropdownmenu li a,
.header-nav--megamenu .dropdownmenu li span {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: #7F7F7F;
  transition: all 0.3s;
}

.header-nav--megamenu .dropdownmenu li a:hover,
.header-nav--megamenu .dropdownmenu li span:hover {
  color: #5b9bd5;
}

.header-nav--megamenu .dropdownmenu li a:hover span,
.header-nav--megamenu .dropdownmenu li span:hover span {
  color: #5b9bd5;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu .dropdownmenu {
    position: fixed;
    width: 100%;
    padding: 20px 30px;
    top: 165px;
    height: calc(100vh - 111px);
    background: white;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu .dropdownmenu {
    padding: 60px 20px 20px;
    top: 135px;
  }
}

@media screen and (min-width: 1200px) {
  .header-nav--megamenu .dropdownmenu.productdd li a {
    display: flex;
    align-items: center;
  }

  .header-nav--megamenu .dropdownmenu.productdd li a img {
    width: 130px;
    height: 110px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #D4D5D6;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 1200px) {
  .header-nav--megamenu .dropdownmenu.hasimg {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 0;
  }

  .header-nav--megamenu .dropdownmenu.hasimg img {
    width: 130px;
    height: 100%;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #D4D5D6;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.header-nav--megamenu .dropdownmenu__widget:not(:last-child) {
  margin-bottom: 10px;
}

.header-nav--megamenu .dropdownmenu__widget h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #7F7F7F;
  margin-bottom: 0;
}

.header-nav--megamenu .dropdownmenu__widget h5 a {
  color: #7F7F7F;
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu .dropdownmenu__widget h5 a {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
  }
}

.header-nav--megamenu .dropdownmenu__widget ul {
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .header-nav--megamenu .dropdownmenu__widget ul li {
    margin-top: 5px;
  }
}

.header-nav--megamenu .dropdownmenu__widget ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #7F7F7F;
}

.header-nav--megamenu .dropdownmenu__widget a {
  transition: all 0.3s;
}

.header-nav--megamenu .dropdownmenu__widget a:hover {
  color: #5b9bd5;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu {
    width: 100%;
    padding: 30px 0;
    top: 0;
    height: calc(100vh - 111px);
    background: white;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu {
    width: 100%;
    padding: 20px 0 20px;
    overflow: auto;
    top: 0;
    height: calc(100vh - 95px);
  }
}

.header-nav--megamenu .megamenu-back {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu .megamenu-back {
    display: flex;
    background: transparent;
    outline: 0;
    gap: 20px;
    align-items: center;
    border: 0;
    margin-bottom: 30px;
    z-index: 2;
    padding: 0;
  }

  .header-nav--megamenu .megamenu-back span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu .megamenu-back {
    position: sticky;
    top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu .container {
    padding: 0 20px;
  }
}

.header-nav--megamenu a {
  padding: 0;
  display: block;
}

.header-nav--megamenu a::before {
  display: none;
}

.header-nav--megamenu--pcard {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu--pcard {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1030px) {
  .header-nav--megamenu--pcard {
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--pcard {
    margin-bottom: 20px;
    height: 200px;
  }
}

.header-nav--megamenu--pcard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

@media screen and (max-width: 1030px) {
  .header-nav--megamenu--pcard img {
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--pcard img {
    height: 200px;
  }
}

.header-nav--megamenu--pcard h5 {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #ffffff;
  z-index: 2;
  margin: 0 !important;
  transition: all 0.3s;
}

.header-nav--megamenu--pcard h5 span {
  display: flex;
  gap: 30px;
  padding: 0;
  align-items: center;
  margin-top: 20px;
}

.header-nav--megamenu--pcard h5 span::before {
  display: none;
}

@media screen and (max-width: 1030px) {
  .header-nav--megamenu--pcard h5 {
    left: 30px;
    top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .header-nav--megamenu--pcard h5 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1.2px;
    color: #ffffff;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--pcard h5 {
    left: 20px;
    top: 20px;
  }
}

.header-nav--megamenu--pcard::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

.header-nav--megamenu--pcard:hover img {
  transform: scale(1.1);
}

.header-nav--megamenu--pcard:hover h5 {
  color: #e20e17;
}

.header-nav--megamenu--pcard:hover h5 svg path {
  stroke: #e20e17;
  fill: #e20e17;
}

.header-nav--megamenu h5 {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu h5 {
    margin-bottom: 40px;
  }
}

.header-nav--megamenu--banner {
  position: relative;
  max-width: 630px;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu--banner {
    height: 300px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--banner {
    margin-bottom: 40px;
    height: 200px;
  }
}

.header-nav--megamenu--banner.fullwidth {
  max-width: 100%;
}

.header-nav--megamenu--banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu--banner img {
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .header-nav--megamenu--content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu .row .col-lg-6:first-child {
    position: sticky;
    top: 60px;
    z-index: 2;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu .row .col-md-4:not(:last-child) .header-nav--megamenu--widget {
    margin-bottom: 30px;
  }
}

.header-nav--megamenu--widget:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--widget.mbtopgap {
    margin-top: 30px;
  }
}

.header-nav--megamenu--widget h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.header-nav--megamenu--widget h5 a {
  transition: all 0.3s;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu--widget h5 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--widget h5 a {
    font-size: 14px;
    line-height: 18px;
  }
}

.header-nav--megamenu--widget h5 a:hover {
  color: #e20e17;
}

.header-nav--megamenu--widget ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.header-nav--megamenu--widget ul li a {
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .header-nav--megamenu--widget ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(42, 46, 51, 0.6);
  }
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--widget ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}

.header-nav--megamenu--widget ul li a h5 {
  margin-bottom: 20px;
}

.header-nav--megamenu--widget ul li a:hover {
  color: #e20e17;
}

.header-nav--megamenu--widget ul li ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 575px) {
  .header-nav--megamenu--widget ul li:last-child a h5 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1030px) {
  .header-nav .header-nav--menu--item:hover .header-nav--megamenu {
    opacity: 1;
    visibility: visible;
  }
}

.header .header-nav--menu--item:first-child .dropdownmenu li:last-child {
  opacity: 0.4;
  pointer-events: none;
}

.footer {
  position: relative;
  padding: 70px 0 20px 0;
  background: rgba(42, 46, 51, 0.2);
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .footer {
    padding: 40px 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer {
    padding: 20px 0;
    overflow: hidden;
  }
}

.footer-shape {
  position: absolute;
  right: 20px;
  bottom: -15px;
}

@media screen and (max-width: 575px) {
  .footer-shape {
    bottom: -115px;
  }
}

@media screen and (max-width: 575px) {
  .footer-shape svg {
    width: 100%;
  }
}

.footer-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .footer-top {
    gap: 80px 40px;
  }
}

@media screen and (max-width: 575px) {
  .footer-top {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .footer-block.csgap {
    margin-top: 10px;
  }
}

.footer-block p {
  margin-bottom: 20px;
}

.footer-block p.label {
  font-size: 12px;
}

.footer-widget:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widget p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: rgba(42, 46, 51, 0.6);
  margin-bottom: 10px;
}

.footer-widget p a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: rgba(42, 46, 51, 0.6);
  text-transform: uppercase;
}

.footer-widget ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (min-width: 1200px) {
  .footer-widget ul {
    padding-left: 20px;
  }
}

.footer-widget ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: rgba(42, 46, 51, 0.6);
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
}

.footer-bottom .label {
  font-size: 12px;
}

.footer-bottom ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .footer-bottom ul {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-block:first-child .footer-widget {
    padding-left: 0;
  }
}

.footer .footer-block:first-child .footer-widget--menu {
  padding-left: 0;
}

.footer .footer-block:first-child .footer-widget--menu .footer-widget--menu--item:last-child {
  opacity: 0.5;
  pointer-events: none;
}

.footer a {
  transition: all 0.3s;
}

.footer a:hover {
  color: #5b9bd5;
}

@media screen and (max-width: 575px) {
  .footer a {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}

.breadcrumb {
  position: sticky;
  top: 86px;
  background: #d4d5d6;
  z-index: 30;
}

@media screen and (min-width: 1200px) {
  .breadcrumb {
    top: 106px;
  }
}

.breadcrumb-list {
  display: flex;
  gap: 24px;
}

.breadcrumb-list--item {
  position: relative;
}

.breadcrumb-list--item a {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  color: #2a2e33;
}

.breadcrumb-list--item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 7px;
  right: -13px;
  top: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy43MjUxIDMuNzI1MUwwLjU0MzQ0NSA2LjkwNjc2QzAuNTEzODg0IDYuOTM2MzIgMC40Nzg3OSA2Ljk1OTc3IDAuNDQwMTY3IDYuOTc1NzdDMC40MDE1NDQgNi45OTE3NyAwLjM2MDE0OCA3IDAuMzE4MzQzIDdDMC4yNzY1MzcgNyAwLjIzNTE0MSA2Ljk5MTc3IDAuMTk2NTE4IDYuOTc1NzdDMC4xNTc4OTUgNi45NTk3NyAwLjEyMjgwMSA2LjkzNjMyIDAuMDkzMjQwMiA2LjkwNjc2QzAuMDYzNjc5NCA2Ljg3NzIgMC4wNDAyMzA1IDYuODQyMSAwLjAyNDIzMjIgNi44MDM0OEMwLjAwODIzNDAzIDYuNzY0ODYgMCA2LjcyMzQ2IDAgNi42ODE2NkMwIDYuNjM5ODUgMC4wMDgyMzQwMyA2LjU5ODQ2IDAuMDI0MjMyMiA2LjU1OTgzQzAuMDQwMjMwNSA2LjUyMTIxIDAuMDYzNjc5NCA2LjQ4NjExIDAuMDkzMjQwMiA2LjQ1NjU1TDMuMDUwMTkgMy41TDAuMDkzMjQwMiAwLjU0MzQ0NUMwLjAzMzUzOTQgMC40ODM3NDQgLTYuMjkwNWUtMTAgMC40MDI3NzIgMCAwLjMxODM0M0M2LjI5MDUxZS0xMCAwLjIzMzkxMyAwLjAzMzUzOTQgMC4xNTI5NDEgMC4wOTMyNDAyIDAuMDkzMjQwNEMwLjE1Mjk0MSAwLjAzMzUzOTUgMC4yMzM5MTMgNi4yOTA1MWUtMTAgMC4zMTgzNDMgMEMwLjQwMjc3MiAtNi4yOTA1MWUtMTAgMC40ODM3NDQgMC4wMzM1Mzk1IDAuNTQzNDQ1IDAuMDkzMjQwNEwzLjcyNTEgMy4yNzQ5QzMuNzU0NjggMy4zMDQ0NSAzLjc3ODE1IDMuMzM5NTQgMy43OTQxNiAzLjM3ODE2QzMuODEwMTcgMy40MTY3OSAzLjgxODQyIDMuNDU4MTkgMy44MTg0MiAzLjVDMy44MTg0MiAzLjU0MTgxIDMuODEwMTcgMy41ODMyMSAzLjc5NDE2IDMuNjIxODRDMy43NzgxNSAzLjY2MDQ2IDMuNzU0NjggMy42OTU1NSAzLjcyNTEgMy43MjUxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}

.herobanner {
  position: relative;
}

.herobanner-slider {
  position: relative;
}

.herobanner-slider--item {
  position: relative;
  width: 100%;
  height: calc(100vh - 125px);
  padding: 60px 0;
}

@media screen and (max-width: 1030px) {
  .herobanner-slider--item {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .herobanner-slider--item {
    padding: 60px 0;
    height: calc(100vh - 110px);
  }
}

.herobanner-slider--item--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.herobanner-slider--item--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.herobanner-slider--item--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.herobanner-slider--item--bg.graddark::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.herobanner-slider--item--bg.nograd::before {
  display: none;
}

.herobanner-slider--item .container {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .herobanner-slider--item .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}

.herobanner-slider--item--heading {
  position: relative;
  max-width: 440px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .herobanner-slider--item--heading {
    max-width: 100%;
  }
}

@media screen and (max-width: 1030px) {
  .herobanner-slider--item--heading h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }
}

@media screen and (max-width: 575px) {
  .herobanner-slider--item--heading h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
}

.herobanner-slider--item--text {
  position: absolute;
  max-width: 420px;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 20px 20px 20px 40px;
  background: rgba(42, 46, 51, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.herobanner-slider--item--text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  left: 20px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 769px) {
  .herobanner-slider--item--text {
    right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .herobanner-slider--item--text {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 100%;
  }
}

.herobanner-slider--item.slick-active .herobanner-slider--item--heading,
.herobanner-slider--item.slick-active .herobanner-slider--item--text {
  transform: translateY(0);
  opacity: 1;
}

.herobanner-slider--item .mobile {
  height: 100%;
}

.herobanner-slider--nav {
  position: absolute;
  height: calc(100vh - 135px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.herobanner-slider--next,
.herobanner-slider--prev {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.herobanner-slider--next {
  right: 0;
  padding: 0 6px 0 0;
}

@media screen and (max-width: 1030px) {
  .herobanner-slider--next {
    right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .herobanner-slider--next {
    right: 20px;
  }
}

.herobanner-slider--prev {
  left: 0;
  padding: 0 0 0 6px;
}

@media screen and (max-width: 575px) {
  .herobanner-slider--prev {
    left: 20px;
  }
}

.herobanner-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .herobanner-slider ul.slick-dots {
    left: 30px;
    transform: translateX(0);
    bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .herobanner-slider ul.slick-dots {
    left: 20px;
    bottom: 60px;
  }
}

.herobanner-slider ul.slick-dots li {
  height: 18px;
}

.herobanner-slider ul.slick-dots li button {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: transparent;
}

.herobanner-slider ul.slick-dots li button::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.herobanner-slider ul.slick-dots li.slick-active button::before {
  opacity: 1;
}

.latestnews {
  position: relative;
  padding: 60px 0 40px;
}

@media screen and (min-width: 740px) {
  .latestnews {
    padding: 80px 0 50px;
  }
}

@media screen and (min-width: 1200px) {
  .latestnews {
    padding: 120px 0;
  }
}

.latestnews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .latestnews-heading {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .latestnews-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}

.latestnews-heading--left h5 {
  margin-bottom: 20px;
}

.latestnews-card {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .latestnews-card {
    height: 300px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .latestnews-card {
    height: 200px;
    margin-bottom: 20px;
  }
}

.latestnews-card--img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.latestnews-card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.latestnews-card--img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.latestnews-card--content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
}

@media screen and (min-width: 740px) {
  .latestnews-card--content {
    padding: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .latestnews-card--content {
    padding: 40px;
  }
}

.latestnews-card--content h4 {
  margin-bottom: 20px;
}

.latestnews-card:hover .latestnews-card--img {
  transform: scale(1.05);
}

.ctabanner {
  position: relative;
  padding: 60px 0;
  margin-top: 60px;
}

@media screen and (min-width: 740px) {
  .ctabanner {
    padding: 80px 0;
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .ctabanner {
    padding: 120px 0;
    margin-top: 120px;
  }
}

.ctabanner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ctabanner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ctabanner-heading {
  position: relative;
  z-index: 2;
}

.ctabanner-heading h2 {
  margin-bottom: 40px;
}

.valuechain {
  position: relative;
  padding: 60px 0 0;
}

@media screen and (min-width: 740px) {
  .valuechain {
    padding: 80px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .valuechain {
    padding: 120px 0 0;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain {
    padding-bottom: 60px;
  }
}

.valuechain-heading {
  margin-bottom: 50px;
}

.valuechain-wrapper {
  display: flex;
  gap: 35px;
}

@media screen and (max-width: 1440px) {
  .valuechain-wrapper {
    flex-direction: column;
  }
}

.valuechain-intro {
  position: relative;
  max-width: 350px;
  width: 100%;
  padding: 40px 20px 30px;
  background: #eaeaeb;
}

@media screen and (max-width: 1440px) {
  .valuechain-intro {
    max-width: 100%;
  }
}

.valuechain-intro h2 {
  text-transform: unset;
  margin-bottom: 70px;
}

@media screen and (max-width: 1440px) {
  .valuechain-intro h2 {
    max-width: 708px;
    margin: 0 auto 60px;
  }
}

.valuechain-intro--materialwrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media screen and (min-width: 1440px) {
  .valuechain-intro--materialwrapper {
    transform: translateY(-28px);
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-intro--materialwrapper {
    justify-content: center;
    gap: 75px;
    margin-bottom: 60px;
  }
}

.valuechain-intro--materialwrapper .firstvm .valuechain-material--img::before {
  width: 16px;
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOC4xNjY1SDE1LjY2NjciIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC42NjY2IDIuMTY2NUwxNi42NjY2IDguMTY2NUwxMC42NjY2IDE0LjE2NjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  left: unset;
  right: 20px;
  top: 49%;
  transform: translateY(-50%);
  box-shadow: none;
  background-size: contain;
  z-index: 2;
}

.valuechain-intro--materialwrapper .firstvm .valuechain-material--img::after {
  position: absolute;
  content: "More";
  width: 110px;
  height: 110px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .valuechain-intro--materialwrapper .firstvm .valuechain-material--img::after {
    width: 85px;
    height: 85px;
    font-size: 14px;
  }
}

.valuechain-intro--materialwrapper .valuechain-material {
  position: relative;
}

.valuechain-intro--materialwrapper .valuechain-material:last-child::before {
  position: absolute;
  content: "Industry Bottleneck";
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 23px;
  color: #E20E17;
}

@media screen and (max-width: 1440px) {
  .valuechain-intro p {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .valuechain-intro p.text-large {
    font-size: 18px;
  }
}

.valuechain-intro--logo {
  margin-top: 110px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1440px) {
  .valuechain-intro--logo {
    justify-content: center;
    margin-top: 20px;
  }
}

.valuechain-intro .valuechain-material {
  max-width: 146px;
}

.valuechain-intro .valuechain-material:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 30%;
  right: -25px;
  width: 16.667px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.valuechain-material {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .valuechain-material {
    width: 120px;
  }
}

.valuechain-material--img {
  margin-bottom: 10px;
  transition: all 0.3s;
  width: 110px;
  position: relative;
}

.valuechain-material--img::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  box-shadow: 0 0 0 2px #ffffff;
}

@media screen and (max-width: 575px) {
  .valuechain-material--img::before {
    width: 85px;
    height: 85px;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-material--img {
    width: 85px;
  }
}

.valuechain-material--img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .valuechain-material--img img {
    width: 85px;
    height: 85px;
  }
}

.valuechain-material--hover {
  position: absolute;
  top: 0;
  width: 110px;
  height: 113.2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .valuechain-material--hover {
    width: 87px;
    height: 87px;
  }
}

.valuechain-material--hover h5 {
  line-height: 23px;
  max-width: 92px;
}

@media screen and (max-width: 575px) {
  .valuechain-material--hover h5 {
    font-size: 14px;
    line-height: 19px;
  }
}

.valuechain-material--hover .lead-text {
  line-height: 22px;
}

.valuechain-material:hover .valuechain-material--img {
  transform: translateY(-7px);
}

.valuechain-material:hover .valuechain-material--hover {
  opacity: 1;
  margin-top: -7px;
}

.valuechain-material.last .valuechain-material--img {
  margin-bottom: 0;
}

.valuechain-material.last p {
  margin-bottom: 10px;
}

@media screen and (min-width: 1440px) {
  .valuechain-material.last::before {
    position: absolute;
    content: "Radio Frequency (RF) Applications";
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2a2e33;
    left: -200px;
    max-width: 190px;
    top: 66%;
    transform: translateY(-50%);
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-material.last {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .valuechain-material.last .valuechain-material--img {
    order: 1;
  }

  .valuechain-material.last p {
    order: 2;
    margin: 0;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-material.last::before {
    position: absolute;
    content: "";
    top: 20%;
    left: -80%;
    width: 16.667px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-material.last {
    margin-top: 35px;
  }

  .valuechain-material.last::before {
    top: 51%;
    left: -8%;
  }
}

.valuechain-material.top {
  margin-top: 10px;
}

@media screen and (max-width: 1440px) {
  .valuechain-material.top {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1030px) {
  .valuechain-material.top {
    margin-top: 0;
  }
}

.valuechain-material.top .valuechain-material--img {
  margin-bottom: 0;
}

.valuechain-material.top .valuechain-material--hover {
  margin-top: 28px;
}

@media screen and (max-width: 575px) {
  .valuechain-material.top .valuechain-material--hover {
    margin-top: 18px;
  }
}

.valuechain-material.top p {
  margin-bottom: 10px;
}

.valuechain-material.top:hover .valuechain-material--hover {
  margin-top: 21px;
}

.valuechain-material.hasleftarrow::before {
  position: absolute;
  content: "";
  top: 34%;
  left: -45px;
  width: 16.667px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .valuechain-material.hasleftarrow::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-material.hasleftarrow::before {
    top: -30px;
  }
}

@media screen and (min-width: 1200px) {
  .valuechain-material.hasleftarrow.dm {
    margin-top: 22px;
  }
}

.valuechain-material.hasleftarrow.dm::before {
  top: 29%;
  left: -27px;
}

@media screen and (max-width: 1440px) {
  .valuechain-material.hasleftarrow.dm::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-material.hasleftarrow.dm::before {
    top: -45px;
  }
}

.valuechain-material.hasleftarrow.dm::after {
  position: absolute;
  content: "";
  bottom: -15%;
  left: 50%;
  width: 15.667px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 1440px) {
  .valuechain-material.hasleftarrow.dm::after {
    display: none;
  }
}

.valuechain-material.midarrow::before {
  left: -26px;
}

.valuechain-material.hasbotttomarrow .underline {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .valuechain-material.hasbotttomarrow::before {
    position: absolute;
    content: "Power Applications";
    left: -160px;
    max-width: 140px;
    top: 28%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2a2e33;
    margin-top: -10px;
    text-transform: uppercase;
  }
}

.valuechain-material.hasbotttomarrow::after {
  position: absolute;
  content: "";
  bottom: -20%;
  left: 50%;
  width: 15.667px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transform: translateX(-50%) rotate(-90deg);
}

@media screen and (max-width: 1440px) {
  .valuechain-material.hasbotttomarrow::after {
    top: 30%;
    left: unset;
    right: -80%;
    transform: translateY(-50%) rotate(-180deg);
    transform-origin: center;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-material.hasbotttomarrow::after {
    top: 55%;
    right: -5%;
  }
}

.valuechain-materialtext {
  position: relative;
  text-align: center;
}

.valuechain-materialtext.top {
  margin-top: 10px;
}

@media screen and (max-width: 1440px) {
  .valuechain-materialtext.top {
    margin-top: 0;
  }
}

.valuechain-materialtext.top::after {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 50%;
  width: 15.667px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  .valuechain-materialtext.top::after {
    top: -120%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 1440px) {
  .valuechain-materialtext.top {
    margin-top: 80px;
  }

  .valuechain-materialtext.top::after {
    bottom: unset;
    top: -100%;
    left: 45px;
  }
}

.valuechain-materialtext.bottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .valuechain-materialtext.bottom {
    margin-bottom: 0;
  }
}

.valuechain-materialtext.bottom::before {
  position: absolute;
  content: "";
  top: -80%;
  left: 40%;
  width: 15.667px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  .valuechain-materialtext.bottom::before {
    top: -120%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 1440px) {
  .valuechain-materialtext.bottom {
    margin-bottom: 85px;
  }

  .valuechain-materialtext.bottom::before {
    top: 125%;
    left: 68%;
  }
}

.valuechain-materialstack {
  position: relative;
  width: 100%;
}

.valuechain-materialstack p {
  text-align: center;
}

.valuechain-materialstack p.tabtitle {
  display: none;
}

@media screen and (max-width: 1440px) {
  .valuechain-materialstack p.tabtitle {
    display: block;
    margin-bottom: 10px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-materialstack {
    width: 120px;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-materialstack .valuechain-material {
    position: relative;
    top: unset !important;
  }
}

@media screen and (min-width: 1440px) {
  .valuechain-materialstack .valuechain-material:nth-child(3) {
    margin-top: -35px;
  }
}

@media screen and (min-width: 1440px) {
  .valuechain-materialstack .valuechain-material:last-child {
    margin-top: -35px;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-materialstack .valuechain-material {
    width: 120px;
  }
}

.valuechain-materialstack.top {
  margin-top: 10px;
  width: 110px;
}

@media screen and (max-width: 1440px) {
  .valuechain-materialstack.top {
    margin-top: 50px !important;
  }
}

.valuechain-materialstack.top p {
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .valuechain-materialstack.top {
    margin-top: 0;
  }

  .valuechain-materialstack.top p {
    margin-bottom: 10px;
  }

  .valuechain-materialstack.top.mblast {
    margin-top: 70px;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-materialstack.top {
    margin-top: 0 !important;
  }

  .valuechain-materialstack.top.mblast {
    margin-top: 60px;
  }
}

.valuechain-materialstack .valuechain-material {
  transition: all 0.3s;
  transform: translateY(0);
}

.valuechain-materialstack .valuechain-material:hover {
  transform: translateY(-5px);
  z-index: 5 !important;
}

.valuechain-row {
  position: relative;
  display: flex;
  max-width: calc(100% - 350px);
  width: 100%;
  gap: 35px;
  justify-content: space-between;
  padding-left: 40px;
}

@media screen and (max-width: 1440px) {
  .valuechain-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 708px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 1030px) {
  .valuechain-row {
    align-items: flex-start;
  }
}

.valuechain p {
  line-height: 23px;
}

.valuechain p .underline {
  display: flex;
  text-decoration: underline;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  .valuechain p {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .valuechain p {
    font-size: 14px;
    font-weight: 400;
    line-height: 31.5px;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain p br {
    display: none;
  }
}

.valuechain-col {
  display: flex;
  align-items: center;
  min-width: 110px;
}

@media screen and (min-width: 1440px) {
  .valuechain-col {
    width: 110px;
  }
}

@media screen and (max-width: 1030px) {
  .valuechain-col:first-child {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 87px;
  }
}

@media screen and (max-width: 1030px) {
  .valuechain-col:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.valuechain-col.drcol {
  flex-direction: column;
  justify-content: space-between;
}

.valuechain-col.drcol.taborder5 p,
.valuechain-col.drcol.taborder6 p,
.valuechain-col.drcol.taborder7 p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {

  .valuechain-col.drcol.taborder5,
  .valuechain-col.drcol.taborder6,
  .valuechain-col.drcol.taborder7 {
    position: relative;
    padding: 0 10px;
    margin: 0 0 0 20px;
  }

  .valuechain-col.drcol.taborder5::before,
  .valuechain-col.drcol.taborder6::before,
  .valuechain-col.drcol.taborder7::before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 50%;
    background: #DCE6F2;
    z-index: -2;
  }

  .valuechain-col.drcol.taborder5::after,
  .valuechain-col.drcol.taborder6::after,
  .valuechain-col.drcol.taborder7::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 50%;
    background: #B9CDE5;
    z-index: -2;
  }
}

@media screen and (max-width: 1440px) {
  .valuechain-col.drcol {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .valuechain-col.drcol.taborder5 {
    order: 5;
  }

  .valuechain-col.drcol.taborder6 {
    order: 6;
    transform: translateY(-30px);
  }

  .valuechain-col.drcol.taborder7 {
    order: 7;
  }
}

@media screen and (max-width: 1030px) {
  .valuechain-col.drcol.taborder5 {
    align-items: flex-start;
  }

  .valuechain-col.drcol.taborder6 {
    margin-top: -40%;
    width: -moz-max-content;
    width: max-content;
  }

  .valuechain-col.drcol.taborder7 {
    margin-top: -50px;
  }
}

.valuechain-col.textcol {
  min-width: unset;
}

@media screen and (max-width: 1440px) {
  .valuechain-col.textcol {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 575px) {
  .valuechain-col.textcol {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .valuechain-col.textcol {
    margin-left: -30px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .valuechain-col.textcol {
    width: 30px;
  }

  .valuechain-col.textcol p {
    opacity: 0;
  }
}

.darkborder .valuechain-material--img::before {
  box-shadow: 0 0 0 2px rgba(42, 46, 51, 0.6);
}

.valuechainmodal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.valuechainmodal.show {
  opacity: 1;
  visibility: visible;
}

.valuechainmodal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 46, 51, 0.6);
}

.valuechainmodal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .valuechainmodal-close {
    top: -50px;
  }
}

.valuechainmodal-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5vh;
}

.valuechainmodal-content--img {
  position: relative;
  width: 526px;
  height: 526px;
}

@media screen and (max-width: 1030px) {
  .valuechainmodal-content--img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .valuechainmodal-content--img {
    width: 90%;
    height: auto;
    aspect-ratio: 1;
  }
}

.valuechainmodal-content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

@media screen and (max-width: 575px) {
  .valuechainmodal-content--img img {
    height: auto;
    aspect-ratio: 1;
  }
}

.valuechainmodal-content--img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 100%;
}

.valuechainmodal-content--heading {
  position: absolute;
  bottom: 12vh;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(-50%);
  text-align: center;
  max-width: 465px;
  width: 100%;
}

.valuechainmodal-content--heading .heading-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: unset;
}

@media screen and (min-width: 575px) {
  .valuechainmodal-content--heading .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.valuechainmodal-content--heading .heading-4:first-line {
  text-transform: capitalize;
}

.valuechainmodal-content--heading p.text-small {
  font-size: 14px;
  line-height: 20px;
  max-width: 65%;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 575px) {
  .valuechainmodal-content--heading p.text-small {
    font-size: 18px;
    line-height: 28px;
  }
}

.productshero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .productshero {
    height: 350px;
  }
}

.productshero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productshero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(123deg, rgba(255, 255, 255, 0.6) 17.35%, rgba(255, 255, 255, 0) 56.31%);
}

.productshero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.productshero-content {
  position: relative;
  z-index: 2;
  max-width: 404px;
  width: 100%;
  height: 400px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

@media screen and (max-width: 575px) {
  .productshero-content {
    height: 350px;
  }
}

.subnav {
  position: sticky;
  top: 126px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e9eaea;
  z-index: 100;
}

@media screen and (max-width: 1030px) {
  .subnav {
    top: 111px;
  }
}

@media screen and (max-width: 575px) {
  .subnav {
    top: 93px;
  }
}

.subnav-altmenu {
  position: relative;
  padding: 10px 0;
  background: #5b9bd5;
}

@media screen and (max-width: 1030px) {
  .subnav-altmenu {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .subnav-altmenu::-webkit-scrollbar {
    display: none;
  }
}

.subnav-altmenu--list {
  display: flex;
  gap: 60px;
  justify-content: center;
}

@media screen and (max-width: 1030px) {
  .subnav-altmenu--list {
    gap: 30px;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    padding-right: 20px;
    margin: 0 auto;
  }
}

.subnav-altmenu--list--item a {
  transition: all 0.3s;
  color: #ffffff;
}

.subnav-altmenu--list--item a:hover {
  color: #2a2e33;
}

.subnav-altmenu.altbg {
  background: #f9dc6e;
}

.subnav-altmenu.altbg .subnav-altmenu--list--item a {
  color: #2a2e33;
}

.subnav-altmenu.altbg .subnav-altmenu--list--item a:hover {
  color: #e20e17;
}

.subnav-menu {
  padding: 10px 0;
}

.subnav-menu--list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .subnav-menu--list {
    gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .subnav.msubnav .subnav-altmenu {
    width: 100%;
    overflow: unset;
  }

  .subnav.msubnav .subnav-altmenu .subnav-altmenu--list {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.products {
  position: relative;
  padding: 60px 0 40px;
}

@media screen and (min-width: 740px) {
  .products {
    padding: 80px 0 50px;
  }
}

@media screen and (min-width: 1200px) {
  .products {
    padding: 120px 0;
  }
}

.products-card {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
  .products-card {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .products-card {
    margin-bottom: 0;
  }
}

.products-card--img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media screen and (min-width: 740px) {
  .products-card--img {
    height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .products-card--img {
    height: auto;
    aspect-ratio: 1/0.8;
  }
}

.products-card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.products-card--img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}

.products-card--content {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  z-index: 3;
}

@media screen and (min-width: 740px) {
  .products-card--content {
    top: 30px;
    left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .products-card--content {
    top: 40px;
    left: 40px;
  }
}

.products-card:hover .products-card--img img {
  transform: scale(1.05);
}

.products .row .col-lg-6:last-child .products-card {
  pointer-events: none;
}

.products .row .col-lg-6:last-child .products-card--content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
}

@media screen and (min-width: 740px) {
  .products .row .col-lg-6:last-child .products-card--content {
    padding: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .products .row .col-lg-6:last-child .products-card--content {
    padding: 40px;
  }
}

.products .row .col-lg-6:last-child .products-card--content h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pshero {
  position: relative;
}

.pshero-slider {
  position: relative;
}

.pshero-slider--item {
  position: relative;
  width: 100%;
  height: calc(100vh - 125px);
  padding: 60px 0;
}

@media screen and (max-width: 575px) {
  .pshero-slider--item {
    height: calc(100vh - 110px);
  }
}

.pshero-slider--item--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pshero-slider--item--bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pshero-slider--item--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.78%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.pshero-slider--item--bg.graddark::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.pshero-slider--item .container {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .pshero-slider--item .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}

.pshero-slider--item--heading {
  position: relative;
  max-width: 600px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .pshero-slider--item--heading {
    max-width: 100%;
  }
}

.pshero-slider--item--heading h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1030px) {
  .pshero-slider--item--heading h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }
}

@media screen and (max-width: 575px) {
  .pshero-slider--item--heading h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
}

.pshero-slider--item--heading .heading-1 {
  text-transform: lowercase;
}

.pshero-slider--item--heading .heading-1:first-line {
  text-transform: capitalize;
}

.pshero-slider--item--text {
  position: absolute;
  max-width: 420px;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-in-out;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 769px) {
  .pshero-slider--item--text {
    right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .pshero-slider--item--text {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 100%;
  }
}

.pshero-slider--item.slick-active .pshero-slider--item--heading,
.pshero-slider--item.slick-active .pshero-slider--item--text {
  transform: translateY(0);
  opacity: 1;
}

.pshero-slider--nav {
  position: absolute;
  height: calc(100vh - 135px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.pshero-slider--next,
.pshero-slider--prev {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.pshero-slider--next {
  right: 0;
  padding: 0 6px 0 0;
}

@media screen and (max-width: 1030px) {
  .pshero-slider--next {
    right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pshero-slider--next {
    right: 20px;
  }
}

.pshero-slider--prev {
  left: 0;
  padding: 0 0 0 6px;
}

@media screen and (max-width: 1030px) {
  .pshero-slider--prev {
    left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pshero-slider--prev {
    left: 20px;
  }
}

.pshero-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .pshero-slider ul.slick-dots {
    left: 30px;
    transform: translateX(0);
    bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .pshero-slider ul.slick-dots {
    left: 20px;
    bottom: 60px;
  }
}

.pshero-slider ul.slick-dots li {
  height: 18px;
}

.pshero-slider ul.slick-dots li button {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: transparent;
}

.pshero-slider ul.slick-dots li button::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.pshero-slider ul.slick-dots li.slick-active button::before {
  opacity: 1;
}

.pshero ul.slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  z-index: 20;
}

.pshero ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0;
  outline: 0;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.3s;
  opacity: 0.5;
  cursor: pointer;
}

.pshero ul.slick-dots li.slick-active button {
  opacity: 1;
}

.psoverview {
  position: relative;
  padding: 60px 0;
}

@media screen and (min-width: 740px) {
  .psoverview {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1200px) {
  .psoverview {
    padding: 120px 0;
  }
}

.psoverview-heading {
  margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
  .psoverview-heading {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .psoverview-heading {
    margin-bottom: 0;
    position: sticky;
    top: 250px;
  }
}

.psoverview-text {
  margin-bottom: 24px;
}

@media screen and (min-width: 740px) {
  .psoverview-text {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .psoverview-text {
    margin-bottom: 60px;
  }
}

.psoverview-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 575px) {
  .psoverview-list {
    gap: 18px;
  }
}

.psoverview-list--item {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .psoverview-list--item {
    gap: 20px;
  }
}

.psoverview-list--item .icon {
  position: relative;
  max-width: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.psoverview-slider {
  margin-top: 60px;
}

@media screen and (min-width: 740px) {
  .psoverview-slider {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .psoverview-slider {
    margin-top: 120px;
  }
}

.psoverview i.parrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.psoverview i.parrow::before {
  position: relative;
  content: "";
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/parrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contentslider {
  position: relative;
}

.contentslider-item {
  position: relative;
  aspect-ratio: 1/0.705;
}

.contentslider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contentslider-item--caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

@media screen and (min-width: 740px) {
  .contentslider-item--caption {
    right: 30px;
    bottom: 40px;
  }
}

.contentslider-item--text {
  position: absolute;
  max-width: calc(100% - 60px);
  width: 100%;
  right: 30px;
  bottom: 60px;
  padding: 20px 20px 20px 40px;
  background: rgba(42, 46, 51, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
  display: flex;
  gap: 40px;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .contentslider-item--text {
    right: 20px;
    bottom: 40px;
    max-width: calc(100% - 40px);
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}

.contentslider-item--text h3 {
  width: 230px;
}

@media screen and (max-width: 575px) {
  .contentslider-item--text h3 {
    width: 100%;
  }
}

.contentslider-item--text p {
  position: relative;
}

.contentslider-item--text p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
}

@media screen and (max-width: 575px) {
  .contentslider-item--text p::before {
    display: none;
  }
}

.contentslider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(319deg, rgba(0, 0, 0, 0.5) 2.57%, rgba(0, 0, 0, 0) 64.6%);
  z-index: 1;
}

.contentslider-item.nodrop::before {
  display: none;
}

@media screen and (max-width: 575px) {
  .contentslider-item.nodrop img {
    -o-object-fit: unset;
    object-fit: unset;
  }
}

.contentslider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
}

.contentslider .slick-arrow::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}

.contentslider .slick-next {
  right: 30px;
}

.contentslider .slick-next::before {
  background: url("../img/arrow-right.svg");
  background-position: center;
  left: 45%;
}

@media screen and (max-width: 575px) {
  .contentslider .slick-next {
    right: 20px;
  }
}

.contentslider .slick-prev {
  left: 30px;
}

.contentslider .slick-prev::before {
  background: url("../img/arrow-left.svg");
  background-position: center;
  left: 55%;
}

@media screen and (max-width: 575px) {
  .contentslider .slick-prev {
    left: 20px;
  }
}

.contentslider ul.slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.contentslider ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0;
  outline: 0;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.3s;
  opacity: 0.5;
  cursor: pointer;
}

.contentslider ul.slick-dots li.slick-active button {
  opacity: 1;
}

.cblock {
  position: relative;
  padding: 60px 0 0;
}

@media screen and (min-width: 740px) {
  .cblock {
    padding: 80px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .cblock {
    padding: 120px 0 0;
  }
}

.cblock#esg {
  padding-bottom: 60px;
}

@media screen and (min-width: 740px) {
  .cblock#esg {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .cblock#esg {
    padding-bottom: 120px;
  }
}

.cblock-single {
  margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
  .cblock-single {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .cblock-single {
    margin-bottom: 120px;
  }
}

.cblock-single:not(:nth-child(2)) .cblock-smflow {
  display: none;
}

.cblock.hastopgap {
  padding-top: 60px;
}

@media screen and (min-width: 740px) {
  .cblock.hastopgap {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .cblock.hastopgap {
    padding-top: 120px;
  }
}

.cblock.hastopgap .cblock-single {
  margin-bottom: 0;
}

.cblock-heading {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .cblock-heading {
    margin-bottom: 0;
  }
}

.cblock-heading h3.tucustom {
  text-transform: unset;
}

@media screen and (max-width: 575px) {
  .cblock-heading h3.tucustom {
    text-transform: uppercase;
    font-weight: 600;
  }
}

.cblock-altheading {
  margin-bottom: 10px;
}

@media screen and (min-width: 740px) {
  .cblock-altheading {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .cblock-altheading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .cblock-altheading h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
  }
}

.cblock-text p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
  .cblock-text p:not(:last-child) {
    margin-bottom: 25px;
  }
}

.cblock-smflow {
  margin-top: 60px;
}

.cblock-smflow--item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1030px) {
  .cblock-smflow--item {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .cblock-smflow .row {
    grid-row-gap: 50px;
  }
}

.cblock-smflow .col-md-3:not(:last-child) .cblock-smflow--item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 12px;
  top: 35%;
  right: -20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODE4NDggNy42NjY1SDE2LjQ4NTEiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS40ODUxIDEuNjY2NUwxNy40ODUxIDcuNjY2NUwxMS40ODUxIDEzLjY2NjUiIHN0cm9rZT0iIzVCOUJENSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .cblock-smflow .col-md-3:not(:last-child) .cblock-smflow--item::before {
    right: unset;
    left: 50%;
    bottom: -30px;
    top: unset;
    transform: translateX(-50%) rotate(90deg);
  }
}

.cblock-smflow--icon {
  display: flex;
  align-items: center;
  height: 56px;
}

.cblock-members {
  position: relative;
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .cblock-members {
    overflow-x: auto;
  }
}

.cblock-members--row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 1030px) {
  .cblock-members--row {
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    overflow: auto;
    padding-right: 30px;
  }
}

.cblock-members--row::-webkit-scrollbar {
  display: none;
}

.cblock-members--col {
  width: calc(33.33% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 1030px) {
  .cblock-members--col {
    width: 134px;
  }
}

.cblock-members--img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .cblock-members--img {
    height: 134px;
  }
}

.cblock-members--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.cblock-members--img:hover img {
  transform: scale(1.1);
}

.cblock-members--name h5 {
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.cblock-members--name h5:first-line {
  text-transform: capitalize;
}

.cblock-members--name h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

@media screen and (max-width: 1030px) {

  .management .container,
  .board .container {
    padding-right: 0;
  }

  .management .container .cblock-text,
  .board .container .cblock-text {
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .morder2 {
    order: 2;
  }
}

@media screen and (min-width: 1200px) {

  #technology,
  #management,
  #board,
  #esg {
    scroll-margin-top: 90px !important;
  }
}

@media screen and (min-width: 1200px) {
  #facilities {
    scroll-margin-top: 200px !important;
  }
}

@media screen and (min-width: 1200px) {

  #source_material,
  #crystal_growth {
    scroll-margin-top: 190px !important;
  }
}

@media screen and (min-width: 1200px) {
  #locations {
    scroll-margin-top: 150px !important;
  }
}

@media screen and (min-width: 1200px) {
  #about {
    scroll-margin-top: 80px !important;
  }
}

.psblock {
  position: relative;
  padding: 0 0 60px;
}

@media screen and (min-width: 740px) {
  .psblock {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 1200px) {
  .psblock {
    padding: 0 0 120px;
  }
}

.psblock-heading {
  margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
  .psblock-heading {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .psblock-heading {
    margin-bottom: 0;
    position: sticky;
    top: 250px;
  }
}

.psblock-text {
  margin-bottom: 48px;
}

@media screen and (min-width: 740px) {
  .psblock-text {
    margin-bottom: 60px;
  }
}

.psblock-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.psblock-list--item {
  display: flex;
  gap: 22px;
  align-items: center;
}

.psblock-list--item .icon {
  position: relative;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .psblock-list--item h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}

.psblock-tbwrapper {
  position: relative;
}

@media screen and (max-width: 575px) {
  .psblock-tbwrapper {
    overflow: auto;
  }
}

.psblock-table {
  position: relative;
  margin-top: 60px;
  background: #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 740px) {
  .psblock-table {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .psblock-table {
    margin-top: 120px;
  }
}

.psblock-table th,
.psblock-table td {
  position: relative;
  width: 20%;
  text-align: left;
}

.psblock-table th {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  text-transform: capitalize;
  background: #5b9bd5;
  padding: 10px 12px;
  color: #2a2e33;
  border: 1px solid #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .psblock-table th {
    font-size: 14px;
    line-height: 18px;
  }
}

.psblock-table th:first-child {
  border-top-left-radius: 5px;
}

.psblock-table th:last-child {
  border-top-right-radius: 5px;
}

.psblock-table td {
  padding: 10px 12px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  vertical-align: bottom;
  border: 1px solid #fff;
}

.psblock-table td br {
  display: none;
}

.psblock-table td span {
  white-space: nowrap;
  display: flex;
}

.psblock-table td .heading-5 {
  font-weight: 700;
}

.psblock-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.psblock-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.psblock-banner {
  position: relative;
}

.psblock-banner--img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 740px) {
  .psblock-banner--img {
    height: 530px;
  }
}

.psblock-banner--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.psblock-banner--caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

@media screen and (min-width: 740px) {
  .psblock-banner--caption {
    right: 30px;
    bottom: 40px;
  }
}

.innerhero {
  position: relative;
}

.innerhero-bg {
  position: relative;
  width: 100%;
  height: 315px;
}

@media screen and (min-width: 1200px) {
  .innerhero-bg {
    height: 350px;
  }
}

.innerhero-bg img,
.innerhero-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.innerhero-bg img.op80,
.innerhero-bg video.op80 {
  opacity: 0.8;
}

.innerhero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 31.22%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.innerhero-bg.nograd::before {
  display: none;
}

.innerhero-heading {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  z-index: 2;
}

.innerhero-heading p {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 740px) {
  .innerhero-heading p {
    margin-top: 30px;
  }
}

.innerhero.dark .innerhero-bg::before {
  display: block !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.innerhero.dark .innerhero-heading .color-black {
  color: white;
}

.mblock {
  position: relative;
  padding: 0 0 60px;
}

@media screen and (min-width: 740px) {
  .mblock {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock {
    padding: 0 0 115px;
  }
}

.mblock.moverview {
  padding-top: 60px;
}

@media screen and (min-width: 740px) {
  .mblock.moverview {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock.moverview {
    padding-top: 120px;
    scroll-margin-top: 80px !important;
  }
}

.mblock-heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mblock-heading {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock-heading.smgapb {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1030px) {
  .mblock-headingtext {
    margin-bottom: 60px;
  }
}

.mblock-subheading {
  margin-bottom: 30px;
}

@media screen and (min-width: 740px) {
  .mblock-subheading {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock-subheading {
    margin-bottom: 0;
  }
}

.mblock-subheading h3.tucustom {
  text-transform: unset;
}

.mblock-single:not(:last-child) {
  padding-bottom: 60px;
}

@media screen and (min-width: 740px) {
  .mblock-single:not(:last-child) {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock-single:not(:last-child) {
    padding-bottom: 115px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock-single:not(:last-child).smmb {
    padding-bottom: 115px;
  }
}

.mblock-contentheading {
  margin-bottom: 30px;
}

.mblock-text {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mblock-text {
    margin-bottom: 60px;
  }
}

.mblock-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mblock-list--item {
  display: flex;
  gap: 22px;
  align-items: center;
}

.mblock-list--item .icon {
  position: relative;
  justify-content: center;
}

.mblock-list.listalt li {
  align-items: flex-start;
}

.mblock-list.listalt li span {
  padding-top: 8px;
}

.mblock-moretext {
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (min-width: 740px) {
  .mblock-moretext {
    margin-top: 60px;
  }
}

.mblock-moretext p:not(:last-child) {
  margin-bottom: 20px;
}

.mblock-gallery {
  margin-top: 60px;
}

@media screen and (min-width: 740px) {
  .mblock-gallery {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock-gallery {
    margin-top: 120px;
  }
}

@media screen and (max-width: 575px) {
  .mblock-gallery .row {
    grid-row-gap: 20px;
    justify-content: center;
  }
}

.mblock-gallery img {
  width: 100%;
  height: 154px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 740px) {
  .mblock-gallery img {
    height: 216px;
  }
}

@media screen and (min-width: 1200px) {
  .mblock-gallery img {
    height: 270px;
  }
}

.mblock-img {
  text-align: center;
}

.mblock-img h4 {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1030px) {
  .mblock-img h4 {
    margin-top: 30px;
  }
}

.mblock-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#applications .mblock-single:last-child .mblock-text {
  margin-bottom: 0;
}

#applications .mblock-single:last-child .mblock-gallery {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  #applications .mblock-heading.smgapb {
    margin-bottom: 60px;
  }
}

#advantages,
#applications,
#industries,
#industry_transport,
#industry_power,
#industry_communications,
#size_growth,
#application_share,
#industry_share,
#geographic_share,
#power,
#rf {
  scroll-margin-top: 195px !important;
}

.locations {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

@media screen and (max-width: 575px) {
  .locations {
    height: 687px;
  }
}

.locations .container,
.locations .row {
  height: 100%;
}

.locations-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.locations-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .locations-bg img {
    -o-object-fit: none;
    object-fit: none;
  }
}

.locations-single {
  position: relative;
  max-width: 345px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}

@media screen and (min-width: 1200px) {
  .locations-single {
    gap: 20px;
  }
}

@media screen and (max-width: 1030px) {
  .locations-single {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .locations-single {
    width: 230px;
  }
}

.locations-single.last {
  align-items: flex-end;
  text-align: right;
}

.locations-single.last .locations-info {
  order: 2;
}

@media screen and (max-width: 575px) {
  .locations-single.last .locations-info {
    order: 1;
  }
}

@media screen and (max-width: 575px) {
  .locations-single.last {
    margin-left: auto;
  }
}

.locations-single.last::before {
  position: absolute;
  content: "";
  width: 334px;
  height: 88px;
  top: 70px;
  left: -210px;
  background: url("../img/sm-line-new.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1030px) {
  .locations-single.last::before {
    left: -80px;
  }
}

@media screen and (max-width: 575px) {
  .locations-single.last::before {
    left: 70px;
    width: 130px;
    height: 88px;
    top: 190px;
  }
}

@media screen and (max-width: 575px) {
  .locations-single.last .locations-video {
    order: 2;
  }
}

.locations-single.first {
  justify-content: flex-end;
}

.locations-single.first::before {
  position: absolute;
  content: "";
  width: 334px;
  height: 129px;
  top: 203px;
  right: -170px;
  background: url("../img/hd-line-new.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1030px) {
  .locations-single.first::before {
    right: -50px;
    height: 115px;
  }
}

@media screen and (max-width: 575px) {
  .locations-single.first::before {
    right: 50px;
    top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .locations-single.first .locations-info {
    order: 2;
  }
}

.locations-info .text-small {
  font-size: 14px;
  font-weight: 600;
}

.locations-video {
  position: relative;
  width: 100%;
}

.locations-video--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}

.locations-video--play.hide {
  opacity: 0;
  visibility: hidden;
}

.locations-video video,
.locations-video img {
  width: 100%;
  height: 209px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1030px) {

  .locations-video video,
  .locations-video img {
    height: 182px;
  }
}

@media screen and (max-width: 575px) {

  .locations-video video,
  .locations-video img {
    height: 140px;
  }
}

.membersmodal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.membersmodal.show {
  opacity: 1;
  visibility: visible;
}

.membersmodal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 46, 51, 0.6);
}

.membersmodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

@media screen and (min-width: 575px) {
  .membersmodal-close {
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .membersmodal-close {
    top: 25px;
    right: 25px;
  }
}

.membersmodal-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5vh;
}

.membersmodal-content--img {
  position: relative;
  width: 526px;
  height: 526px;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .membersmodal-content--img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .membersmodal-content--img {
    width: 90%;
    height: auto;
    aspect-ratio: 1;
  }
}

.membersmodal-content--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .membersmodal-content--img img {
    height: auto;
    aspect-ratio: 1;
  }
}

.membersmodal-content--img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.membersmodal-content--heading {
  position: absolute;
  bottom: 12vh;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(-50%);
  text-align: center;
  max-width: 465px;
  width: 100%;
}

.membersmodal-content--heading .heading-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

@media screen and (min-width: 575px) {
  .membersmodal-content--heading .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.membersmodal-content--heading p.text-small {
  font-size: 14px;
  line-height: 20px;
  max-width: 65%;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 575px) {
  .membersmodal-content--heading p.text-small {
    font-size: 18px;
    line-height: 28px;
  }
}

.mediablock {
  position: relative;
  padding: 0 0 60px;
}

@media screen and (min-width: 740px) {
  .mediablock {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mediablock {
    padding: 0 0 120px;
  }
}

.mediablock.hastopgap {
  padding-top: 60px;
}

@media screen and (min-width: 740px) {
  .mediablock.hastopgap {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .mediablock.hastopgap {
    padding-top: 120px;
  }
}

.mediablock-heading h3 {
  margin-bottom: 30px;
}

.mediablock-heading ul li button {
  font-family: "Nunito Sans", sans-serif;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  cursor: pointer;
  border: 0;
  outline: 0;
}

.mediablock-heading p {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mediablock-heading p {
    display: block;
  }
}

.mediablock-heading p a {
  color: #2a2e33;
}

.mediablock-datatable {
  position: relative;
  background: rgba(91, 155, 213, 0.1);
  border-radius: 5px;
  overflow: visible;
}

.mediablock-datatable--filters {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #5b9bd5;
  padding: 10px 20px;
}

@media screen and (max-width: 575px) {
  .mediablock-datatable--filters {
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }
}

.mediablock-datatable--filters .mediablock-datatable--filters--item .csselect-wrapper {
  padding-right: 20px;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item.search {
  flex-grow: 1;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item.search input {
  height: 40px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: unset;
  letter-spacing: 0;
  color: #2a2e33;
  padding: 0 10px;
  border: none;
  border-radius: 2px;
  background: white;
  outline: 0;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item.reset .mediablock-reset {
  background: #2a2e33;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  outline: none;
  cursor: pointer;
  transition: 0.2s linear;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item.reset .mediablock-reset:hover {
  background: #e20e17;
  transition: 0.2s linear;
}

@media screen and (max-width: 575px) {
  .mediablock-datatable--filters .mediablock-datatable--filters--item input {
    font-size: 12px;
  }
}

.mediablock-datatable--filters .mediablock-datatable--filters--item input::-webkit-input-placeholder {
  color: #2a2e33;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item input::-moz-placeholder {
  color: #2a2e33;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item input::-ms-placeholder {
  color: #2a2e33;
}

.mediablock-datatable--filters .mediablock-datatable--filters--item input::placeholder {
  color: #2a2e33;
}

.mediablock-datatable--result {
  padding-top: 20px;
}

.mediablock-datatable--result.table {
  padding-top: 0;
}

@media screen and (max-width: 575px) {
  .mediablock-datatable--result.table {
    width: 100%;
    overflow-x: auto;
  }

  .mediablock-datatable--result.table table {
    width: 100%;
    border-collapse: collapse;
  }
}

.mediablock-datatable--block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 20px;
  margin: 0 20px 30px;
}

.mediablock-datatable--block:not(:last-child) {
  border-bottom: 1px solid #d4d5d6;
}

.mediablock-datatable--block .maccordion {
  position: relative;
  height: 84px;
  overflow: hidden;
}

.mediablock-datatable--block .maccordion-content {
  margin-top: 20px;
}

.mediablock-datatable--block a,
.mediablock-datatable--block button {
  color: #5b9bd5;
  font-weight: 700;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

.mediablock-datatable table {
  position: relative;
  width: 100%;
}

.mediablock-datatable table th {
  text-align: left;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  background: linear-gradient(0deg, rgba(91, 155, 213, 0.3), rgba(91, 155, 213, 0.3)), linear-gradient(0deg, #ffffff, #ffffff);
  border: 1px solid #ffffff;
  border-top: 0;
  min-width: 100px;
}

.mediablock-datatable table td {
  padding: 30px 12px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  border-left: 1px solid #ffffff;
}

@media screen and (max-width: 575px) {
  .mediablock-datatable table td {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
  }
}

.mediablock-datatable table td a {
  color: #5b9bd5;
  text-decoration: underline;
}

.mediablock-datatable table td a:hover {
  text-decoration: none;
}

.mediablock-datatable table.event-calender th,
.mediablock-datatable table.event-calender td {
  width: auto;
}

.mediablock-datatable table.event-calender th.w-35,
.mediablock-datatable table.event-calender td.w-35 {
  width: 35%;
}

.mediablock-datatable table.event-calender th.w-15,
.mediablock-datatable table.event-calender td.w-15 {
  width: 15%;
}

.investors {
  position: relative;
  padding: 60px 0 80px;
}

@media screen and (min-width: 740px) {
  .investors {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1200px) {
  .investors {
    padding: 120px 0 80px;
    scroll-margin-top: 120px !important;
  }

  .investors #current {
    scroll-margin-top: 240px;
  }
}

.investors-timeline {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 1030px) {
  .investors-timeline {
    display: none;
  }
}

.investors-timeline--list {
  position: relative;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.investors-timeline--list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 25px);
  background: #5b9bd5;
  left: 0;
  top: 4px;
}

.investors-timeline--list--item {
  position: relative;
}

.investors-timeline--list--item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: -55px;
  top: 4px;
  background: #5b9bd5;
  border-radius: 50%;
}

.investors-citext {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1030px) {
  .investors-citext {
    margin-top: 30px;
  }
}

.investors-wrapper .investors-timeline--list {
  display: none;
}

@media screen and (min-width: 575px) and (max-width: 1030px) {
  .investors-wrapper .investors-timeline--list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 90px;
    padding-left: 0;
  }

  .investors-wrapper .investors-timeline--list::before {
    bottom: -40px;
    top: unset;
    width: 100%;
    height: 1px;
  }

  .investors-wrapper .investors-timeline--list::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 0;
    bottom: -45px;
    background: #5b9bd5;
    border-radius: 50%;
  }

  .investors-wrapper .investors-timeline--list li {
    padding-left: 0;
  }

  .investors-wrapper .investors-timeline--list li::before {
    bottom: -45px;
    top: unset;
    left: 0;
  }
}

@media screen and (max-width: 575px) {
  .investors-wrapper .investors-timeline--list {
    display: flex;
    margin-bottom: 35px;
  }
}

.investors-wrapper .row {
  grid-row-gap: 55px;
}

.investors-cilogo {
  display: flex;
  justify-content: center;
}

.investors .timeline img {
  margin: 80px 0 120px;
}

@media screen and (max-width: 1030px) {
  .investors .timeline img {
    margin: 30px 0 60px;
  }
}

.invest-table tr th {
  width: 10%;
  text-align: center;
}

.invest-table tr th:first-child {
  width: 20%;
}

.invest-table tr th:last-child {
  width: 20%;
}

.invest-table tr td {
  background: #D9D9D9;
  padding: 5px;
  line-height: unset;
  width: 10%;
  border: 1px solid #ffffff;
}

.invest-table tr td:first-child {
  width: 20%;
}

.invest-table tr td:last-child {
  width: 20%;
}

@media screen and (min-width: 1200px) {
  #ig {
    scroll-margin-top: 240px;
  }
}

.ig {
  position: relative;
  padding: 0 0 60px;
}

@media screen and (min-width: 740px) {
  .ig {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 1200px) {
  .ig {
    padding: 0 0 120px;
  }
}

.ig-heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .ig-heading {
    margin-bottom: 0;
  }
}

.ig-text {
  margin-bottom: 60px;
}

.ig-tablewrapper {
  position: relative;
}

@media screen and (max-width: 650px) {
  .ig-tablewrapper {
    overflow: scroll;
  }
}

@media screen and (max-width: 650px) {
  .ig-table {
    width: -moz-max-content;
    width: max-content;
  }
}

.ig-table th {
  padding: 3px 12px;
  background: #5b9bd5;
  color: #2a2e33;
  width: 20%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  border-color: #5b9bd5;
}

.ig-table th:first-child {
  border-top-left-radius: 5px;
}

.ig-table th:last-child {
  border-top-right-radius: 5px;
}

.ig-table td {
  width: 20%;
  text-align: left;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2a2e33;
  background: rgba(91, 155, 213, 0.1);
}

.ig-table td:first-child {
  border-bottom-left-radius: 5px;
}

.ig-table td:last-child {
  border-bottom-right-radius: 5px;
}

.ig-table td a {
  display: block;
  color: #2a2e33;
  transition: all 0.3s;
}

.ig-table td a:hover {
  color: #5b9bd5;
}

.contactblock {
  position: relative;
  padding: 0 0 60px;
}

@media screen and (min-width: 740px) {
  .contactblock {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 1200px) {
  .contactblock {
    padding: 0 0 120px;
    display: block;
    scroll-margin-top: 200px;
  }

  .contactblock#facilities {
    scroll-margin-top: 60px !important;
  }

  .contactblock #france {
    scroll-margin-top: 160px !important;
  }

  .contactblock #germany {
    scroll-margin-top: 160px !important;
  }
}

.contactblock.hastopgap {
  padding-top: 60px;
}

@media screen and (min-width: 740px) {
  .contactblock.hastopgap {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .contactblock.hastopgap {
    padding-top: 120px;
  }

  .contactblock.hastopgap:target {
    scroll-margin-top: 100px;
  }
}

.contactblock-heading {
  margin-bottom: 30px;
}

.contactblock-single:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
  .contactblock-single:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .contactblock-single:not(:last-child) {
    margin-bottom: 120px;
  }
}

.contactblock-widget {
  max-width: 240px;
  width: 100%;
}

.contactblock-widget--heading {
  margin-bottom: 30px;
}

.contactblock-widget--address {
  margin-bottom: 30px;
}

.contactblock-widget--phone {
  color: #2a2e33;
  margin-bottom: 30px;
  display: block;
}

.contactblock-widget--phone:hover {
  text-decoration: underline;
}

.contactblock-widget--mail {
  color: #5b9bd5;
  margin-bottom: 30px;
  display: block;
  text-decoration: underline;
}

.contactblock-widget--mail:hover {
  text-decoration: none;
}

.contactblock-widget--ctas {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.contactblock-widget--ctas a {
  width: 170px;
  justify-content: center;
}

.contactblock-widget--ctas a.mx-width {
  width: -moz-max-content;
  width: max-content;
}

.contactblock-widget--qrcode {
  max-width: 106px;
}

@media screen and (max-width: 1030px) {
  .contactblock-widget--qrcode {
    display: none;
  }
}

.contactblock-map,
.contactblock-banner {
  aspect-ratio: 1/0.705;
}

@media screen and (max-width: 575px) {

  .contactblock-map,
  .contactblock-banner {
    margin-top: 30px;
  }
}

.contactblock-map img,
.contactblock-map p,
.contactblock-map iframe,
.contactblock-banner img,
.contactblock-banner p,
.contactblock-banner iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.careersblock {
  position: relative;
  padding: 60px 0;
}

@media screen and (min-width: 740px) {
  .careersblock {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1200px) {
  .careersblock {
    padding: 60px 0 120px;
  }
}

.careersblock-heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 1030px) {
  .careersblock-heading h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .careersblock-heading h3 br {
    display: none;
  }
}

.careersblock-heading p {
  display: none;
}

@media screen and (min-width: 1200px) {
  .careersblock-heading {
    margin-bottom: 60px;
  }

  .careersblock-heading p {
    display: block;
    margin-top: 10px;
  }
}

.careersblock-single:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
  .careersblock-single:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .careersblock-single:not(:last-child) {
    margin-bottom: 120px;
  }
}

.careersblock-single--heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .careersblock-single--heading {
    margin-bottom: 0;
  }
}

.careersblock-single--heading h3.mainheading {
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .careersblock-single--heading h3.mainheading {
    margin-bottom: 40px;
  }
}

.careersblock-single--heading .joblist {
  margin-top: 30px;
}

.careersblock-single--heading .joblist ul li button {
  font-family: "Nunito Sans", sans-serif;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #1e1e1e;
}

.careersblock-single--heading .joblist ul:last-child {
  display: none !important;
}

.careersblock-single--heading.altheading {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .careersblock-single--heading.altheading {
    margin-bottom: 60px;
  }
}

.careersblock-single--heading p {
  margin-top: 10px;
}

.careersblock-single--heading p.mt30 {
  margin-top: 30px;
}

.careersblock-single--heading .tucustom {
  text-transform: unset;
}

.careersblock-single--text p:not(:last-child) {
  margin-bottom: 25px;
}

.careersblock-single--banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1030px) {
  .careersblock-single--banner img {
    height: 530px;
  }
}

@media screen and (max-width: 575px) {
  .careersblock-single--banner img {
    height: 300px;
  }
}

.careersblock-single--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.careersblock-single--list--item {
  display: flex;
  gap: 22px;
  align-items: center;
}

.careersblock-single--list--item .icon {
  position: relative;
  justify-content: center;
  width: 20px;
}

.careersblock-single--list--item h5,
.careersblock-single--list--item p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 575px) {

  .careersblock-single--list--item h5,
  .careersblock-single--list--item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}

.careersblock-single--list.sn .careersblock-single--list--item {
  align-items: flex-start;
}

.careersblock-single--list.sn .careersblock-single--list--item .icon {
  padding-top: 8px;
}

.careersblock-single--table table {
  width: 100%;
}

.careersblock-single--table table th {
  padding: 14px 12px;
  background: #5b9bd5;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  width: 33.33%;
}

.careersblock-single--table table th:first-child {
  border-top-left-radius: 5px;
}

.careersblock-single--table table th:last-child {
  border-top-right-radius: 5px;
}

.careersblock-single--table table td {
  width: 33.33%;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background: rgba(91, 155, 213, 0.1);
  border-right: 1px solid #ffffff;
}

.careersblock-single--table table td a {
  color: inherit;
}

.careersblock-single--table table tr:first-child td {
  padding-top: 20px;
}

.careersblock-single--table table tr:last-child td {
  padding-bottom: 20px;
}

.careersblock-single--table table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.careersblock-single--table table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.careersblock-single--slider .contentslider-item--text {
  padding: 20px 20px 20px 40px;
  background: rgba(42, 46, 51, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.careersblock-single--slider .contentslider-item--text::before {
  height: calc(100% - 40px);
  left: 20px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 740px) {
  .careersblock-single--slider .contentslider-item img {
    height: 450px;
  }

  .careersblock-single--slider .contentslider-item--text {
    display: block;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1030px) {
  .careersblock .dsblock {
    display: none;
  }
}

.formblock {
  position: relative;
  padding: 60px 0;
}

.formblock-group label {
  display: flex;
  margin-bottom: 6px;
}

.formblock-group input,
.formblock-group textarea {
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2a2e33;
  align-items: center;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(42, 46, 51, 0.6);
}

.formblock-group input::-moz-placeholder,
.formblock-group textarea::-moz-placeholder {
  color: rgba(42, 46, 51, 0.6);
}

.formblock-group input::placeholder,
.formblock-group textarea::placeholder {
  color: rgba(42, 46, 51, 0.6);
}

.formblock-group textarea {
  height: 84px;
}

.formblock-group .csselect .csselect-trigger {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(42, 46, 51, 0.6);
  border-bottom: 1px solid rgba(42, 46, 51, 0.6);
  text-transform: unset;
}

.formblock-group .csselect .csselect-trigger::after {
  border-color: #2a2e33;
  right: 0;
}

.formblock-group .csselect .custom-options {
  left: 0;
  width: 100%;
  top: 50px;
  box-shadow: 0px 20px 50px rgba(42, 46, 51, 0.1);
}

.formblock-group .csselect .custom-options .custom-option {
  color: rgba(42, 46, 51, 0.6);
  text-transform: capitalize;
  padding: 15px 20px;
  transition: all 0.3s;
}

.formblock-group .csselect .custom-options .custom-option:hover {
  background: #e9eaea;
  color: inherit;
}

.formblock-single {
  margin-bottom: 30px;
}

.formblock-single .row {
  grid-row-gap: 30px;
}

.formblock-single.mb10 {
  margin-bottom: 10px;
}

.formblock-innerrow {
  margin-top: 30px;
}

.formblock-innerrow h5,
.formblock-innerrow h6 {
  margin-bottom: 30px;
}

.formblock-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .formblock-footer {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}

.formblock-footer.mb0 {
  margin-top: 0;
}

.formblock .fileinput {
  position: relative;
  display: flex;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  height: 68px;
  justify-content: space-between;
  align-items: center;
  background: #e9eaea;
}

.formblock .fileinput-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.formblock .fileinput input {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.formblock .fileinput.add-product {
  cursor: pointer;
}

@media screen and (max-width: 1030px) {
  .formblock .fileinput.add-product {
    max-width: 100%;
  }
}

.srblock {
  position: relative;
  padding: 60px 0;
}

@media screen and (min-width: 740px) {
  .srblock {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1200px) {
  .srblock {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1030px) {
  .srblock__filter {
    margin-top: 30px;
  }
}

.srblock .csselect-trigger {
  height: 60px;
  color: rgba(42, 46, 51, 0.6);
  border-bottom: 1px solid rgba(42, 46, 51, 0.6);
}

.srblock .csselect-trigger::after {
  right: 0;
  border-color: rgba(42, 46, 51, 0.6);
}

.srblock .custom-options {
  top: 60px;
  left: 0;
  width: 100%;
  background: rgba(42, 46, 51, 0.1019607843);
}

.srblock .srlist {
  margin-top: 40px;
}

.srblock .srlist__single:not(:last-child) {
  margin-bottom: 40px;
}

.srblock .srlist__single h4 {
  margin-bottom: 17px;
}

.srblock .srlist__single p {
  margin-bottom: 17px;
  color: #000000;
}

.srblock .srlist__single a {
  font-size: 16px;
  line-height: 28px;
  color: #5B9BD5;
  text-decoration: underline;
  transition: all 0.3s;
}

.srblock .srlist__single a:hover {
  text-decoration: none;
}

.srblock .srlist__single img {
  max-width: 353px;
  width: 100%;
  height: 264px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .srblock .srlist__single img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

.srblockpageniation {
  margin-top: 40px;
}

.srblockpageniation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.srblockpageniation ul li a {
  text-decoration: none;
  color: #000000;
}

.srblockpageniation ul li a.active {
  color: #5B9BD5;
}

.srblockpageniation .nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.srblockpageniation .nav-links span,
.srblockpageniation .nav-links a {
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0em;
  text-decoration: none;
  color: #000000;
}

.srblockpageniation .nav-links span svg g rect,
.srblockpageniation .nav-links a svg g rect {
  fill: #5B9BD5;
}

.srblockpageniation .nav-links span.current,
.srblockpageniation .nav-links a.current {
  color: #5B9BD5;
}

.srblockpageniation .nav-links span.next.page-numbers,
.srblockpageniation .nav-links a.next.page-numbers {
  display: none;
}

.srnoresult {
  position: relative;
  padding: 80px 0;
  display: none;
}

@media screen and (min-width: 740px) {
  .srnoresult {
    padding: 140px 0;
  }
}

.srnoresult__content {
  text-align: center;
}

.srnoresult__icon {
  margin-bottom: 40px;
}

.srnoresult h3 {
  margin-bottom: 20px;
}

.srnoresult p {
  color: #000000;
}

.srnoresult p a {
  color: #e20e17;
}

body.search-no-results .srnoresult {
  display: block;
}

.cursor {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  background: black;
}

.notfound {
  position: relative;
  padding: 60px 0;
}

@media screen and (min-width: 767px) {
  .notfound {
    padding: 120px 0;
  }
}

.notfound h2 {
  margin-bottom: 10px;
}

.notfound h4 {
  margin-bottom: 10px;
}

.notfound p {
  margin-bottom: 30px;
}

.privacypolicy {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (min-width: 740px) {
  .privacypolicy {
    padding: 120px 0;
  }
}

.privacypolicy .italic {
  font-style: italic;
}

.privacypolicy__heading {
  margin-bottom: 50px;
}

.privacypolicy__heading h2 {
  margin-bottom: 20px;
}

.privacypolicy__content:not(:last-child) {
  margin-bottom: 30px;
}

.privacypolicy__content h3 {
  margin-bottom: 20px;
}

.privacypolicy__content p:not(:last-child) {
  margin-bottom: 20px;
}

.privacypolicy__content p a {
  color: #5b9bd5;
}

.privacypolicy__content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacypolicy__content ul li {
  list-style: disc;
}

.privacypolicy__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

body {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 200px;
  scroll-snap-margin-top: 200px;
}

/*# sourceMappingURL=app.css.map */