h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
body {
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1254px;
  }
}
.container-fluid {
  max-width: 1328px;
  margin: 0 auto;
}
button:focus,
button:active,
button:visited {
  outline: none;
  border: none;
}

h1 {
  font-size: 80px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1.1;
  padding: 0 14px;
  /* margin-bottom: 20px; */
}
h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.2;
  /* margin-bottom: 20px; */
  padding: 0 14px;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.btn-transparent {
  background: transparent;
  border: 2px solid black;
  border-radius: 100vh;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  background: white;
}
.btn-transparent:hover {
  background: black;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 1370px) {
  .modular-platform .btn-transparent {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
  }
}
/* Home */

/* Map Header Home */
.header-home {
  background-size: cover;
  background-position: center center;
  /* padding: 150px 0; */
  /* height: calc(100vh - 340px); */
}
@media screen and (min-width: 992px) {
  .header-row {
    align-content: center;
    justify-content: center;
    height: 100%;
  }
  .header-home {
    height: calc(100vh - 340px);
  }
}
.header-home .btn-black {
  padding: 16px 24px;
  font-size: 16px;
}
.wrap-header-laptop {
  position: relative;
}
.wrap-header-laptop .laptop-arrow {
  position: absolute;
  left: 50%;
  top: 77%;
  transform: translate(-50%, -50%);
  width: 300px;
  animation: LeftRightArrow 1.5s ease-in-out infinite;
}
.wrap-header-laptop .laptop-arrow.laptop-arrow-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  animation: UpDownArrow 1.5s ease-in-out infinite;
}
@keyframes LeftRightArrow {
  0%,
  100% {
    transform: translate(-60%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
}
@keyframes UpDownArrow {
  0%,
  100% {
    transform: translate(-50%, -60%);
  }
  50% {
    transform: translate(-50%, -40%);
  }
}
/* END Map Header Home */
#header_video {
  width: 100%;
}
.flexibility-section {
  margin: 100px 0 160px 0;
}
.flexibility-section img {
  padding: 60px 0 104px 0;
}
#flexibility_group button {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  padding: 14px;
  border-radius: 20px;
  width: 100%;
  border: none;
  background: #d9d9d9;
  transition: 0.3s all ease-in-out;
  color: black;
}
#flexibility_group button:hover,
#flexibility_group button[aria-expanded="true"] {
  background: #075bd4;
  color: white;
}
.flexibility-content {
  margin: 30px 0 0 0;
}
.flexibility-details h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.flexibility-details p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.nav-spacer {
  padding-bottom: 100px;
}
.accordion .card-header {
  transition: 0.3s all ease-in-out;
}
.accordion .card-header:hover {
  transform: scale(1.03);
}
.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f111";
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translate(0, -50%);
  color: #075bd4;
  transition: 0.3s all ease-in-out;
}

.accordion .card-header.collapsed:after {
  content: "\f111";
  color: #fff;
}
.accordion .card-header:hover:after {
  color: #075bd4;
}
#accordion p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
.wrap-modular-platform {
  position: relative;
  height: 800px;
  margin-top: 80px;
  width: 1140px;
  margin: 0 auto;
}
.wrap-modular-platform img {
  position: absolute;
}
.wrap-modular-platform img.modular-img-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: -24%;
  top: -3%;
  right: 0;
  text-align: center;
}
.wrap-modular-platform img.modular-img-2 {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  left: 41%;
  right: 0;
  text-align: center;
}
.wrap-modular-platform img.modular-img-3 {
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 25%;
  text-align: center;
}
.wrap-modular-platform img.modular-img-4 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: -45%;
  top: 31%;
  right: 0;
  text-align: center;
}
.modular-platform h2 {
  margin-top: 120px;
  text-align: center;
}
.wrap-modular-platform img.modular-img-mobile {
  display: none;
}

.smart-city-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .accordion {
    max-width: 1088px;
    margin: 0 auto;
  }
}

.accordion .card-header {
  padding: 20px 48px;
  cursor: pointer;
  background: black;
  border: none;
  position: relative;
  color: white;
  margin-bottom: 8px;
  border-radius: 20px;
}
.accordion a.card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
.accordion .card-header img {
  margin-right: 20px;
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion .card-body {
  padding: 0;
}
.benefits-text-wrap {
  padding: 16px 16px 24px 16px;
}

footer {
  background-color: black;
  padding: 16px 0;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
footer ul li {
  padding: 20px 16px;
  position: relative;
}
footer ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  right: -2.5px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
footer ul li a {
  color: white;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
footer ul li a:hover {
  color: #075bd4;
  text-decoration: none;
}
footer ul li:last-child::after {
  content: none;
}
.wrap-social-footer {
  display: flex;
}
.wrap-social-footer a {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  color: black;
  font-size: 26px;
  transition: 0.3s all ease-in-out;
}
.wrap-social-footer a:hover {
  background: #075bd4;
  color: white;
  text-decoration: none;
}
.align-social-footer {
  display: flex;
  align-items: center;
  justify-content: end;
}
.copyright-footer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 12px;
  text-align: center;
  color: white;
}

/* END Home */

/* Contact */
.contact-page {
  padding: 120px 0 120px 0;
  background-image: url("../img/Footer_Image.png");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  height: 100vh;
}

.contact-page p {
  font-weight: 300;
}
.contact-form-wrap p {
  margin-bottom: 0;
}

.contact-box input,
.contact-box textarea {
  width: 100%;
  border: 0.8px solid #8d8d8d;
  background-color: white;
  color: #414042;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 40px 16px 72px;
  line-height: 1.3;
}
.contact-box textarea {
  padding: 16px 40px;
}
.contact-box input::placeholder,
.contact-box textarea::placeholder {
  color: #414042;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-box input:focus,
.contact-box input:visited,
.contact-box input:focus-visible,
.contact-box textarea:focus,
.contact-box textarea:focus-visible,
.contact-box textarea:visited {
  outline: none;
}
.contact-box input {
  border-radius: 5px;
}
.contact-box textarea {
  height: 200px;
  border-radius: 5px;
}
.contact-box label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  display: block;
  /* margin-top: 20px; */
  opacity: 0;
}
.contact-box br {
  display: none;
}
.contact-box .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.contact-box .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px;
  border: none;
  font-size: 14px;
  outline: none;
  text-align: center;
  margin-top: 10px;
}
.contact-box .wpcf7-spinner {
  display: none;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact-box .wpcf7-submit {
  background: black;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 60px 20px 40px;
  line-height: 1;
  display: inline-block;
  border-radius: 100vh;
  margin: 0 auto;
  height: 77px;
  transition: 0.3s all ease-in-out;
}
.submit-wrap {
  position: relative;
  display: inline-block;
  margin-top: 64px;
}
.submit-wrap i {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 24px;
  transform: translate(0, -50%) rotate(-45deg);
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.contact-box .wpcf7-submit:hover {
  background: #075bd4;
}
.name-wrap,
.company-input-wrap,
.role-wrap,
.subject-wrap,
.email-wrap {
  position: relative;
}
.name-wrap:after {
  content: "";
  position: absolute;
  background-image: url("../img/user_icon_contact.svg");
  width: 24px;
  height: 24px;
  top: 18px;
  left: 40px;
}
.email-wrap:after {
  content: "";
  position: absolute;
  background-image: url("../img/mail_icon_contact.svg");
  width: 24px;
  height: 24px;
  top: 18px;
  left: 40px;
}
.company-input-wrap:after {
  content: "";
  position: absolute;
  background-image: url("../img/company-icon.svg");
  width: 22px;
  height: 22px;
  top: 18px;
  left: 40px;
}
.role-wrap:after {
  content: "";
  position: absolute;
  background-image: url("../img/position-icon.svg");
  width: 22px;
  height: 22px;
  top: 18px;
  left: 40px;
}
.subject-wrap:after {
  content: "";
  position: absolute;
  background-image: url("../img/subject-icon.svg");
  width: 22px;
  height: 22px;
  top: 18px;
  left: 40px;
}
/* END Contact */

/* Modules */
.header-modules {
  position: relative;
}
.header-modules .models-trash-bin {
  position: absolute;
  top: 5%;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  animation: fadeInTopModules 2s 1.2s forwards,
    UpDownTrashcan 1.6s 1.3s ease-in-out infinite;
  opacity: 0;
}
.header-modules .models-circle {
  position: absolute;
  top: 20%;
  width: 50%;
  left: 48%;
  transform: translate(-50%, 0);
  animation: fadeInBotModules 2s 0.9s forwards, Scale 2s 1s ease-in-out infinite;
  opacity: 0;
}
@keyframes fadeInTopModules {
  0% {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInBotModules {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes Scale {
  0%,
  100% {
    transform: translate(-50%, 0) scale(1.02);
  }
  50% {
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes UpDownTrashcan {
  0%,
  100% {
    transform: translate(-50%, -20px);
  }
  50% {
    transform: translate(-50%, 0);
  }
}
.characteristics-section h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.wrap-box-solutions {
  padding: 24px;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 27px 0px;
  border-top: 4px solid black;
}
.font-700 {
  font-weight: 700 !important;
}
.wrap-box-solutions p.subtitle-paragraph {
  margin: 24px 0;
}
.modules-header {
  background-image: url("../img/Module_bk_image_map.png");
  background-size: cover;
  background-position: center center;
  padding: 150px 0;
}
/* END Modules */

.gap-160 {
  margin-bottom: 160px;
}
body .gap-64 {
  margin-bottom: 64px;
}
.gap-20 {
  margin-bottom: 16px;
}
.subtitle-paragraph {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 750px;
  margin: 0 auto;
}
/* Car Kits */

.wrap-car {
  position: relative;
}
.kit-item {
  position: absolute;
  width: 220px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.kit-item:hover {
  transform: translateY(-20px);
}
/* kit 1 */
.kit-item-1 {
  left: 1%;
  top: 51%;
}
.kit-item-2 {
  left: 7%;
  top: 20%;
}
.kit-item-3 {
  left: 29%;
  top: 3%;
}
.kit-item-4 {
  right: 29%;
  top: 3%;
}
.kit-item-5 {
  right: 6%;
  top: 21%;
}
.kit-item-6 {
  right: 1%;
  top: 53%;
}
/* kit 2 */
.kit-item-7 {
  left: 1%;
  top: 61%;
}
.kit-item-8 {
  left: 5%;
  top: 32%;
}
.kit-item-9 {
  left: 18%;
  top: 8%;
}
.kit-item-10 {
  right: 42%;
  top: 3%;
}
.kit-item-11 {
  right: 23%;
  top: 6%;
}
.kit-item-12 {
  right: 5%;
  top: 24%;
}
.kit-item-13 {
  right: 1%;
  top: 57%;
}
/* kit 3 */
.kit-item-14 {
  left: 1%;
  top: 33%;
}
.kit-item-15 {
  left: 18%;
  top: 9%;
}
.kit-item-16 {
  left: 41%;
  top: 3%;
}
.kit-item-17 {
  right: 19%;
  top: 7%;
}
.kit-item-18 {
  right: 2%;
  top: 32%;
}

.kit-description {
  background: white;
  border-radius: 20px;
  padding: 20px 20px 4px 20px;
  color: black;
  margin: 20px auto 0 auto;
  min-height: 250px;
}
.selected-kit-item {
  transform: translateY(-20px);
}
.wrap-title-kit,
.wrap-title-kit:focus {
  text-align: center;
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 0 27px 0 #0000001c;
  border: none;
  outline: none;
  border-top: 4px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  transition: 0.3s all ease-in-out;
  margin-top: 50px;
  width: 100%;
}
.wrap-mobile-kits .wrap-title-kit,
.wrap-mobile-kits .wrap-title-kit:focus {
  padding: 16px 24px;
}
.wrap-mobile-kits .wrap-title-kit h3 {
  margin-bottom: 8px;
}
.wrap-mobile-kits .wrap-title-kit p {
  font-size: 16px;
}
.wrap-mobile-kits .carret-hide {
  display: none;
}
.wrap-mobile-kits .wrap-title-kit.collapsed .carret-hide {
  display: block;
}
.wrap-mobile-kits .wrap-title-kit.collapsed .carret-show {
  display: none;
}
.wrap-mobile-kits .wrap-title-kit {
  margin-top: 24px;
}
.wrap-title-kit:hover {
  transform: translateY(-5px);
}
.kit-description h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.wrap-title-kit:hover i {
  color: #075bd4;
}
.wrap-title-kit i {
  font-size: 32px;
  transition: 0.3s all ease-in-out;
}
.wrap-title-kit p {
  font-size: 24px;
  /* font-weight: bold; */
}
.wrap-title-kit h3 {
  font-weight: 700;
  margin-bottom: 16px;
}
.kit-description h2 {
  padding: 0;
}

.wrap-mobile-kits .swiper-slide {
  text-align: center;
}
/* END Car Kits */

/* Characteristics */

.flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-characteristics-text {
  padding: 0 56px;
  margin: 16px 0;
  position: relative;
}
.wrap-characteristics-text span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  display: inline-block;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap-characteristics-text h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}
/* END Characteristics */

/* START TODAY */

.start-today p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.btn-black {
  color: white;
  background-color: black;
  padding: 20px 40px;
  border-radius: 100vh;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}
.btn-black:hover {
  background-color: #075bd4;
  color: white;
  text-decoration: none;
}
.start-today {
  padding: 120px 0;
  background-image: url("../img/Footer_Image.png");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
}
/* END START TODAY */

/* About */
.values-box {
  border-radius: 16px;
  /* background: #e4e5e4; */
  padding: 32px 16px;
  margin-bottom: 16px;
  box-shadow: 0 0 27px 0 #0000001c;
  border-top: 4px solid black;
}
.values-box span {
  display: inline-block;
  position: absolute;
  left: -60px;
  top: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.values-box-content {
  max-width: 945px;
  margin: 0 auto;
  position: relative;
}
.values-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
.values-box p {
  margin-bottom: 0;
}
/* END About */

.start-today h1 {
  font-size: 64px;
}
.smart-city-section {
  background-image: url("../img/Bg_5_blue_glass_shapes.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.page-template-home .characteristics-section {
  padding: 30px 0;
  box-shadow: rgba(166, 243, 250, 0.58) 0px 0px 70px 0px;
  border-top: 1px solid #b3f9ff;
}

.swiperLOGOS img {
  margin-top: 16px;
  margin-bottom: 16px;
}
.swiperLOGOS {
  text-align: center;
  /* border-bottom: 1px solid #80808059; */
}

.certificate-img {
  border: 1px solid black;
}
.entex-and-green {
  margin-bottom: 40px;
}
.certificate-section a {
  color: black;
  transition: 0.3s all ease-in-out;
  font-weight: bold;
}
.certificate-section a:hover {
  color: black;
}
/* ---Media Queries------------------------------------------------------ */
@media screen and (max-width: 1370px) {
  .wrap-modular-platform {
    position: relative;
    height: auto;
    margin-top: 80px;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    text-align: center;
  }
  .wrap-modular-platform img {
    display: none;
  }
  .wrap-modular-platform img.modular-img-mobile {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 1200px) {
  .accordion .card-header {
    padding: 10px 0;
  }
  .benefits-section .accordion .card-header {
    padding: 20px 48px;
  }
  .accordion a.card-title {
    font-size: 16px;
  }
  .benefits-text-wrap {
    padding: 20px 10px 30px 10px;
  }
  .wrap-social-footer a {
    margin-left: 15px;
  }
  footer ul li {
    padding: 15px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer ul li:after {
    height: 16px;
  }
  .gap-160 {
    margin-bottom: 100px;
  }
  body .gap-64 {
    margin-bottom: 48px;
  }
  .modular-platform h2 {
    margin-top: 100px;
  }
  .values-box span {
    position: static;
  }
  .values-box h3 {
    display: inline-block;
    margin-left: 10px;
  }
  .main-car-image {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .kit-item {
    width: 180px;
  }
}

@media screen and (max-width: 992px) {
  .flexibility-section {
    margin: 50px 0 50px 0;
  }
  .nav-spacer {
    padding-bottom: 121px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  p {
    font-size: 16px;
    line-height: 1.3;
  }
  .flexibility-trigger {
    margin-bottom: 10px;
  }
  #flexibility_group button {
    padding: 8px 10px;
  }
  .modular-platform h1 {
    margin: 50px 0 20px 0;
  }
  .flexibility-section img {
    padding: 60px 20px 104px 20px;
  }

  .smart-city-section h2 {
    margin-bottom: 0;
  }

  .accordion .card-header img {
    margin-right: 10px;
    width: 40px;
  }
  .accordion a.card-title {
    font-size: 14px;
  }

  .align-social-footer {
    justify-content: center;
  }
  footer ul {
    margin: 20px 0;
  }
  .copyright-footer p {
    margin-top: 20px;
  }
  footer {
    padding: 20px 0;
  }

  .about-content-row {
    margin-bottom: 30px;
  }
  .about-content-row:last-child {
    margin-bottom: 50px;
  }

  .about-content-row h1 {
    margin-top: 30px;
    padding: 0;
  }
  .about-content-row h1 br {
    display: none;
  }
  .about-content-row p {
    max-width: 100%;
  }

  .contact-page {
    margin: 50px 0 0 0;
  }

  .modules-row {
    margin-bottom: 60px;
  }
  .modules-title-wrap {
    margin-bottom: 50px;
  }
  .modular-platform-page h1 {
    margin-top: 50px;
  }
  .how-it-works h1 {
    margin-top: 50px;
  }
  .align-modules-text {
    justify-content: center;
  }
  .subtitle-paragraph {
    font-size: 16px;
    padding: 0 8px;
  }
  .start-today h1 {
    font-size: 40px;
  }
  .btn-black {
    padding: 16px 24px;
    font-size: 16px;
  }
  .gap-160 {
    margin-bottom: 50px;
  }
  body .gap-64 {
    margin-bottom: 56px;
  }
  .gap-20 {
    margin-bottom: 16px;
  }
  .contact-box .wpcf7-submit {
    font-size: 16px;
    padding: 16px 48px 16px 24px;
    height: 56px;
  }
  .submit-wrap i {
    font-size: 16px;
    right: 24px;
  }
  .submit-wrap {
    margin-top: 24px;
  }
  .characteristics-section h3 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .wrap-box-solutions img {
    width: 40px;
  }
  .wrap-box-solutions p.subtitle-paragraph {
    margin: 8px 0;
  }
  .header-home,
  .modules-header {
    padding: 100px 0;
  }
  .header-home img {
    margin-top: 30px;
  }
  body .kits .gap-64 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .modular-platform h2 {
    margin-top: 50px;
  }
  .characteristics-section img,
  .smart-city-section img {
    width: 400px;
  }
  .wrap-characteristics-text span {
    position: relative;
    display: inline-block;
  }
  .wrap-characteristics-text h3 {
    display: inline-block;
    margin-left: 10px;
  }
  .wrap-characteristics-text {
    padding: 0 8px;
  }
  .benefits-section .accordion .card-header {
    padding: 20px 40px 20px 20px;
  }
  .accordion .card-header::after {
    right: 18px;
  }
  .wrap-characteristics-text h3 {
    margin-bottom: 16px;
  }
  .values-box {
    padding: 24px 16px;
  }
  .values-box h3,
  .values-box span {
    font-size: 24px;
  }
  body .gap-64 {
    margin-bottom: 24px;
  }
  .contact-page {
    padding: 0 0 50px 0;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }
  .flexibility-section img {
    padding: 50px 0 60px 0;
  }
  #flexibility_group button {
    padding: 8px 10px;
    line-height: 1.3;
    font-size: 16px;
    border-radius: 10px;
  }
  .flexibility-details h3 {
    font-size: 18px;
  }
  .flexibility-details p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .nav-spacer {
    padding-bottom: 86px;
  }
  #accordion p {
    font-size: 14px;
  }

  .contact-col-left {
    flex: 0 0 100%;
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .contact-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }

  .contact-box .wpcf7-not-valid-tip {
    font-size: 12px;
  }

  .contact-page p {
    font-size: 16px;
    line-height: 1.5;
  }

  .gap-64 {
    margin-bottom: 40px;
  }
  .contact-box input {
    padding: 16px 24px 16px 48px;
  }
  .contact-box textarea {
    padding: 16px 24px 16px 48px;
  }
  .name-wrap:after {
    left: 12px;
  }
  .company-input-wrap:after,
  .role-wrap:after,
  .subject-wrap:after,
  .email-wrap:after {
    left: 12px;
  }

  .wrap-characteristics-text h3,
  .wrap-characteristics-text span,
  .characteristics-section h3 {
    font-size: 32px;
  }
  .header-home .btn-transparent {
    margin: 0 auto 16px auto;

    width: 300px;
  }

  .header-home .btn-black {
    display: block;
    margin: 0 auto;
    width: 300px;
  }
}

@media screen and (max-width: 460px) {
  footer ul {
    display: block;
    text-align: center;
  }
  footer ul li:after {
    content: none;
  }
  footer ul li {
    padding: 5px;
  }
  .benefits-text-wrap {
    padding: 10px 10px 20px 10px;
  }
}

@media screen and (max-width: 360px) {
  .accordion .card-header img {
    display: none;
  }
}

.swiperLOGOS .swiper-wrapper {
  transition-timing-function: linear;
}
