/*
Theme Name: K Theme
Theme URI: https://skriba.cloud/themes/k-theme
Author: Skriba
Author URI: https://skriba.cloud
Description: Custom starter theme used by Skriba for tailored WordPress builds.
Version: 2.4.0
Text Domain: k_theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --red: #CE000E;
  --darkgray: #2F3634;
  --gray: #888888;
  --lightgray: #EFEFEF;
}

@font-face {
  font-family: "Funnel";
  src: url(./fonts/FunnelDisplay-VariableFont_wght.ttf) format("truetype");
}

html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: 'Funnel', sans-serif;
  background-color: white;
  position: relative;
  color: black;
}

body p:empty:before {
  content: none;
}

body p:empty {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h1 {
  font-weight: 600;
  font-size: calc(1.8rem + 0.8vw);
}

h2 {
  font-size: 2.4rem;
}

h3 {}

h4 {}

a {
  color: var(--red);
  text-decoration: none;

}

a:hover {
  color: var(--red);
}

a:focus,
a:hover {
  text-decoration: none;
}

span.wpcf7-list-item {
  margin: 0;
}

div.wpcf7 {
  text-align: center;
}

label.accetta {
  font-family: 'Funnel';
  font-weight: 400;
  color: black;
  font-size: 0.8rem;
}

label.accetta a {
  color: var(--red);
}

label.accetta a:hover {}

input:focus,
textarea:focus {
  outline-offset: 0;
  outline: 0;
}

.preloader {
  background-color: var(--red);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
}

.preloader.out {
  height: 0;
  width: 0;
  -webkit-transition: height cubic-bezier(.29, .78, .31, .95) .5s, bottom ease-in 0.3s;
  -o-transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
  transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
}

.standard .content {
  padding-top: 50px;
  padding-bottom: 80px;
}

.standard .content h2,
.standard .content h3,
.standard .content h4 {
  text-align: inherit;
  text-transform: inherit;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* buttòn */

button {}


/* form */

label {
  font-family: 'Funnel', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: lowercase;
  color: #706f6f;
  width: 100%;
}

input {
  max-width: 100%;
  font-size: 0.9rem;
  font-family: 'Funnel';
  margin-top: 10px;
  border: 0;
  padding: 10px;
  background-color: white;
  color: black;
  width: 100%;
}

textarea {
  width: 100%;
  border: 0;
  font-size: 0.9rem;
  font-family: 'Funnel';
  padding: 10px;
  margin-top: 10px;
  background-color: white;
  color: black;
}

input[type=checkbox] {
  width: auto;
}

input[type=submit] {
  background-color: var(--red);
  color: white;
  font-weight: 500;
  font-size: 0.8rem;
  float: right;
  padding: 8px 15px;
  margin-top: 0;
  font-family: 'Funnel', sans-serif;
  width: fit-content;
}

.flexslider {
  border: 0;
}

/* colours */

.white {
  background-color: white;
  color: black;
}

.black {
  background-color: black;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.flex-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.evidenza {
  width: 100%;
  height: 30vw;
}

.clearfix {
  clear: both;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.relative {
  position: relative;
}

.main {
  padding-top: 80px;
}

.loop {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* Menu icon css */

#nav-icon1 {
  width: 35px;
  height: 25px;
  position: relative;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 6px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--red);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  right: 20px;
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*-------------------*/

/* header */

.top {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.top.scroll {
  background-color: white;
}

.logo-top-head {
  max-width: 230px;
  bottom: 20px;
  position: relative;
}

.header-container {
  padding-top: 35px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.header-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background-color: var(--red);
  z-index: -1;
}

/* menu */

.menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 47px;
}

.main-menu a {
  color: white;
  font-size: 1rem;
  font-family: 'Funnel', sans-serif;
  font-weight: 400;
}

.main-menu .current-menu-item a {
  color: white;
}

.menu nav.menu-contain {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-end: 0;
  margin-block-start: 0;
  height: 100%;
}

.menu li {
  height: 100%;
  background-color: var(--red);
  padding: 10px;
}

.menu li.current_page_item,
.menu li:hover {
  height: 100%;
  background-color: var(--darkgray)
}

.menu li:not(:last-child) {
  margin-right: 3vw;
}

.menu-mobile {
  display: none;
}

/* home */

.home video.hero-video__el {
  width: 100%;
  position: relative;
  z-index: 2;
}

.home .punti-forza {
  background-color: var(--lightgray);
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: 80px;
}

.home .frase-home {
  margin-top: 150px;
  margin-bottom: 150px;
}

.home .frase-home #testo-animato {
  width: 450px;
}

.home .frase-home .descrizione-frase {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  padding-left: 120px;
}

.home .frase-home .descrizione-frase:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--lightgray);
  z-index: -1;
  width: 300%;
  height: 200%;
}

.home .frase-home .descrizione-frase a {
  font-weight: 500;
  border-bottom: 1px solid var(--red);
}

.title {
  background-color: var(--red);
  color: white;
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
  margin-bottom: 30px;
}

/* azienda */

.azienda .heading h1,
.attrezzature .heading h1,
.servizi .heading h1,
.progetti .heading h1 {
  text-align: center;
  color: white;
  background-color: var(--red);
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 60px;
}

.azienda .immagine-azienda {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

.azienda .mission {
  margin-bottom: 100px;
}

.azienda .frase {
  padding-top: 100px;
  padding-bottom: 100px;
  color: var(--red);
  font-size: calc(1.2rem + 1vw);
  font-weight: 500;
  line-height: calc(1.7rem + 1vw);
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.azienda .frase:before {
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -50%;
  background-color: var(--lightgray);
  z-index: -1;
  width: 200%;
  height: 150%;
}

.azienda .testo {
  color: white;
  padding: 50px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.azienda .testo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--gray);
  z-index: -1;
  width: 200%;
  height: 100%;
}

.azienda .storia {
  background-color: var(--lightgray);
  padding-top: 50px;
  padding-bottom: 80px;
}

.azienda .storia .timeline-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 5vw, 80px);
  border-bottom: 1px solid var(--red);
  margin-bottom: 50px;
}

.azienda .storia .timeline-year {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 4px solid transparent;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: all .2s ease;
}

.azienda .storia .timeline-year.is-active {
  color: #d61a1a;
  border-bottom-color: #d61a1a;
}

.azienda .storia .timeline-panel {
  display: none;
}

.azienda .storia .timeline-panel.is-active {
  display: block;
}

.azienda .storia .immagine {
  width: 100%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

.azienda .numeri {
  padding-top: 120px;
  padding-bottom: 120px;
}

.azienda .numeri h4 {
  color: var(--red);
}

.azienda .valori {
  background-color: var(--lightgray);
  padding-top: 80px;
  padding-bottom: 80px;
}

/* attrezzature */

.attrezzature .loop .servizio {
  margin-bottom: 30px;
  background-color: var(--lightgray);
}

.attrezzature .loop .servizio:hover {
  background-color: var(--red);
  color: white;
}

.attrezzature .loop .servizio .immagine {
  height: 200px;
  width: 100%;
}

.attrezzature .loop .servizio .tasto {
  padding: 20px 0px;
  color: black;
  font-weight: 500;
  font-size: calc(1.1rem + 0.2vw);
}

.attrezzature .loop .servizio:hover .tasto {
  color: white;
}

.attrezzature .heading .descrizione,
.servizi .heading .descrizione {
  margin: 10px auto;
  max-width: 70%;
  text-align: center;
  font-weight: 500;
  font-size: calc(1.1rem + 0.1vw);
}

.attrezzature .loop-attrezzature {
  padding-top: 80px;
  padding-bottom: 80px;
}

.attrezzature .loop-attrezzature .prodotto {
  margin-bottom: 80px;
}

.attrezzature .loop-attrezzature .prodotto .dettagli {
  position: relative;
  z-index: 1;
  padding: 20px;
  padding: 40px 50px;
}

.attrezzature .loop-attrezzature .prodotto .dettagli:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lightgray);
  z-index: -1;
  width: 150%;
  height: 100%;
}

.attrezzature .loop-attrezzature .prodotto .dettagli h3 {
  color: var(--red);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--red);
  width: 100%;
  font-size: calc(1.5rem + 0.5vw);
  font-weight: 500;
}

.attrezzature .loop-attrezzature .prodotto .dettagli .contenuto {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--red);
}

.attrezzature .loop-attrezzature .prodotto .dettagli .elenco-specifiche {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--red);
}

.attrezzature .loop-attrezzature .prodotto .dettagli .specifiche {
  font-size: 0.9rem;
}

.attrezzature .loop-attrezzature .prodotto .dettagli .specifiche strong {
  color: var(--red);
}

.attrezzature .loop-attrezzature .prodotto .galleria {
  width: 100%;
}

.attrezzature .loop-attrezzature .prodotto .galleria .slides {
  height: 350px;
}

.attrezzature .loop-attrezzature .prodotto .galleria .slides li {
  height: 350px;
}

.attrezzature .loop-attrezzature .prodotto .galleria .slides li {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.attrezzature .loop-attrezzature .prodotto .dettagli .scheda {
  margin-top: 40px;
}

.attrezzature .loop-attrezzature .prodotto .dettagli .scheda button {
  color: white;
  border: 0;
  background-color: var(--darkgray);
  font-weight: 600;
  padding: 6px 15px;
}

/* servizi */

.servizi .servizio {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.servizi .loop-servizi {
  padding-top: 80px;
  padding-bottom: 80px;
}

.servizi .servizio:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50vw;
  background-color: var(--lightgray);
  z-index: -1;
  width: 110vw;
  height: calc(100% + 100px);
}

.servizi .container-servizio {
  margin-bottom: 180px;
}

.servizi .servizio h2 {
  color: var(--red);
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--red);
  width: 100%;
  font-size: calc(1.5rem + 0.5vw);
  font-weight: 500;
}

.servizi .servizio h3 {
  font-size: calc(1.1rem + 0.3vw);
  margin-bottom: 5px;
  margin-top: 20px;
}

.servizi .servizio p {
  padding-right: 10%;
}

.servizi .loop-servizi .immagine {
  width: 100%;
  height: 450px;
  z-index: 2;
  position: relative;
}

.servizi .container-servizio .container-vantaggi {
  margin-top: 100px;
  z-index: 1;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.servizi .container-servizio .container-vantaggi:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: var(--lightgray);
  z-index: -1;
  width: 200vw;
  height: 100%;
}

.servizi .container-vantaggi .frase {
  background-color: var(--red);
  color: white;
  font-weight: 600;
  font-size: calc(1.5rem + 0.6vw);
  padding: 15px 30px;
  line-height: calc(1.8rem + 0.6vw);
  max-width: 80%;
}

.servizi .container-vantaggi h3 {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: calc(1rem + 0.1vw);
}

.servizi .container-vantaggi .vantaggio {
  margin-bottom: 20px;
}

.servizi .container-vantaggi .vantaggio .icona {
  border: 1px solid var(--red);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 130px;
  width: 100%;
}

/* progetti */

.progetto .heading .background {
  width: 100%;
  height: 500px;
}

.progetto .dettagli-progetto {
  background-color: var(--lightgray);
  padding-top: 50px;
  padding-bottom: 50px;
}

.progetto .dettagli-progetto h1 {
  color: var(--red);
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--red);
  font-size: calc(1.8rem + 0.5vw);
  font-weight: 500;
}

.progetto .dettagli-progetto .dettagli {
  padding-right: 35%;
}

.progetto .dettagli-progetto .dettagli p {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--gray);
  color: var(--red);
  padding-bottom: 5px;
}

.progetto .dettagli-progetto .dettagli p strong {
  color: black;
}

.progetto .galleria {
  padding-top: 50px;
  padding-bottom: 50px;
}

.progetto .galleria .the-gallery .image-progetto {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* contatti */

.contatti .top-contatti {
  background-color: var(--lightgray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contatti h1 {
  text-align: center;
  color: white;
  background-color: var(--red);
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
  margin-bottom: 30px;
}

.contatti div#italia {
  padding-left: 80px;
  padding-right: 80px;
  height: 580px;
}

.contatti h3 {
  color: var(--red);
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--red);
  font-weight: 500;
}

.contatti .bottom-contatti {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contatti .bottom-contatti .form {
  background-color: var(--lightgray);
  padding: 50px;
  padding: 50px 100px;
  color: black;
}

.contatti .bottom-contatti h4 {
  color: var(--red);
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--red);
  font-size: calc(1rem + 0.3vw);
  text-align: inherit;
}

.contatti .bottom-contatti .dati {
  padding-top: 55px;
}

.contatti .bottom-contatti .dati strong,
.contatti .bottom-contatti .dati b {
  color: var(--red);
}

.contatti .bottom-contatti .dati a {
  color: inherit;
  text-decoration: underline;
}

/* footer */

footer {
  background-color: var(--lightgray);
  color: black;
  z-index: 2;
  position: relative;
}

.footer p {
  margin-bottom: 0;
}

.footer .footer-dati {
  padding-top: 15px;
  padding-bottom: 15px;
  color: black;
}

.footer a {
  color: black;
  text-decoration: underline;
}

.footer .logo-footer {
  max-width: 200px;
}

.footer .logo-footer .log1,
.footer .logo-footer .log2,
.footer .logo-footer .log3,
.footer .logo-footer .log4 {
  fill: white;
}

.footer .footer-bottom {
  background-color: var(--darkgray);
  padding: 10px 0;
}

.footer .footer-bottom p {
  color: white;
  text-align: center;
  font-size: 0.85rem;
}

.footer .footer-bottom a {
  color: white;
  text-decoration: underline;
}

.footer .footer-social {
  display: flex;
  justify-content: flex-end;
}

.footer .footer-social .social {
  margin-right: 10px;
}

.footer .footer-social .social .icon {
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* boxed */

.boxed {
  padding-top: 20px;
}

.boxed .box {
  color: white;
  padding: 40px 120px;
  display: inline-flex;
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--red);
}

.boxed .box button {
  margin-top: 0;
  background-color: var(--darkgray);
  color: white;
  font-weight: 600;
  border: 0;
  padding: 8px 20px;
}

.boxed .box button:before {
  content: '';
  display: block;
}

.boxed .box h5 {
  font-size: calc(1.3rem + 0.5vw);
  max-width: 65%;
  min-width: 0;
  font-weight: 600;
}

.boxed .box a {
  display: block;
}

/* media queries incasinate */

@media (max-width: 1399.98px) {}


@media (max-width: 1199.98px) {

  #nav-icon1 {
    z-index: 100;
  }

  .menu-mobile .menu-contain>ul>li>a {
    padding: 15px 0;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 6rem;
  }


  .menu .sub-menu {
    left: auto;
    transform: none;
    z-index: 1000;
    width: 75%;
    margin: 0 auto;
    background-color: white;
  }

  .menu nav>ul>li {
    height: auto;
  }

  .menu ul {
    display: block;
    float: none;
  }

  .menu-mobile {
    z-index: 0;
    position: fixed;
    top: 1vw;
    padding-top: 30vw;
    right: 1vh;
    ;
    width: 0;
    height: 0;
    background: -webkit-linear-gradient(bottom, rgba(100, 221, 23, 1) 0%, rgba(0, 0, 0, 1) 46%);
    background: -o-linear-gradient(bottom, rgba(100, 221, 23, 1) 0%, rgba(0, 0, 0, 1) 46%);
    background: linear-gradient(to top, rgba(100, 221, 23, 1) 0%, rgba(0, 0, 0, 1) 46%);
    ;
    transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1), width 600ms cubic-bezier(0.23, 1, 0.32, 1), border-radius 600ms cubic-bezier(0.23, 1, 0.32, 1), top 600ms cubic-bezier(0.23, 1, 0.32, 1), right 600ms cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
    border-radius: 50%;
  }

  .menu-mobile.menu-ham {
    display: block;
    z-index: 99;
    transition: height 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), width 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), border-radius 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), top 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), right 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    height: 100%;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
  }

  .menu-contain .main-menu li,
  .menu-contain .main-menu .sub-menu li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .menu-contain .main-menu .sub-menu {
    display: block;
  }

  .main-menu ul {
    position: relative;
  }

}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
  .azienda .storia .timeline-nav {
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .azienda .storia .timeline-year {
    font-size: 18px;
  }

  .azienda .storia .immagine {
    min-height: 220px;
    margin-bottom: 20px;
  }

  .boxed .box a {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {}