.container {
  max-width: 1688px;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

.desktop-hide {
  display: none;
}
@media (max-width: 767px) {
  .desktop-hide {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

body a,
body input,
body button {
  transition: 0.4s all;
}
body table {
  width: 100%;
  border-radius: 0px;
  border-collapse: initial;
  border-bottom: 1px solid #000000;
}
body table thead th {
  font-size: 16px;
  font-weight: normal;
  font-weight: 700;
  color: #ffffff;
  padding: 17px 25px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  body table thead th {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body table thead th {
    font-size: 14px;
  }
}
body table tbody tr:nth-child(even) {
  background-color: #F7F7F4;
}
body table tbody tr td {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  padding: 28px 25px;
  color: #000000;
}
@media (max-width: 992px) {
  body table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body table tbody tr td {
    font-size: 14px;
  }
}
body table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
body table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

ul li {
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 992px) {
  ul li {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

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

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

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

.primary-color {
  color: #1D252E;
}

.fw-thin {
  font-weight: 250;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b-40 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .b-40 {
    margin-bottom: 24px;
  }
}

.b-60 {
  margin-bottom: 60px;
}

.t-b-p-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .t-b-p-100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .t-b-p-100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.t-b-p-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1600px) {
  .t-b-p-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .t-b-p-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.t-p-100 {
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .t-p-100 {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .t-p-100 {
    margin-top: 60px;
  }
}

.b-p-100 {
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .b-p-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .b-p-100 {
    margin-bottom: 60px;
  }
}

.t-p-120 {
  margin-top: 120px;
}
@media (max-width: 1600px) {
  .t-p-120 {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .t-p-120 {
    margin-top: 60px;
  }
}

.b-p-120 {
  margin-bottom: 120px;
}
@media (max-width: 1600px) {
  .b-p-120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .b-p-120 {
    margin-bottom: 60px;
  }
}

.swiper-dots .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #1D252E;
  opacity: 1;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E0DED5;
}
.swiper-dots .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #FC7B01;
}

.pagination-dots {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pagination-dots .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #1D252E;
  opacity: 1;
}
.pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E0DED5;
}
.pagination-dots .swiper-pagination-bullet:hover {
  background-color: #FC7B01;
}

.breadcrumb-nav {
  display: flex;
  padding: 160px 0px 20px;
  align-items: center;
  justify-content: start;
}
@media (max-width: 1700px) {
  .breadcrumb-nav {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  .breadcrumb-nav {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.breadcrumb-nav li {
  color: #1D252E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .breadcrumb-nav li {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
  }
}
.breadcrumb-nav li a {
  text-decoration: none;
  color: #1D252E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .breadcrumb-nav li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
  }
}
.breadcrumb-nav li a:hover {
  color: #FC7B01;
}
.breadcrumb-nav li:after {
  content: "";
  background-image: url(../images/chevron-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb-nav li:last-child {
  opacity: 0.5;
}
.breadcrumb-nav li:last-child::after {
  display: none;
}

.border-frame::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  z-index: 1;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .border-frame::before {
    width: calc(100% - 20px);
    top: 48px;
  }
}
@media (max-width: 767px) {
  .border-frame::before {
    top: 10px;
  }
}
.border-frame::after {
  content: "";
  height: calc(100% - 103px);
  position: absolute;
  left: 20px;
  top: 53px;
  z-index: 11;
  width: 1px;
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .border-frame::after {
    left: 10px;
    height: calc(100% - 98px);
    top: 48px;
  }
}
@media (max-width: 767px) {
  .border-frame::after {
    height: calc(100% - 20px);
    top: 10px;
  }
}

.box-frame:before {
  content: "";
  height: 200px;
  position: absolute;
  right: 20px;
  top: 53px;
  z-index: 11;
  width: 1px;
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .box-frame:before {
    right: 10px;
    top: 48px;
  }
}
@media (max-width: 767px) {
  .box-frame:before {
    top: 10px;
  }
}
.box-frame:after {
  content: "";
  height: 200px;
  position: absolute;
  right: 20px;
  bottom: 51px;
  z-index: 11;
  width: 1px;
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .box-frame:after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .box-frame:after {
    bottom: 10px;
  }
}

.box-frame-bottom::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 1;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .box-frame-bottom::before {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .box-frame-bottom::before {
    bottom: 10px;
  }
}

.lity-container .lity-close {
  background-color: #ffffff;
  font-family: "Aspekta";
  color: #1D252E;
  text-shadow: none;
  font-weight: 100;
  font-size: 70px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  margin: 10px;
}
@media (max-width: 1280px) {
  .lity-container .lity-close {
    font-size: 50px;
    width: 48px;
    height: 48px;
  }
}

.d-block {
  display: block;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Aspekta";
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  color: #1D252E;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 19.6px;
  }
}

p {
  font-family: "Aspekta";
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  color: #1D252E;
}
p.large {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 19.6px;
  }
}

button,
a {
  font-family: "Aspekta";
}

.text-large {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #1D252E;
}
.text-large.text-large-thin {
  font-weight: 400;
}
@media (max-width: 1280px) {
  .text-large {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.text-medium {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  color: #1D252E;
}
.text-medium.text-medium-thin {
  font-weight: 400;
}

.text-small {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: #1D252E;
}
.text-small.text-small-thin {
  font-weight: 400;
}

.text-extra-small {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 700;
  color: #1D252E;
}
.text-extra-small.text-extra-thin {
  font-weight: 400;
}

.text-xxs {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 700;
  color: #1D252E;
}
.text-xxs.text-xxs-thin {
  font-weight: 400;
}

h1 {
  font-family: "Aspekta";
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
h1.h1-thin {
  font-weight: 250;
}
h1 .h1-thin {
  font-weight: 250;
}

h2 {
  font-family: "Aspekta";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 63.8px;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 44px;
    line-height: 48.4px;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
h2.h2-thin {
  font-weight: 250;
}

h3 {
  font-family: "Aspekta";
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 700;
  letter-spacing: -0.84px;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 375px) {
  h3 {
    font-size: 24px;
    line-height: 26.4px;
  }
}
h3.h3-thin {
  font-weight: 250;
}

h4 {
  font-family: "Aspekta";
  font-size: 34px;
  line-height: 44.2px;
  font-weight: 700;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 22px;
    line-height: 28.6px;
  }
}
@media (max-width: 375px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
h4.h4-thin {
  font-weight: 250;
}

h5 {
  font-family: "Aspekta";
  font-size: 26px;
  line-height: 36.4px;
  font-weight: 700;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h5 {
    font-size: 18px;
    line-height: 25.2px;
  }
}
h5.h5-thin {
  font-weight: 250;
}

h6 {
  font-family: "Aspekta";
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 992px) {
  h6 {
    font-size: 16px;
  }
}
h6.h6-thin {
  font-weight: 250;
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 18px;
  color: #F7F7F4;
  margin-bottom: 8px;
  font-weight: 300;
}
@media (max-width: 992px) {
  ul li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

ol {
  padding-left: 20px;
}
ol li {
  list-style-type: auto;
  list-style-position: initial;
  font-size: 18px;
  color: #F7F7F4;
  margin-bottom: 8px;
  font-weight: 300;
}
@media (max-width: 992px) {
  ol li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

/**
 * Aspekta
 * @version 2.000
 *
 * @link https://github.com/ivodolenc/aspekta
 *
 * @author Ivo Dolenc (c) 2022
 * @license Open Font License (OFL) v1.1
 *
 * Font Family: Aspekta
 * Font Styles: 50-1000 Normal
 */
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("../fonts/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("../fonts/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("../fonts/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("../fonts/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("../fonts/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("../fonts/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("../fonts/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("../fonts/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("../fonts/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("../fonts/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("../fonts/Aspekta-1000.woff2") format("woff2");
}
body {
  padding-top: 116px;
}
@media (max-width: 1280px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

body.home {
  padding-top: 0;
}

.input-clear {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(../images/close-black.svg);
  background-color: transparent;
  box-shadow: none;
  outline: none;
  background-repeat: no-repeat;
  border: 0;
  opacity: 0;
  visibility: hidden;
}

.has-input .input-clear {
  opacity: 1;
  visibility: visible;
}

.header-wrapper {
  min-height: 116px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media (max-width: 1280px) {
  .header-wrapper {
    min-height: 96px;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    min-height: auto;
  }
}
.header-wrapper.sticky {
  background-color: #ffffff;
  border-bottom: 1px solid #E0DED5;
  min-height: 107px;
  padding-bottom: 5px;
}
@media (max-width: 1280px) {
  .header-wrapper.sticky {
    min-height: 98px;
  }
}
@media (min-width: 1280px) {
  .header-wrapper.sticky .cutom-header {
    padding-left: 28px !important;
  }
}
.header-wrapper.sticky .top-header::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  z-index: 0;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .header-wrapper.sticky .top-header::after {
    width: calc(100% - 20px);
    top: 48px;
  }
}
@media (min-width: 768px) {
  .header-wrapper.sticky .header-container .menu {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header-wrapper.sticky .header-container .menu li {
    margin-bottom: 0;
  }
  .header-wrapper.sticky .header-container .menu li a {
    color: #1D252E !important;
    border: 1px solid transparent !important;
  }
  .header-wrapper.sticky .header-container .menu li a:hover {
    border-color: #FC7B01 !important;
    background-color: rgba(252, 123, 1, 0.14);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .header-wrapper.sticky .header-container nav .menu ul > li.menu-item-has-children > a::after {
    background-image: url(../images/pluse-black.svg) !important;
  }
  .header-wrapper.sticky .header-container nav .menu ul > li.current-menu-item > a {
    border-color: #FC7B01 !important;
  }
  .header-wrapper.sticky .header-container nav .menu ul > li.current-menu-item.menu-item-has-children > a::after {
    background-image: url(../images/minus.svg) !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full {
    border: 1px solid #E0DED5 !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full.focused {
    border-color: #FC7B01 !important;
    background-color: #ffffff !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full .search-submit {
    color: #1D252E !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full .search-field {
    color: #1D252E !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full .search-field::-moz-placeholder {
    color: #1D252E !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full .search-field::placeholder {
    color: #1D252E !important;
  }
  .header-wrapper.sticky .header-container .search-form .search-full .input-clear {
    background-image: url("../images/close-black.svg") !important;
  }
}
.header-wrapper.header-white {
  background-color: #ffffff;
}
.header-wrapper.header-transparent .header-container .top-header .top-header-content .menu li a {
  color: #ffffff;
}
.header-wrapper.header-transparent .header-container nav .menu ul > li a {
  color: #ffffff;
}
.header-wrapper.header-transparent .header-container nav .menu ul > li.menu-item-has-children > a::after {
  background-image: url(../images/pluse.svg);
}
.header-wrapper.header-transparent .header-container .search-form .search-full {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-wrapper.header-transparent .header-container .search-form .search-full .search-field {
  color: #ffffff;
}
.header-wrapper.header-transparent .header-container .search-form .search-full .search-field::-moz-placeholder {
  color: #ffffff;
}
.header-wrapper.header-transparent .header-container .search-form .search-full .search-field::placeholder {
  color: #ffffff;
}
.header-wrapper.header-transparent .header-container .search-form .search-full .search-submit {
  color: #ffffff;
}
.header-wrapper.header-transparent .header-container .search-form .search-full.focused {
  border-color: #FC7B01;
  background-color: #1D252E;
}
.header-wrapper.header-transparent .header-container .search-form .search-full .input-clear {
  background-image: url("../images/close-white.svg");
}
.header-wrapper .header-container {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .header-wrapper .header-container {
    padding: 14px 16px 0 16px;
  }
}
.header-wrapper .header-container .cutom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 38px;
  padding-right: 24px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .header-wrapper .header-container .cutom-header {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container .cutom-header {
    border-bottom: 1px solid #FC7B01;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.header-wrapper .header-container .search-form {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 101px;
}
.header-wrapper .header-container .search-form .search-full {
  position: absolute;
  right: 0;
  border: 1px solid #E0DED5;
  border-radius: 12px;
  width: 100%;
  transition: 0.4s all;
}
.header-wrapper .header-container .search-form .search-full.focused {
  width: 633px;
  border-color: #FC7B01;
  background-color: #ffffff;
}
.header-wrapper .header-container .search-form .search-full .search-submit {
  color: #1D252E;
}
.header-wrapper .header-container .search-form .header-search {
  border-radius: 16px;
  border: #82868C;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(23, 26, 31, 0.2);
  position: absolute;
  top: 100%;
  right: 0;
  width: 633px;
  margin-top: 21px;
  z-index: 1;
}
.header-wrapper .header-container .search-form .header-search p {
  padding: 10px;
  font-size: 16px;
  list-style: 19.6px;
}
.header-wrapper .header-container .search-form .header-search ul {
  padding: 10px;
  list-style: none;
}
.header-wrapper .header-container .search-form .header-search ul li {
  font-size: 16px;
  list-style: 19.6px;
}
.header-wrapper .header-container .search-form .header-search ul li a {
  color: #1D252E;
  text-decoration: none;
}
.header-wrapper .header-container .search-form .search-submit {
  background: transparent;
  color: #ffffff;
  padding: 0;
  border: 0;
  position: absolute;
  left: 10px;
  top: 11px;
}
.header-wrapper .header-container .search-form .search-field {
  font-family: "Aspekta";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.4px;
  background: transparent;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1D252E;
  outline: none;
  padding: 4px 8px 4px 30px;
  height: 38px;
  width: 100%;
}
@media (max-width: 1280px) {
  .header-wrapper .header-container .search-form .search-field {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.header-wrapper .header-container .search-form .search-field::-moz-placeholder {
  color: #1D252E;
  opacity: 1;
}
.header-wrapper .header-container .search-form .search-field::placeholder {
  color: #1D252E;
  opacity: 1;
}
.header-wrapper .header-container .top-header {
  padding-top: 8px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .header-wrapper .header-container .top-header {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container .top-header {
    display: none;
  }
}
.header-wrapper .header-container .top-header .top-header-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header-wrapper .header-container .top-header .top-header-content .menu {
  display: flex;
  align-items: center;
  padding: 0;
}
.header-wrapper .header-container .top-header .top-header-content .menu li {
  margin-bottom: 0;
}
.header-wrapper .header-container .top-header .top-header-content .menu li a {
  font-family: "Aspekta";
  color: #1D252E;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.4px;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: block;
}
@media (max-width: 1280px) {
  .header-wrapper .header-container .top-header .top-header-content .menu li a {
    font-size: 14px;
    line-height: 19.6px;
    padding: 6px 14px;
  }
}
.header-wrapper .header-container .top-header .top-header-content .menu li a:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.header-wrapper .header-container .logo-box {
  display: inline-flex;
}
.header-wrapper .header-container .logo-box a {
  display: inline-flex;
}
@media (max-width: 1280px) {
  .header-wrapper .header-container .logo-box a img {
    max-width: 155px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container .logo-box a img {
    max-width: 108px;
  }
}
.header-wrapper .header-container nav {
  display: flex;
  justify-content: flex-end;
}
.header-wrapper .header-container nav .primary-inner {
  width: 100%;
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .primary-inner {
    margin-top: 64px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .primary-inner::before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #FC7B01;
    position: relative;
    z-index: 11;
    top: -20px;
    left: 0;
    right: 0;
  }
}
.header-wrapper .header-container nav .menu ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 0;
}
@media (max-width: 1280px) {
  .header-wrapper .header-container nav .menu ul {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 992px) {
  .header-wrapper .header-container nav .menu ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul {
    flex-direction: column;
  }
}
.header-wrapper .header-container nav .menu ul > li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li {
    border-bottom: 1px solid #82868C;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li:hover > a {
    border-color: #FC7B01;
    background-color: rgba(252, 123, 1, 0.14);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
.header-wrapper .header-container nav .menu ul > li a {
  font-size: 18px;
  line-height: 25.2px;
  color: #1D252E;
  font-weight: 300;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14px;
}
@media (max-width: 1280px) {
  .header-wrapper .header-container nav .menu ul > li a {
    font-size: 16px;
    line-height: 22.4px;
    padding: 8px 14px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li a {
    font-size: 24px;
    line-height: 26.4px;
    padding: 12px 0;
    font-weight: 700;
    color: #ffffff;
  }
  .header-wrapper .header-container nav .menu ul > li a:hover {
    color: #FC7B01;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li.current-menu-item > a {
    border-color: #FC7B01;
    background-color: rgba(252, 123, 1, 0.14);
  }
}
.header-wrapper .header-container nav .menu ul > li.current-menu-item.menu-item-has-children > a::after {
  background-image: url(../images/minus.svg);
}
.header-wrapper .header-container nav .menu ul > li.menu-item-has-children {
  position: relative;
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children.current_page_parent > a {
    border-color: #FC7B01 !important;
    background-color: rgba(252, 123, 1, 0.14);
  }
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children.current_page_parent > a::after {
    background-image: url(../images/minus.svg) !important;
  }
}
.header-wrapper .header-container nav .menu ul > li.menu-item-has-children.current_page_parent > .sub-menu > .current_page_item a {
  border-color: #FC7B01;
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children.current_page_parent > .sub-menu a:hover {
    color: #FC7B01;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children.current_page_parent > .sub-menu a:hover {
    border-color: #FC7B01;
    background-color: rgba(252, 123, 1, 0.14);
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children > a::after {
    content: "";
    background-image: url(../images/pluse-black.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    transition: 0.2s all;
  }
}
.header-wrapper .header-container nav .menu ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children:hover > a::after {
    background-image: url(../images/minus.svg);
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li.menu-item-has-children::after {
    content: "";
    background-image: url(../images/chevron-right-white.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s all;
    position: absolute;
    right: 0;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li.active > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    padding: 24px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    background: #1D252E;
    transition: all 0.3s;
    top: 64px;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu {
    position: absolute;
    left: 50%;
    flex-direction: column;
    padding: 12px 6px;
    background-color: #F7F7F4;
    width: 100%;
    border-radius: 16px;
    min-width: 210px;
    box-shadow: 0px 1px 3px 0px rgba(29, 37, 46, 0.16);
    top: 100%;
    margin: 10px auto 0;
    transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu::before {
    content: "";
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.header-wrapper .header-container nav .menu ul > li > .sub-menu li {
  position: relative;
  padding-right: 0;
  margin-bottom: 0;
}
.header-wrapper .header-container nav .menu ul > li > .sub-menu li:hover {
  border-color: #FC7B01;
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li.menu-item-has-children::after {
    content: "";
    background-image: url("../images/pluse.svg");
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    right: 10px;
    filter: brightness(0) invert(1);
    transition: 0.2s all;
  }
}
.header-wrapper .header-container nav .menu ul > li > .sub-menu li.menu-item-has-children > .sub-menu {
  width: 100%;
  top: 5px;
  z-index: 1;
  padding: 12px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  left: 100%;
}
@media (max-width: 992px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li.menu-item-has-children > .sub-menu {
    top: 0px;
    position: relative;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    left: 0;
    box-shadow: none;
    padding-left: 20px;
    transition: 0.6s all;
  }
}
.header-wrapper .header-container nav .menu ul > li > .sub-menu li a {
  font-size: 16px;
  line-height: 22.4px;
  color: #1D252E;
  border-radius: 16px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li a {
    padding: 12px 0;
    font-size: 16px;
    line-height: 22.4px;
    color: #ffffff;
    font-weight: 400;
  }
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li a:hover {
    color: #FC7B01;
  }
}
.header-wrapper .header-container nav .menu ul > li > .sub-menu li a::after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li a::after {
    background-image: url(../images/arrow-right-white.svg);
    width: 36px;
    height: 36px;
    background-size: 24px;
    background-position: center;
    border: 1px solid transparent;
    border-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li a:hover {
    border-color: #FC7B01;
    background-color: rgba(252, 123, 1, 0.14);
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container nav .menu ul > li > .sub-menu li a:hover::after {
    background-image: url(../images/arrow-orange.svg);
    border-color: #FC7B01;
    background-color: #feecdb;
  }
}
.header-wrapper .header-container .button-group {
  display: none;
}
@media (max-width: 767px) {
  .header-wrapper .header-container .button-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-container .button-group .humbergar-menu {
    background: #FC7B01;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
.header-wrapper .header-container .button-group .humbergar-menu .burger {
  position: relative;
  justify-self: end;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
  width: 20px;
  height: 12px;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  margin: auto;
}
.header-wrapper .header-container .button-group .humbergar-menu .burger .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.header-wrapper .header-container .button-group .humbergar-menu .burger .burger-line:nth-child(1) {
  top: 1px;
}
.header-wrapper .header-container .button-group .humbergar-menu .burger .burger-line:nth-child(2) {
  top: 7px;
}
.header-wrapper .header-container .button-group .humbergar-menu .burger .burger-line:nth-child(3) {
  top: 1rem;
}
@media (min-width: 768px) {
  .header-wrapper .header-container .top-header-content-mob {
    display: none;
  }
}
.header-wrapper .header-container .top-header-content-mob .menu {
  padding: 0;
  margin-bottom: 24px;
}
.header-wrapper .header-container .top-header-content-mob .menu li {
  margin: 0;
}
.header-wrapper .header-container .top-header-content-mob .menu li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  padding: 12px 0;
  display: block;
}
.header-wrapper .header-container .top-header-content-mob .search-form {
  width: 100%;
  display: block;
  border-color: #FC7B01;
}
.header-wrapper .header-container .top-header-content-mob .search-form .search-field {
  font-size: 16px;
  line-height: 22.4px;
  width: 100%;
  padding: 14px 14px 14px 40px;
  height: 50px;
  border: 1px solid #FC7B01;
  border-radius: 16px;
  color: #ffffff;
}
.header-wrapper .header-container .top-header-content-mob .search-form .search-field::-moz-placeholder {
  color: #ffffff;
}
.header-wrapper .header-container .top-header-content-mob .search-form .search-field::placeholder {
  color: #ffffff;
}
.header-wrapper .header-container .top-header-content-mob .search-form .search-submit {
  left: 14px;
  top: 18px;
}
.header-wrapper .back-button {
  font-size: 14px;
  font-weight: 400;
  color: #FC7B01;
  line-height: 19.6px;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) {
  .header-wrapper .back-button {
    display: none;
  }
}
.header-wrapper .back-button::before {
  content: "";
  background-image: url(../images/back-arrow.svg);
  width: 35px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.header-wrapper .back-button::after {
  content: "Our Expertise";
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #82868C;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .header-wrapper .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    background: #1D252E;
    transition: all 0.3s;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .header-wrapper .menu-wrapper {
    padding: 0 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.header-wrapper .site-branding {
  display: inline-flex;
}
.header-wrapper.menu-open ~ .box-frame-bottom::before {
  display: none;
}
.header-wrapper.menu-open ~ .box-frame-bottom .border-frame::before {
  display: none;
}
.header-wrapper.menu-open ~ .box-frame-bottom .border-frame::after {
  display: none;
}
.header-wrapper.menu-open ~ .box-frame-bottom .box-frame::before {
  display: none;
}
.header-wrapper.menu-open ~ .box-frame-bottom .box-frame::after {
  display: none;
}
.header-wrapper.menu-open .site-branding {
  position: relative;
  z-index: 11111;
}
@media (max-width: 767px) {
  .header-wrapper.menu-open .main-navigation {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.header-wrapper.menu-open .heading-inner .button-group {
  position: relative;
  z-index: 11111;
}
.header-wrapper.menu-open .heading-inner .button-group .humbergar-menu .burger .burger-line:nth-child(1) {
  top: 4px;
  transform: rotate(139deg);
}
.header-wrapper.menu-open .heading-inner .button-group .humbergar-menu .burger .burger-line:nth-child(2) {
  transform: rotate(43deg);
  top: 4px;
}
.header-wrapper.menu-open .heading-inner .button-group .humbergar-menu .burger .burger-line:nth-child(3) {
  top: 0.7rem;
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .mobile-active {
    overflow: hidden;
  }
}

.site-footer {
  border-top: 1px solid #E0DED5;
  padding-top: 100px;
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .site-footer {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.site-footer .swiper-wrapper {
  transition-timing-function: linear !important;
}

.btn-secondary.top-button {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 11;
  padding: 0;
  cursor: pointer;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  background-size: 30px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .btn-secondary.top-button {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1280px) {
  .btn-secondary.top-button svg {
    width: 19px;
    height: 23px;
  }
}
.btn-secondary.top-button:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}
.btn-secondary.top-button:after {
  display: none;
}

.brand-logo {
  padding: 0;
  align-items: center;
}
.brand-logo li {
  margin: 0;
}
.brand-logo li .certifications-logo-link {
  height: 100px;
  display: block;
}
.brand-logo li .certifications-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.certifications-logos:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #ffffff 2%, #ffffff 53%, rgba(115, 115, 115, 0) 100%);
  left: -20px;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 80px;
}
@media (max-width: 767px) {
  .certifications-logos:before {
    left: -50px;
  }
}
.certifications-logos:after {
  content: "";
  transform: rotate(180deg);
  position: absolute;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #ffffff 2%, #ffffff 53%, rgba(115, 115, 115, 0) 100%);
  right: -20px;
  top: 0;
  bottom: 0;
  z-index: 11;
  width: 80px;
}
@media (max-width: 767px) {
  .certifications-logos:after {
    right: -50px;
  }
}

.logo-slide-arrow {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .logo-slide-arrow {
    margin-bottom: 8px;
  }
}

.custom-swiper-arrow {
  position: relative;
  display: flex;
  gap: 34px;
}
@media (max-width: 992px) {
  .custom-swiper-arrow {
    display: none;
  }
}

.custom-swiper-arrow .swiper-button-prev:after, .custom-swiper-arrow .swiper-button-next:after {
  display: none;
}

.custom-swiper-arrow .swiper-button-prev, .custom-swiper-arrow .swiper-button-next {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  background-image: none;
  outline: none;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 130px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .footer-main {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footer-main {
    margin-top: 40px;
    gap: 40px;
  }
}

.footer-brand {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .footer-brand {
    width: calc(35% - 10px);
  }
}
@media (max-width: 767px) {
  .footer-brand {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-brand .main-logo {
    max-width: 166px;
  }
}

.footer-right-col {
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .footer-right-col {
    width: calc(65% - 10px);
  }
}
@media (max-width: 767px) {
  .footer-right-col {
    width: 100%;
  }
}

.address-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .address-col {
    grid-template-columns: auto;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .footer-office p br:nth-child(1) {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-contact .phone {
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 10px;
  }
}
.footer-contact p {
  margin-top: 10px;
}
.footer-contact p a {
  color: #1D252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
.footer-contact p a:hover {
  color: #FC7B01;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #1D252E;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-title {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 8px;
  }
}

.brand-content {
  max-width: 470px;
  margin-top: 20px;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.footer-social ul li {
  margin: 0;
}
.footer-social ul li a {
  width: 36px;
  height: 36px;
  background: #1D252E;
  border: 1px solid #1D252E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.footer-social ul li a:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}

.footer-newsletter .newsletter-title {
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1280px) {
  .footer-newsletter .newsletter-title {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .footer-newsletter .newsletter-title {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter-title {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.footer-newsletter .newsletter-field {
  position: relative;
}
.footer-newsletter .newsletter-field input[type=email] {
  border-radius: 14px;
  border: 1px solid #484F54;
  padding: 20px 70px 20px 20px;
  height: 72px;
  outline: none;
  font-size: 18px;
  line-height: 25.2px;
  color: #484F54;
  width: 100%;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter-field input[type=email] {
    height: 48px;
    padding: 12px 70px 12px 16px;
    font-size: 16px;
    line-height: 22.4px;
  }
}
.footer-newsletter .newsletter-field input[type=email]::-moz-placeholder {
  color: #484F54;
  opacity: 1;
}
.footer-newsletter .newsletter-field input[type=email]::placeholder {
  color: #484F54;
  opacity: 1;
}
.footer-newsletter .newsletter-field input[type=email]:hover {
  background-color: rgba(252, 123, 1, 0.14);
  border-color: #FC7B01;
}
.footer-newsletter .newsletter-field input[type=email]:focus {
  background-color: transparent;
}
.footer-newsletter .newsletter-field .newsletter-submit {
  background: transparent;
  border: 0;
  position: absolute;
  right: 30px;
  top: 24px;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter-field .newsletter-submit {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .footer-newsletter .newsletter-field .newsletter-submit svg {
    width: 24px;
    height: 24px;
  }
}

.bottom-footer {
  background: #F7F7F4;
  padding: 20px 0;
  margin-top: 60px;
}

.copyrights-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .copyrights-col {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .copyrights-col p {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.copyrights-menu .menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .copyrights-menu .menu {
    gap: 30px;
  }
}
.copyrights-menu .menu li {
  margin-bottom: 0;
}
.copyrights-menu .menu li a {
  font-size: 16px;
  line-height: 22.4px;
  color: #1D252E;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  padding: 10px 0;
}
.copyrights-menu .menu li a:hover {
  color: #FC7B01;
}

.copyrights span {
  padding: 0 20px;
}

.btn-secondary {
  font-family: "Aspekta";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  border: 1px solid;
  border-color: #1D252E;
  display: inline-flex;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #1D252E;
  border-radius: 14px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .btn-secondary {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media (max-width: 992px) {
  .btn-secondary {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.btn-secondary.arrow-hide::after {
  display: none;
}
.btn-secondary::after {
  content: "";
  background-image: url(../images/button-arrow.svg);
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-secondary:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}
.btn-secondary.radius-full {
  border-radius: 99999px;
}
.btn-secondary.btn-primary-white {
  background-color: transparent;
  border-color: transparent;
}
.btn-secondary.btn-primary-white:hover {
  background-color: #FC7B01;
  border-color: #FC7B01;
}
.btn-secondary.orange-btn {
  background-color: #FC7B01;
  border-color: #FC7B01;
}
.btn-secondary.orange-btn:hover {
  background-color: #1D252E;
  border-color: #1D252E;
  color: #ffffff;
}
.btn-secondary.orange-btn:hover::after {
  background-image: url(../images/arrow-right-white.svg);
}

.group-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .group-btn {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .group-btn .btn-secondary {
    width: 100%;
  }
}

.our-culture-content {
  background: #F7F7F4;
  padding: 120px;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .our-culture-content {
    padding: 80px;
  }
}
@media (max-width: 1024px) {
  .our-culture-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .our-culture-content {
    padding: 60px 24px;
  }
}
.our-culture-content .swiper-wrapper {
  transition-timing-function: linear !important;
}

.culture-content-top {
  display: flex;
  align-items: flex-end;
  gap: 100px;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .culture-content-top {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .culture-content-top {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.culture-content-left {
  width: calc(47% - 50px);
  display: grid;
  gap: 20px;
  margin-bottom: 63px;
}
@media (max-width: 1199px) {
  .culture-content-left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .culture-content-left {
    margin-bottom: 0;
    width: 100%;
  }
}

.culture-content-right {
  width: calc(53% - 50px);
}
@media (max-width: 1199px) {
  .culture-content-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .culture-content-right {
    width: 100%;
  }
}
.culture-content-right .group-btn {
  margin-top: 20px;
}

.our-culture-photo img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 480px) {
  .our-culture-photo img {
    height: 80px;
  }
}
.our-culture-photo p {
  margin-top: 8px;
  color: #82868C;
}

.our-culture-slider {
  margin-left: -120px;
  margin-right: -120px;
}
@media (max-width: 1280px) {
  .our-culture-slider {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (max-width: 1024px) {
  .our-culture-slider {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .our-culture-slider {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 480px) {
  .our-culture-slider .our-culture-photo img {
    height: 80px;
  }
}
.our-culture-slider .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}

.our-project-section {
  margin-bottom: 60px;
  margin-top: 160px;
}
@media (max-width: 1280px) {
  .our-project-section {
    margin-top: 144px;
  }
}
@media (max-width: 992px) {
  .our-project-section {
    margin-top: 84px;
  }
}
.our-project-section .swiper-wrapper {
  transition-timing-function: linear !important;
}

.project-featured-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px;
  background-color: #F7F7F4;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .project-featured-section {
    grid-template-columns: auto;
    margin-top: 24px;
  }
}
.project-featured-section:hover {
  background-color: #FC7B01;
}
.project-featured-section:hover .project-image img {
  border-radius: 8px;
  transform: scale(0.97);
}
.project-featured-section:hover ul li {
  border-color: #1D252E;
}
.project-featured-section:hover ul li::before {
  background-color: #1D252E;
}

.project-featured-content {
  padding: 60px;
}
@media (max-width: 1400px) {
  .project-featured-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .project-featured-content {
    padding: 24px;
  }
}

.life-crown {
  margin-bottom: 16px;
}

.project-featured-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  height: 100%;
}
@media (max-width: 992px) {
  .project-featured-row {
    grid-template-columns: auto;
  }
}
@media (max-width: 767px) {
  .project-featured-row {
    gap: 16px;
  }
}

.project-featured-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .project-featured-left .featured-links {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .project-featured-left .featured-links {
    display: none;
  }
}

.featured-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.featured-links .link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  position: relative;
  color: #1D252E;
}
.featured-links .link.centres::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #1D252E;
  position: absolute;
  bottom: -6px;
}
.featured-links .link:before {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 16px;
  height: 16px;
  display: block;
  background-size: 16px;
  background-repeat: no-repeat;
}
.featured-links .link.denmark:before {
  background-image: url(../images/globe.svg);
}

.project-featured-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.project-featured-right .description {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .project-featured-right .description {
    margin-bottom: 0px;
  }
}
.project-featured-right .featured-links {
  display: none;
}
@media (max-width: 992px) {
  .project-featured-right .featured-links {
    display: inline-flex;
    margin-top: 34px;
  }
}
.project-featured-right ul {
  padding: 0;
  list-style: none;
  margin-top: 24px;
}
.project-featured-right ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #1D252E;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E0DED5;
  padding-bottom: 12px;
  transition: 0.4s all;
}
.project-featured-right ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FC7B01;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .project-featured-right ul li::before {
    width: 8px;
    height: 8px;
  }
}
.project-featured-right ul li:last-child {
  margin-bottom: 0;
}

.project-image img {
  min-height: 700px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
@media (max-width: 767px) {
  .project-image img {
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .project-image img {
    height: 260px;
    min-height: 260px;
  }
}

.article-card-image {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .article-card-image {
    margin-bottom: 16px;
  }
}
.article-card-image img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: 0.4s all;
}
@media (max-width: 1280px) {
  .article-card-image img {
    height: 160px;
  }
}

.article-title {
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .article-title {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .article-section .slider-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .article-section .swiper-pagination {
    margin-top: 30px !important;
    margin-bottom: 40px;
  }
}

.article-slider-section {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .article-slider-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .article-slider-section {
    margin-bottom: 60px;
  }
}
.article-slider-section .swiper {
  padding-left: calc((100% - 1630px) / 2);
}
@media (max-width: 1700px) {
  .article-slider-section .swiper {
    padding-left: 24px;
  }
}

.article-card-inner {
  transition: 0.4s all;
}

.article-card {
  transition: 0.4s all;
  border-radius: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .article-card:hover {
    background-color: #FC7B01;
  }
  .article-card:hover .article-card-image img {
    padding: 8px;
    overflow: hidden;
    border-radius: 16px;
    transform: none;
  }
  .article-card:hover .article-card-inner {
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .article-card .featured-links {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
}
.article-card .featured-links .link {
  font-size: 14px;
  line-height: 19.4px;
}

.slider-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.slider-header .navigation {
  display: flex;
  gap: 10px;
}
.slider-header button {
  position: static;
  height: 64px;
  width: 64px;
  margin: 0;
  background: transparent;
  border: 1px solid #82868C;
  border-radius: 9999px;
}
@media (max-width: 1280px) {
  .slider-header button {
    width: 48px;
    height: 48px;
  }
}
.slider-header button:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}
.slider-header button.swiper-button-disabled {
  border-color: transparent;
}
.slider-header .swiper-button-prev:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.slider-header .swiper-button-next:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}

.article-card-row .article-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  border-radius: 8px;
}
.article-card-row .article-card .article-card-image {
  margin: 0;
  padding: 0;
}
.article-card-row .article-card .article-card-image img {
  max-height: 128px;
}
.article-card-row .article-card .article-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 0px 0px;
}
.article-card-row .article-card:hover .article-card-image img {
  transform: scale(0.98);
}
.article-card-row .article-card:hover .article-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0px 8px 0px;
}

@media (max-width: 767px) {
  .btn-secondary.view-all-btn {
    width: 100%;
  }
}

.herobanner-section {
  position: relative;
  height: 880px;
}
@media (max-width: 1280px) {
  .herobanner-section {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .herobanner-section {
    height: 640px;
  }
}
.herobanner-section:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.herobanner-section .herobanner {
  height: 100%;
}
.herobanner-section .herobanner__content {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 1280px) {
  .herobanner-section .herobanner__content {
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  .herobanner-section .herobanner__content {
    bottom: 60px;
  }
}
.herobanner-section .herobanner__content--row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  row-gap: 20px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__content--row {
    flex-direction: column;
    position: relative;
    z-index: 45;
  }
}
.herobanner-section .herobanner__content--title {
  flex: 0 1 60%;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__content--title {
    width: 100%;
    flex: unset;
  }
}
.herobanner-section .herobanner__content--title h1 {
  font-size: 76px;
  line-height: 82px;
  font-weight: 250;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .herobanner-section .herobanner__content--title h1 {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .herobanner-section .herobanner__content--title h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.herobanner-section .herobanner__content--title h1 span {
  font-weight: 700;
}
.herobanner-section .herobanner__content--descbtn {
  flex: 0 1 40%;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__content--descbtn {
    width: 100%;
    flex: unset;
  }
}
.herobanner-section .herobanner__content--descbtn-desc p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__content--descbtn-desc p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.herobanner-section .herobanner__content--descbtn-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__content--descbtn-btn {
    margin-top: 10px;
  }
}
.herobanner-section .herobanner__content--descbtn-btn a {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border-color: #ffffff;
  position: relative;
  z-index: 45;
}
.herobanner-section .herobanner__content--descbtn-btn a:hover {
  border-color: #FC7B01;
  background-color: #FC7B01;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__content--descbtn-btn a {
    width: 100%;
  }
}
.herobanner-section .herobanner__content .container {
  padding: 0 0;
}
@media (max-width: 1600px) {
  .herobanner-section .herobanner__content .container {
    padding: 0 62px;
  }
}
@media (max-width: 1280px) {
  .herobanner-section .herobanner__content .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .herobanner-section .herobanner__content .container {
    padding: 0 24px;
  }
}
.herobanner-section .herobanner__playvideobtn {
  display: none;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__playvideobtn {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .herobanner-section .herobanner__playvideobtn {
    margin-top: 20px;
  }
}
.herobanner-section .herobanner__playvideobtn a {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
  color: #ffffff;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__playvideobtn a {
    width: 100%;
  }
}
.herobanner-section .herobanner__playvideobtn a:hover {
  background-color: #FC7B01;
}
.herobanner-section .herobanner__playvideobtn a::after {
  content: "";
  background-image: url("https://crown.brightness-demo.com/wp-content/uploads/2024/12/Play.svg");
}
.herobanner-section .herobanner__videoframepopup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: default;
}
@media (max-width: 992px) {
  .herobanner-section .herobanner__videoframepopup {
    display: none;
  }
}
.herobanner-section .herobanner .video-background {
  height: 100%;
  position: relative;
}
.herobanner-section .herobanner .video-background .main-video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.cursor.herobanner_animatecursor {
  pointer-events: none;
  visibility: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: flex;
  gap: 6px;
  height: 0px;
  width: 0px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
  font-size: 0px;
  text-transform: capitalize;
  line-height: 26px;
  color: #FC7B01;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.cursor.herobanner_animatecursor img {
  max-width: 14px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .cursor.herobanner_animatecursor {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .services-list {
    gap: 10px;
  }
  .services-list .btn-secondary {
    text-align: left;
  }
}

.services-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.services-content {
  flex: 1;
  max-width: 49%;
}
@media (max-width: 1199px) {
  .services-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .services-content {
    max-width: 100%;
    flex: auto;
  }
}

.services-description {
  flex: 1;
  max-width: 33%;
}
@media (max-width: 1199px) {
  .services-description {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .services-description {
    max-width: 100%;
    flex: auto;
  }
}

.services-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services-title {
    margin-bottom: 24px;
  }
}

.expertise-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #F7F7F4;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .expertise-card {
    grid-template-columns: auto;
    margin-bottom: 30px;
  }
}

.expertise-card-left {
  padding: 60px 140px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .expertise-card-left {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .expertise-card-left {
    padding: 30px;
  }
}

.expertise-card-right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.expertise-card-right {
  height: 880px;
}
@media (max-width: 1024px) {
  .expertise-card-right {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .expertise-card-right {
    height: 560px;
    order: -1;
  }
}
@media (max-width: 767px) {
  .expertise-card-right {
    height: 400px;
  }
}

.suppliers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .suppliers-grid {
    grid-template-columns: auto;
  }
}

.supplier-card {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 10px 0;
  border-bottom: 1px solid #E0DED5;
}

.supplier-logo {
  width: 90px;
  background: #ffffff;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  padding: 9px;
}

.expertise-desc {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
  color: #1D252E;
}
@media (max-width: 767px) {
  .expertise-desc {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.expertise-desc p {
  font-size: 20px;
  line-height: 32px;
  color: #1D252E;
}
@media (max-width: 767px) {
  .expertise-desc p {
    font-size: 14px;
    line-height: 19.6px;
  }
}

.expertise-card-content h2 {
  margin-bottom: 10px;
}

.explore-projects-section {
  margin-top: 240px;
}
@media (max-width: 1600px) {
  .explore-projects-section {
    margin-top: 160px;
  }
}
@media (max-width: 1400px) {
  .explore-projects-section {
    margin-top: 120px;
  }
}
@media (max-width: 1280px) {
  .explore-projects-section {
    margin-top: 0;
  }
}
.explore-projects-section .slider-header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .explore-projects-section .slider-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .explore-projects-section .slider-header .navigation {
    display: none;
  }
}

.cards-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .cards-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cards-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.cards-wrap .contentlight .top-counter-txt {
  color: #ffffff;
}
.cards-wrap .contentlight .bottom-text {
  color: #ffffff;
}
.cards-wrap .contentdark .top-counter-txt {
  color: #1D252E;
}
.cards-wrap .contentdark .bottom-text {
  color: #1D252E;
}
.cards-wrap .card-item {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .cards-wrap .card-item {
    padding: 24px;
  }
}
.cards-wrap .card-item .top-counter-txt {
  font-family: "Aspekta";
  font-size: 72px;
  font-style: normal;
  font-weight: 250;
  line-height: 79.2px;
}
@media (max-width: 1280px) {
  .cards-wrap .card-item .top-counter-txt {
    font-size: 58px;
    line-height: 63.8px;
  }
}
@media (max-width: 1280px) {
  .cards-wrap .card-item .top-counter-txt {
    font-size: 44px;
    line-height: 48.4px;
  }
}
.cards-wrap .card-item .bottom-text {
  font-family: "Aspekta";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
@media (max-width: 1199px) {
  .cards-wrap .card-item .bottom-text {
    font-size: 16px;
    line-height: normal;
  }
}
.cards-wrap .card-item .odometer.odometer-auto-theme {
  vertical-align: text-bottom;
}

.page-top-content p {
  font-size: 20px;
  line-height: 32px;
  color: #1D252E;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-top-content p {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.title-with-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .title-with-content {
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .title-with-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.title-with-content .left-title {
  width: calc(65% - 30px);
}
@media (max-width: 1280px) {
  .title-with-content .left-title {
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .title-with-content .left-title {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.title-with-content .page-top-content {
  width: 40%;
  width: calc(35% - 30px);
}
@media (max-width: 1280px) {
  .title-with-content .page-top-content {
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .title-with-content .page-top-content {
    width: 100%;
  }
}

.top-content-part {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .top-content-part {
    padding-bottom: 35px;
  }
}

.our-project-section.project-list {
  margin-top: 66px;
}
@media (max-width: 992px) {
  .our-project-section.project-list {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.project-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 120px;
  margin-bottom: 150px;
  margin-top: 120px;
}
@media (max-width: 1400px) {
  .project-list-grid {
    margin-bottom: 110px;
    margin-top: 110px;
  }
}
@media (max-width: 1280px) {
  .project-list-grid {
    row-gap: 60px;
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .project-list-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .project-list-grid {
    grid-template-columns: auto;
    row-gap: 14px;
    margin-bottom: 14px;
  }
}

.loar-more {
  font-weight: 600;
}

@media (min-width: 992px) {
  .projects-text-with-image {
    margin-top: 20px;
  }
}

.section-description p {
  font-size: 20px;
  line-height: 32px;
  color: #1D252E;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-description p {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.projects-text-with-image .section-description {
  margin-top: 10px;
}

.project-scope-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 60px 0;
}
@media (max-width: 1280px) {
  .project-scope-list {
    margin: 40px 0;
  }
}
.project-scope-list li {
  position: relative;
  padding: 20px 0 20px 40px;
  margin: 0;
  border-bottom: 1px solid #E0DED5;
  width: 50%;
}
@media (max-width: 1280px) {
  .project-scope-list li {
    padding: 16px 0 16px 40px;
  }
}
.project-scope-list li:last-child {
  width: 100%;
}
.project-scope-list li:before {
  content: "";
  background-image: url(../images/grid-icon.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
}
.project-scope-list li span {
  display: block;
}

.gallery-image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1280px) {
  .gallery-image-wrapper {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .gallery-image-wrapper {
    grid-template-columns: auto;
    gap: 12px;
  }
}
.gallery-image-wrapper .gallery-image {
  position: relative;
}
.gallery-image-wrapper .gallery-image img {
  height: 328px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .gallery-image-wrapper .gallery-image img {
    height: 175px;
  }
}

.gallery-image {
  position: relative;
}
.gallery-image img {
  width: 100%;
  border-radius: 16px;
}

.btn-secondary.zoom-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  padding: 0;
  background: #ffffff;
}
.btn-secondary.zoom-btn:hover {
  background: linear-gradient(0deg, rgba(252, 123, 1, 0.14) 0%, rgba(252, 123, 1, 0.14) 100%), #ffffff;
}
.btn-secondary.zoom-btn:after {
  background-image: url(../images/zoom_in.svg);
  width: 28px;
  height: 28px;
}

.detail-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .detail-content {
    flex-direction: column;
    gap: 24px;
  }
}
.detail-content .detail-left-title {
  width: calc(65% - 30px);
}
@media (max-width: 1280px) {
  .detail-content .detail-left-title {
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .detail-content .detail-left-title {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.detail-content .detail-left-title span {
  display: block;
}
.detail-content .project-detail-right {
  width: 40%;
  width: calc(35% - 30px);
}
@media (max-width: 1280px) {
  .detail-content .project-detail-right {
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .detail-content .project-detail-right {
    width: 100%;
  }
}

.single-image-section .gallery-image {
  position: relative;
}
.single-image-section .gallery-image img {
  height: 880px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .single-image-section .gallery-image img {
    height: 550px;
  }
}
@media (max-width: 480px) {
  .single-image-section .gallery-image img {
    height: 182px;
  }
}

.services-for-project {
  margin-top: 120px;
}
@media (max-width: 1600px) {
  .services-for-project {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .services-for-project {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.services-for-project .services-title {
  color: #82868C;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-for-project .text-center {
    text-align: left;
  }
}

.services-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .services-card {
    margin-top: 40px;
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .services-card {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .services-card {
    grid-template-columns: auto;
  }
}
.services-card .section-description {
  margin-top: 10px;
}

.services-icon {
  border-bottom: 1px solid #E0DED5;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  .services-icon {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .services-icon {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .services-icon img {
    width: 41px;
    height: 41px;
  }
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.gallery-image-section {
  margin-top: 60px;
}
.gallery-image-section .swiper {
  padding-left: calc((100% - 1630px) / 2);
}
@media (max-width: 1700px) {
  .gallery-image-section .swiper {
    padding-left: 24px;
  }
}
.gallery-image-section .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.gallery-image-section .gallery-card-img img {
  border-radius: 16px;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .gallery-image-section .gallery-card-img img {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .gallery-image-section .gallery-card-img img {
    height: 142px;
  }
}
.gallery-image-section .slider-header {
  justify-content: flex-end;
}

.explore-our-box {
  padding: 20px;
  background: #F7F7F4;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .explore-our-box {
    padding: 40px 24px 24px;
  }
}

.explore-our-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .explore-our-row {
    grid-template-columns: auto;
    gap: 24px;
  }
}

.explore-our-content {
  padding-left: 140px;
  padding-right: 80px;
}
@media (max-width: 1500px) {
  .explore-our-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .explore-our-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .explore-our-content {
    padding-right: 0;
  }
}
.explore-our-content .section-description {
  margin-top: 24px;
}

.explore-our-image img {
  border-radius: 16px;
  height: 690px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .explore-our-image img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .explore-our-image img {
    height: 241px;
  }
}

.benefits-list {
  padding: 0;
  margin: 30px 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .benefits-list {
    grid-template-columns: auto;
    margin: 24px 0;
  }
}
.benefits-list li {
  border-left: 1px solid #E0DED5;
  margin: 0;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .benefits-list li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0 12px 16px;
  }
}
@media (max-width: 1280px) {
  .benefits-list li {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .benefits-list li {
    padding-left: 16px;
  }
}
.benefits-list li .benefits-icon {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .benefits-list li .benefits-icon {
    margin-bottom: 0;
  }
}

.values-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1600px) {
  .values-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .values-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.values-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .values-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .values-container {
    margin-top: 20px;
    grid-template-columns: auto;
    gap: 8px;
  }
}

.value-card {
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 1400px) {
  .value-card {
    padding: 24px;
  }
}
.value-card:nth-child(3) {
  color: #ffffff;
}
.value-card:nth-child(3) p {
  color: #ffffff;
}

.value-card-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
}

.values-number {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .values-number {
    margin-bottom: 8px;
  }
}
.values-number .number {
  font-size: 72px;
  font-weight: 250;
  line-height: 79.2px;
}
@media (max-width: 1400px) {
  .values-number .number {
    font-size: 44px;
    line-height: 48.4px;
  }
}

.half-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .half-content {
    grid-template-columns: auto;
  }
}

@media (min-width: 1600px) {
  .half-left-right {
    padding-right: 145px;
  }
}

.supporting-team {
  padding-left: calc((100% - 1630px) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1700px) {
  .supporting-team {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .supporting-team {
    flex-direction: column;
    padding-left: 0;
  }
}
.supporting-team .desc {
  margin-top: 20px;
  margin-bottom: 40px;
}

.supporting-desc {
  width: 39%;
  padding-right: 120px;
}
@media (max-width: 1400px) {
  .supporting-desc {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .supporting-desc {
    width: 100%;
    padding: 60px 24px;
  }
}

.supporting-team-photo {
  width: 61%;
}
@media (max-width: 767px) {
  .supporting-team-photo {
    width: 100%;
  }
}
.supporting-team-photo img {
  height: 880px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .supporting-team-photo img {
    height: 550px;
  }
}
@media (max-width: 480px) {
  .supporting-team-photo img {
    height: 260px;
  }
}

.benefits-section .benefits-list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .benefits-section .benefits-list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .benefits-section .benefits-list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
.benefits-section .benefits-list li {
  padding-right: 40px;
}
@media (max-width: 1400px) {
  .benefits-section .benefits-list li {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .benefits-section .benefits-list li {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .benefits-section .benefits-list li {
    padding: 8px 8px 16px 0;
    border-left: 0;
    border-bottom: 1px solid #E0DED5;
    flex-direction: column;
    align-items: flex-start;
  }
}

.testimonials-section {
  padding-top: 140px;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .testimonials-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .testimonials-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.testimonials-section .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
@media (max-width: 1600px) {
  .testimonials-section .container {
    padding: 0;
  }
}

.testimonial-card {
  padding: 40px;
  background-color: #F7F7F4;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .testimonial-card {
    padding: 24px;
  }
}
.testimonial-card .testimonial {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card .testimonial img {
  border-radius: 9999px;
  width: 59px;
  height: 59px;
  min-width: 59px;
}

.testimonial-info p {
  font-size: 16px;
  line-height: 22.4px;
}

.testimonial-content {
  margin-top: 20px;
}


.positions-card {
  padding: 20px 100px;
  background-color: #F7F7F4;
  border-radius: 16px;
  border-bottom: 1px solid #82868C;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.positions-card:hover {
  background-color: #FC7B01;
  border-color: #FC7B01;
}
.positions-card:hover .btn-secondary {
  background-color: #ffffff;
}
.positions-card:hover .btn-secondary:hover {
  background: linear-gradient(0deg, rgba(252, 123, 1, 0.14) 0%, rgba(252, 123, 1, 0.14) 100%), #ffffff;
  color: #FC7B01;
}
.positions-card:hover .search-location {
  border-color: rgba(29, 37, 46, 0.3);
  color: #1D252E;
}
.positions-card:hover .search-location::-moz-placeholder {
  color: #1D252E;
  opacity: 1;
}
.positions-card:hover .search-location::placeholder {
  color: #1D252E;
  opacity: 1;
}
.positions-card:hover .location-btn svg {
  color: #1D252E;
}

.positions-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: flex-end;
}
.positions-wrapper .department {
  padding: 40px 0;
  width: calc(10% - 40px);
}

.positions-details-main {
  padding: 40px 0;
  width: calc(90% - 40px);
}

.positions-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.location-arrow .btn-secondary {
  width: 88px;
  height: 88px;
  padding: 0;
  border-color: transparent;
}
.location-arrow .btn-secondary:after {
  background-size: 38px;
  width: 38px;
  height: 32px;
}

.positions-location {
  width: calc(100% - 108px);
}
.positions-location h4 {
  margin-bottom: 20px;
}

.location-on {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 325px;
  width: 100%;
}
.location-on .search-location {
  font-size: 20px;
  line-height: 32px;
  border: 1px solid #E0DED5;
  border-radius: 14px;
  padding: 10px 10px 10px 36px;
  color: #82868C;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  height: 52px;
  width: 100%;
}
.location-on .location-btn {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  left: 10px;
  display: inline-flex;
  transition: all 0.4s;
}
.location-on .location-btn svg {
  color: #82868C;
  transition: all 0.4s;
}

.site-base-list .positions-card {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.site-base-list .positions-card:first-child {
  border-radius: 16px 16px 0 0;
  padding-top: 20px;
}
.site-base-list .positions-card:last-child {
  border-radius: 0 0 16px 16px;
  padding-bottom: 20px;
}/*# sourceMappingURL=style.css.map */