/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sources/scss/style.scss (1) ***!
  \******************************************************************************************************************************************************************************/
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
audio,
video,
iframe {
  display: block;
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: pxtopercent(16px);
  text-size-adjust: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h1 a,
.h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h1 span,
.h1 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h2 a,
.h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h2 span,
.h2 span {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h3 a,
.h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h3 span,
.h3 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h4 a,
.h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h4 span,
.h4 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h5 a,
.h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h5 span,
.h5 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  margin-bottom: 0.938rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  word-break: keep-all;
}
h6 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
h6 span,
.h6 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

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

.eyebrow-text {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-family: "Rubik", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .eyebrow-text {
    margin-bottom: 0.938rem;
  }
}

.bullet-list ul {
  padding: 0;
}
.bullet-list li {
  position: relative;
  list-style: none;
  padding-left: 2.125rem;
}
.bullet-list li::before {
  content: "";
  position: absolute;
  top: 0.688rem;
  left: 0;
  height: 1.063rem;
  width: 0.5rem;
  background: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

:is(ul, ol) {
  --ulol-left-padding: 1.25rem;
  margin-bottom: 0.938rem;
  padding-left: var(--ulol-left-padding);
}
:is(ul, ol) li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}

ul > li::marker {
  font-size: 1.2em;
  color: #2C2C2C;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.563rem;
  padding: 1.25rem;
  border-left: 0.25rem solid #FF9E1B;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 2;
  color: #000;
  text-align: left;
  background-color: #dee3e2;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  overflow: visible;
  width: 100%;
  height: 0;
  margin: 1.875rem auto;
  border: 0 #000 solid;
  border-top-width: 0.063rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/* Link */
a {
  color: #FF9E1B;
  text-decoration: underline;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
  color: #2C2C2C;
  outline: none;
}
a.tab-outline {
  outline: 1px solid;
  outline-offset: 0.188rem;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  font-weight: normal;
  text-align: left;
}

.table-responsive {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #dee3e2;
  vertical-align: bottom;
}

/* stylelint-disable selector-class-pattern */
.fancybox__content > .carousel__button.is-close {
  top: -3.125rem;
  right: 0;
}

/* stylelint-enable selector-class-pattern */
.heading-highlight {
  position: relative;
  font-family: "Rubik", "Arial", sans-serif;
}
.heading-highlight:before {
  content: "";
  position: absolute;
  width: 2.188rem;
  height: 0.188rem;
  background-color: #666666;
  bottom: -1.625rem;
  left: 0;
}

.error-404 h1 {
  font-family: "Rubik", "Arial", sans-serif;
}

/**
 * Main content containers
 */
:root {
  --gutter: 1.5rem;
}
@media (max-width: 767px) {
  :root {
    --gutter: 1.25rem;
  }
}

.alignfull, .alignwide, .container-fluid, .container {
  width: min(100% - var(--gutter) * 2, var(--container-width, 100%));
  margin-right: auto;
  margin-left: auto;
}

.container {
  --container-width: 77rem;
}
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/* display helpers */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

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

/* alignment helpers */
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* background and text color */
.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-dark {
  background-color: #000;
}

.text-dark {
  color: #000;
}

/* column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/* responsive variants */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30,
  .m-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30,
  .p-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30,
  .m-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30,
  .p-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30,
  .m-md-30,
  .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30,
  .p-md-30,
  .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30,
  .m-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30,
  .p-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30,
  .p-md-30,
  .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30,
  .m-md-30,
  .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30,
  .p-md-30,
  .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30,
  .m-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30,
  .p-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30,
  .m-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30,
  .p-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30,
  .m-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30,
  .p-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30,
  .m-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30,
  .p-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30,
  .m-xxl-30,
  .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30,
  .p-xxl-30,
  .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30,
  .m-xxl-30,
  .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30,
  .p-xxl-30,
  .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/* WordPress default alignment */
.alignwide {
  --container-width: 77rem;
}

button, input[type=button],
input[type=reset],
input[type=submit], .btn {
  --focuc-outline-space: -1px;
  user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.875rem 1.375rem;
  border: 1px solid #FF9E1B;
  border-radius: 0.625rem;
  font-family: "Rubik", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background-color: #FF9E1B;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
@media (max-width: 767px) {
  button, input[type=button],
  input[type=reset],
  input[type=submit], .btn {
    padding: 0.563rem 0.875rem;
  }
}
button::before, input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before, .btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: var(--focuc-outline-space);
  border: 1px solid #dee3e2;
  border-radius: 0.313rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, a:hover button, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  cursor: pointer;
  color: #FF9E1B;
  text-decoration: none;
  background-color: #000;
  border-color: #FF9E1B;
}
button:focus, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus {
  --focuc-outline-space: 0;
  color: #fff;
  outline: 0;
}
button:focus::before, input[type=button]:focus::before,
input[type=reset]:focus::before,
input[type=submit]:focus::before, .btn:focus::before {
  visibility: visible;
  opacity: 1;
}

.btn-sm {
  padding: 0.25rem 0.563rem;
  font-size: 0.75rem;
}
.btn-link {
  user-select: none;
  position: relative;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #FF9E1B;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: -4px -8px;
  border: 1px solid #dee3e2;
  border-radius: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.btn-link::after {
  content: "c";
  font-family: "iconfontfamily" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-flex;
  margin-left: 8px;
  font-size: 0.563rem;
  color: #FF9E1B;
  transition: 0.4s ease;
}
.btn-link:focus {
  outline: 0;
}
.btn-link:focus::before {
  visibility: visible;
  opacity: 1;
}
.btn-link:hover, a:hover .btn-link {
  border-color: currentcolor;
  color: #2C2C2C;
  text-decoration: none;
}
.btn-link:hover::after, a:hover .btn-link::after {
  transform: translateX(4px);
  color: #2C2C2C;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

form label {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

:is(input, textarea, button, select) {
  font-family: "Inter", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  appearance: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  display: block;
  height: 9.375rem;
  padding: 0.625rem 0.938rem;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.625rem;
  padding: 0 0.938rem;
  border: 0.063rem solid #2C2C2C;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #2C2C2C;
  outline: none;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* for IE */
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.form-group {
  margin-bottom: 1.25rem;
}

.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 0.625rem;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom-label {
  cursor: pointer;
  margin: 0;
  color: #000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.188rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0 0 2px #000;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(42deg);
  display: block;
  width: 0.313rem;
  height: 0.625rem;
  border: solid #2C2C2C;
  border-width: 0 0.125rem 0.125rem 0;
}
.checkbox label {
  cursor: pointer;
  position: relative;
}
.checkbox label::before {
  cursor: pointer;
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem;
  border: 0.125rem solid #2C2C2C;
  vertical-align: middle;
  appearance: none;
  background-color: transparent;
}

.home-hero-section .cell-md-5 {
  width: 43.5%;
}
@media (max-width: 1199px) {
  .home-hero-section .cell-md-5 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-hero-section .cell-md-5 {
    width: 100%;
  }
}
.home-hero-section .cell-md-7 {
  width: 56.5%;
}
@media (max-width: 1199px) {
  .home-hero-section .cell-md-7 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-hero-section .cell-md-7 {
    width: 100%;
  }
}
.home-hero-section .hh-wrap {
  padding: 2.813rem 2.188rem;
  box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.16);
  background: url(../images/home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 0;
}
@media (max-width: 991px) {
  .home-hero-section .hh-wrap {
    gap: 30px;
    padding: 30px 20px;
  }
}
.home-hero-section .hh-wrap h1 {
  color: #fff;
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.18;
  font-family: "Rubik", "Arial", sans-serif;
}
.home-hero-section .hh-wrap h1.heading-highlight:before {
  background-color: #FF9E1B;
  bottom: -1rem;
}
.home-hero-section .hh-wrap .h3 {
  font-family: "Rubik", "Arial", sans-serif;
  color: #FF9E1B;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}
.home-hero-section .hh-image-wrap {
  width: 100%;
}
.home-hero-section .hh-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
.home-hero-section .hh-description {
  font-size: 1.125rem;
  line-height: 1.66;
}
.home-hero-section .hh-cta {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.438rem;
}

.statistics-block-section {
  padding: 2.75rem 0 0;
  position: relative;
}
.statistics-block-section::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 150%;
  background: url(../images/stat-bg-fade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.statistics-block-section .stat-counter,
.statistics-block-section .suffix {
  font-family: "Rubik", "Arial", sans-serif;
  font-size: 5.625rem;
  font-weight: 1.18;
  font-weight: 500;
}
@media (max-width: 991px) {
  .statistics-block-section .stat-counter,
  .statistics-block-section .suffix {
    font-size: 4.375rem;
  }
}
@media (max-width: 767px) {
  .statistics-block-section .stat-counter,
  .statistics-block-section .suffix {
    font-size: 3.75rem;
  }
}
.statistics-block-section .container {
  max-width: 1152px;
}
.statistics-block-section .statistics-items {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
  margin: 0 auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.statistics-block-section .statistics-items [class*=cell-] {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media (max-width: 991px) {
  .statistics-block-section .statistics-items {
    gap: 1.875rem 0;
  }
}
@media (max-width: 767px) {
  .statistics-block-section .statistics-items {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
  }
  .statistics-block-section .statistics-items [class*=cell-] {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
}
.statistics-block-section .statistics-items .st-counter {
  display: block;
  border-bottom: 3px solid #FF9E1B;
  padding-bottom: 13px;
  text-align: center;
}
.statistics-block-section .statistic-description {
  max-width: 309px;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.fifty-fifty-section.bg-dark.bg-image {
  position: relative;
}
.fifty-fifty-section.bg-dark.bg-image::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 120%;
  background: url(../images/stat-bg-fade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.fifty-fifty-section.bg-dark .eyebrow-text {
  color: #FF9E1B !important;
}
.fifty-fifty-section.bg-dark .ff-row {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.fifty-fifty-section.bg-dark .ff-row:before {
  display: none;
}
.fifty-fifty-section.bg-dark .ff-desc * {
  color: #fff;
}
.fifty-fifty-section.bg-dark .ff-desc h2 {
  color: #fff;
}
.fifty-fifty-section .eyebrow-text {
  color: #000 !important;
}
.fifty-fifty-section.img-left .ff-row {
  display: flex;
  flex-direction: row-reverse;
}
.fifty-fifty-section .ff-row {
  background-color: #fff;
  padding: 3.125rem 1.25rem;
  border-radius: 1.25rem;
  margin-right: -1.906rem;
  margin-left: -1.906rem;
  position: relative;
  gap: 1.875rem 0;
  margin: 0;
}
.fifty-fifty-section .ff-row [class*=cell-] {
  padding-right: 1.906rem;
  padding-left: 1.906rem;
}
@media (max-width: 991px) {
  .fifty-fifty-section .ff-row {
    margin-right: -0.313rem;
    margin-left: -0.313rem;
  }
  .fifty-fifty-section .ff-row [class*=cell-] {
    padding-right: 0.313rem;
    padding-left: 0.313rem;
  }
}
.fifty-fifty-section .ff-row:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cortex-white-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
}
.fifty-fifty-section .ff-cta {
  margin-top: 2rem;
}
.fifty-fifty-section .ff-desc * {
  color: #000;
}
.fifty-fifty-section .ff-desc p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.fifty-fifty-section .ff-desc li {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.fifty-fifty-section .ff-desc h2 {
  position: relative;
  margin-bottom: 4.063rem;
  font-family: "Rubik", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.23;
  color: #000;
}
@media (max-width: 767px) {
  .fifty-fifty-section .ff-desc h2 {
    margin-bottom: 2.5rem;
  }
}
.fifty-fifty-section .ff-desc h2:before {
  content: "";
  position: absolute;
  width: 2.188rem;
  height: 0.188rem;
  background-color: #666666;
  bottom: -1.625rem;
  left: 0;
}
.fifty-fifty-section .ff-media {
  height: 100%;
}
.fifty-fifty-section .ff-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.icon-grid-section {
  position: relative;
  overflow: hidden;
  margin: 2.188rem 0 4.125rem;
}
.icon-grid-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-bg-fade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -100px center;
}
.icon-grid-section .container {
  position: relative;
  z-index: 1;
}
.icon-grid-section .ig .ig-head {
  position: relative;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.063rem;
}
@media (max-width: 991px) {
  .icon-grid-section .ig .ig-head {
    flex-direction: column;
    margin-bottom: 1.75rem;
  }
}
.icon-grid-section .ig .ig-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.375rem;
  height: 5.375rem;
  background: url(../images/vector-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon-grid-section .ig .ig-top-wrap {
  max-width: 38.5rem;
}
.icon-grid-section .ig .ig-heading {
  color: #fff;
  margin-bottom: 4.063rem;
  font-family: "Rubik", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .icon-grid-section .ig .ig-heading {
    margin-bottom: 2.5rem;
  }
}
.icon-grid-section .ig .ig-description {
  margin-top: 1.125rem;
  max-width: 41.25rem;
}
.icon-grid-section .ig .ig-description p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
.icon-grid-section .ig-title {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Rubik", "Arial", sans-serif;
  line-height: 1.33;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .icon-grid-section .ig-title {
    margin: 0 0 0.625rem;
  }
}
.icon-grid-section .ig-item {
  display: flex;
  flex-direction: column;
}
.icon-grid-section .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2.188rem 1.563rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .icon-grid-section .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .icon-grid-section .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .icon-grid-section .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
  }
}
@media (max-width: 575px) {
  .icon-grid-section .row {
    grid-template-columns: 1fr;
  }
}
.icon-grid-section .ig-icon {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 0.625rem;
  background-color: #000;
  padding: 2.188rem 1.063rem;
}
@media (max-width: 767px) {
  .icon-grid-section .ig-icon {
    max-width: 12.5rem;
    margin: 0 auto;
    width: 100%;
  }
}
.icon-grid-section .ig-icon img {
  max-width: 11.938rem;
  max-height: 9.688rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .icon-grid-section .ig-icon img {
    max-width: 9.375rem;
    max-height: 8.125rem;
  }
}
@media (max-width: 767px) {
  .icon-grid-section .ig-icon img {
    max-width: 5rem;
    max-height: 5rem;
  }
}

.center-wysiwyg-section {
  position: relative;
  padding: 2rem 0 2.563rem;
}
.center-wysiwyg-section::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-fade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.center-wysiwyg-section * {
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
}
.center-wysiwyg-section h2 {
  margin: 0;
}
.center-wysiwyg-section h2 a {
  font-family: "Rubik", "Arial", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .center-wysiwyg-section h2 a {
    font-size: 1.563rem;
  }
}
.center-wysiwyg-section h2 a:hover {
  color: #FF9E1B;
}

.contact-form-section {
  margin: 3rem 0 1.625rem;
}
.contact-form-section .cf-content {
  background-color: #fff;
  padding: 3.125rem 1.25rem;
  border-radius: 1.25rem;
  margin-right: -1.906rem;
  margin-left: -1.906rem;
  position: relative;
  gap: 1.875rem 0;
  margin: 0;
}
.contact-form-section .cf-content [class*=cell-] {
  padding-right: 1.906rem;
  padding-left: 1.906rem;
}
@media (max-width: 767px) {
  .contact-form-section .cf-content {
    margin: 0;
    margin-right: -0.313rem;
    margin-left: -0.313rem;
  }
  .contact-form-section .cf-content [class*=cell-] {
    padding-right: 0.313rem;
    padding-left: 0.313rem;
  }
}
.contact-form-section .cf-content:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cortex-white-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
}
.contact-form-section .cf-right .eyebrow-text {
  color: #000;
}
.contact-form-section .cf-left {
  display: flex;
  align-items: center;
}
.contact-form-section .cf-heading {
  margin-bottom: 4.25rem;
  font-weight: 500;
  line-height: 1.23;
  color: #000;
}
@media (max-width: 767px) {
  .contact-form-section .cf-heading {
    margin-bottom: 2.5rem;
  }
}
.contact-form-section .cf-shortcode {
  width: 100%;
}
.contact-form-section .cf-linkedin {
  display: block;
  margin-top: 1.938rem;
  display: flex;
  align-items: center;
  width: 1.938rem;
  height: 1.938rem;
  transition: opacity 0.3s;
  background-color: #FF9E1B;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .contact-form-section .cf-linkedin {
    margin-top: 0.938rem;
  }
}
.contact-form-section .cf-description * {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}
.contact-form-section .ff-default .ff-el-input--label label {
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #666666;
}
.contact-form-section .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: #666666;
  content: "*";
  margin-left: 0;
}
.contact-form-section .frm-fluent-form .ff-t-container {
  gap: 1.188rem;
}
.contact-form-section .fluentform .ff-el-input--label {
  margin-bottom: 0.438rem;
}
.contact-form-section .fluentform .ff-el-group {
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .contact-form-section .fluentform .ff-el-group {
    margin-bottom: 0.938rem;
  }
}
.contact-form-section .ff-default .ff-el-form-control {
  border: 1px solid #A0ADB9;
  border-radius: 0.625rem;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.875rem 0.938rem;
  height: 3.125rem;
}
.contact-form-section .ff-default .ff-el-form-control::placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.contact-form-section .ff-message-success {
  color: #000 !important;
}
.contact-form-section .ff_submit_btn_wrapper {
  margin: 0 !important;
}
.contact-form-section .ff_submit_btn_wrapper button {
  width: 100%;
  background-color: #FF9E1B !important;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  padding: 0.813rem 1.25rem;
  border-radius: 0.625rem;
}
.contact-form-section .ff_submit_btn_wrapper button:hover {
  color: #FF9E1B !important;
  background-color: #000 !important;
  opacity: 1 !important;
}

.products-slider .ps-main-content {
  position: relative;
  background-color: #fff;
  padding: 3.125rem 3.125rem;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .products-slider .ps-main-content {
    padding: 3.125rem 1.25rem;
  }
}
.products-slider .ps-main-content:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cortex-white-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
}
.products-slider .ps-item-category {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 0.813rem;
}
.products-slider .ps-title {
  color: #000;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 2.875rem;
}
@media (max-width: 767px) {
  .products-slider .ps-title {
    margin-bottom: 1.875rem;
  }
}
.products-slider .ps-item-title {
  margin: 0 0 0.625rem;
  color: #000;
  font-weight: 600;
  line-height: 1.25;
}
.products-slider .ps-img {
  position: relative;
  padding-top: 66.8604651163%;
  margin-bottom: 1.5rem;
}
.products-slider .ps-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-slider .ps-img img {
  border-radius: 0.625rem;
}
.products-slider .ps-pagination {
  position: relative;
  margin-top: 3rem;
  inset: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .products-slider .ps-pagination {
    margin-top: 1.563rem;
  }
}
.products-slider .ps-pagination .swiper-pagination-bullet {
  width: 2.813rem;
  height: 0.313rem;
  border-radius: 0.625rem;
  opacity: 1;
  background: rgba(102, 102, 102, 0.4);
  transition: background-color 0.25s ease;
}
@media (max-width: 767px) {
  .products-slider .ps-pagination .swiper-pagination-bullet {
    width: 1.875rem;
  }
}
.products-slider .ps-pagination .swiper-pagination-bullet-active {
  background: #FF9E1B;
}
.products-slider .ps-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .products-slider .ps-top {
    flex-direction: column;
    margin-bottom: 1.875rem;
  }
}
.products-slider .ps-item {
  height: auto;
  display: flex;
  flex-direction: column;
}
.products-slider .ps-cta .btn {
  min-width: 11.875rem;
}
.products-slider .ps-slider {
  overflow: hidden;
}

:root {
  --space-lg: 6.25rem;
  --space-md: 4.688rem;
  --space-sm: 3.125rem;
}
@media (max-width: 1199px) {
  :root {
    --space-lg: 3.125rem;
    --space-md: 3.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space-md: 2.5rem;
    --space-sm: 1.875rem;
  }
}

#wpadminbar {
  position: fixed;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-content {
  flex-grow: 1;
  width: 100%;
}

.space-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.space-lg-m {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.space-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.space-md-m {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.space-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.space-sm-m {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.bg-dark *:not(.btn),
.bg-secondary *:not(.btn),
.inner-text-white *:not(.btn) {
  color: #fff;
}

/* Pagination */
.pagination {
  padding: 1.875rem 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  margin: 0 0.625rem;
  padding: 0;
  font-weight: 700;
  color: rgba(255, 158, 27, 0.6);
}
.pagination li a:hover {
  color: #2C2C2C !important;
}
.pagination li a:not(.prev, .next),
.pagination li span {
  border: none;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 158, 27, 0.6);
  text-decoration: none;
  transition: 0.4s ease background-color, 0.4s ease color;
}
.pagination li a:not(.prev, .next).active,
.pagination li span.active {
  border-color: #FF9E1B;
}
.pagination li .prev,
.pagination li .next {
  cursor: pointer;
  color: #FF9E1B;
  text-decoration: none;
}
.pagination li .prev::after,
.pagination li .next::after {
  content: "";
  position: absolute;
  inset: -2px -4px;
  border: 1px solid #dee3e2;
  border-radius: 0.375rem;
  visibility: hidden;
  opacity: 0;
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #2C2C2C;
}
.pagination li .prev:focus::after,
.pagination li .next:focus::after {
  visibility: visible;
  opacity: 1;
  outline: 0;
}
.pagination li .prev.disabled,
.pagination li .next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pagination li .current {
  color: #FF9E1B;
}

/* stylelint-disable max-nesting-depth */
.hamburger {
  --humburgerbox: 1.563rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--humburgerbox);
  height: var(--humburgerbox);
  margin: 0 0 0 1.563rem;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 991px) {
  .hamburger {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover, .hamburger:focus {
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.hamburger span {
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before, .hamburger span::after {
  cursor: pointer;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::before {
  top: -8px;
}
.hamburger span::after {
  bottom: -8px;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::before, .hamburger.is-clicked span::after {
  top: 0;
  background-color: #fff;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 6px;
  transform: translateY(-6px) rotate(-45deg);
}

.mbnav {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .mbnav {
    display: none;
  }
}
.mbnav .mobile-menu {
  padding: 30px 20px 0;
}
.mbnav .social-icon:hover {
  opacity: 0.6;
}
.mbnav .ht-right-contact,
.mbnav .social-icon,
.mbnav .cta-btn {
  padding-left: 1.25rem;
  margin-top: 0.938rem;
  display: block;
}
.mbnav .ht-right-contact a,
.mbnav .social-icon a,
.mbnav .cta-btn a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.66;
  color: #fff;
  text-decoration: none;
  display: block;
}
.mbnav .ht-right-contact a:hover,
.mbnav .social-icon a:hover,
.mbnav .cta-btn a:hover {
  color: #FF9E1B;
  text-decoration: underline;
}
.mbnav-inner-details {
  padding-bottom: 1.875rem;
}
.mbnav .custom-link a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  position: relative;
  padding: 0 1rem 0 0;
}
.mbnav .custom-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.375rem;
  width: 2px;
  height: 15px;
  background-color: #fff;
}
.mbnav .custom-link a:first-child {
  padding-left: 0;
}
.mbnav .custom-link a:last-child::before {
  display: none;
}
.mbnav .brand {
  display: block;
  flex: 0 0 auto;
  width: 10rem;
}
.mbnav .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .mbnav .call-us-inner {
    color: #fff;
  }
  .mbnav .call-us-inner a {
    color: #fff;
  }
}
.mbnav__state {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbnav__inner {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #2c2c2c;
}
.mbnav__logo {
  padding: 15px;
  color: #fff;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  pointer-events: auto;
  overflow: hidden auto;
  max-height: 100%;
  padding-top: 5.313rem;
  background: #000;
  padding-bottom: 2.5rem;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 0 !important;
}
.mbnav .menu-wrap > .menu-inner .call-us {
  margin-top: 1.875rem;
}
.mbnav .menu-wrap > .menu-inner .cta-btn {
  margin-top: 0.938rem;
}
.mbnav .menu-wrap > .menu-inner .cta-btn .btn-small {
  font-size: 1.125rem;
}
.mbnav .menu-wrap > .menu-inner .call-us,
.mbnav .menu-wrap > .menu-inner .cta-btn {
  padding: 0 1.25rem;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  transition: 0.4s ease;
  margin-top: 40px;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dee3e2;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  list-style: none;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap):hover a {
  color: #FF9E1B;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  --sarrow-width: 10px;
  content: "";
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #fff;
  border-bottom: 0;
  border-left: 0;
}
.mbnav ul li:not(.btn-wrap) a {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  flex: 1 1 auto;
  order: -1;
  padding: 10px 0;
  line-height: 1.3;
  color: #fff;
  text-decoration: none !important;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transform: translateY(200%);
  width: calc(100% - 40px);
  margin: 0;
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap).back-click {
  position: relative;
  order: -1;
  width: 100%;
  padding: 10px 0 10px 20px;
  font-weight: 400;
  color: currentcolor;
}
.mbnav ul li:not(.btn-wrap).back-click::before {
  --sarrow-width: 10px;
  content: "";
  transform: rotate(-135deg);
  display: flex;
  align-items: center;
  width: var(--sarrow-width);
  height: var(--sarrow-width);
  margin: auto;
  border: calc(var(--sarrow-width) / 4) solid #fff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  left: 0;
  background: transparent;
  border-radius: 0;
  top: 17px;
}
.mbnav__caret {
  cursor: pointer;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: auto;
}
.color-mbnav .mbnav__caret::before {
  color: #FF9E1B !important;
}

.mbnav ul li:not(.btn-wrap).current-menu-item {
  background-color: #2C2C2C;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav__backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.4s ease-in;
}
.mbnav__overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.mbnav .parent-title {
  padding: 0.625rem 0 !important;
  color: #2C2C2C !important;
  font-weight: 700 !important;
}

.call-us.footer-part * {
  color: #fff;
}

/* stylelint-enable max-nesting-depth */
/* --- header --- */
.main-header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 1.375rem 0 1.563rem;
  /* nav */
}
@media (max-width: 991px) {
  .main-header {
    padding: 0.938rem 0;
  }
}
.main-header .brand {
  display: block;
  flex: 0 0 auto;
  width: 18.063rem;
}
@media (max-width: 991px) {
  .main-header .brand {
    width: 10rem;
    margin: 0;
  }
}
.main-header .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-header .nav-menu {
  flex: 1 1 auto;
  padding-left: 0.938rem;
}
@media (max-width: 991px) {
  .main-header .nav-menu {
    padding-right: 0.938rem;
  }
}
.main-header .navigation {
  display: none;
  word-break: keep-all;
  /* stylelint-disable max-nesting-depth */
}
@media (min-width: 992px) {
  .main-header .navigation {
    display: block;
  }
}
.main-header .navigation nav {
  margin-right: 30px;
}
.main-header .navigation nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.main-header .navigation nav .current-menu-item > a {
  color: #FF9E1B;
  pointer-events: none;
}
.main-header .navigation nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li {
  padding: 0;
  list-style: none;
}
.main-header .navigation nav ul li a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul li a {
    padding: 10px;
  }
}
.main-header .navigation nav ul li.menu-item-has-children {
  position: relative;
}
.main-header .navigation nav ul li.menu-item-has-children > a {
  padding-right: 40px;
}
.main-header .navigation nav ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 15px;
  transform: translateY(-52%) rotate(135deg);
  width: 13px;
  height: 13px;
  border-top: 4px solid #707070;
  border-right: 4px solid #707070;
  transition: 0.3s;
}
.main-header .navigation nav ul li.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(315deg);
}
.main-header .navigation nav ul li:hover > a {
  color: #FF9E1B;
}
.main-header .navigation nav ul li:hover > a::after {
  border-color: #fff;
}
.main-header .navigation nav ul li:hover > ul {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.main-header .navigation nav ul.sub-menu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 279px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1199px) {
  .main-header .navigation nav ul.sub-menu {
    min-width: 200px;
  }
}
.main-header .navigation nav ul.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.main-header .navigation nav ul.sub-menu li a {
  display: block;
  color: #fff;
  background-color: #2C2C2C;
}
.main-header .navigation nav ul.sub-menu li.menu-item-has-children > a::after {
  top: 17px;
  transform: rotate(45deg);
  border-color: #fff;
}
.main-header .navigation nav ul.sub-menu li:hover > a {
  color: #FF9E1B;
}
.main-header .navigation nav ul.sub-menu li:hover > a::after {
  border-color: #FF9E1B;
}
.main-header .navigation nav ul.sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-header .navigation .current-menu-parent .current-menu-item > a {
  color: #FF9E1B;
}
.main-header .navigation .current-menu-parent > a {
  color: #FF9E1B;
}

@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .ht-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.header-top .ht-left img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top .ht-logo-link {
  width: 10.875rem;
  display: block;
}
@media (max-width: 991px) {
  .header-top .ht-logo-link {
    width: 6.25rem;
  }
}
@media (max-width: 575px) {
  .header-top .ht-logo-link {
    width: 5.625rem;
  }
}
.header-top .ht-right-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.header-top .ht-right {
  display: flex;
  align-items: center;
  gap: 1.313rem;
}
.header-top .ht-right .btn-cta {
  font-size: 1.125rem;
  line-height: 1.66;
  font-weight: 400;
  color: #fff;
}
.header-top .ht-right .btn-cta:hover {
  color: #FF9E1B;
}
.header-top .ht-social-item {
  display: flex;
  align-items: center;
  gap: 0.438rem;
}
.header-top .ht-social-item a {
  display: flex;
  align-items: center;
  width: 31px;
  height: 31px;
  transition: opacity 0.3s;
  background-color: #FF9E1B;
  border-radius: 16px;
}
.header-top .ht-social-item a:hover {
  opacity: 0.6;
}
.header-top .ht-social-item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-top .ht-right-contact {
  position: relative;
}
.header-top .ht-right-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5rem;
  width: 3px;
  height: 18px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header-top .ht-right-contact::before {
    display: none;
  }
}
.header-top .ht-right-contact:last-child::before {
  display: none;
}
.header-top .ht-right-contact a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.66;
  color: #fff;
  text-decoration: none;
  display: block;
}
.header-top .ht-right-contact a:hover {
  color: #FF9E1B;
  text-decoration: underline;
}

.header-center {
  padding: 1.25rem 0 0;
}
@media (max-width: 991px) {
  .header-center {
    padding: 0;
  }
}
.header-center .main-logo {
  width: 30%;
}
@media (max-width: 1199px) {
  .header-center .main-logo {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .header-center .main-logo {
    width: auto;
  }
}
.header-center .cta-btn {
  width: 39%;
  text-align: right;
}
@media (max-width: 991px) {
  .header-center .cta-btn {
    width: 33.33%;
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-center .cta-btn .btn {
    font-size: 1.875rem;
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .header-center .cta-btn .btn {
    font-size: 1.375rem;
  }
}
.header-center .call-us {
  width: 39%;
}
@media (max-width: 991px) {
  .header-center .call-us {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .header-center .call-us {
    display: none;
  }
}
.header-center .call-us span {
  display: block;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  color: green;
}
@media (max-width: 1199px) {
  .header-center .call-us span {
    font-size: 1.563rem;
  }
}
@media (max-width: 991px) {
  .header-center .call-us span {
    font-size: 1.25rem;
  }
}
.header-center .call-us a {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1.2;
  text-align: center;
  color: green;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header-center .call-us a {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .header-center .call-us a {
    font-size: 1.375rem;
  }
}
.header-center .call-us a:hover {
  text-decoration: underline;
}

.inner-bg-wrap {
  background-color: #2C2C2C;
  padding: 22px 32px 23px 32px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .inner-bg-wrap {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .header-bottom.hb-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-bottom .container {
    margin: 0;
  }
}
.header-bottom .hb-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom .navigation li {
  padding: 0 0.625rem;
}
.header-bottom .navigation li a {
  font-family: "Rubik", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.25;
  transition: color 0.3s;
}
@media (max-width: 1199px) {
  .header-bottom .navigation li a {
    font-size: 1.563rem;
  }
}
.header-bottom .navigation li a:hover {
  color: #FF9E1B;
}

/* --- footer --- */
.main-footer {
  padding: 1.688rem 0 0;
}
.main-footer .header-center {
  padding: 0 0 1.688rem;
}
.main-footer .inner-bg-wrap {
  background-color: #FF9E1B;
}
.main-footer .inner-bg-wrap .header-bottom .navigation li a {
  color: #000;
}
.main-footer .inner-bg-wrap .header-bottom .navigation li a:hover {
  color: #2C2C2C;
}
.main-footer .hamburger span::before,
.main-footer .hamburger span::after,
.main-footer .hamburger span {
  background-color: #000;
}
.main-footer .header-top {
  padding: 0 0 2.25rem;
}
.main-footer .copyright-bg {
  background-color: #666666;
  padding: 16px 0 21px;
}
.main-footer .copyright-bg .mf-copyright {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.87;
}
.main-footer .copyright-bg .btn-cta {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.87;
  color: #fff;
  text-decoration: underline;
  transition: 0.9s all;
}
.main-footer .copyright-bg .btn-cta:hover {
  text-decoration: none;
  transition: 0.9s all;
}
.main-footer .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-footer .copyright-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.main-footer .copyright-main {
  gap: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .main-footer .copyright-main {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.main-footer .copyright-main a {
  position: relative;
}
.main-footer .copyright-main a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 17px;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media (max-width: 767px) {
  .main-footer .copyright-main a::before {
    right: -5px;
  }
}
.main-footer .copyright-main a:last-child::before {
  display: none;
}

/*# sourceMappingURL=main.css.map*/