@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
}

html {

  scroll-padding-top: 150px;

}
 
:root {
  --nunito: font-family: "Nunito Sans", sans-serif;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

@media (max-width: 1199px) {
  br {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 1px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}

strong {
  font-weight: bolder;
}

.mt-0 {
  margin-top: 0 !important;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=checkbox] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input[type=checkbox]:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

header .main-header {
  padding: 0 35px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header {
    padding: 0 25px;
  }
}

@media (max-width: 1399px) {
  header .main-header {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  header .main-header {
    padding: 20px 0px;
  }
}

header .main-header .header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .main-header .header-flex .logo-box img {
  max-width: 231px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .logo-box img {
    max-width: 200px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .logo-box img {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  header .main-header .header-flex .logo-box img {
    max-width: 180px;
  }
}

header .main-header .header-flex .main-header-items>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul {
    gap: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul {
    gap: 15px;
  }
}

header .main-header .header-flex .main-header-items>ul>li {
  height: 115px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul>li {
    height: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul>li {
    height: 80px;
  }
}

header .main-header .header-flex .main-header-items>ul>li>a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul>li>a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul>li>a {
    font-size: 14px;
  }
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  color: #fff;
  top: 100%;
  left: -40px;
  width: 920px;
  padding: 30px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper {
    gap: 50px;
    max-width: 820px;
    padding: 25px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper {
    gap: 40px;
    max-width: 800px;
    padding: 20px 15px;
  }
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box {
  flex: 1;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box .box-title {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box .box-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box .box-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li {
  display: block;
  margin-bottom: 18px;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li {
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li {
    margin-bottom: 10px;
  }
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.667%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a {
    font-size: 13px;
  }
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a:hover {
  padding-left: 10px;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children>a {
  padding-left: 10px;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA2IDkiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcxMzQ0IDcuNzAwNjhMNC4xODIxOSA0LjIzMTkzTDAuNzEzMzc5IDAuNzAwNjg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==");
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #000;
  padding: 20px 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul li {
  margin-bottom: 8px;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul li a {
  font-size: 14px;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children:hover>a {
  padding-left: 15px;
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcwNzAzOSAwLjcxMzQ0TDQuMTc1NzggNC4xODIxOUw3LjcwNzAzIDAuNzEzMzc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==");
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}

header .main-header .header-flex .main-header-items>ul>li.menu-item-has-children:hover .custom-submenu-wrapper {
  opacity: 1;
  visibility: visible;
}

header .main-header .header-flex .main-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-wrapper {
    gap: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-wrapper {
    gap: 20px;
  }
}

header .main-header .header-flex .megamenu-bar {
  position: relative;
  width: 57px;
  cursor: pointer;
  text-align: center;
  height: 42px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .megamenu-bar {
    width: 40px;
  }
}

/*@media (max-width: 1199px) {*/
@media (max-width: 768px) {
  header .main-header .header-flex .megamenu-bar {
    display: none;
  }
}

header .main-header .header-flex .megamenu-bar span {
  margin: 0px auto 5px auto;
  width: 38px;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #fff;
  position: relative;
}

header .main-header .header-flex .megamenu-bar .text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  header .main-header .header-flex .megamenu-bar .text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  header .main-header .header-flex .megamenu-bar .text {
    font-size: 12px;
  }
}

header .main-header .header-flex .megamenu-bar.active span:first-child {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}

header .main-header .header-flex .megamenu-bar.active span:nth-child(2) {
  top: 44%;
  opacity: 0;
}

header .main-header .header-flex .megamenu-bar.active span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}

header .main-header .header-flex .megamenu-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .megamenu-bar::before {
    left: -12.5px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .megamenu-bar::before {
    left: -10px;
  }
}

header .main-header .header-flex .mobile-menu-toggle {
  position: relative;
  width: 40px;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 1200px) {

  header .main-header .header-flex .mobile-menu-toggle {
    display: none;
  }
}

header .main-header .header-flex .mobile-menu-toggle span {
  margin: 0px auto 5px auto;
  width: 38px;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #fff;
  position: relative;
}

header .main-header .header-flex .mobile-menu-toggle .text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  header .main-header .header-flex .mobile-menu-toggle .text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  header .main-header .header-flex .mobile-menu-toggle .text {
    font-size: 12px;
  }
}

header .main-header .header-flex .mobile-menu-toggle.active span:first-child {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}

header .main-header .header-flex .mobile-menu-toggle.active span:nth-child(2) {
  top: 44%;
  opacity: 0;
}

header .main-header .header-flex .mobile-menu-toggle.active span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}

header .main-header.transparent-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
}

header .main-header.transparent-header .logo-box img.dark-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

header .main-header.normal-header .header-flex .logo-box img.dark-logo {
  height: auto;
  visibility: visible;
  opacity: 1;
}

header .main-header.normal-header .header-flex .logo-box img.white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

header .main-header.normal-header .header-flex .main-header-items>ul>li a {
  color: #000;
}

header .main-header.normal-header .header-flex .main-header-items>ul>li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcwNyAwLjcxM0w0LjE3NiA0LjE4Mkw3LjcwNyAwLjcxMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
}

header .main-header.normal-header .header-flex .megamenu-bar span {
  background-color: #000;
}

header .main-header.normal-header .header-flex .megamenu-bar .text {
  color: #000;
}

header .main-header.normal-header .header-flex .megamenu-bar::before {
  background-color: #000;
}

header .main-header.normal-header .header-flex .mobile-menu-toggle span {
  background: #000;
}

header .main-header.normal-header .header-flex .mobile-menu-toggle .text {
  color: #000;
}

header .main-header.sticky {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  header .main-header.sticky {
    padding: 7px 0px;
  }
}

header .main-header.sticky .header-flex .logo-box img.dark-logo {
  height: auto;
  visibility: visible;
  opacity: 1;
}

header .main-header.sticky .header-flex .logo-box img.white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

header .main-header.sticky .header-flex .main-header-items>ul>li {
  height: 80px;
}

header .main-header.sticky .header-flex .main-header-items>ul>li a {
  color: #000;
}

header .main-header.sticky .header-flex .main-header-items>ul>li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcwNyAwLjcxM0w0LjE3NiA0LjE4Mkw3LjcwNyAwLjcxMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
}

header .main-header.sticky .header-flex .megamenu-bar span {
  background-color: #000;
}

header .main-header.sticky .header-flex .megamenu-bar .text {
  color: #000;
}

header .main-header.sticky .header-flex .megamenu-bar::before {
  background-color: #000;
}

header .main-header.sticky .header-flex .mobile-menu-toggle span {
  background: #000;
}

header .main-header.sticky .header-flex .mobile-menu-toggle .text {
  color: #000;
}

.megamenu-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  color: #fff;
  padding: 35px 70px;
  background: linear-gradient(132deg, rgba(0, 0, 0, 0.8) 48.81%, rgba(0, 0, 0, 0) 91.3%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container {
    padding: 30px 50px;
  }
}

@media (max-width: 1399px) {
  .megamenu-container {
    padding: 25px 35px;
  }
}

.megamenu-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.megamenu-container .megamenu-parent-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1600px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex {
    margin-bottom: 50px;
  }
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
  max-width: 231px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
    max-width: 200px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
    max-width: 180px;
  }
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .language-btn>a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed {
  position: relative;
  width: 50px;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed {
    width: 35px;
  }
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span {
  margin: 0px auto 5px auto;
  width: 35px;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #fff;
  position: relative;
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span:first-child {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span:nth-child(2) {
  top: 44%;
  opacity: 0;
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}

.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed .text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.megamenu-container .megamenu-grid-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100% - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.megamenu-container .megamenu-grid-parent::-webkit-scrollbar {
  width: 6px;
}

.megamenu-container .megamenu-grid-parent::-webkit-scrollbar-track {
  background: transparent;
}

.megamenu-container .megamenu-grid-parent::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.megamenu-container .megamenu-grid-parent::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}

.megamenu-container .megamenu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid {
    gap: 25px;
  }
}

@media (max-width: 1399px) {
  .megamenu-container .megamenu-grid {
    gap: 20px;
  }
}

.megamenu-container .megamenu-grid .megamenu-wrapper {
  flex: 1;
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li {
  display: block;
  margin-bottom: 22px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li {
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li {
    margin-bottom: 14px;
  }
}

@media (max-width: 1199px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li {
    margin-bottom: 12px;
  }
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a {
    font-size: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a {
    font-size: 16px;
  }
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>a:hover {
  padding-left: 10px;
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul {
  margin-top: 22px;
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li {
  margin-bottom: 14px;
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li>a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li>a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li>a {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
}

.megamenu-container .megamenu-grid .megamenu-wrapper>ul>li>ul>li>a:hover {
  padding-left: 10px;
}

.megamenu-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(132deg, rgba(0, 0, 0, 0.8) 48.81%, rgba(0, 0, 0, 0) 91.3%);
}

.sidebar-area {
  position: fixed;
  top: 0;
  right: 0px;
  width: 400px;
  height: 100%;
  background-color: #000;
  padding: 40px;
  padding-top: 30px;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0s;
  -webkit-transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0s;
}

@media (max-width: 575px) {
  .sidebar-area {
    width: 350px;
  }
}

.sidebar-area .sidebar__overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* width: 100%; */
  height: 100%;
  z-index: -1;
}

.sidebar-area button {
  position: absolute;
  right: 30px;
  top: 42px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.sidebar-area button:hover {
  transform: rotate(90deg);
}

.sidebar-area .logo img {
  max-width: 200px;
}

.sidebar-area.sidebar__hide {
  opacity: 0;
  right: -30px;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0.5s;
  -webkit-transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0.5s;
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}

.mobile-menu.mean-container .mean-nav>ul {
  width: 100%;
  display: block !important;
}

.mobile-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.mobile-menu ul li a i {
  display: none;
}

.mobile-menu ul li a.mean-expand {
  background-color: #ed7e00 !important;
  opacity: 1 !important;
  width: 30px !important;
  top: 4px !important;
  right: 0 !important;
  height: 30px !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mobile-menu .mean-nav .custom-submenu-wrapper .single-box .box-title {
  display: none;
}

.mobile-menu .mean-nav .custom-submenu-wrapper .single-box>ul {
  display: block !important;
}

.mobile-menu-list .menu-item-has-children>ul,
.mobile-menu-list .menu-item-has-children>.custom-submenu-wrapper {
  display: none;
}

.mb-20 {
  margin-bottom: 20px;
}

.common-breadcrumb-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.common-breadcrumb-wrapper ul li {
  position: relative;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  line-height: 1;
}

.common-breadcrumb-wrapper ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.common-breadcrumb-wrapper ul li a:hover {
  color: #ed7e00;
}

.common-breadcrumb-wrapper ul li:last-child {
  font-weight: 700;
}

.common-breadcrumb-wrapper ul li:not(:first-child)::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -10px;
  background: #000;
  content: "";
}

.chisiamo-common-banner {
  width: 100%;
  aspect-ratio: 315/122;
  min-height: 50vh;
  position: relative;
}

.chisiamo-common-banner .common-breadcrumb-wrapper {
  position: absolute;
  top: 125px;
  left: 50px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .chisiamo-common-banner .common-breadcrumb-wrapper {
    top: 110px;
    left: 50px;
  }
}

@media (max-width: 1399px) {
  .chisiamo-common-banner .common-breadcrumb-wrapper {
    top: 110px;
    left: 20px;
  }
}

@media (max-width: 991px) {
  .chisiamo-common-banner .common-breadcrumb-wrapper {
    top: 100px;
    left: 20px;
  }
}

.chisiamo-common-banner .common-breadcrumb-wrapper ul li {
  color: #fff;
}

.chisiamo-common-banner .common-breadcrumb-wrapper ul li a {
  color: #fff;
}

.chisiamo-common-banner .common-breadcrumb-wrapper ul li:last-child {
  font-weight: 700;
}

.chisiamo-common-banner .common-breadcrumb-wrapper ul li:not(:first-child)::before {
  background: #fff;
}

.normal-breadcrumb-main .common-breadcrumb-wrapper {
  padding-top: 20px;
  padding-left: 50px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .normal-breadcrumb-main .common-breadcrumb-wrapper {
    padding-left: 50px;
  }
}

@media (max-width: 1399px) {
  .normal-breadcrumb-main .common-breadcrumb-wrapper {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .normal-breadcrumb-main .common-breadcrumb-wrapper {
    padding-left: 20px;
  }
}

.richidi-fixed-btn {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 9999;
}

.richidi-fixed-btn a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  line-height: 132%;
  margin-bottom: 0;
}

.richidi-fixed-btn a strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .richidi-fixed-btn a {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .richidi-fixed-btn a {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .richidi-fixed-btn a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .richidi-fixed-btn a {
    font-size: 15px;
  }
}

.richidi-fixed-btn a {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  padding: 16px;
}

@media (min-width: 1400px) {
  .richidi-fixed-btn a {
    font-size: 22px;
  }
}

.home-slider-main {
  position: relative;
}

.home-slider-main .swiper {
  width: 100%;
  height: 100vh;
}

@media (max-width: 991px) {
  .home-slider-main .swiper {
    height: 70vh;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper {
    height: 60vh;
  }
}

.home-slider-main .swiper-slide {
  position: relative;
  height: 100vh;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide {
    height: 70vh;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide {
    height: 60vh;
  }
}

.home-slider-main .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
}

.home-slider-main .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-slider-main .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 55.01%, rgba(7, 6, 6, 0) 100%);
  background-blend-mode: multiply, normal;
}

.home-slider-main .swiper-slide.vimeo-video-slide::before {
  z-index: 1;
  pointer-events: none;
}

.home-slider-main .swiper-slide.vimeo-video-slide .slide-bg {
  position: relative;
}

.home-slider-main .swiper-slide.vimeo-video-slide .vimeo-player {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-slider-main .swiper-slide.vimeo-video-slide .vimeo-player .vimeo-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home-slider-main .swiper-slide.vimeo-video-slide .vimeo-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.home-slider-main .swiper-slide.vimeo-video-slide .vimeo-play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
  transform: translate(-50%, -50%);
}

.home-slider-main .swiper-slide.vimeo-video-slide .vimeo-play-button:hover,
.home-slider-main .swiper-slide.vimeo-video-slide .vimeo-play-button:focus-visible {
  background: #ff6900;
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.vimeo-video-slide .vimeo-play-button {
    width: 60px;
    height: 60px;
  }
}

.home-slider-main .swiper-slide.vimeo-video-slide.is-vimeo-playing .vimeo-play-button {
  display: none;
}

.home-slider-main .swiper-slide.vimeo-video-slide .slider-content-box {
  z-index: 2;
  pointer-events: none;
}

.home-slider-main .swiper-slide.vimeo-video-slide .slider-content-box a,
.home-slider-main .swiper-slide.vimeo-video-slide .slider-content-box button {
  pointer-events: auto;
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper {
    height: 70vh;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper {
    height: 60vh;
    padding: 0 40px;
  }
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box {
  text-align: center;
  width: 100%;
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo {
  margin: 0px auto 30px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo {
    margin: 0px auto 20px;
    width: 80%;
  }
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo img {
  max-width: 100%;
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 14px;
  }
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 20px;
  }
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}

.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a:hover {
  background: linear-gradient(97deg, #dd5100 52.5%, #ed7e00 97.05%);
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  margin: 0px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper {
    height: 70vh;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper {
    height: 60vh;
    padding: 0 40px;
  }
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box {
  text-align: left;
  width: 100%;
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    margin-bottom: 20px;
  }
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 25px;
  }
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    margin-bottom: 20px;
  }
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 25px;
  }
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 14px;
  }
}

.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.home-slider-main .swiper-button-next {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  right: 60px;
  margin: 0;
}

.home-slider-main .swiper-button-next:hover {
  background: #ed7e00;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home-slider-main .swiper-button-next {
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-button-next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-button-next {
    right: 10px;
  }
}

.home-slider-main .swiper-button-next::after {
  display: none;
}

.home-slider-main .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  left: 60px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  margin: 0;
}

.home-slider-main .swiper-button-prev:hover {
  background: #ed7e00;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home-slider-main .swiper-button-prev {
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-button-prev {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .swiper-button-prev {
    left: 10px;
  }
}

.home-slider-main .swiper-button-prev::after {
  display: none;
}

.home-slider-main .scroll-down-box {
  position: absolute;
  left: 50%;
  color: #fff;
  z-index: 1111;
  width: auto;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
}

.home-slider-main .scroll-down-box .text {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .home-slider-main .scroll-down-box .text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .scroll-down-box .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .scroll-down-box .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.home-slider-main .scroll-down-box .scroll-down {
  cursor: pointer;
  margin: 0px auto;
  animation: scrollDownAnimation 1.5s linear infinite;
  -webkit-animation: scrollDownAnimation 1.5s linear infinite;
  width: 69px;
  height: 69px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-slider-main .scroll-down-box .scroll-down i {
  font-size: 20px;
}

.home-slider-main .scroll-down-box .scroll-down:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  opacity: 1 !important;
  border-color: #ed7e00;
  color: #ed7e00;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 50px;
    height: 50px;
  }

  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 50px;
    height: 50px;
  }

  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 45px;
    height: 45px;
  }

  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 40px;
    height: 40px;
  }

  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 14px;
  }
}

.system-integration-section {
  padding: 80px 0;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .system-integration-section {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .system-integration-section {
    padding: 50px 0;
  }
}

.system-integration-section h3 {
  color: #ed7e00;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .system-integration-section h3 {
    margin-bottom: 20px;
  }
}

.system-integration-section h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .system-integration-section h2 {
    margin-bottom: 20px;
  }
}

.system-integration-section h2 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .system-integration-section h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .system-integration-section h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .system-integration-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .system-integration-section h2 {
    font-size: 25px;
  }
}

.system-integration-section h2 {
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #040404;
  text-align: center;
  line-height: 1.3;
}

.system-integration-section h2 strong {
  font-weight: 700;
}

.system-integration-section p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.system-integration-section p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .system-integration-section p {
    font-size: 16px;
  }
}

.system-integration-section p {
  color: #040404;
  text-align: center;
  margin-bottom: 0;
}

.esploara-nostri-main {
  background: #f0f0f0;
  padding: 20px 0;
  overflow: hidden;
}

.esploara-nostri-main .title-box {
  text-align: center;
  padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .esploara-nostri-main .title-box {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .esploara-nostri-main .title-box {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .esploara-nostri-main .title-box {
    padding-bottom: 25px;
  }
}

.esploara-nostri-main .title-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .esploara-nostri-main .title-box h3 {
    margin-bottom: 20px;
  }
}

.esploara-nostri-main .title-box h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 25px;
  }
}

.esploara-nostri-main .title-box h3 {
  color: #000;
  line-height: 111.111%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.esploara-nostri-main .title-box p {
  color: #040404;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  margin-bottom: 0;
}

.esploara-nostri-main .title-box p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .esploara-nostri-main .title-box p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .esploara-nostri-main .title-box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .esploara-nostri-main .title-box p {
    font-size: 14px;
  }
}

.esploara-nostri-main .image-pointer-wrapperr {
  width: 60%;
  margin: auto;
  position: relative;
}

.esploara-nostri-main .image-pointer-wrapperr>img {
  width: 100%;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .pointerr_left_item {
  position: absolute;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
  position: absolute;
  right: 108%;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
    font-size: 16px;
  }
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
  text-transform: uppercase;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .pointerr_right_item {
  position: absolute;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  position: absolute;
  left: 108%;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
    font-size: 16px;
  }
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  text-transform: uppercase;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .orange_point {
  position: absolute;
  top: 47px;
  left: 13px;
  height: 20px;
  width: 20px;
  background: #ff6900;
  border-radius: 50%;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot.right_item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 58px;
  right: 23px;
  height: 10px;
  width: 20px;
  background: #ff6900;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot {
  margin-top: -46px;
  position: relative;
  height: 46px;
  width: 46px;
  cursor: pointer;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot img {
  width: 46px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 58px;
  left: 23px;
  height: 1px;
  width: 2000px;
  background: transparent;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot {
  margin-top: -46px;
  position: relative;
  height: 46px;
  width: 46px;
  cursor: pointer;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot img {
  width: 46px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 58px;
  right: 23px;
  height: 1px;
  width: 2000px;
  background: transparent;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .dot::before {
  background: #ff6900;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .dot img {
  opacity: 1;
  visibility: visible;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .dot .orange_point {
  opacity: 0;
  visibility: hidden;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item {
  visibility: visible;
  opacity: 1;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .right_dot::before {
  background: #ff6900;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .right_dot img {
  opacity: 1;
  visibility: visible;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .right_dot .orange_point {
  opacity: 0;
  visibility: hidden;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item {
  visibility: visible;
  opacity: 1;
}

.esploara-nostri-main .main_img {
  overflow-x: clip;
  position: relative;
}

.esploara-nostri-main .main_img::before {
  position: absolute;
  height: 100%;
  width: 75px;
  left: 0;
  content: "";
  background: #f0f0f0;
  z-index: 1;
  top: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .esploara-nostri-main .main_img::before {
    width: 0;
  }
}

.esploara-nostri-main .main_img::after {
  position: absolute;
  height: 100%;
  width: 15px;
  right: 0;
  content: "";
  background: #f0f0f0;
  z-index: 1;
  top: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .esploara-nostri-main .main_img::after {
    width: 0;
  }
}

@keyframes e-pointer-pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}

.scopri-citta-main {
  background: #d3d3d3;
  padding: 120px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scopri-citta-main {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .scopri-citta-main {
    padding: 50px 0;
  }
}

.scopri-citta-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .scopri-citta-main h3 {
    margin-bottom: 20px;
  }
}

.scopri-citta-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .scopri-citta-main h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scopri-citta-main h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scopri-citta-main h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .scopri-citta-main h3 {
    font-size: 25px;
  }
}

.scopri-citta-main p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.scopri-citta-main p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .scopri-citta-main p {
    font-size: 16px;
  }
}

.scopri-citta-main p {
  color: #000;
}

.scopri-citta-main p strong {
  font-weight: 700;
}

.scopri-citta-main .image-box {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .scopri-citta-main .image-box {
    margin-top: 30px;
  }
}

.scopri-citta-main .image-box img {
  width: 100%;
}

.scopri-citta-main .watch-box {
  border-bottom: 1px solid #e18e49;
  padding-bottom: 13px;
}

.scopri-citta-main .watch-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}

.scopri-citta-main .watch-box ul li a {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.scopri-citta-main .watch-box ul li a i {
  margin-right: 8px;
}

.scopri-citta-main .watch-box ul li a:hover {
  color: #ed7e00;
}

.home-counter-main {
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  mix-blend-mode: multiply;
  padding: 115px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .home-counter-main {
    padding: 50px 0;
  }
}

.home-counter-main .single-counter-box {
  text-align: center;
}

@media (max-width: 991px) {
  .home-counter-main .single-counter-box {
    margin-bottom: 30px;
  }
}

.home-counter-main .single-counter-box .counter-number span.count {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 55px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 30px;
  }
}

.home-counter-main .single-counter-box .counter-number span.text {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 22px;
  }
}

.home-counter-main .single-counter-box .counter-number span.text {
  text-align: left;
  line-height: 1;
}

.home-counter-main .single-counter-box .counter-number span.text br {
  display: block;
}

.home-counter-main .single-counter-box .counter-title {
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 22px;
  }
}

.affidabilita-main {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .affidabilita-main {
    padding: 50px 0;
  }
}

.affidabilita-main h3 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .affidabilita-main h3 {
    margin-bottom: 20px;
  }
}

.affidabilita-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .affidabilita-main h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .affidabilita-main h3 {
    font-size: 25px;
  }
}

.affidabilita-main h3 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.affidabilita-main article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.affidabilita-main article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .affidabilita-main article p {
    font-size: 16px;
  }
}

.affidabilita-main article p {
  color: #000;
  text-align: center;
}

.affidabilita-main .affordibilita-btn {
  text-align: center;
}

@media (min-width: 1400px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 20px;
  }
}

.affidabilita-main .affordibilita-btn a {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}

@media (max-width: 767px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}

.affidabilita-main .affordibilita-btn a:hover {
  background: linear-gradient(97deg, #dd5100 52.5%, #ed7e00 97.05%);
}

.home-news-main {
  background: rgba(145, 145, 145, 0.2);
  padding: 50px 35px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .home-news-main {
    padding: 50px 25px;
  }
}

@media (max-width: 1399px) {
  .home-news-main {
    padding: 50px 20px;
  }
}

@media (max-width: 1199px) {
  .home-news-main {
    padding: 50px 0px;
  }
}

.home-news-main .title-box {
  text-align: center;
  margin-bottom: 45px;
}

.home-news-main .title-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .home-news-main .title-box h3 {
    margin-bottom: 20px;
  }
}

.home-news-main .title-box h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-news-main .title-box h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-news-main .title-box h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-news-main .title-box h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .home-news-main .title-box h3 {
    font-size: 25px;
  }
}

.home-news-main .title-box h3 {
  color: #1a2343;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}

.home-news-main .title-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-news-main .title-box p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .home-news-main .title-box p {
    font-size: 16px;
  }
}

.home-news-main .title-box p {
  color: #040404;
  text-align: center;
}

.home-news-main .news-slider-parent .swiper {
  width: 100%;
  height: 100%;
}

.home-news-main .news-slider-parent .swiper .swiper-slide {
  height: 100%;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide {
  position: relative;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .image-box {
  aspect-ratio: 1.44/1;
  position: relative;
  overflow: hidden;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box {
  padding-top: 80px;
  padding-bottom: 35px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box {
    padding: 30px 0;
  }
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .news-tags {
  color: #ed7e00;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p {
    font-size: 16px;
  }
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p {
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn {
  display: flex;
  width: 194px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ed7e00;
  color: #ed7e00;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 50px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn {
    margin-top: 30px;
    font-size: 16px;
    width: 160px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn {
    margin-top: 20px;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn:hover {
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  color: #fff;
}

.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide:hover .image-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.home-news-main .news-slider-parent .swiper .swiper-button-next {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  right: 0px;
  margin: 0;
}

.home-news-main .news-slider-parent .swiper .swiper-button-next:hover {
  background: #ed7e00;
}

.home-news-main .news-slider-parent .swiper .swiper-button-next::after {
  display: none;
}

.home-news-main .news-slider-parent .swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  left: 0px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  margin: 0;
}

.home-news-main .news-slider-parent .swiper .swiper-button-prev:hover {
  background: #ed7e00;
}

.home-news-main .news-slider-parent .swiper .swiper-button-prev::after {
  display: none;
}

.chisiamo-main {
  padding-top: 75px;
  padding-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .chisiamo-main {
    padding: 50px 0;
  }
}

.chisiamo-main .left-box {
  margin-top: 130px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .left-box {
    margin-top: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .left-box {
    margin-top: 112px;
  }
}

@media (max-width: 991px) {
  .chisiamo-main .left-box {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .left-box {
    margin-top: 80px;
  }
}

.chisiamo-main .left-box h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .chisiamo-main .left-box h2 {
    margin-bottom: 20px;
  }
}

.chisiamo-main .left-box h2 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .left-box h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .left-box h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .left-box h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .chisiamo-main .left-box h2 {
    font-size: 25px;
  }
}

.chisiamo-main .left-box h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.chisiamo-main .left-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.chisiamo-main .left-box h3 strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .chisiamo-main .left-box h3 {
    font-size: 16px;
  }
}

.chisiamo-main .left-box h3 {
  color: #ed7e00;
  font-weight: 700;
}

.chisiamo-main .content-box h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .chisiamo-main .content-box h1 {
    margin-bottom: 20px;
  }
}

.chisiamo-main .content-box h1 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .content-box h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .content-box h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .content-box h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .chisiamo-main .content-box h1 {
    font-size: 25px;
  }
}

.chisiamo-main .content-box h1 {
  line-height: 1.13;
  color: #000;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .chisiamo-main .content-box h1 {
    margin-bottom: 30px;
  }
}

.chisiamo-main .content-box h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .chisiamo-main .content-box h2 {
    margin-bottom: 20px;
  }
}

.chisiamo-main .content-box h2 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .content-box h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .content-box h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .content-box h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .chisiamo-main .content-box h2 {
    font-size: 25px;
  }
}

.chisiamo-main .content-box h2 {
  line-height: 1.13;
  color: #000;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .chisiamo-main .content-box h2 {
    margin-bottom: 30px;
  }
}

.chisiamo-main .content-box article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.chisiamo-main .content-box article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .chisiamo-main .content-box article p {
    font-size: 16px;
  }
}

.chisiamo-main .content-box article p br {
  display: block;
}

.chisiamo-main.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main.py-130 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main.py-130 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .chisiamo-main.py-130 {
    padding: 50px 0;
  }
}

.chisiamo-main.py-130 .left-box h2 {
  line-height: 1.1;
}

.chisiamo-main.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main.py-225 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main.py-225 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .chisiamo-main.py-225 {
    padding: 50px 0;
  }
}

.chisiamo-main.py-225 .left-box h2 {
  line-height: 1.1;
}

.chisiamo-main.py-225 .scopri-flex {
  margin-top: 55px;
}

.chisiamo-main .scopri-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
}

.chisiamo-main .scopri-flex a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.chisiamo-main .scopri-flex a strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .chisiamo-main .scopri-flex a {
    font-size: 16px;
  }
}

.chisiamo-main .scopri-flex a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 1400px) {
  .chisiamo-main .scopri-flex a {
    font-size: 22px;
  }
}

.chisiamo-main .scopri-flex a:hover {
  border-color: #ed7e00;
  color: #ed7e00;
}

@media (min-width: 1600px) {
  .chisiamo-main.pt-100 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1400px) {
  .chisiamo-main.pt-100 {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .chisiamo-main.pt-100 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1399px) {
  .chisiamo-main.pt-100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mission-main {
  background: #e9e9e9;
  padding: 50px 0;
}

.mission-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .mission-main h3 {
    margin-bottom: 20px;
  }
}

.mission-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .mission-main h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mission-main h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mission-main h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .mission-main h3 {
    font-size: 25px;
  }
}

.mission-main h3 {
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 768px) {
  .mission-main h3 {
    margin-bottom: 0;
    text-align: center;
  }
}

.mission-main article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.mission-main article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .mission-main article p {
    font-size: 16px;
  }
}

.mission-main article p {
  color: #000;
}

.mission-main.vistion-main {
  background: #d3d3d3;
}

.verso-nuovi-main {
  background: #000;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .verso-nuovi-main {
    padding: 50px 0;
  }
}

.verso-nuovi-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .verso-nuovi-main h3 {
    margin-bottom: 20px;
  }
}

.verso-nuovi-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .verso-nuovi-main h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .verso-nuovi-main h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .verso-nuovi-main h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .verso-nuovi-main h3 {
    font-size: 25px;
  }
}

.verso-nuovi-main h3 {
  color: #fff;
  max-width: 75%;
  margin: 0px auto;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .verso-nuovi-main h3 {
    text-align: center;
    width: 100%;
  }
}

.verso-nuovi-main .verso-nuovi-slider-wrapper {
  position: relative;
  padding: 50px 0;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 320px;
  }
}

@media (max-width: 1199px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 280px;
  }
}

@media (max-width: 991px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 170px;
  }

}

@media (max-width: 500px) {

  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 145px;
  }

  .verso-nuovi-main .verso-arrow {
    left: 5px !important;
  }

}


.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide {
  transition: opacity 0.5s ease;
  height: auto !important;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .number {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  width: 14%;
}

@media (max-width: 991px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .number {
    width: auto;
  }
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content {
  flex: 1;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p {
    font-size: 16px;
  }
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide-active .verso-slider-flex .number {
  color: #ed7e00;
}

.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide-active .verso-slider-flex .content p {
  color: #ed7e00;
}

.verso-nuovi-main .verso-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ed7e00;
  background: transparent;
  color: #ed7e00;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  left: 50px;
}

@media (max-width: 767px) {
  .verso-nuovi-main .verso-arrow {
    width: 35px;
    height: 35px;
    left: 40px;
  }
}

.verso-nuovi-main .verso-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}

.verso-nuovi-main .verso-arrow:active {
  transform: scale(0.95);
}

.verso-nuovi-main .verso-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.verso-nuovi-main .verso-arrow.verso-prev {
  top: -50px;
}

@media (max-width: 991px) {
  .verso-nuovi-main .verso-arrow.verso-prev {
    top: -20px;
  }
}

.verso-nuovi-main .verso-arrow.verso-next {
  bottom: 0;
}

.impegno-ambienti-main {
  width: 100%;
  aspect-ratio: 217/79;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .impegno-ambienti-main {
    padding: 50px 0;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .impegno-ambienti-main {
    text-align: center;
  }
}

.impegno-ambienti-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .impegno-ambienti-main h3 {
    margin-bottom: 20px;
  }
}

.impegno-ambienti-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .impegno-ambienti-main h3 {
    font-size: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .impegno-ambienti-main h3 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .impegno-ambienti-main h3 {
    font-size: 30px;
  }
}

.impegno-ambienti-main h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 113.333%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main h3 {
    text-align: center;
  }
}

.impegno-ambienti-main .amount {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-family: "Nunito Sans", sans-serif;
  font-size: 108px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .impegno-ambienti-main .amount {
    font-size: 96px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .impegno-ambienti-main .amount {
    font-size: 84px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  .impegno-ambienti-main .amount {
    font-size: 56px;
  }
}

.impegno-ambienti-main .amount {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.impegno-ambienti-main .amount span {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .impegno-ambienti-main .amount span {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount {
    text-align: center;
  }
}

.impegno-ambienti-main .amount-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .impegno-ambienti-main .amount-text {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .impegno-ambienti-main .amount-text {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount-text {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .impegno-ambienti-main .amount-text {
    font-size: 22px;
  }
}

.impegno-ambienti-main .amount-text {
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount-text {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .impegno-ambienti-main .single-box {
    margin-bottom: 30px;
  }
}

.impegno-ambienti-main .col-sm-12:last-child .single-box {
  margin-bottom: 0;
}

.lavora-main {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .lavora-main {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .lavora-main {
    padding-top: 50px;
  }
}

.lavora-main h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .lavora-main h1 {
    margin-bottom: 20px;
  }
}

.lavora-main h1 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .lavora-main h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lavora-main h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lavora-main h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .lavora-main h1 {
    font-size: 25px;
  }
}

.lavora-main p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lavora-main p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .lavora-main p {
    font-size: 16px;
  }
}

.lavora-accordion-main {
  padding-bottom: 60px;
}

.lavora-accordion-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .lavora-accordion-main h3 {
    margin-bottom: 20px;
  }
}

.lavora-accordion-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .lavora-accordion-main h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lavora-accordion-main h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lavora-accordion-main h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .lavora-accordion-main h3 {
    font-size: 25px;
  }
}

.lavora-accordion-main h3 {
  text-transform: uppercase;
  line-height: 1.1;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main h3 {
    width: 100%;
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .lavora-accordion-main h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion {
    margin-bottom: 20px;
  }
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header {
  border-bottom: 1px solid #ed7e00;
  padding-bottom: 16px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon {
  position: relative;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: 16px;
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon .icon-bar {
  display: block;
  position: absolute;
  background-color: #ed7e00;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon .icon-bar--h {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon .icon-bar--v {
  width: 2px;
  height: 10px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion.active .accordion-header .accordion-icon .icon-bar--v {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body {
  padding-top: 35px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body {
    padding-top: 20px;
  }
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p {
    font-size: 16px;
  }
}

.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p {
  color: #3b3b3b;
  margin-bottom: 20px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper {
  margin-bottom: 16px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper label {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check label {
  font-size: 22px;
  cursor: pointer;
  line-height: 136.364%;
  flex: 1;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=text],
.lavora-accordion-main .form-parent-wrapper .form-wrapper select,
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=email] {
  height: 48px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=text],
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=email],
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=file],
.lavora-accordion-main .form-parent-wrapper .form-wrapper textarea {
  background: rgba(230, 230, 230, 0.8);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  padding-left: 14px;
  padding-right: 14px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=text]:focus,
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=email]:focus,
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=file]:focus,
.lavora-accordion-main .form-parent-wrapper .form-wrapper textarea:focus {
  box-shadow: none;
  outline: none;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper select {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #686869;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  background-color: rgba(230, 230, 230, 0.8);
  padding-left: 14px;
  padding-right: 14px;
  background-size: 16px 12px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper select:focus {
  box-shadow: none;
  outline: none;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper textarea {
  min-height: 180px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  border: 2px solid #ed7e00;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  margin-top: 0;
  float: left;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=checkbox]:checked {
  background-color: #ed7e00;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex {
  display: flex;
  gap: 16px;
}

@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex {
    flex-direction: column;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .form-group {
  width: calc(50% - 8px);
}

@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .form-group {
    width: 100%;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address {
  width: calc(50% - 8px);
}

@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address {
    width: 100%;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p {
    font-size: 16px;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p {
  color: #000;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid.file-upload-grid {
    flex-wrap: wrap;
  }

  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid.file-upload-grid .form-group {
    width: 100%;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(1) {
  width: calc(42% - 16px);
}

@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(1) {
    width: 100%;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(2) {
  width: calc(42% - 16px);
}

@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(2) {
    width: 100%;
  }
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(3) {
  flex: 1;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .input-file {
  flex: 1;
  height: 48px;
  position: relative;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .carica-btn {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  width: 116px;
  height: 48px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .file-placeholder {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  background-color: rgba(230, 230, 230, 0.8);
  color: #686869;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  pointer-events: none;
  padding-left: 14px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .file-placeholder i {
  color: #686869;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .file-placeholder.has-file {
  color: #333;
}

.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper label {
  font-weight: 400;
  text-transform: unset;
  margin-bottom: 0;
}

.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper label a {
  text-decoration: underline;
}

.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper .form-text {
  margin: 19px 0;
  color: v #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper .form-text strong {
  font-weight: 700;
}

.lavora-accordion-main .form-parent-wrapper .contatti-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn {
    padding: 0 22px;
    margin-bottom: 30px;
  }
}

.lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  width: 295px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media (max-width: 1199px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
    font-size: 18px;
    line-height: 1.5;
    width: 220px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
    font-size: 16px;
    line-height: 1.5;
    width: 200px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
    font-size: 14px;
    line-height: 1.5;
  }
}

.news-blog-main {
  padding: 50px 35px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .news-blog-main {
    padding: 50px 25px;
  }
}

@media (max-width: 1399px) {
  .news-blog-main {
    padding: 50px 20px;
  }
}

@media (max-width: 1199px) {
  .news-blog-main {
    padding: 50px 0px;
  }
}

.news-blog-main .title-box h1 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 20px;
  }
}

.news-blog-main .title-box h1 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-blog-main .title-box h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-main .title-box h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-main .title-box h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .news-blog-main .title-box h1 {
    font-size: 25px;
  }
}

.news-blog-main .title-box h1 {
  text-transform: uppercase;
  line-height: 112.5%;
  font-weight: 300;
  color: #000;
  margin-bottom: 50px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 25px;
  }
}

.news-blog-main .news-filter-box {
  margin-bottom: 30px;
}

.news-blog-main .news-filter-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.news-blog-main .news-filter-box ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-blog-main .news-filter-box ul li a strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-blog-main .news-filter-box ul li a {
    font-size: 16px;
  }
}

.news-blog-main .news-filter-box ul li a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}

@media (min-width: 1400px) {
  .news-blog-main .news-filter-box ul li a {
    font-size: 22px;
  }
}

.news-blog-main .news-filter-box ul li a:hover {
  color: #ed7e00;
  border-color: #ed7e00;
}

.news-blog-main .news-filter-box ul li a.active {
  color: #ed7e00;
  border-color: #ed7e00;
}

.news-blog-main .single-news {
  position: relative;
  margin-bottom: 80px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-blog-main .single-news {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-main .single-news {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-main .single-news {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .news-blog-main .single-news {
    margin-bottom: 30px;
  }
}

.news-blog-main .single-news .image-box {
  aspect-ratio: 1.44/1;
  position: relative;
  overflow: hidden;
}

.news-blog-main .single-news .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-blog-main .single-news .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.news-blog-main .single-news .news-content-box {
  padding-top: 20px;
}

.news-blog-main .single-news .news-content-box .news-tags {
  color: #ed7e00;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.news-blog-main .single-news .news-content-box .description article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-blog-main .single-news .news-content-box .description article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-blog-main .single-news .news-content-box .description article p {
    font-size: 16px;
  }
}

.news-blog-main .single-news .news-content-box .description article p {
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.news-blog-main .single-news .news-content-box .scopri-btn {
  display: flex;
  width: 194px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ed7e00;
  color: #ed7e00;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .news-blog-main .single-news .news-content-box .scopri-btn {
    font-size: 16px;
    width: 160px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .news-blog-main .single-news .news-content-box .scopri-btn {
    font-size: 14px;
    width: 160px;
    height: 40px;
  }
}

.news-blog-main .single-news .news-content-box .scopri-btn:hover {
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  color: #fff;
}

.news-blog-main .single-news:hover .image-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news-details-main {
  padding: 50px 35px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .news-details-main {
    padding: 50px 25px;
  }
}

@media (max-width: 1399px) {
  .news-details-main {
    padding: 50px 20px;
  }
}

@media (max-width: 1199px) {
  .news-details-main {
    padding: 50px 0px;
  }
}

.news-details-main .title-box h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .news-details-main .title-box h1 {
    margin-bottom: 20px;
  }
}

.news-details-main .title-box h1 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-details-main .title-box h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-main .title-box h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-details-main .title-box h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .news-details-main .title-box h1 {
    font-size: 25px;
  }
}

.news-details-main .title-box h1 {
  text-transform: uppercase;
  line-height: 112.5%;
  font-weight: 300;
  color: #000;
  margin-bottom: 50px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-details-main .title-box h1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-main .title-box h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .news-details-main .title-box h1 {
    margin-bottom: 25px;
    text-align: center;
  }
}

.news-details-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .news-details-main h3 {
    margin-bottom: 20px;
  }
}

.news-details-main h3 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-details-main h3 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-main h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-details-main h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .news-details-main h3 {
    font-size: 25px;
  }
}

.news-details-main h3 {
  text-transform: uppercase;
  line-height: 1.1;
  color: #000;
  margin: 0px auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-details-main h3 {
    width: 100%;
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .news-details-main h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news-details-main .news-thumb-box {
  margin-bottom: 75px;
}

@media (max-width: 1399px) {
  .news-details-main .news-thumb-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .news-details-main .news-thumb-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .news-details-main .news-thumb-box {
    margin-bottom: 30px;
  }
}

.news-details-main .news-thumb-box img {
  width: 100%;
  max-width: 100%;
}

.news-details-main .description {
  margin-bottom: 80px;
}

@media (max-width: 1399px) {
  .news-details-main .description {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .news-details-main .description {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .news-details-main .description {
    margin-bottom: 20px;
  }
}

.news-details-main .description article {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-details-main .description article strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-details-main .description article {
    font-size: 16px;
  }
}

.news-details-main .description article {
  margin-bottom: 15px;
}

.news-details-main .description article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-details-main .description article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-details-main .description article p {
    font-size: 16px;
  }
}

.news-details-main .description article p {
  margin-bottom: 15px;
}

.news-details-main .description-grid-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.news-details-main .description-grid-parent .box:nth-child(1) {
  flex: 1;
}

.news-details-main .description-grid-parent .box:nth-child(2) {
  width: 42%;
}

.news-details-main .description-grid-parent .box:nth-child(2) img {
  width: 100%;
}

@media (max-width: 767px) {
  .news-details-main .description-grid-parent .box:nth-child(2) {
    width: 100%;
  }
}

.news-details-main .description-grid-parent article {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-details-main .description-grid-parent article strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-details-main .description-grid-parent article {
    font-size: 16px;
  }
}

.news-details-main .description-grid-parent article {
  margin-bottom: 15px;
}

.news-details-main .description-grid-parent article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-details-main .description-grid-parent article p strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-details-main .description-grid-parent article p {
    font-size: 16px;
  }
}

.news-details-main .description-grid-parent article p {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .news-details-main .left-box {
    margin-bottom: 30px;
  }
}

.news-details-main .left-box h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-details-main .left-box h6 strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-details-main .left-box h6 {
    font-size: 16px;
  }
}

.news-details-main .left-box h6 {
  font-weight: 800;
  color: #ed7e00;
  line-height: 104%;
  margin-bottom: 28px;
}

@media (max-width: 1199px) {
  .news-details-main .left-box h6 {
    margin-bottom: 15px;
  }
}

.news-details-main .left-box ul li {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-details-main .left-box ul li strong {
  font-weight: 700;
}

@media (max-width: 1399px) {
  .news-details-main .left-box ul li {
    font-size: 16px;
  }
}

.news-details-main .left-box ul li {
  margin-bottom: 10px;
  line-height: 104%;
}

.media-main {
  padding-top: 50px;
}

.media-main h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .media-main h1 {
    margin-bottom: 20px;
  }
}

.media-main h1 strong {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .media-main h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .media-main h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .media-main h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .media-main h1 {
    font-size: 25px;
  }
}

.media-main h1 {
  color: #000;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 113.333%;
}

@media (min-width: 1400px) {
  .media-main h1 {
    margin-bottom: 80px;
  }
}

.media-main .single-media-box {
  margin-bottom: 95px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .media-main .single-media-box {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .media-main .single-media-box {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .media-main .single-media-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .media-main .single-media-box {
    margin-bottom: 30px;
  }
}

.media-main .single-media-box .image-box {
  aspect-ratio: 1.64/1;
  min-height: 359px;
  width: 100%;
  margin-bottom: 25px;
}

.media-main .single-media-box .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.media-main .single-media-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-main .single-media-box .image-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-main .single-media-box .title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e18e49;
  padding-bottom: 13px;
  justify-content: space-between;
  gap: 15px;
}

.media-main .single-media-box .title-box .left-box {
  flex: 1;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .media-main .single-media-box .title-box .left-box {
    width: 100%;
    flex: unset;
  }
}

.media-main .single-media-box .title-box .right-box {
  flex: 1;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .media-main .single-media-box .title-box .right-box {
    flex: unset;
  }
}

@media (max-width: 1399px) {
  .media-main .single-media-box .title-box .right-box {
    width: 100%;
    flex: unset;
  }
}

.media-main .single-media-box .title-box .right-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .media-main .single-media-box .title-box .right-box ul {
    gap: 30px;
  }
}

@media (max-width: 1399px) {
  .media-main .single-media-box .title-box .right-box ul {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .media-main .single-media-box .title-box .right-box ul {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .media-main .single-media-box .title-box .right-box ul {
    gap: 15px;
  }
}

.media-main .single-media-box .title-box .right-box ul li a {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.media-main .single-media-box .title-box .right-box ul li a i {
  margin-right: 8px;
}

.media-main .single-media-box .title-box .right-box ul li a:hover {
  color: #ed7e00;
}

footer .footer-main {
  padding: 80px 35px 60px 35px;
  border-top: 3px solid #ff6900;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  footer .footer-main {
    padding: 60px 25px 60px 25px;
  }
}

@media (max-width: 767px) {
  footer .footer-main {
    padding: 50px 20px 50px 20px;
    text-align: center;
  }
}

footer .footer-main .footer-logo-box {
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-logo-box {
    margin-bottom: 25px;
  }
}

footer .footer-main .footer-logo-box img {
  width: 100%;
  max-width: 235px;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-description {
    margin-bottom: 20px;
  }
}

footer .footer-main .footer-description article p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-description article p {
    font-size: 14px;
  }
}

footer .footer-main .footer-description article p strong {
  font-weight: 700;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-common-links {
    margin-bottom: 20px;
  }
}

footer .footer-main .footer-common-links .title {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

footer .footer-main .footer-common-links ul li {
  display: block;
}

footer .footer-main .footer-common-links ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-common-links ul li a {
    font-size: 14px;
  }
}

footer .footer-main .footer-common-links ul li a:hover {
  padding-left: 10px;
}

footer .footer-main .footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 992px) {
  footer .footer-main .footer-flex .footer-flex-wrapper {
    height: 50%;
  }
}

@media (max-width: 991px) {
  footer .footer-main .footer-flex {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  footer .footer-main .footer-flex {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}

footer .footer-main .footer-flex .title {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

footer .footer-main .footer-flex ul li {
  display: block;
}

footer .footer-main .footer-flex ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 767px) {
  footer .footer-main .footer-flex ul li a {
    font-size: 14px;
    justify-content: center;
  }
}

footer .footer-main .footer-flex ul li a:hover {
  padding-left: 10px;
}

footer .footer-main .footer-flex ul li a span.icon {
  width: 22px;
  height: 22px;
  font-size: 12px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-main .footer-flex .social-links .title {
  margin-bottom: 5px;
}

footer .footer-main .footer-flex .social-links ul li {
  margin-bottom: 13px;
}

footer .footer-main .footer-flex .social-links ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  footer .footer-main .footer-flex .social-links ul li a {
    font-size: 14px;
  }
}

/*css from customizer */


header .main-header.sticky span.trp-language-item-name {
  color: #000;
}

header .main-header.sticky .trp-current-language-item__wrapper:not(.trp-hide-arrow) svg path {
  stroke: #000;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper .trp-language-switcher {
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper .trp-language-switcher a.trp-language-item.trp-language-item__default.trp-language-item__current {
  padding: 0;
  color: #fff;
}

header .main-header .header-flex .main-header-items {}

header .main-header .header-flex .main-header-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper .trp-language-switcher a.trp-language-item.trp-language-item__default.trp-language-item__current svg path {
  stroke: #fff !important;
}

.trp-language-item.trp-language-item__default.trp-language-item__current {
  padding: 0 !important;
}

span.trp-language-item-name {
  color: #fff;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.trp-shortcode-switcher__wrapper {
  background: transparent !important;
  border: none !important;
}

.trp-shortcode-switcher {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 10px;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow) svg path {
  stroke: #fff;
}

/* mobile menu css part start here  */

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  position: relative;
}

.mobile-menu li a {
  color: #fff;
  display: block;

}

/* toggle icon */
.submenu-toggles {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

/* hide all submenus */
.mobile-menu li>ul,
.mobile-menu li>.custom-submenu-wrapper {
  display: none;
  /* padding-left:15px; */
}

/* show submenu when open */
.mobile-menu li.open>ul,
.mobile-menu li.open>.custom-submenu-wrapper {
  display: block;
}

/* nested spacing */
.mobile-menu li ul li {
  padding-left: 0px;
}

/* hide mega titles in mobile */
.sidebar-area .box-title {
  display: none;
}

.mobile-menu ul li li a i {
  display: none !important;
}

span.submenu-toggles {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

/* mobile menu css part ends here  */

@media (min-width: 1200px) {

  li.desktop_ln_switcher {
    display: none !important;
  }

  header .main-header .header-flex .main-header-items ul li a i {
    display: none !important;
  }

  header .main-header .header-flex .main-header-items ul li .submenu-toggles {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  header .main-header .header-flex .menu_lan_switcher {
    display: none;
  }

  header .main-header .header-flex .main-header-wrapper {
    display: none !important;
  }
}

.trp-language-item:hover {
  background: transparent;
}

.trp-language-item:hover .trp-language-item-name {
  color: #fff !important;
}

header .main-header.sticky span.trp-language-item-name:hover {
  color: #000 !important;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot:before {
  z-index: 9;
}

.esploara-nostri-main .main_img::before {
  z-index: 10;
}

.esploara-nostri-main .main_img::after {
  z-index: 10;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  min-width: 200px;
  text-align: right;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
  min-width: 200px;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item::after {
  position: absolute;
  /*bottom: 1px;*/
  bottom: -4px;
  width: 500px;
  background: transparent;
  content: "";
  height: 2px;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item::after {

  background: #f0f0f0;

}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item::after {
  position: absolute;
  bottom: 1px;
  width: 300px;
  background: transparent;
  content: "";
  height: 2px;
  right: 202px;
  z-index: 111;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item::after {

  background: #f0f0f0;

}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot {
  border-radius: 50%;
}


.main-header.normal-header span.trp-language-item-name {
  color: #000;
}

.main-header.normal-header .trp-current-language-item__wrapper:not(.trp-hide-arrow) svg path {
  stroke: #000;
}

.main-header.normal-header .trp-language-item:hover .trp-language-item-name {
  color: #000 !important;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper span.wpcf7-form-control-wrap {
  width: 100%;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check .wpcf7-list-item>label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;

}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check .wpcf7-list-item>label span.wpcf7-list-item-label {
  flex: 1;
}

.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper label a {
  display: unset;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check span.wpcf7-list-item {
  margin: 0;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .form-group br {
  display: none;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper br {
  display: none;
}






@media (min-width: 1400px) and (max-width: 1600px) {

  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item::after,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item::after {
    bottom: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
    right: 107%;
    font-size: 16px;
  }

  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
    font-size: 16px;
    left: 99%;
  }

  .esploara-nostri-main .main_img::before,
  .esploara-nostri-main .main_img::after {
    width: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item::after,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item::after {
    bottom: 0px;
  }

  .system-integration-section h2 {
    font-size: 35px;
  }


}

@media (min-width: 1366px) {
  .news-blog-main .single-news .news-content-box .scopri-btn {
    margin-top: 50px;
  }

  .news-blog-main .single-news .news-content-box .news-tags {
    margin-bottom: 20px;
  }
}

.mobile-menu ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.sidebar-area button span {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 0px auto 5px auto;
  display: block;
  position: relative;
}

.sidebar-area button span:nth-child(1) {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}

.sidebar-area button span:nth-child(2) {
  top: 44%;
  opacity: 0;
}

.sidebar-area button span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}



/* certificazione css start  */

/* ── HERO ───────────────────────────────────────────── */
.cert-hero {
  position: relative;
}

.cert-hero .cert-contattaci-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 28px;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.25s ease;
}

.cert-hero .cert-contattaci-btn:hover {
  opacity: 0.82;
  color: #fff;
  text-decoration: none;
}

/* ── CERTIFICATIONS SECTION ─────────────────────────── */
.cert-main {
  padding: 100px 50px 100px;
  background: #fff;
}

.cert-section-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 80px;
  line-height: 112.5%;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  margin-bottom: 100px;
}


/* ── CARD GRID ──────────────────────────────────────── */

.cefticazion-grid-parent {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 130px;
}

.cert-cards-row {
  row-gap: 100px;
}

.cert-cards-row>[class*="col-"] {
  display: flex;
}

.cert-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

/* Bordered box */
.cert-card-box {
  border: 1px solid #ccc;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 16px 20px;
  margin-bottom: 14px;
  gap: 10px;
  min-height: 216px;
  /*min-height: 100%;*/
}

/* Images inside card box */
.cert-card-box img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ISO globe SVG */
.cert-iso-globe {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

/* Large text logo (SA, ESG, SOA, etc.) */

.cert-main-text {
  font-size: 56px;
  color: #686869;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -1.1px;
  text-transform: uppercase;
}



.cert-card-code {
  font-family: "Nunito Sans", sans-serif;
  color: #ED7E00;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* Label below the box */
.cert-card-label {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -0.198px;
  text-transform: uppercase;
  display: block !important;
}

.cert-card-label br {
  display: block !important;
}

.cert-main-text br {
  display: block;
}

.cert-card-box .image-box {

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chisiamo-common-banner.cert-hero .common-breadcrumb-wrapper {
  top: 30px;
}

/* certificazione css end   */

@media(min-width: 1366px) and (max-width: 1440px) {
  .cert-main-text {
    font-size: 45px;
  }

  .cert-card-code {

    font-size: 21px;

  }

  .cert-section-title {
    font-size: 55px;
    margin-bottom: 70px;
  }

  .cert-main {
    padding-top: 70px;
    padding-bottom: 60px;
  }

}

@media(min-width: 1366px) {
  .cert-card-box .image-box {
    min-height: 130px;

  }
}

@media(min-width: 1200px) and (max-width: 1365px) {
  .cefticazion-grid-parent {

    column-gap: 45px;
    row-gap: 65px;
  }

  .cert-main-text {
    font-size: 40px;

  }

  .cert-card-code {

    font-size: 20px;

  }

  .cert-card-label {

    font-size: 16px;

  }

  .cert-card-box img {
    max-width: 60%;

  }

  .cert-card-box .image-box {
    min-height: 110px;
  }

  .cert-section-title {
    font-size: 50px;
    margin-bottom: 60px;
  }

  .cert-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }



}

@media (min-width: 992px) and (max-width: 1199px) {
  .cert-main-text {
    font-size: 34px;
  }

  .cefticazion-grid-parent {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 45px;
    row-gap: 60px;
  }

  .cert-card-box img {
    max-width: 65%;

  }

  .cert-card-code {
    font-size: 20px;
  }

  .cert-card-label {
    font-size: 16px;
  }

  .cert-section-title {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .cert-card-box .image-box {
    min-height: 130px;
  }

  .cert-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .cert-main {
    padding: 60px 20px 60px;
  }

  .cert-card-code {

    font-size: 18px;

  }

  .cert-card-label {
    font-size: 16px;
  }

}

@media(min-width: 768px) and (max-width: 991px) {

  .cefticazion-grid-parent {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 25px;
  }

  .cert-section-title {
    font-size: 45px;
    margin-bottom: 35px;
  }

  .cert-main-text {
    font-size: 45px;

  }

  .cert-card-box img {
    max-width: 55%;

  }

  .cert-card-box .image-box {
    min-height: 120px;
  }
}

@media (max-width: 575px) {
  .cert-main {
    padding: 50px 15px 50px;
  }
}

@media (max-width: 767px) {
  .cert-card-box img {
    max-width: 40%;
    margin: 0 auto;
  }

  .cert-main-text {
    font-size: 40px;

  }
}

@media(min-width: 576px) and (max-width: 767px) {

  .cefticazion-grid-parent {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 25px;
  }

  .cert-section-title {
    font-size: 35px;
    margin-bottom: 30px;
  }



}


@media (max-width: 575px) {
  .cert-card-box img {
    max-width: 80%;
  }

  .cefticazion-grid-parent {

    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }

  .cert-section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}


/* ================================================================
   CERTIFICAZIONE DETAILS  –  css start
   ================================================================ */

/* ── BREADCRUMB BAR ─────────────────────────────────────────────── */
.cert-detail-breadcrumb-bar {
  padding: 14px 50px;
  background: #fff;
}

.cert-detail-breadcrumb-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}

.cert-detail-breadcrumb-bar ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111;
}

.cert-detail-breadcrumb-bar ul li+li::before {
  content: " | ";
  padding: 0 6px;
  color: #999;
}

.cert-detail-breadcrumb-bar ul li a {
  color: #111;
  text-decoration: none;
}

.cert-detail-breadcrumb-bar ul li a:hover {
  color: #ed7e00;
}

.cert-detail-breadcrumb-bar ul li[aria-current="page"] {
  color: #ed7e00;
}

/* ── DETAIL MAIN SECTION ────────────────────────────────────────── */
.cert-detail-main {
  padding: 60px 50px 80px;
  background: #fff;
}

/* ── CONTENT ROW (logo + info) ──────────────────────────────────── */
.cert-detail-content-row {
  align-items: flex-start;
  margin-bottom: 110px;
}

/* Left column – logo */
.cert-detail-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}

.cert-detail-logo-img {
  width: 100%;
  max-width: 160px;

  height: auto;
  display: block;
  margin: 0 auto 14px;
}

.cert-detail-logo-code {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

/* Right column – info */
.cert-detail-main h1 {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 150px;
}

.cert-detail-norm-label {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cert-detail-title {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 22px;

}

.cert-detail-desc {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

/* ── DOWNLOAD ROW ───────────────────────────────────────────────── */
.cert-detail-download-row {
  align-items: flex-start;
  padding-top: 10px;
}

/* Left: "DOWNLOAD" label */
.cert-download-label-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cert-download-label {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 111.111%;
  text-transform: uppercase;
}

/* Right: download items */

.cert-download-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ED7E00;
  max-width: 310px;
  padding-bottom: 7px;
}

.cert-download-name {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: uppercase;
  flex: 1;
}

.cert-download-link {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.cert-pdf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ed7e00;
  font-family: "Nunito Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */

@media(min-width: 1366px) and (max-width: 1440px) {
  .cert-detail-main h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 100px;
  }


  .cert-detail-logo-img {

    max-width: 110px;

  }

  .cert-download-label {

    font-size: 40px;

  }

  .cert-detail-content-row {
    margin-bottom: 100px;
  }
}


@media(min-width: 1200px) and (max-width: 1365px) {
  .cert-detail-main h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 90px;
  }

  .cert-detail-norm-label,
  .cert-detail-desc {
    font-size: 18px;
  }

  .cert-detail-logo-img {

    max-width: 110px;

  }

  .cert-download-label {

    font-size: 35px;

  }

  .cert-detail-content-row {
    margin-bottom: 90px;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  .cert-detail-main h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 70px;
  }

  .cert-detail-norm-label,
  .cert-detail-desc {
    font-size: 16px;
  }

  .cert-detail-logo-img {

    max-width: 100px;

  }

  .cert-download-label {

    font-size: 32px;

  }

  .cert-detail-content-row {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .cert-detail-main {
    padding: 40px 20px 60px;
  }

  .cert-detail-breadcrumb-bar {
    padding: 12px 20px;
  }

  .cert-detail-title {
    font-size: 30px;
  }

  .cert-download-label {
    font-size: 28px;
  }

  .cert-detail-content-row {
    margin-bottom: 50px;
  }
}


@media(min-width: 768px) and (max-width: 991px) {
  .cert-detail-main h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 70px;
  }

  .cert-detail-norm-label,
  .cert-detail-desc {
    font-size: 16px;
  }

  .cert-detail-logo-img {

    max-width: 100px;

  }

}

@media (max-width: 767px) {
  .cert-detail-content-row {
    margin-bottom: 40px;
  }

  .cert-detail-logo-col {
    margin-bottom: 30px;
  }

  .cert-detail-info-col {
    padding-left: 15px;
  }

  .cert-detail-title {
    font-size: 24px;
  }

  .cert-detail-norm-label,
  .cert-detail-desc {
    font-size: 16px;
  }

  .cert-download-label {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .cert-download-label-col {
    margin-bottom: 10px;
  }

  .cert-detail-main h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 50px;
  }

  .cert-download-item {

    max-width: 100%;
  }

}

@media (max-width: 575px) {
  .cert-detail-main {
    padding: 30px 15px 40px;
  }

  .cert-detail-breadcrumb-bar {
    padding: 10px 15px;
  }

  .cert-detail-logo-img {
    max-width: 150px;
  }

  .cert-detail-title {
    font-size: 20px;
  }

  .cert-download-label {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .cert-download-item {
    flex-wrap: wrap;
    gap: 10px;
  }

  .cert-detail-main h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .cert-download-item {

    max-width: 100%;
  }

}

/* CERTIFICAZIONE DETAILS  –  css end */

/* ================================================================
   CONTATTI PAGE  –  css start
   ================================================================ */

/* ── TABS BAR ───────────────────────────────────────────────────── */
/*.contatti-tabs-bar {*/
/*    display: flex;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 100;*/
/*   background: #CBCBCB;*/
/*    width: 100%;*/
/*    flex-wrap: wrap;*/
/*}*/

.contatti-tabs-bar {
  position: sticky;
  top: 80px;
  z-index: 9999;
  background: #CBCBCB;
  display: flex;
  flex-wrap: wrap;
}


.contatti-tab-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18.5px 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  line-height: 125%;
  transition: background 0.2s, color 0.2s;
}

.contatti-tab-link:last-child {
  border-right: none;
}

.contatti-tab-link:hover {
  background: rgba(230, 230, 230, 0.80);
  color: #000;
  text-decoration: none;
}

.contatti-tab-link.contatti-tab-active {
  background: rgba(230, 230, 230, 0.80);
  color: #000;
}

/* ── SECTIONS WRAPPER ───────────────────────────────────────────── */
.contatti-main {
  background: #fff;
}

.contatti-section-inner {
  display: flex;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 80px;
  gap: 80px;
}

/* ── LABEL COLUMN ───────────────────────────────────────────────── */
.contatti-label-col {
  flex: 0 0 220px;
  padding-top: 6px;
}


/* ── CONTENT COLUMN ─────────────────────────────────────────────── */
.contatti-content-col {
  flex: 1;
  min-width: 0;
}

.contatti-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #111;
  margin: 0 0 28px;
  line-height: 1.1;
}

.contatti-desc p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 136.364%;
  margin: 0 0 36px;
  max-width: 700px;
}

.contatti-desc strong {
  font-weight: 700;
  color: #111;
}

/* ── FORM LAYOUT ────────────────────────────────────────────────── */
.contatti-form {
  width: 100%;
}

.contatti-row {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.contatti-row--3col {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.contatti-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contatti-field--full {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.contatti-field--addr {
  flex: 2;
}

.contatti-field--city {
  flex: 1.5;
}

.contatti-field--cap {
  flex: 0 0 90px;
}

/* ── FIELD LABELS ───────────────────────────────────────────────── */
.contatti-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 6px;
}

.contatti-label .req {
  color: #000;
}

/* ── INPUTS & TEXTAREA ──────────────────────────────────────────── */
.contatti-input,
.contatti-textarea {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #111;
  background: rgba(230, 230, 230, 0.80);
  /*border: 1px solid #e0e0e0;*/
  border: 1px solid #f5f5f5;
  border-radius: 0;
  padding: 10px 12px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.contatti-input:focus,
.contatti-textarea:focus {
  border-color: #bbb;
  background: #fff;
}

.contatti-textarea {
  resize: vertical;
  min-height: 110px;
}

.contatti-textarea--lg {
  min-height: 180px;
}

/* ── CHECKBOXES ─────────────────────────────────────────────────── */
.contatti-checks {
  margin: 22px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contatti-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1;
  position: relative;
  font-weight: 400;
}

.contatti-check-label input[type="checkbox"] {
  margin-top: 0;
  background-color: #fff;
  border: 2px solid #ed7e00;
  width: 16px;
  height: 16px;
  cursor: pointer;

}

.contatti-checkmark {
  /*flex-shrink: 0;*/
  /*width: 16px;*/
  /*height: 16px;*/
  /*border: 1px solid #bbb;*/
  /*background: #fff;*/
  /*display: inline-flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*margin-top: 2px;*/
  /*transition: background 0.15s, border-color 0.15s;*/
  display: none;
}

.contatti-check-label input[type="checkbox"]:checked+.contatti-checkmark {
  background: #ed7e00;
  border-color: #ed7e00;
}

.contatti-check-label input[type="checkbox"]:checked {
  width: 16px;
  height: 16px;
  background-color: #ed7e00;
  border-color: #ed7e00;
}

.contatti-check-label input[type="checkbox"]:checked+.contatti-checkmark::after {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

.contatti-check-label a {
  color: #111;
  text-decoration: underline;
}

.contatti-check-label a:hover {
  color: #ed7e00;
}

/* ── BUTTON ─────────────────────────────────────────────────────── */
.contatti-btn {
	display: inline-block;
	background: #ed7e00;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 14px 28px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	transition: background 0.2s;
	outline: none;
	margin-bottom: 80px;
}

.contatti-btn:hover {
  background: #c96a00;
}

/* ── MAP ────────────────────────────────────────────────────────── */
.contatti-map-wrap {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.contatti-map-wrap iframe {
  display: block;
  width: 100%;
}

.contatti-address {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  font-style: normal;
  margin-bottom: 8px;
}

.contatti-map-link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ed7e00;
  text-decoration: none;
}

.contatti-map-link:hover {
  text-decoration: underline;
  color: #c96a00;
}



.contatti-title-section {
  padding: 70px 0;
}

.contatti-title-section .title-box h1 {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.contatti-title-section .title-box p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.dove-siamo-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contatti-section-label {
  color: #000;
  font-family: var(--nunito);
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 111.111%;
  text-transform: uppercase;
}

.contatti-whistleblowing-section {
  padding: 155px 0;
}

.contatti-section-label br {
  display: block !important;
}


.contatti-tab-link br {
  display: block;
}

.contatti-checks br {
  display: none;
}


.contatti-checks .wpcf7-list-item {

  margin: 0 0 0 0em;
}

.contatti-check-label label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
}

.contatti-field .wpcf7-form-control-wrap {

  width: 100%;
}

.contatti-field br {
  display: none;
}

.contatti-check-label label span.wpcf7-list-item-label {
  flex: 1;
}



.contatti-check-label a {

  display: unset;
}





/* ── RESPONSIVE ─────────────────────────────────────────────────── */



@media(min-width: 1441px) and (max-width: 1600px) {
  .contatti-section-label {

    font-size: 32px;

  }
}

@media(min-width: 1200px) and (max-width: 1440px) {
  .contatti-title-section .title-box h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .contatti-title-section .title-box p {

    font-size: 18px;

  }

  .contatti-section-label {
    font-size: 30px;

  }

  .dove-siamo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contatti-whistleblowing-section {
    padding: 50px 0;
  }

  .contatti-tab-link {

    font-size: 16px;

  }

  .contatti-title-section {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .contatti-section-inner {
    padding: 60px 50px;
    gap: 60px;
  }

  .contatti-label-col {
    flex: 0 0 180px;
  }

  .contatti-title {
    font-size: 42px;
  }


  .contatti-title-section .title-box h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .contatti-title-section .title-box p {

    font-size: 16px;

  }

  .contatti-section-label {
    font-size: 22px;

  }

  .dove-siamo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contatti-whistleblowing-section {
    padding: 50px 0;
  }

  .contatti-tab-link {

    font-size: 16px;

  }

  .contatti-title-section {
    padding: 50px 0;
  }

  .contatti-label {

    font-size: 14px;

  }

  .contatti-check-label {

    font-size: 16px;

  }


  .contatti-desc p {
    font-size: 14px;
  }


}

@media (max-width: 991px) {
  .contatti-section-inner {
    padding: 50px 30px;
    gap: 40px;
  }

  .contatti-label-col {
    flex: 0 0 160px;
  }

  .contatti-title {
    font-size: 36px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .contatti-row {
    flex-wrap: wrap;
  }

  .contatti-field {
    flex: unset;
    width: 100%;
  }

  .contatti-tabs-bar {
    top: 68px;
  }

}

@media (max-width: 767px) {
  .contatti-tabs-bar {
    position: static;
  }

  .contatti-tab-link {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 14px 8px;
  }

  .contatti-tab-link br {
    display: block;
  }

  .contatti-section-inner {
    flex-direction: column;
    padding: 40px 20px;
    gap: 24px;
  }

  .contatti-label-col {
    flex: none;
    width: 100%;
    padding-top: 0;
  }

  .contatti-title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .contatti-row,
  .contatti-row--3col {
    flex-direction: column;
    gap: 14px;
  }

  .contatti-field--addr,
  .contatti-field--city,
  .contatti-field--cap {
    flex: 1;
  }

  .contatti-title-section .title-box h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .contatti-title-section .title-box p {

    font-size: 16px;

  }

  .contatti-section-label {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .dove-siamo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contatti-whistleblowing-section {
    padding: 50px 0;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  .contatti-tab-link {
    width: 50%;
    flex: unset;
  }

  .contatti-title-section {
    padding: 50px 0;
  }

}

@media(max-width: 575px) {
  .contatti-tab-link {
    width: 100%;
    flex: unset;
  }
}

@media (max-width: 480px) {
  .contatti-section-inner {
    padding: 32px 16px;
  }

  .contatti-title {
    font-size: 28px;
  }

  .contatti-btn {
    width: 100%;
    text-align: center;
  }
}

/* CONTATTI PAGE  –  css end */


.cosa-facciamo-slider-main .swiper-slide .slide-bg .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.cosa-facciamo-slider-main .swiper-slide .slide-bg .video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
}

.cosa-facciamo-slider-main .scroll-down-box .text {
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  text-transform: uppercase;
}

.vimeo-video-slide .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
}

.vimeo-video-slide .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.vimeo-video-slide .slider-content-box .contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  height: 100vh;
  padding-bottom: 120px;
}

.vimeo-video-slide .slider-content-box .contant-wrapper h1 {
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 85px;
  text-transform: uppercase;
}

.cold-ironing-main {
  padding-top: 150px;
  padding-bottom: 50px;
}

.cold-ironing-main .title-box h2 {
  color: rgba(0, 0, 0, 0.80);
  font-family: "Nunito Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cold-ironing-main .title-box p,
.cold-ironing-prodotti .title-box p,
.cold-ironing-download .title-box p {
  color: #ED7E00;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}

.cold-ironing-main .iron-descriptions p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cold-ironing-prodotti {
  margin-bottom: 70px;
}

.cold-ironing-prodotti .product-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cold-ironing-prodotti .product-links ul li {
  margin-bottom: 11px;
}

.cold-ironing-prodotti .product-links ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: uppercase;
}

.cold-ironing-download {
  margin-bottom: 85px;
}

.cold-ironing-download .iron-download-description p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cold-ironing-download .iron-download-description .iron-download-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.cold-ironing-download .iron-download-description .iron-download-flex .single-download-box {
  flex: 0 0 calc(50% - 13px);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 7px;
  gap: 15px;
  border-bottom: 1px solid #E18E49;
  justify-content: space-between;
  align-items: end;

}

.cold-ironing-download .single-download-box .right-box {
  width: 120px;
}

.cold-ironing-download .single-download-box .right-box a {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.154px;

}

.cold-ironing-download .single-download-box .left-box {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: uppercase;
  flex: 1;
}

.cold-ironing-download .single-download-box .right-box a .download-icon {
  margin-bottom: -9px;
}


@media(min-width: 1366px) and (max-width: 1440px) {
  .vimeo-video-slide .slider-content-box .contant-wrapper {

    padding-bottom: 110px;
  }



  .vimeo-video-slide .slider-content-box .contant-wrapper h1 {
    font-size: 60px;
    line-height: normal;
  }

  .cold-ironing-main {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cold-ironing-main .title-box h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }



  .cold-ironing-main .iron-descriptions p,
  .cold-ironing-download .iron-download-description p {
    font-size: 18px;

  }

  .cold-ironing-main .iron-descriptions br {
    display: block !important;

  }

  .cold-ironing-main .title-box p,
  .cold-ironing-prodotti .title-box p,
  .cold-ironing-download .title-box p {
    margin-bottom: 15px;
    font-size: 20px;

  }

  .cold-ironing-prodotti {
    margin-bottom: 30px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex {

    margin-top: 25px;
  }

  .cold-ironing-download {
    margin-bottom: 50px;
  }


}

@media(min-width: 1200px) and (max-width: 1365px) {
  .vimeo-video-slide .slider-content-box .contant-wrapper {

    padding-bottom: 110px;
  }



  .vimeo-video-slide .slider-content-box .contant-wrapper h1 {
    font-size: 50px;
    line-height: normal;
  }

  .cold-ironing-main {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .cold-ironing-main .title-box h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }



  .cold-ironing-main .iron-descriptions p,
  .cold-ironing-download .iron-download-description p {
    font-size: 18px;

  }

  .cold-ironing-main .iron-descriptions br {
    display: block !important;

  }

  .cold-ironing-main .title-box p,
  .cold-ironing-prodotti .title-box p,
  .cold-ironing-download .title-box p {
    margin-bottom: 15px;
    font-size: 20px;

  }

  .cold-ironing-prodotti {
    margin-bottom: 30px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex {

    margin-top: 25px;
  }

  .cold-ironing-download {
    margin-bottom: 50px;
  }

  /* .cold-ironing-download .iron-download-description .iron-download-flex .single-download-box {
            flex: 0 0 100%;

        } */

}

@media(min-width: 992px) and (max-width: 1199px) {
  .vimeo-video-slide .slider-content-box .contant-wrapper {

    padding-bottom: 110px;
  }



  .vimeo-video-slide .slider-content-box .contant-wrapper h1 {
    font-size: 50px;
    line-height: normal;
  }

  .cold-ironing-main {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .cold-ironing-main .title-box h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }



  .cold-ironing-main .iron-descriptions p,
  .cold-ironing-download .iron-download-description p {
    font-size: 18px;

  }

  .cold-ironing-main .iron-descriptions br {
    display: block !important;

  }

  .cold-ironing-main .title-box p,
  .cold-ironing-prodotti .title-box p,
  .cold-ironing-download .title-box p {
    margin-bottom: 15px;
    font-size: 20px;

  }

  .cold-ironing-prodotti {
    margin-bottom: 30px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex {

    margin-top: 25px;
  }

  .cold-ironing-download {
    margin-bottom: 50px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex .single-download-box {
    flex: 0 0 100%;

  }

}

@media(min-width: 768px) and (max-width: 991px) {
  .vimeo-video-slide .slider-content-box .contant-wrapper {

    height: 70vh;
    padding-bottom: 90px;
  }



  .vimeo-video-slide .slider-content-box .contant-wrapper h1 {
    font-size: 40px;
    line-height: normal;
  }

  .cold-ironing-main {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .cold-ironing-main .title-box h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .cosa-facciamo-slider-main .swiper-slide .slide-bg .video-wrapper iframe {
    min-height: 70vh;
    min-width: 125vh;
  }

  .cold-ironing-main .iron-descriptions p,
  .cold-ironing-download .iron-download-description p {
    font-size: 16px;

  }

  .cold-ironing-main .iron-descriptions br {
    display: block !important;

  }

  .cold-ironing-main .title-box p,
  .cold-ironing-prodotti .title-box p,
  .cold-ironing-download .title-box p {
    margin-bottom: 15px;
    font-size: 18px;

  }

  .cold-ironing-prodotti {
    margin-bottom: 30px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex {

    margin-top: 25px;
  }

  .cold-ironing-download {
    margin-bottom: 50px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex .single-download-box {
    flex: 0 0 100%;

  }
}

@media(max-width: 767px) {
  .vimeo-video-slide .slider-content-box .contant-wrapper {

    height: 60vh;
    padding-bottom: 90px;
  }

  .vimeo-video-slide .slider-content-box .contant-wrapper h1 {
    font-size: 30px;
    line-height: normal;
  }

  .cold-ironing-main {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .cold-ironing-main .title-box h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .cosa-facciamo-slider-main .swiper-slide .slide-bg .video-wrapper iframe {

    min-width: 106.77vh;

  }

  .cold-ironing-main .iron-descriptions p,
  .cold-ironing-download .iron-download-description p {
    font-size: 16px;

  }

  .cold-ironing-main .iron-descriptions br {
    display: block !important;

  }

  .cold-ironing-main .title-box p,
  .cold-ironing-prodotti .title-box p,
  .cold-ironing-download .title-box p {
    margin-bottom: 15px;
    font-size: 18px;

  }

  .cold-ironing-prodotti {
    margin-bottom: 30px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex {

    margin-top: 25px;
  }

  .cold-ironing-download {
    margin-bottom: 50px;
  }

  .cold-ironing-download .iron-download-description .iron-download-flex .single-download-box {
    flex: 0 0 100%;

  }
}


/* prodotti page start from here  */

.prodotti-fixed-nav {
  background: #CBCBCB;
  margin-top: 20px;
  margin-bottom: 74px;
  position: sticky;
  top: 0px;
  /*z-index: 9999;*/
}

.prodotti-fixed-nav.sticky{
    z-index: 9999;
}

.prodotti-fixed-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 37px;
  row-gap: 15px;
  height: 100%;
}

.prodotti-fixed-nav ul a {
  color: #000;
  font-family: var(--nunito);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  padding: 16px 37px;

}

.prodotti-fixed-nav ul li.active {
  background: #E6E6E6;
}


.prodotti-fixed-nav ul li {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.prodotti-main .title-box h1 {
  color: rgba(0, 0, 0, 0.80);
  text-align: center;
  font-family: var(--nunito);
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  text-transform: uppercase;
  margin-bottom: 70px;
}


.prodotti-main .category-title-box h3 {
  color: #ED7E00;
  font-family: var(--nunito);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 37px;
  /*text-align: center;*/
}

.prodotti-main .product-category-wrapper {
  margin-bottom: 100px;
}

.prodotti-main .product-category-wrapper h4 {
  color: #000;
  font-family: var(--nunito);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 103.333%;
  text-transform: uppercase;
}

.product-category-wrapper .product-details-download p {
  color: #000;
  font-family: var(--nunito);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


.product-category-wrapper .product-details-download .description {
  margin-bottom: 20px;
}

.product-details-download .single-download-wrapper a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #E18E49;
  transition: 0.3s ease-in-out;

}


.product-details-download .single-download-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.product-details-download .single-download-wrapper .left-box {
  flex: 1;
}

.product-details-download .single-download-wrapper .left-box .product-name {
  color: #000;
  font-family: var(--nunito);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.product-details-download .single-download-wrapper a:hover .product-name {
  color: #ED7E00;
}

.product-details-download .single-download-wrapper .right-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  width: 122px;
}

.product-details-download .single-download-wrapper .right-box img {
  width: 34px;
  height: 37.212px;
}

.product-details-download .single-download-wrapper .right-box .download-text {
  color: #000;
  text-align: center;
  font-family: var(--nunito);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.product-details-download .single-download-wrapper a:hover .download-text {
  color: #ED7E00;
}

.product-category-wrapper .single-category-row {
  margin-bottom: 90px;
}

.product-category-wrapper .single-category-row:last-child {
  margin-bottom: 0;
}

.single-category-slider-wrapper .swiper {
  width: 100%;
  height: 100%;
}

.single-category-slider-wrapper .swiper .image-box {

  aspect-ratio: 25 / 16;
}

.single-category-slider-wrapper .swiper .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-category-wrapper .single-category-row.has-image-row .single-download-wrapper .left-box .product-name {

  font-size: 14px;

}

.single-category-slider-wrapper .swiper .swiper-button-next {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.single-category-slider-wrapper .swiper .swiper-button-prev {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.single-category-slider-wrapper .swiper .swiper-button-next::after {
  display: none;
}

.single-category-slider-wrapper .swiper .swiper-button-prev::after {
  display: none;
}

.has-image-row .product-details-download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.main-header.normal-header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}


/*section.prodotti-fixed-nav.sticky {*/
/*    position: fixed;*/
/*    top: 60px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
/*}*/



@media(min-width: 1201px) and (max-width: 1440px) {
  .prodotti-main .title-box h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .prodotti-main .category-title-box h3 {

    font-size: 35px;
    margin-bottom: 30px;

  }

  .prodotti-main .product-category-wrapper h4 {
    font-size: 18px;

  }

  .product-category-wrapper .product-details-download p {
    font-size: 16px;
  }

  .product-details-download .single-download-wrapper .left-box .product-name {
    font-size: 14px;

  }

  .product-details-download .single-download-wrapper .right-box img {

    height: 29.212px;
  }

  .product-details-download .single-download-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-category-wrapper .single-category-row {
    margin-bottom: 60px;
  }

  .single-category-slider-wrapper {
    margin-top: 30px;
  }

  .prodotti-main .product-category-wrapper {
    margin-bottom: 50px;
  }

  .prodotti-fixed-nav ul a {
    font-size: 18px;
    padding: 20px 11px;
  }

  .prodotti-fixed-nav {

    margin-bottom: 50px;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  .prodotti-main .title-box h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .prodotti-main .category-title-box h3 {

    font-size: 25px;
    margin-bottom: 25px;

  }

  .prodotti-main .product-category-wrapper h4 {
    font-size: 18px;

  }

  .product-category-wrapper .product-details-download p {
    font-size: 16px;
  }

  .product-details-download .single-download-wrapper .left-box .product-name {
    font-size: 14px;

  }

  .product-details-download .single-download-wrapper .right-box img {

    height: 29.212px;
  }

  .product-details-download .single-download-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-category-wrapper .single-category-row {
    margin-bottom: 50px;
  }

  .single-category-slider-wrapper {
    margin-top: 30px;
  }

  .prodotti-main .product-category-wrapper {
    margin-bottom: 50px;
  }

  .prodotti-fixed-nav ul a {
    font-size: 16px;
    padding: 20px 11px;
  }

  .prodotti-fixed-nav {

    margin-bottom: 50px;
  }
  
  .prodotti-fixed-nav ul a br{
      display: block;
  }
}

@media(min-width: 768px) and (max-width: 991px) {

  .prodotti-main .title-box h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .prodotti-main .category-title-box h3 {

    font-size: 25px;
    margin-bottom: 25px;

  }

  .prodotti-main .product-category-wrapper h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product-category-wrapper .product-details-download p {
    font-size: 16px;
  }

  .product-details-download .single-download-wrapper .left-box .product-name {
    font-size: 14px;

  }

  .product-details-download .single-download-wrapper .right-box img {

    height: 29.212px;
  }

  .product-details-download .single-download-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-category-wrapper .single-category-row {
    margin-bottom: 40px;
  }

  .single-category-slider-wrapper {
    margin-top: 30px;
  }

  .prodotti-main .product-category-wrapper {
    margin-bottom: 50px;
  }

  .prodotti-fixed-nav ul a {
    font-size: 16px;
    padding: 16px 11px;
  }

  .prodotti-fixed-nav {

    margin-bottom: 50px;
  }
.prodotti-fixed-nav ul a br{
    display: block;
}


}

@media(max-width: 767px) {


  .prodotti-main .title-box h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .prodotti-main .category-title-box h3 {

    font-size: 25px;
    margin-bottom: 25px;

  }

  .prodotti-main .product-category-wrapper h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product-category-wrapper .product-details-download p {
    font-size: 16px;
  }

  .product-details-download .single-download-wrapper .left-box .product-name {
    font-size: 14px;

  }

  .product-details-download .single-download-wrapper .right-box img {

    height: 29.212px;
  }

  .product-details-download .single-download-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-category-wrapper .single-category-row {
    margin-bottom: 40px;
  }

  .single-category-slider-wrapper {
    margin-top: 30px;
  }

  .prodotti-main .product-category-wrapper {
    margin-bottom: 50px;
  }
}


@media(min-width: 576px) and (max-width: 767px) {
  .prodotti-fixed-nav ul li {
    height: auto;

  }

  .prodotti-fixed-nav ul a {
    font-size: 16px;
    padding: 16px 10px;
  }

  .prodotti-fixed-nav ul {

    column-gap: 12px;
    row-gap: 6px;
    height: auto;
  }

  .prodotti-fixed-nav {
    margin-bottom: 50px;


  }
  
  
 
 
  
}

@media(max-width: 575px) {
  .prodotti-fixed-nav ul li {
    height: auto;

  }

  .prodotti-fixed-nav ul a {
    font-size: 16px;
    padding: 6px 10px;
  }

  .prodotti-fixed-nav ul {

    column-gap: 12px;
    row-gap: 6px;
    height: auto;
  }

  .prodotti-fixed-nav {
    margin-bottom: 50px;
    padding: 10px 0;


  }
  

  
}





/* prodotti page ends here  */


/* --- Hero slider: CTA button on title-left-aligned slides (added 2026-08-26) --- */
@media (min-width: 1400px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 20px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box .slider-btn a:hover {
  background: linear-gradient(97deg, #dd5100 52.5%, #ed7e00 97.05%);
}
/* --- end hero slider CTA button --- */


/* Fix 2026-09-11: mappa "Esplora i nostri prodotti" - label hover su una sola riga, linea che termina sulla label */
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  white-space: nowrap !important;
  max-width: none !important;
  min-width: 0 !important;
  width: max-content !important;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item::after,
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item::after {
  display: none !important;
}
/* la lunghezza della linea viene calcolata da script.js (--me-line) e termina sul bordo esterno della label */
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot::before,
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot::before {
  width: var(--me-line, 2000px);
}
@media (max-width: 1440px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
    font-size: 15px;
  }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item { right: 101% !important; }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { left: 101% !important; }
}
/* Responsive (fix 2026-09-11 v2): mappa più stretta e label più piccole sotto i 1200px, così le label restano su una riga dentro la pagina */
@media (max-width: 1200px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 54%; }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { font-size: 14px; }
}
@media (max-width: 991px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 50%; }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { font-size: 13px; }
}
@media (max-width: 850px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 48%; }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { font-size: 12px; }
}
@media (max-width: 767px) {
  /* su mobile le label a destra vengono nascoste come quelle a sinistra (si usa la legenda numerata) */
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { display: none !important; }
}
/* v3: se una label non entra nel margine, viene spostata verso la mappa (classe me-shifted) e resa leggibile con uno sfondo */
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item.me-shifted,
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item.me-shifted {
  background: rgba(255, 255, 255, 0.92);
  padding: 0 6px;
  border-radius: 3px;
  z-index: 10;
}
/* v4 (2026-09-11): dimensione label in vw con clamp(), così le label entrano SEMPRE nel margine accanto alla mappa anche senza JS */
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  font-size: clamp(15px, 1.05vw, 18px) !important;
}
/* label sempre subito accanto alla mappa, a tutte le larghezze */
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item { right: 101% !important; }
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { left: 101% !important; }
@media (max-width: 1440px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 56%; }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { font-size: clamp(11px, 1.2vw, 15px) !important; }
}
@media (max-width: 1200px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 54%; }
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item { font-size: clamp(11px, 1.2vw, 14px) !important; }
}
@media (max-width: 991px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 50%; }
}
@media (max-width: 850px) {
  .esploara-nostri-main .image-pointer-wrapperr { width: 46%; }
}
/* v5 (2026-09-11): su desktop le icone dei pointer sono sempre visibili; testo e linea compaiono solo al passaggio del mouse */
@media (min-width: 768px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot img,
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot img {
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* il pallino arancione resta come area di hover ma non si vede */
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .orange_point {
    opacity: 0 !important;
  }
}
/* --- end fix label mappa --- */